@font-face {
    font-family: 'FontAwesome';
    src: url('/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
        url('/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
        url('/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
        url('/assets/libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
        url('/assets/libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

@charset "UTF-8";

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

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-alert-circled:before {
    content: "\f100"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-add-circle:before {
    content: "\f359"
}

.ion-android-alarm-clock:before {
    content: "\f35a"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-apps:before {
    content: "\f35c"
}

.ion-android-archive:before {
    content: "\f2c9"
}

.ion-android-arrow-back:before {
    content: "\f2ca"
}

.ion-android-arrow-down:before {
    content: "\f35d"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.ion-android-arrow-dropleft:before {
    content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-android-arrow-dropup:before {
    content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364"
}

.ion-android-arrow-forward:before {
    content: "\f30f"
}

.ion-android-arrow-up:before {
    content: "\f366"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-bicycle:before {
    content: "\f369"
}

.ion-android-boat:before {
    content: "\f36a"
}

.ion-android-bookmark:before {
    content: "\f36b"
}

.ion-android-bulb:before {
    content: "\f36c"
}

.ion-android-bus:before {
    content: "\f36d"
}

.ion-android-calendar:before {
    content: "\f2d1"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-camera:before {
    content: "\f2d3"
}

.ion-android-cancel:before {
    content: "\f36e"
}

.ion-android-car:before {
    content: "\f36f"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-chat:before {
    content: "\f2d4"
}

.ion-android-checkbox:before {
    content: "\f374"
}

.ion-android-checkbox-blank:before {
    content: "\f371"
}

.ion-android-checkbox-outline:before {
    content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.ion-android-clipboard:before {
    content: "\f376"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-cloud:before {
    content: "\f37a"
}

.ion-android-cloud-circle:before {
    content: "\f377"
}

.ion-android-cloud-done:before {
    content: "\f378"
}

.ion-android-cloud-outline:before {
    content: "\f379"
}

.ion-android-color-palette:before {
    content: "\f37b"
}

.ion-android-compass:before {
    content: "\f37c"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-contacts:before {
    content: "\f2d9"
}

.ion-android-contract:before {
    content: "\f37d"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-delete:before {
    content: "\f37f"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-done:before {
    content: "\f383"
}

.ion-android-done-all:before {
    content: "\f382"
}

.ion-android-download:before {
    content: "\f2dd"
}

.ion-android-drafts:before {
    content: "\f384"
}

.ion-android-exit:before {
    content: "\f385"
}

.ion-android-expand:before {
    content: "\f386"
}

.ion-android-favorite:before {
    content: "\f388"
}

.ion-android-favorite-outline:before {
    content: "\f387"
}

.ion-android-film:before {
    content: "\f389"
}

.ion-android-folder:before {
    content: "\f2e0"
}

.ion-android-folder-open:before {
    content: "\f38a"
}

.ion-android-funnel:before {
    content: "\f38b"
}

.ion-android-globe:before {
    content: "\f38c"
}

.ion-android-hand:before {
    content: "\f2e3"
}

.ion-android-hangout:before {
    content: "\f38d"
}

.ion-android-happy:before {
    content: "\f38e"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-laptop:before {
    content: "\f390"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-locate:before {
    content: "\f2e9"
}

.ion-android-lock:before {
    content: "\f392"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-map:before {
    content: "\f393"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-microphone:before {
    content: "\f2ec"
}

.ion-android-microphone-off:before {
    content: "\f395"
}

.ion-android-more-horizontal:before {
    content: "\f396"
}

.ion-android-more-vertical:before {
    content: "\f397"
}

.ion-android-navigate:before {
    content: "\f398"
}

.ion-android-notifications:before {
    content: "\f39b"
}

.ion-android-notifications-none:before {
    content: "\f399"
}

.ion-android-notifications-off:before {
    content: "\f39a"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-android-options:before {
    content: "\f39d"
}

.ion-android-people:before {
    content: "\f39e"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-phone-landscape:before {
    content: "\f3a1"
}

.ion-android-phone-portrait:before {
    content: "\f3a2"
}

.ion-android-pin:before {
    content: "\f3a3"
}

.ion-android-plane:before {
    content: "\f3a4"
}

.ion-android-playstore:before {
    content: "\f2f0"
}

.ion-android-print:before {
    content: "\f3a5"
}

.ion-android-radio-button-off:before {
    content: "\f3a6"
}

.ion-android-radio-button-on:before {
    content: "\f3a7"
}

.ion-android-refresh:before {
    content: "\f3a8"
}

.ion-android-remove:before {
    content: "\f2f4"
}

.ion-android-remove-circle:before {
    content: "\f3a9"
}

.ion-android-restaurant:before {
    content: "\f3aa"
}

.ion-android-sad:before {
    content: "\f3ab"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-settings:before {
    content: "\f2f7"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-android-star:before {
    content: "\f2fc"
}

.ion-android-star-half:before {
    content: "\f3ad"
}

.ion-android-star-outline:before {
    content: "\f3ae"
}

.ion-android-stopwatch:before {
    content: "\f2fd"
}

.ion-android-subway:before {
    content: "\f3af"
}

.ion-android-sunny:before {
    content: "\f3b0"
}

.ion-android-sync:before {
    content: "\f3b1"
}

.ion-android-textsms:before {
    content: "\f3b2"
}

.ion-android-time:before {
    content: "\f3b3"
}

.ion-android-train:before {
    content: "\f3b4"
}

.ion-android-unlock:before {
    content: "\f3b5"
}

.ion-android-upload:before {
    content: "\f3b6"
}

.ion-android-volume-down:before {
    content: "\f3b7"
}

.ion-android-volume-mute:before {
    content: "\f3b8"
}

.ion-android-volume-off:before {
    content: "\f3b9"
}

.ion-android-volume-up:before {
    content: "\f3ba"
}

.ion-android-walk:before {
    content: "\f3bb"
}

.ion-android-warning:before {
    content: "\f3bc"
}

.ion-android-watch:before {
    content: "\f3bd"
}

.ion-android-wifi:before {
    content: "\f305"
}

.ion-aperture:before {
    content: "\f313"
}

.ion-archive:before {
    content: "\f102"
}

.ion-arrow-down-a:before {
    content: "\f103"
}

.ion-arrow-down-b:before {
    content: "\f104"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-expand:before {
    content: "\f25e"
}

.ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.ion-arrow-graph-down-right:before {
    content: "\f260"
}

.ion-arrow-graph-up-left:before {
    content: "\f261"
}

.ion-arrow-graph-up-right:before {
    content: "\f262"
}

.ion-arrow-left-a:before {
    content: "\f106"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-arrow-left-c:before {
    content: "\f108"
}

.ion-arrow-move:before {
    content: "\f263"
}

.ion-arrow-resize:before {
    content: "\f264"
}

.ion-arrow-return-left:before {
    content: "\f265"
}

.ion-arrow-return-right:before {
    content: "\f266"
}

.ion-arrow-right-a:before {
    content: "\f109"
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-right-c:before {
    content: "\f10b"
}

.ion-arrow-shrink:before {
    content: "\f267"
}

.ion-arrow-swap:before {
    content: "\f268"
}

.ion-arrow-up-a:before {
    content: "\f10c"
}

.ion-arrow-up-b:before {
    content: "\f10d"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-asterisk:before {
    content: "\f314"
}

.ion-at:before {
    content: "\f10f"
}

.ion-backspace:before {
    content: "\f3bf"
}

.ion-backspace-outline:before {
    content: "\f3be"
}

.ion-bag:before {
    content: "\f110"
}

.ion-battery-charging:before {
    content: "\f111"
}

.ion-battery-empty:before {
    content: "\f112"
}

.ion-battery-full:before {
    content: "\f113"
}

.ion-battery-half:before {
    content: "\f114"
}

.ion-battery-low:before {
    content: "\f115"
}

.ion-beaker:before {
    content: "\f269"
}

.ion-beer:before {
    content: "\f26a"
}

.ion-bluetooth:before {
    content: "\f116"
}

.ion-bonfire:before {
    content: "\f315"
}

.ion-bookmark:before {
    content: "\f26b"
}

.ion-bowtie:before {
    content: "\f3c0"
}

.ion-briefcase:before {
    content: "\f26c"
}

.ion-bug:before {
    content: "\f2be"
}

.ion-calculator:before {
    content: "\f26d"
}

.ion-calendar:before {
    content: "\f117"
}

.ion-camera:before {
    content: "\f118"
}

.ion-card:before {
    content: "\f119"
}

.ion-cash:before {
    content: "\f316"
}

.ion-chatbox:before {
    content: "\f11b"
}

.ion-chatbox-working:before {
    content: "\f11a"
}

.ion-chatboxes:before {
    content: "\f11c"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-chatbubble-working:before {
    content: "\f11d"
}

.ion-chatbubbles:before {
    content: "\f11f"
}

.ion-checkmark:before {
    content: "\f122"
}

.ion-checkmark-circled:before {
    content: "\f120"
}

.ion-checkmark-round:before {
    content: "\f121"
}

.ion-chevron-down:before {
    content: "\f123"
}

.ion-chevron-left:before {
    content: "\f124"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-chevron-up:before {
    content: "\f126"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-clock:before {
    content: "\f26e"
}

.ion-close:before {
    content: "\f12a"
}

.ion-close-circled:before {
    content: "\f128"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-closed-captioning:before {
    content: "\f317"
}

.ion-cloud:before {
    content: "\f12b"
}

.ion-code:before {
    content: "\f271"
}

.ion-code-download:before {
    content: "\f26f"
}

.ion-code-working:before {
    content: "\f270"
}

.ion-coffee:before {
    content: "\f272"
}

.ion-compass:before {
    content: "\f273"
}

.ion-compose:before {
    content: "\f12c"
}

.ion-connection-bars:before {
    content: "\f274"
}

.ion-contrast:before {
    content: "\f275"
}

.ion-crop:before {
    content: "\f3c1"
}

.ion-cube:before {
    content: "\f318"
}

.ion-disc:before {
    content: "\f12d"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-drag:before {
    content: "\f130"
}

.ion-earth:before {
    content: "\f276"
}

.ion-easel:before {
    content: "\f3c2"
}

.ion-edit:before {
    content: "\f2bf"
}

.ion-egg:before {
    content: "\f277"
}

.ion-eject:before {
    content: "\f131"
}

.ion-email:before {
    content: "\f132"
}

.ion-email-unread:before {
    content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.ion-eye:before {
    content: "\f133"
}

.ion-eye-disabled:before {
    content: "\f306"
}

.ion-female:before {
    content: "\f278"
}

.ion-filing:before {
    content: "\f134"
}

.ion-film-marker:before {
    content: "\f135"
}

.ion-fireball:before {
    content: "\f319"
}

.ion-flag:before {
    content: "\f279"
}

.ion-flame:before {
    content: "\f31a"
}

.ion-flash:before {
    content: "\f137"
}

.ion-flash-off:before {
    content: "\f136"
}

.ion-folder:before {
    content: "\f139"
}

.ion-fork:before {
    content: "\f27a"
}

.ion-fork-repo:before {
    content: "\f2c0"
}

.ion-forward:before {
    content: "\f13a"
}

.ion-funnel:before {
    content: "\f31b"
}

.ion-gear-a:before {
    content: "\f13d"
}

.ion-gear-b:before {
    content: "\f13e"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-hammer:before {
    content: "\f27b"
}

.ion-happy:before {
    content: "\f31c"
}

.ion-happy-outline:before {
    content: "\f3c6"
}

.ion-headphone:before {
    content: "\f140"
}

.ion-heart:before {
    content: "\f141"
}

.ion-heart-broken:before {
    content: "\f31d"
}

.ion-help:before {
    content: "\f143"
}

.ion-help-buoy:before {
    content: "\f27c"
}

.ion-help-circled:before {
    content: "\f142"
}

.ion-home:before {
    content: "\f144"
}

.ion-icecream:before {
    content: "\f27d"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-information:before {
    content: "\f14a"
}

.ion-information-circled:before {
    content: "\f149"
}

.ion-ionic:before {
    content: "\f14b"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-alarm-outline:before {
    content: "\f3c7"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-albums-outline:before {
    content: "\f3c9"
}

.ion-ios-americanfootball:before {
    content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-at-outline:before {
    content: "\f3d9"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-barcode-outline:before {
    content: "\f3db"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-baseball-outline:before {
    content: "\f3dd"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-basketball-outline:before {
    content: "\f3df"
}

.ion-ios-bell:before {
    content: "\f3e2"
}

.ion-ios-bell-outline:before {
    content: "\f3e1"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-bolt:before {
    content: "\f3e6"
}

.ion-ios-bolt-outline:before {
    content: "\f3e5"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-book-outline:before {
    content: "\f3e7"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-browsers-outline:before {
    content: "\f3ef"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calculator-outline:before {
    content: "\f3f1"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-calendar-outline:before {
    content: "\f3f3"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-camera-outline:before {
    content: "\f3f5"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-ios-chatbubble:before {
    content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe"
}

.ion-ios-circle-filled:before {
    content: "\f400"
}

.ion-ios-circle-outline:before {
    content: "\f401"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-download-outline:before {
    content: "\f407"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.ion-ios-cloudy-outline:before {
    content: "\f40f"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-cog-outline:before {
    content: "\f411"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-color-wand-outline:before {
    content: "\f415"
}

.ion-ios-compose:before {
    content: "\f418"
}

.ion-ios-compose-outline:before {
    content: "\f417"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-copy-outline:before {
    content: "\f41b"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-crop-strong:before {
    content: "\f41d"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-download-outline:before {
    content: "\f41f"
}

.ion-ios-drag:before {
    content: "\f421"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-outline:before {
    content: "\f424"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-fastforward-outline:before {
    content: "\f426"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-filing-outline:before {
    content: "\f428"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-film-outline:before {
    content: "\f42a"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flame-outline:before {
    content: "\f42e"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flask-outline:before {
    content: "\f430"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-flower-outline:before {
    content: "\f432"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-outline:before {
    content: "\f434"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-football-outline:before {
    content: "\f436"
}

.ion-ios-game-controller-a:before {
    content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438"
}

.ion-ios-game-controller-b:before {
    content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.ion-ios-gear:before {
    content: "\f43d"
}

.ion-ios-gear-outline:before {
    content: "\f43c"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-glasses-outline:before {
    content: "\f43e"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-outline:before {
    content: "\f442"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-empty:before {
    content: "\f444"
}

.ion-ios-help-outline:before {
    content: "\f445"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-empty:before {
    content: "\f44b"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-ios-ionic-outline:before {
    content: "\f44e"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-keypad-outline:before {
    content: "\f44f"
}

.ion-ios-lightbulb:before {
    content: "\f452"
}

.ion-ios-lightbulb-outline:before {
    content: "\f451"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-ios-locked:before {
    content: "\f458"
}

.ion-ios-locked-outline:before {
    content: "\f457"
}

.ion-ios-loop:before {
    content: "\f45a"
}

.ion-ios-loop-strong:before {
    content: "\f459"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medical-outline:before {
    content: "\f45b"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-medkit-outline:before {
    content: "\f45d"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-mic-outline:before {
    content: "\f460"
}

.ion-ios-minus:before {
    content: "\f464"
}

.ion-ios-minus-empty:before {
    content: "\f462"
}

.ion-ios-minus-outline:before {
    content: "\f463"
}

.ion-ios-monitor:before {
    content: "\f466"
}

.ion-ios-monitor-outline:before {
    content: "\f465"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-moon-outline:before {
    content: "\f467"
}

.ion-ios-more:before {
    content: "\f46a"
}

.ion-ios-more-outline:before {
    content: "\f469"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-navigate-outline:before {
    content: "\f46d"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-nutrition-outline:before {
    content: "\f46f"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-outline:before {
    content: "\f471"
}

.ion-ios-paperplane:before {
    content: "\f474"
}

.ion-ios-paperplane-outline:before {
    content: "\f473"
}

.ion-ios-partlysunny:before {
    content: "\f476"
}

.ion-ios-partlysunny-outline:before {
    content: "\f475"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-paw-outline:before {
    content: "\f479"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-people-outline:before {
    content: "\f47b"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-personadd:before {
    content: "\f480"
}

.ion-ios-personadd-outline:before {
    content: "\f47f"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-photos-outline:before {
    content: "\f481"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pint-outline:before {
    content: "\f485"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-outline:before {
    content: "\f487"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetag-outline:before {
    content: "\f48c"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-pricetags-outline:before {
    content: "\f48e"
}

.ion-ios-printer:before {
    content: "\f491"
}

.ion-ios-printer-outline:before {
    content: "\f490"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-rainy-outline:before {
    content: "\f494"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-recording-outline:before {
    content: "\f496"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-redo-outline:before {
    content: "\f498"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-empty:before {
    content: "\f49a"
}

.ion-ios-refresh-outline:before {
    content: "\f49b"
}

.ion-ios-reload:before {
    content: "\f49d"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-rewind-outline:before {
    content: "\f4a0"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-rose-outline:before {
    content: "\f4a2"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-settings-strong:before {
    content: "\f4a6"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8"
}

.ion-ios-skipbackward:before {
    content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.ion-ios-skipforward:before {
    content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac"
}

.ion-ios-snowy:before {
    content: "\f4ae"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
    content: "\f4af"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-sunny-outline:before {
    content: "\f4b6"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-ios-telephone-outline:before {
    content: "\f4b8"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-time-outline:before {
    content: "\f4be"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trash-outline:before {
    content: "\f4c4"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-undo-outline:before {
    content: "\f4c6"
}

.ion-ios-unlocked:before {
    content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8"
}

.ion-ios-upload:before {
    content: "\f4cb"
}

.ion-ios-upload-outline:before {
    content: "\f4ca"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-videocam-outline:before {
    content: "\f4cc"
}

.ion-ios-volume-high:before {
    content: "\f4ce"
}

.ion-ios-volume-low:before {
    content: "\f4cf"
}

.ion-ios-wineglass:before {
    content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0"
}

.ion-ios-world:before {
    content: "\f4d3"
}

.ion-ios-world-outline:before {
    content: "\f4d2"
}

.ion-ipad:before {
    content: "\f1f9"
}

.ion-iphone:before {
    content: "\f1fa"
}

.ion-ipod:before {
    content: "\f1fb"
}

.ion-jet:before {
    content: "\f295"
}

.ion-key:before {
    content: "\f296"
}

.ion-knife:before {
    content: "\f297"
}

.ion-laptop:before {
    content: "\f1fc"
}

.ion-leaf:before {
    content: "\f1fd"
}

.ion-levels:before {
    content: "\f298"
}

.ion-lightbulb:before {
    content: "\f299"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-location:before {
    content: "\f1ff"
}

.ion-lock-combination:before {
    content: "\f4d4"
}

.ion-locked:before {
    content: "\f200"
}

.ion-log-in:before {
    content: "\f29e"
}

.ion-log-out:before {
    content: "\f29f"
}

.ion-loop:before {
    content: "\f201"
}

.ion-magnet:before {
    content: "\f2a0"
}

.ion-male:before {
    content: "\f2a1"
}

.ion-man:before {
    content: "\f202"
}

.ion-map:before {
    content: "\f203"
}

.ion-medkit:before {
    content: "\f2a2"
}

.ion-merge:before {
    content: "\f33f"
}

.ion-mic-a:before {
    content: "\f204"
}

.ion-mic-b:before {
    content: "\f205"
}

.ion-mic-c:before {
    content: "\f206"
}

.ion-minus:before {
    content: "\f209"
}

.ion-minus-circled:before {
    content: "\f207"
}

.ion-minus-round:before {
    content: "\f208"
}

.ion-model-s:before {
    content: "\f2c1"
}

.ion-monitor:before {
    content: "\f20a"
}

.ion-more:before {
    content: "\f20b"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-music-note:before {
    content: "\f20c"
}

.ion-navicon:before {
    content: "\f20e"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-navigate:before {
    content: "\f2a3"
}

.ion-network:before {
    content: "\f341"
}

.ion-no-smoking:before {
    content: "\f2c2"
}

.ion-nuclear:before {
    content: "\f2a4"
}

.ion-outlet:before {
    content: "\f342"
}

.ion-paintbrush:before {
    content: "\f4d5"
}

.ion-paintbucket:before {
    content: "\f4d6"
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

.ion-paperclip:before {
    content: "\f20f"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-person-stalker:before {
    content: "\f212"
}

.ion-pie-graph:before {
    content: "\f2a5"
}

.ion-pin:before {
    content: "\f2a6"
}

.ion-pinpoint:before {
    content: "\f2a7"
}

.ion-pizza:before {
    content: "\f2a8"
}

.ion-plane:before {
    content: "\f214"
}

.ion-planet:before {
    content: "\f343"
}

.ion-play:before {
    content: "\f215"
}

.ion-playstation:before {
    content: "\f30a"
}

.ion-plus:before {
    content: "\f218"
}

.ion-plus-circled:before {
    content: "\f216"
}

.ion-plus-round:before {
    content: "\f217"
}

.ion-podium:before {
    content: "\f344"
}

.ion-pound:before {
    content: "\f219"
}

.ion-power:before {
    content: "\f2a9"
}

.ion-pricetag:before {
    content: "\f2aa"
}

.ion-pricetags:before {
    content: "\f2ab"
}

.ion-printer:before {
    content: "\f21a"
}

.ion-pull-request:before {
    content: "\f345"
}

.ion-qr-scanner:before {
    content: "\f346"
}

.ion-quote:before {
    content: "\f347"
}

.ion-radio-waves:before {
    content: "\f2ac"
}

.ion-record:before {
    content: "\f21b"
}

.ion-refresh:before {
    content: "\f21c"
}

.ion-reply:before {
    content: "\f21e"
}

.ion-reply-all:before {
    content: "\f21d"
}

.ion-ribbon-a:before {
    content: "\f348"
}

.ion-ribbon-b:before {
    content: "\f349"
}

.ion-sad:before {
    content: "\f34a"
}

.ion-sad-outline:before {
    content: "\f4d7"
}

.ion-scissors:before {
    content: "\f34b"
}

.ion-search:before {
    content: "\f21f"
}

.ion-settings:before {
    content: "\f2ad"
}

.ion-share:before {
    content: "\f220"
}

.ion-shuffle:before {
    content: "\f221"
}

.ion-skip-backward:before {
    content: "\f222"
}

.ion-skip-forward:before {
    content: "\f223"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-angular:before {
    content: "\f4d9"
}

.ion-social-angular-outline:before {
    content: "\f4d8"
}

.ion-social-apple:before {
    content: "\f227"
}

.ion-social-apple-outline:before {
    content: "\f226"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-buffer:before {
    content: "\f229"
}

.ion-social-buffer-outline:before {
    content: "\f228"
}

.ion-social-chrome:before {
    content: "\f4db"
}

.ion-social-chrome-outline:before {
    content: "\f4da"
}

.ion-social-codepen:before {
    content: "\f4dd"
}

.ion-social-codepen-outline:before {
    content: "\f4dc"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-designernews:before {
    content: "\f22b"
}

.ion-social-designernews-outline:before {
    content: "\f22a"
}

.ion-social-dribbble:before {
    content: "\f22d"
}

.ion-social-dribbble-outline:before {
    content: "\f22c"
}

.ion-social-dropbox:before {
    content: "\f22f"
}

.ion-social-dropbox-outline:before {
    content: "\f22e"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-foursquare:before {
    content: "\f34d"
}

.ion-social-foursquare-outline:before {
    content: "\f34c"
}

.ion-social-freebsd-devil:before {
    content: "\f2c4"
}

.ion-social-github:before {
    content: "\f233"
}

.ion-social-github-outline:before {
    content: "\f232"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-social-googleplus-outline:before {
    content: "\f234"
}

.ion-social-hackernews:before {
    content: "\f237"
}

.ion-social-hackernews-outline:before {
    content: "\f236"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-linkedin-outline:before {
    content: "\f238"
}

.ion-social-markdown:before {
    content: "\f4e6"
}

.ion-social-nodejs:before {
    content: "\f4e7"
}

.ion-social-octocat:before {
    content: "\f4e8"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-python:before {
    content: "\f4e9"
}

.ion-social-reddit:before {
    content: "\f23b"
}

.ion-social-reddit-outline:before {
    content: "\f23a"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-sass:before {
    content: "\f4ea"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-snapchat:before {
    content: "\f4ec"
}

.ion-social-snapchat-outline:before {
    content: "\f4eb"
}

.ion-social-tumblr:before {
    content: "\f241"
}

.ion-social-tumblr-outline:before {
    content: "\f240"
}

.ion-social-tux:before {
    content: "\f2c5"
}

.ion-social-twitch:before {
    content: "\f4ee"
}

.ion-social-twitch-outline:before {
    content: "\f4ed"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-vimeo:before {
    content: "\f245"
}

.ion-social-vimeo-outline:before {
    content: "\f244"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-windows:before {
    content: "\f247"
}

.ion-social-windows-outline:before {
    content: "\f246"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-social-yahoo:before {
    content: "\f24b"
}

.ion-social-yahoo-outline:before {
    content: "\f24a"
}

.ion-social-yen:before {
    content: "\f4f2"
}

.ion-social-yen-outline:before {
    content: "\f4f1"
}

.ion-social-youtube:before {
    content: "\f24d"
}

.ion-social-youtube-outline:before {
    content: "\f24c"
}

.ion-soup-can:before {
    content: "\f4f4"
}

.ion-soup-can-outline:before {
    content: "\f4f3"
}

.ion-speakerphone:before {
    content: "\f2b2"
}

.ion-speedometer:before {
    content: "\f2b3"
}

.ion-spoon:before {
    content: "\f2b4"
}

.ion-star:before {
    content: "\f24e"
}

.ion-stats-bars:before {
    content: "\f2b5"
}

.ion-steam:before {
    content: "\f30b"
}

.ion-stop:before {
    content: "\f24f"
}

.ion-thermometer:before {
    content: "\f2b6"
}

.ion-thumbsdown:before {
    content: "\f250"
}

.ion-thumbsup:before {
    content: "\f251"
}

.ion-toggle:before {
    content: "\f355"
}

.ion-toggle-filled:before {
    content: "\f354"
}

.ion-transgender:before {
    content: "\f4f5"
}

.ion-trash-a:before {
    content: "\f252"
}

.ion-trash-b:before {
    content: "\f253"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-tshirt:before {
    content: "\f4f7"
}

.ion-tshirt-outline:before {
    content: "\f4f6"
}

.ion-umbrella:before {
    content: "\f2b7"
}

.ion-university:before {
    content: "\f357"
}

.ion-unlocked:before {
    content: "\f254"
}

.ion-upload:before {
    content: "\f255"
}

.ion-usb:before {
    content: "\f2b8"
}

.ion-videocamera:before {
    content: "\f256"
}

.ion-volume-high:before {
    content: "\f257"
}

.ion-volume-low:before {
    content: "\f258"
}

.ion-volume-medium:before {
    content: "\f259"
}

.ion-volume-mute:before {
    content: "\f25a"
}

.ion-wand:before {
    content: "\f358"
}

.ion-waterdrop:before {
    content: "\f25b"
}

.ion-wifi:before {
    content: "\f25c"
}

.ion-wineglass:before {
    content: "\f2b9"
}

.ion-woman:before {
    content: "\f25d"
}

.ion-wrench:before {
    content: "\f2ba"
}

.ion-xbox:before {
    content: "\f30c"
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://friendlystore.taipei/templates/local/assets/libraries/bootstrap/dist/css/../fonts/glyphicons-halflings-regular.eot);
    src: url(https://friendlystore.taipei/templates/local/assets/libraries/bootstrap/dist/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(https://friendlystore.taipei/templates/local/assets/libraries/bootstrap/dist/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://friendlystore.taipei/templates/local/assets/libraries/bootstrap/dist/css/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://friendlystore.taipei/templates/local/assets/libraries/bootstrap/dist/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://friendlystore.taipei/templates/local/assets/libraries/bootstrap/dist/css/../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: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

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

.glyphicon-cd:before {
    content: "\e201"
}

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

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

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

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

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

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

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

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

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

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

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

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

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

.glyphicon-scale:before {
    content: "\e230"
}

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

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

.glyphicon-education:before {
    content: "\e233"
}

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

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

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

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

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

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

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

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

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

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    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
}

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

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

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

.h1,
h1 {
    font-size: 2.571em
}

.h2,
h2 {
    font-size: 2.143em
}

.h3,
h3 {
    font-size: 1.714em
}

.h4,
h4 {
    font-size: 1.286em
}

.h6,
h6 {
    font-size: 0.914em
}

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
    margin-top: 0;
    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;
    margin-left: -5px;
    list-style: none
}

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.250em;
    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%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.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;
    line-height: 1.42857143
}

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

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

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

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

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

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

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

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

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

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

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

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

.row {
    margin-right: -15px;
    margin-left: -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-right: 15px;
    padding-left: 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-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-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 {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

.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-of-type(odd) {
    background-color: #f9f9f9
}

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

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

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

.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-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 {
    min-height: .01%;
    overflow-x: auto
}

@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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

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

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

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

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

input[type=file] {
    display: block
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555
}


.checkbox,
.radio {
    position: relative;
    display: block;
    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-top: 4px\9;
    margin-left: -20px
}

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

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

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

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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.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: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

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

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.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: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

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

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

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.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: #a94442
}

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

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

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

.has-feedback label~.form-control-feedback {
    top: 25px
}

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

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

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

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

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

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

    .form-inline .input-group .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
    }
}

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

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


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

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

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

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

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

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

.btn.active,
.btn:active {
    background-image: none;
    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;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

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

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

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

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

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

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

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

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

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

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

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

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

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

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    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: #23527c;
    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: #777;
    text-decoration: none
}

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

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

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

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1em;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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)
}

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

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

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.857em;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

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

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

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

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

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

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

.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-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 {
    z-index: 2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 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 .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    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
}

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

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

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

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

.nav>li.disabled>a {
    color: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills>li {
    float: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

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

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

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

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

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

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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



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

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

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

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

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

    .navbar-collapse.collapse {
        display: block !important;
        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-right: 0;
        padding-left: 0
    }
}

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

@media (min-width: 768px) {

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

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

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

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

@media (min-width: 768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-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;
    height: 50px;
    padding: 15px 15px;
    font-size: 1.286em;
    line-height: 20px
}

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

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

    .navbar-nav .open .dropdown-menu .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: 9px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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 {
        color: #555;
        background-color: #e7e7e7
    }

    .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: #ccc;
        background-color: transparent
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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 {
        color: #fff;
        background-color: #080808
    }

    .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: #444;
        background-color: transparent
    }
}

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

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

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

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-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: #444
}

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    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: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 1.286em;
    line-height: 1.3333333
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 0.857em;
    line-height: 1.5
}

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,
.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: #337ab7;
    background-color: #fff
}

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

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

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

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

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

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

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

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

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

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

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

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 2.571em
    }
}

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

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

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

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

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

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

.alert .alert-link {
    font-weight: 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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    margin-top: 15px
}

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

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

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

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

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

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

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

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

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

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

.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-left-radius: 4px;
    border-top-right-radius: 4px
}

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

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

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

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

button.list-group-item {
    width: 100%;
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
    padding: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.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,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

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

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

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

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-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>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

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

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

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 1.500em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

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

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

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

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

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

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

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

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

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

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

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.857em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1em;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 1.429em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

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

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 2.143em
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.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,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

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

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

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

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

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

@media print {
    .hidden-print {
        display: none !important
    }
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\9
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url("https://friendlystore.taipei/templates/local/assets/libraries/bootstrap-colorpicker-master/dist/css/../img/bootstrap-colorpicker/saturation.png")
}

.colorpicker-saturation i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-saturation i b {
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-hue,
.colorpicker-alpha {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize
}

.colorpicker-hue i,
.colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #000;
    border-top: 1px solid #fff
}

.colorpicker-hue {
    background-image: url("https://friendlystore.taipei/templates/local/assets/libraries/bootstrap-colorpicker-master/dist/css/../img/bootstrap-colorpicker/hue.png")
}

.colorpicker-alpha {
    display: none;
    background-image: url("https://friendlystore.taipei/templates/local/assets/libraries/bootstrap-colorpicker-master/dist/css/../img/bootstrap-colorpicker/alpha.png")
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
    background-size: contain
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1
}

.colorpicker:before,
.colorpicker:after {
    display: table;
    line-height: 0;
    content: ""
}

.colorpicker:after {
    clear: both
}

.colorpicker:before {
    position: absolute;
    top: -7px;
    left: 6px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.colorpicker:after {
    position: absolute;
    top: -6px;
    left: 7px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.colorpicker div {
    position: relative
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("https://friendlystore.taipei/templates/local/assets/libraries/bootstrap-colorpicker-master/dist/css/../img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%
}

.colorpicker-color div {
    height: 10px
}

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both
}

.colorpicker-selectors i {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.colorpicker-selectors i+i {
    margin-left: 3px
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer
}

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    float: left;
    width: 100px;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    cursor: col-resize
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: 0;
    background: #fff;
    border: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("https://friendlystore.taipei/templates/local/assets/libraries/bootstrap-colorpicker-master/dist/css/../img/bootstrap-colorpicker/hue-horizontal.png")
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("https://friendlystore.taipei/templates/local/assets/libraries/bootstrap-colorpicker-master/dist/css/../img/bootstrap-colorpicker/alpha-horizontal.png")
}

.colorpicker.colorpicker-hidden {
    display: none
}

.colorpicker.colorpicker-visible {
    display: block
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.colorpicker-right:before {
    right: 6px;
    left: auto
}

.colorpicker-right:after {
    right: 7px;
    left: auto
}

.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0
}

.colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0
}

@charset 'UTF-8';

.primary-color {
    background: #DA3743;
}

main.main {
    background: white;
}

body:not(.boxed) .container.container-palette {
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

body.boxed .container.container-palette .container {
    padding: 0;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
}

body.boxed .section-profile {
    margin-top: 0;
}

body.boxed .owl-slider-content .item {
    width: 1170px;
}

body.boxed .container.container-palette .owl-slider-content .container {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    body.boxed .owl-slider-content .item {
        width: 970px;
    }
}

@media (max-width: 991px) {
    body.boxed .owl-slider-content .item {
        width: 750px;
    }
}

@media (max-width: 767px) {
    body.boxed .owl-slider-content .item {
        width: 100%;
    }
}

body {
    font-family: 'Nunito';
    color: #353535;
}

body,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-size: 1.17em;
}

.btn,
.form-control,
input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
    border-radius: 2px;
}

input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
    background: #FFF;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.bootstrap-select button {
    height: 100%;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    border: 0;
}

.bootstrap-select option[hidden] {
    color: #999FA2;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: 0;
    margin-left: 1px;
    border-radius: 0;
    padding: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a:focus {
    outline: 0;
}

.bootstrap-select .dropdown-menu>li>a {
    padding: 10px 10px;
    font-size: 1.071em;
    color: #252525;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li>a:hover .glyphicon {
    color: #da3743;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon,
.bootstrap-select .dropdown-menu>li>a .glyphicon {
    margin-right: 16px;
    font-size: 1.786em;
    top: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 3px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 1.071em;
    vertical-align: top;
    padding: 5px 0px;
}

.btn-custom {
    padding: 0 50px;
    line-height: 52px;
    border: 0;
    font-size: 1.071em;
    font-weight: bold;
    color: #FFF;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.btn-custom.btn-icon {
    font-size: 2.571em;
    padding: 0 15px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-wide {
    width: 100%;
    line-height: 18px;
    padding: 17px 0;
    white-space: normal;
}

.btn-custom-secondary {
    background: #DA3743;
}

body .btn-custom-secondary i {
    color: #FFF;
    margin-right: 5px;
}

.btn-custom-secondary:hover {
    background: #C5434D;
}

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

.btn-custom-primary {
    background: #375BB3;
}

.btn-custom-primary:hover {
    -webkit-filter: grayscale(.3);
    filter: grayscale(.3);
}

.btn-custom-s {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 8px 12px;
    color: #6E6E6E;
    font-size: 0.929em;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.btn-custom-s.btn-custom-secondary {
    color: #FFF;
}

.btn-custom-default:hover {
    background: #EAEAEA;
    color: #000;
}

.btn-custom-grey {
    background: #B9B9B9;
}

.btn-custom-grey {
    background: #B9B9B9;
}

.btn-custom-grey:hover {
    background: #909090;
}

.btn-custom-default {
    background: #F3F3F3;
}

.btn-custom-default {
    background: #F3F3F3;
}

.btn-special-primary {
    border: 2px solid #DA3743;
    color: #DA3743;
    padding: 4px 16px;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin: 0 3px;
}

.btn-special-primary:hover {
    border: 2px solid #C5434D;
    background: #C5434D;
    color: white;
}

.btn-special-primary.fill {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.btn-special-primary.fill:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.btn-custom-s i {
    margin-right: 5px;
    color: #000;
}

.local-form .form-group .control-label {
    margin-bottom: 10px;
    font-size: 1.143em;
}

.section {
    padding-top: 95px;
    padding-bottom: 90px;
}

.section-s {
    padding-top: 40px;
    padding-bottom: 15px;
}

.section-picks,
.section-category,
.section-blog {
    padding-bottom: 70px;
}

.section-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.section-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -49px;
    border-bottom: 1px dashed #B2B2B2;
    width: 98px;
}

.section-title.no-underline:after {
    display: none;
}

.section-title .subtitle,
.section-title .title {
    display: block;
    margin-bottom: 11px;
}

.section-title .title {
    font-size: 2.286em;
    font-weight: bold;
    color: #252525;
    line-height: 1;
}

.section-title.slim .title {
    font-size: 1.429em;
}

.section-title.middle .title {
    font-size: 1.571em;
}

.section-title .subtitle {
    font-size: 1.143em;
    font-weight: 400;
    color: #7B7B7B;
}

.section-title.middle .subtitle {
    font-size: 1.000em;
}

.section-title.box-v {
    margin-bottom: 0;
}

.section-title.box-v:after {
    display: none;
}

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

.icon-star-ratings:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #da3743;
    letter-spacing: 2px;
    left: 0;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0-5:after {
    bottom: -30px;
    content: '\f123 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1:after {
    bottom: -30px;
    content: '\f005 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1-5:after {
    bottom: -30px;
    content: '\f005 \f123 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2:after {
    bottom: -30px;
    content: '\f005 \f005 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f123 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f123 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f123';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f005';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 1.000em;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.section {
    background-color: #FFF;
}

body .zebra-childs .section:nth-child(2n) {
    background: #F5F5F5;
}

body .slim-sections .section:not(:first-child):not(:last-child) {
    padding-top: 50px;
    padding-bottom: 50px;
}

body .slim-sections .section:last-child {
    padding-top: 50px;
}

body .slim-sections .section:first-child {
    padding-bottom: 50px;
}

.image-cover {
    position: relative;
}

img.image-cover,
.image-cover img {
    height: 100%;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    width: 100%;
}

.nopaddingrow>*[class*='col'] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

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

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

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

textarea.form-control::placeholder {
    color: #555;
}

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

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

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

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

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

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

.section-search-area input.form-control::-webkit-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.section-search-area input.form-control:-ms-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.section-search-area input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.section-search-area input.form-control::placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.section-search-area input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.top-bar input.form-control::-webkit-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.top-bar input.form-control:-ms-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.top-bar input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.top-bar input.form-control::placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.top-bar input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 1.071em;
}

.header {
    position: relative;
}

.header .map-bg {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.top-bar {
    border-bottom: 1px solid #EBEBEB;
    padding: 21.5px 0;
    padding-top: 6.5px;
    background: white;
}

.top-bar>div>div>* {
    padding-top: 15px;
}

body:not(.boxed) .top-bar.container.container-palette {
    width: 100%;
}

body.boxed .widget-recentproperties .filters-box,
body.boxed .boxed-wide {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar.overflow {
    padding: 15px 0;
    position: absolute;
    background: transparent;
}

.top-bar.top-bar-white {
    border-bottom: none;
}

.top-bar.top-bar-color {
    padding: 30px 0;
    background: #DA3743;
}

.top-bar-login .container-top,
.top-bar .container-top {
    padding: 0 30px;
}

body .top-bar .container.container-palette {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar.t-overflow {
    position: absolute;
    z-index: 25;
    background: transparent;
}

body.boxed .top-bar.t-overflow {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top-bar.fill {
    position: fixed;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.top-bar .logo a {
    color: #DA3743;
    font-size: 2.143em;
    font-family: "Nunito Black", 'Nunito';
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

.top-bar.top-bar-white .logo a {
    color: #FFF;
}

.top-bar .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.top-bar .nav-items>li {
    display: inline-block;
    font-size: 1.000em;
    vertical-align: top;
    outline: none;
}

body:not(.navigation-open) .top-bar .nav-items>li>.dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

body:not(.navigation-open) .top-bar .nav-items>li.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media(min-width: 768px) {
    body:not(.navigation-open) .top-bar .nav-items>li:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.top-bar .nav-items>li>a {
    display: block;
    color: #4C4C4C;
    margin-left: 5.5px;
    margin-right: 5.5px;
    text-decoration: none;
}

.top-bar .nav-items>li>a:not(.btn) {
    display: block;
    padding: 7px 0;
    margin-left: 20.5px;
    margin-right: 5.5px;
    text-decoration: none;
    position: relative;
}

.top-bar .nav-items>li>a {
    margin-left: 5.5px;
    margin-right: 5.5px;
}

.top-bar .nav-items>li.active>a {
    background: transparent;
}

.top-bar .nav-items>li a span {
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

@media (min-width: 768px) {
    .top-bar.top-bar-color.affix-top .lang-menu .btn {
        border: 2px solid rgba(255, 255, 255, 0.3);
        padding-right: 7px;
    }

    .top-bar.top-bar-color.affix-top .lang-menu .btn:hover {
        border: 2px solid rgba(255, 255, 255, 1);
    }

    .top-bar .nav-items>li.open>a>span,
    .top-bar .nav-items>li>a:hover>span {
        color: #da3743 !important;
    }

    .top-bar.top-bar-color.affix-top .lang-menu:hover .caret,
    .fullscreen-top-md.top-bar .nav-items>li.open>a>span,
    .fullscreen-top-md.top-bar .nav-items>li>a:hover>span,
    .top-bar.top-bar-color.affix-top .nav-items>lii.open>a>span,
    .top-bar.top-bar-color.affix-top .nav-items>li>a:hover>span {
        color: #fff !important;
    }
}

@media (max-width: 767px) {

    .top-bar .nav-items>li.open a>span,
    .top-bar .nav-items>li>a>span {
        color: rgb(76, 76, 76);
    }
}

.top-bar .nav-items>li>a.btn {
    padding: 5px 20px;
}

.top-bar .nav-items>li>a.btn.btn-custom-default {
    border: 2px solid rgba(0, 0, 0, 0.24);
    background: transparent;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li>a.btn.btn-custom-default:hover {
    background: #514949;
    border: 2px solid #514949;
}

.top-bar .nav-items>li>a.btn.btn-custom-primary {
    border: 2px solid #375BB3;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.default-menu .dropdown-menu {
    padding: 14px 0;
    border: 0;
    border-radius: 3px !important;
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    margin-top: 4px !important;
}

.dropdown-menu {
    border-radius: 3px;
}

.default-menu .dropdown-menu>li>a {
    padding: 6px 20px;
}

.default-menu>li>a:focus,
.default-menu>li>a:hover,
.default-menu .dropdown-menu>.active>a,
.default-menu .dropdown-menu>li>a:focus,
.default-menu .dropdown-menu>li>a:hover,
.default-menu>li.open>a,
.default-menu>li.open>a:focus,
.default-menu>li.open>a:hover,
.default-menu>li>a:hover {
    color: initial;
    background-color: transparent;
}

.default-menu .dropdown li,
.default-menu .dropdown a {
    display: block;
}

.default-menu .dropdown-menu>li>a {
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.default-menu .dropdown-menu>li.active>a,
.default-menu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.affix.top-bar .default-menu .dropdown-menu>li.active>a {
    background: #da3743
}

.top-bar-btns:after {
    content: '';
    clear: both;
    display: table;
}

.top-bar-btns {
    float: right;
    margin-left: 40px;
}

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

.nav>li {
    z-index: 5;
}

.top-bar .nav-items li a.btn.btn-custom-default:hover {
    color: white;
}

.top-bar .nav-items li a.btn.btn-custom-primary {
    color: white;
}

.top-bar .btn,
.top-bar .default-menu>li>a {
    font-weight: 700;
}

.top-bar.top-bar-white .default-menu>li>a>span,
.top-bar.top-bar-white .default-menu>li>a {
    color: white;
}

.top-bar.top-bar-white .nav-items li a.btn {
    color: white;
}

.top-bar.affix .nav-items li a.btn.btn-custom-default:hover {
    background: #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
    background: rgba(81, 73, 73, 0.21);
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #FFF;
}

.top-bar.top-bar-white .nav-items li a.btn.btn-custom-primary:hover,
.top-bar.top-bar-color .nav-items li a.btn.btn-custom-primary {
    color: #FFF;
}

.top-bar.t-overflow .nav-items.default-menu {
    margin-right: 20px;
}

.top-bar.top-bar-color {
    padding: 30px 0;
    padding-top: 15px;
    background: #323030;
    z-index: 1000;
}

.lang-menu-mobile,
.navigation-wrapper .logo {
    display: none;
}

.navigation-wrapper.navigation-middle .navbar-toggle>*,
.navigation-wrapper.navigation-middle .information-box {
    display: none;
}

@media (max-width: 1160px) and (min-width: 992px) {
    .navigation-wrapper.navigation-middle .nav.default-menu>li {
        display: none;
    }

    .navigation-wrapper.navigation-middle .navbar-toggle {
        display: inline-block;
        font-size: 2.143em;
        line-height: 1;
        color: #000;
        padding: 0 15px;
        margin: 0;
        margin: 0 5px;
        margin-right: 10px;
        border-radius: 0;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret,
    .navigation-wrapper.navigation-middle .navbar-toggle>* {
        display: none;
    }

    .top-bar.top-bar-color .navigation-wrapper.navigation-middle .navbar-toggle {
        color: #FFF;
    }

    .navigation-wrapper.navigation-middle .navbar-toggle:after {
        content: '\f397';
        display: inline-block;
        font-family: 'Ionicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle>*,
    .navigation-wrapper.navigation-middle .information-box {
        display: none;
    }

    .navigation-open {
        overflow: hidden;
    }

    .navigation-open .navigation-wrapper.navigation-middle .information-box {
        display: block;
    }

    .navigation-open:after {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.48);
        z-index: 120;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        text-align: left;
        padding: 15px 15px;
        padding-right: 20px;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        left: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navigation-open .top-bar.t-overflow {
        z-index: 1000;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav ul.dropdown-menu {
        background: rgb(39, 39, 39);
        top: 0;
        left: 100%;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav li:last-child ul.dropdown-menu {
        bottom: -75px;
        left: 100%;
        top: initial;
    }

    .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li.open a,
    .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li a {
        color: #FFF;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        min-height: 100vh;
        z-index: 1000;
        padding: 15px 25px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: rgba(34, 34, 34, 0.95);
        transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
    }

    .navigation-open .navigation-wrapper.navigation-middle .logo {
        display: none;
    }

    .navigation-open .navigation-wrapper.navigation-middle .logo a {
        font-size: 2.286em;
        font-weight: bold;
        color: #252525;
        line-height: 1;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        padding-right: 50px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li {
        text-align: left;
        float: none;
        display: block;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a {
        font-size: 1.429em;
        position: relative;
        line-height: 24px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .top-bar.t-overflow .nav-items li>a::after {
        display: none;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown.dropdown-submenu>a:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items>li>a:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        content: '';
        height: 1px;
        background: rgb(255, 255, 255);
        width: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border: 0;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.open a:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li a:hover:after {
        width: 100%;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:focus,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open a,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:hover {
        font-size: 1.429em;
        position: relative;
        background: transparent;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret {
        width: 41px;
        height: 41px;
        position: absolute;
        right: -12px;
        top: 0;
        cursor: pointer;
        color: #444;
        border: 0;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:before {
        position: absolute;
        width: 17px;
        height: 1px;
        background: currentColor;
        left: 12px;
        top: 20px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:after {
        position: absolute;
        width: 1px;
        height: 17px;
        background: currentColor;
        left: 20px;
        top: 12px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open>a .caret:after {
        height: 0;
        top: 20px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu li a {
        background: transparent !important;
        ;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu>li a {
        background: transparent;
        opacity: 0.6;
        color: #F7F7F7 !important;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        font-size: 1.143em;
        line-height: 18px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
    .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li.active>a,
    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li>a:hover {
        background: transparent;
        opacity: 1;
        color: #FFF !important;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close {
        width: 46px;
        height: 46px;
        background: #151515;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close:before,
    .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
        width: 14px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -7px;
        content: '';
        background: #FFF;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .navigation-open .top-bar .navigation-wrapper.navigation-middle .logo a {
        color: #000;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -15px;
        margin-right: -20px;
        margin-top: 10px;
        border-top: 3px solid #EEE;
        padding-top: 5px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a {
        padding: 5px 15px;
        display: block;
        color: #252525 !important;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a:hover {
        text-decoration: none;
        background: #F3F3F3;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a img {
        margin-bottom: 2px;
        margin-right: 4px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .infiormation-box {
        color: rgba(255, 255, 255, 0.7);
    }

    .navigation-open .navigation-wrapper.navigation-middle .information-box {
        color: white;
        max-width: 350px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .f-box {
        margin-bottom: 30px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .f-box a {
        color: white;
    }

    .navigation-wrapper.navigation-middle .f-box .title {
        font-size: 1.429em;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .navbar-toggle {
        display: none;
    }

    .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .nav.default-menu>li {
        display: inline-block;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .lang-menu-mobile {
        display: block;
    }

    .top-bar-btns {
        float: none;
    }

    .top-bar-btns .nav-items {
        float: left;
    }

    .top-bar-btns .navbar-toggle {
        float: right;
        padding: 0;
    }

    .default-menu {
        overflow: hidden;
        background: #382F2F;
        padding: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 555555;
        text-align: center;
    }

    .default-menu.nav-items li a:not(.btn) {
        margin: 0;
    }

    .default-menu.navbar-nav>li>.dropdown-menu {
        text-align: center;
    }

    .top-bar .nav-items.default-menu {
        overflow: hidden;
        position: relative;
        z-index: 5;
        margin-top: 10px;
    }

    .nav.default-menu>li>a:focus,
    .nav.default-menu>li>a:hover {
        background: #375BB3;
    }

    .default-menu.navbar-nav>li>.dropdown-menu {
        background: #272323;
        padding: 0;
    }

    .default-menu.nav-items li {
        display: block;
        font-size: 1.000em;
        vertical-align: top;
    }

    .default-menu.nav-items li.dropdown a {}

    .navigation-open:after {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.48);
        z-index: 120;
    }

    .navigation-wrapper {
        text-align: left;
        padding: 15px 15px;
        padding-right: 20px;
    }

    .navigation-wrapper {
        position: fixed;
        top: 0;
        width: 274px;
        left: -274px;
        height: 100%;
        background: white;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navigation-open .navigation-wrapper {
        left: 0;
    }

    .navigation-open .navigation-wrapper .navbar-toggle {
        display: none;
    }

    .navigation-open .top-bar.t-overflow {
        z-index: 1000;
    }

    .navigation-wrapper .default-menu.navbar-nav.nav ul.dropdown-menu {
        background: transparent;
    }

    .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open>a:hover,
    .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open>a:focus,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a:focus,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a:hover .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li.open a,
    .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li a {
        color: #4C4C4C !important;
    }

    .navigation-wrapper {
        position: fixed;
        top: 0;
        width: 274px;
        left: -274px;
        height: 100%;
        min-height: 100vh;
        background: white;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navigation-wrapper .logo {
        display: block;
    }

    .navigation-wrapper .logo a {
        font-size: 2.286em;
        font-weight: bold;
        color: #252525;
        line-height: 1;
    }

    .navigation-wrapper .navbar-nav {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }

    .navigation-wrapper .navbar-nav li {
        text-align: left;
    }

    .navigation-wrapper .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .navigation-wrapper .navbar-nav li a {
        font-size: 1.429em;
        position: relative;
        line-height: 24px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .top-bar.top-bar-color .navigation-wrapper .nav-items>li>a:not(.btn)::after,
    .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu>a:after,
    .navigation-wrapper .navbar-nav.nav-items>li>a:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        content: '';
        height: 1px;
        background: rgb(37, 37, 37);
        width: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border: 0;
    }

    .navigation-open .navigation-wrapper .navbar-nav.nav-items>li.open>a:after,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items>li>a:hover:after,
    .navigation-open .navigation-wrapper .top-bar .nav-items>li>a:not(.btn):hover::after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown.open>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li a:hover:after {
        width: 100% !important;
    }

    .navigation-wrapper .navbar-nav li a:focus,
    .navigation-wrapper .navbar-nav li.open a,
    .navigation-wrapper .navbar-nav li a:hover {
        font-size: 1.429em;
        position: relative;
        background: transparent;
    }

    .navigation-wrapper .navbar-nav li a .caret {
        width: 41px;
        height: 41px;
        position: absolute;
        right: -12px;
        top: 0;
        cursor: pointer;
        color: #444;
        border: 0;
    }

    .navigation-wrapper .navbar-nav li a .caret:before {
        position: absolute;
        width: 17px;
        height: 1px;
        background: currentColor;
        left: 12px;
        top: 20px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .navbar-nav li a .caret:after {
        position: absolute;
        width: 1px;
        height: 17px;
        background: currentColor;
        left: 20px;
        top: 12px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .navbar-nav li.open>a .caret:after {
        height: 0;
        top: 20px;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu li a {
        background: transparent !important;
        ;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu>li a {
        background: transparent;
        opacity: 0.6;
        color: #252525 !important;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        font-size: 1.143em;
        line-height: 18px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
    .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li.active>a,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li>a:hover {
        background: transparent;
        opacity: 1;
        color: #252525 !important;
    }

    .navigation-wrapper .button-close {
        width: 46px;
        height: 46px;
        background: #151515;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navigation-wrapper .button-close:before,
    .navigation-wrapper .button-close:after {
        width: 14px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -7px;
        content: '';
        background: #FFF;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .button-close:after {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .top-bar .navigation-wrapper .logo a {
        color: #000;
    }

    .navigation-wrapper .lang-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -15px;
        margin-right: -20px;
        margin-top: 10px;
        border-top: 3px solid #EEE;
        padding-top: 5px;
    }

    .navigation-wrapper .lang-menu-mobile a {
        padding: 5px 20px;
        display: block;
        color: #252525 !important;
    }

    .navigation-wrapper .lang-menu-mobile a:hover {
        text-decoration: none;
        background: #F3F3F3;
    }

    .navigation-wrapper .lang-menu-mobile a img {
        margin-bottom: 2px;
        margin-right: 4px;
    }
}

.lang-menu {
    margin-left: 20px;
}

.lang-menu .btn {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
}

.lang-menu .dropdown-menu {
    border-radius: 3px;
    min-width: initial;
    padding: 0;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
}

.lang-menu .dropdown-menu a img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.lang-menu .dropdown-menu {
    padding: 14px 0;
}

.lang-menu .dropdown-menu>li>a {
    padding: 6px 20px;
    background: transparent;
}

.lang-menu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.lang-menu .caret {
    margin-bottom: 2px;
    margin-left: 2px;
}

.top-bar.top-bar-color:not(.affix) .lang-menu .btn {
    color: white;
}

.t-overflow:not(.affix) .lang-menu .btn {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    padding-top: 7px;
}

.top-bar .local-form {
    margin: -9px 0;
    margin-left: 35px;
}

.top-bar .local-form .form-group {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.top-bar .local-form .bootstrap-select {
    width: 330px;
}

.top-bar .local-form input.form-control {
    width: 270px;
}

.top-bar .local-form .btn-custom.btn-icon {
    font-size: 2.143em;
    padding: 10px 12px;
    line-height: 1;
}

@media (max-width: 1750px) {
    .top-bar .local-form .bootstrap-select {
        width: 250px;
    }

    .top-bar .local-form input.form-control {
        width: 225px;
    }
}

@media (max-width: 1550px) {
    .top-bar .local-form .bootstrap-select {
        width: 220px;
    }

    .top-bar .local-form input.form-control {
        width: 215px;
    }
}

@media (max-width: 1510px) {
    .top-bar .local-form .bootstrap-select {
        width: 210px;
    }

    .top-bar .local-form input.form-control {
        width: 190px;
    }
}

@media (max-width: 1460px) {
    .top-bar .local-form .bootstrap-select {
        width: 150px;
    }

    .top-bar .local-form input.form-control {
        width: 155px;
    }

    .top-bar .navigation-middle .nav-items>li>a:not(.btn) {
        display: block;
        padding: 7px 0;
        margin-left: 5.5px;
        margin-right: 10.5px;
        text-decoration: none;
        position: relative;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        font-size: 2.143em;
    }
}

@media (max-width: 1270px) {
    .top-bar .local-form {
        margin: -6px 0;
        margin-left: 25px;
    }

    .top-bar .local-form input[type='text'],
    .top-bar .local-form input[type='email'],
    .top-bar .local-form input[type='mail'],
    .top-bar .local-form input[type='password'],
    .top-bar .local-form .bootstrap-select {
        height: 44px;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        padding: 7px 12px;
    }

    .top-bar .local-form .btn-custom.btn-icon i {
        font-size: 2.143em;
    }

    .top-bar .local-form .bootstrap-select {
        width: 120px;
    }

    .top-bar .local-form input.form-control {
        width: 125px;
    }
}

.section-search-area {
    background: transparent;
    padding-top: 220px;
    padding-bottom: 165px;
    position: relative;
}

.section-search-area {
    position: relative;
}

.section-search-area>* {
    position: relative;
    z-index: 1;
}

.section-search-area:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    display: block;
}

.section-search-area.mask-dark {
    position: relative;
}

.section-search-area.mask-dark>* {
    position: relative;
    z-index: 1;
}

.section-search-area.mask-dark:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/mask_dark.png) no-repeat center center;
    background-size: cover;
    display: block;
}

.section-search-area.mask-grey {
    position: relative;
}

.section-search-area.mask-grey>* {
    position: relative;
    z-index: 1;
}

.section-search-area.mask-grey:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/mask_grey.png) no-repeat center center;
    background-size: cover;
    display: block;
}

.section-search-area .body {
    max-width: 865px;
    margin: 0 auto;
}

.h-area {
    color: #FFF;
    font-family: 'Nunito';
    text-align: center;
}

.h-area .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 2.571em;
    font-weight: bold;
}

.h-area .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1.143em;
    font-weight: lighter;
}

.section-search-area .local-form {
    padding: 30px 0;
    padding-bottom: 15px;
}

.section-search-area .local-form form {}

.section-search-area .local-form form>.form-group {
    font-size: 1.071em;
    padding-left: 5.5px;
    padding-right: 5.5px;
}

.section-search-area .local-form form {
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.section-search-area .selectpicker {
    background: white;
}

.section-search-area .form-group {
    display: inline-block;
    vertical-align: top;
}

.local-form input,
.local-form textarea,
.local-form .bootstrap-select {
    border: 1px solid #E5E5E5;
}

.bootstrap-select .selectpicker-primary.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.widget-search .bootstrap-select .selectpicker-primary.btn {
    background: #fff;
}

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

.local-form input[type='text'],
.local-form input[type='email'],
.local-form input[type='mail'],
.local-form input[type='password'],
.local-form .bootstrap-select {
    height: 52px;
}

.section-search-area .local-form input,
.section-search-area .local-form .bootstrap-select {
    border: none;
}

.section-search-area .form-control.bootstrap-select {
    width: 377px;
}

.top-bar .form-control.bootstrap-select .btn[title="I’m looking for..."],
.section-search-area .form-control.bootstrap-select .btn[title="I’m looking for..."] {
    color: #999fa2;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: normal;
}

.section-search-area .form-control.bootstrap-select .btn {
    font-size: 1.071em;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    padding-left: 18px;
}

.section-search-area .bootstrap-select .dropdown-menu>li>a {
    padding: 5.5px 10px;
    padding-left: 18px;
}

.top-bar .bootstrap-select .dropdown-menu>li>a {
    padding: 5.5px 10px;
}

.top-bar .bootstrap-select .dropdown-menu>li>a,
.top-bar .local-form input.form-control,
.top-bar .form-control.bootstrap-select .btn {
    padding-left: 18px;
}

.top-bar .bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 0px;
    margin-top: -10px;
}

.top-bar .bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 5px;
}

.section-search-area .form-control.bootstrap-select .dropdown-menu {
    border-top: 1px solid #dde0e4;
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
}

.section-search-area input.form-control {
    width: 315px;
    padding-left: 18px;
}

.section-search-area .tags {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.section-search-area .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-search-area .tags ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 0.929em;
}

.section-search-area .tags a {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Nunito';
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.section-search-area .tags a i {
    font-size: 1.143em;
}

.section-search-area .tags a:hover {
    color: #E0D6A2;
}

.section-search-area .tags a i {
    margin-right: 10px;
}

.thumbnail.thumbnail-property {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-property .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
}

.section-blog .thumbnail.thumbnail-property .thumbnail-image {
    height: 315px;
}

.thumbnail.thumbnail-property .thumbnail-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumbnail.thumbnail-property .caption {
    padding: 25px 24px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-property.b .caption {
    padding: 35px 25px;
}

.thumbnail.thumbnail-property .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-property .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-property .thumbnail-title a {
    color: #4285F4;
    font-size: 1.286em;
    font-weight: bold;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-property .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    line-height: 1;
}

.thumbnail.thumbnail-property .thumbnail-ratings,
.thumbnail.thumbnail-property .thumbnail-title {
    margin-bottom: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property .thumbnail-ratings i {
    margin-left: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    color: #252525;
    display: block;
    font-size: 1.143em;
    font-weight: lighter;
}

.thumbnail.thumbnail-property .thumbnail-image a.link {
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail.thumbnail-property .type a,
.thumbnail.thumbnail-property .type {
    color: #7B7B7B;
    display: block;
    font-size: 0.929em;
}

.thumbnail.thumbnail-property .type a {
    display: inline;
    text-decoration: none;
    -o-transition: all 0.55s;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .type a:hover {
    text-decoration: underline;
}

.thumbnail.thumbnail-property .description {
    margin-top: 25px;
    line-height: 1.8;
}

.thumbnail.thumbnail-property .btn {
    margin-top: 25px;
}

.btn-marker {
    display: inline-block;
    text-align: center;
}

.btn-marker:hover,
.btn-marker:focus {
    text-decoration: none;
}

.btn-marker .box {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    color: #da3743;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 1.143em;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-marker .title {
    display: block;
    color: #252525;
    font-size: 0.929em;
    font-weight: bolder;
}

.thumbnail.thumbnail-offers .thumbnail-image img+a,
.thumbnail.thumbnail-property .thumbnail-image img+a {
    position: absolute;
    height: 100%;
    z-index: 5;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

.thumbnail.thumbnail-property .thumbnail-image {
    position: relative;
    cursor: pointer;
}

.thumbnail.thumbnail-property .thumbnail-image:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    -o-transition: all 0.55s;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:before {
    opacity: 0.5;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:after {
    width: 120px;
    height: 120px;
    opacity: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.75s;
    transition: opacity 0.55s, -webkit-transform 0.75s;
    -o-transition: opacity 0.55s, transform 0.75s;
    transition: opacity 0.55s, transform 0.75s;
    transition: opacity 0.55s, transform 0.75s, -webkit-transform 0.75s;
    -webkit-transition: transform 0.75s, opacity 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image .icons {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    text-align: center;
    z-index: 10;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i {
    font-size: 1.786em;
    color: #FFF;
    display: inline-block;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
    color: #5AC8FB;
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(1) {
    -webkit-transform: translate3d(-145px, -95px, 0);
    transform: translate3d(-145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(2) {
    -webkit-transform: translate3d(145px, -95px, 0);
    transform: translate3d(145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(3) {
    -webkit-transform: translate3d(-145px, 95px, 0);
    transform: translate3d(-145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(4) {
    -webkit-transform: translate3d(145px, 95px, 0);
    transform: translate3d(145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image:hover .icons a {
    opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn-marker {
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.btn-marker:hover .box {
    background: #da3743;
    color: #FFF;
}

.btn-marker:hover .title {
    color: #da3743;
}

.thumbnail.thumbnail-video {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-video .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
    margin-left: -1px;
    margin-right: -1px;
}

.thumbnail.thumbnail-video .thumbnail-image iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.thumbnail.thumbnail-video .caption {
    padding: 25px 25px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-video.b .caption {
    padding: 35px 25px;
}

.thumbnail.thumbnail-video .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-video .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-video .thumbnail-title a {
    color: #4285F4;
    font-size: 1.286em;
    font-weight: bold;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-video .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    line-height: 1;
}

.thumbnail.thumbnail-video .thumbnail-ratings,
.thumbnail.thumbnail-video .thumbnail-title {
    margin-bottom: 7px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    color: #252525;
    display: block;
    font-size: 1.143em;
    font-weight: lighter;
}

.thumbnail.thumbnail-video .thumbnail-image a.link {
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail.thumbnail-video .type {
    color: #7B7B7B;
    display: block;
    font-size: 0.929em;
}

.thumbnail.thumbnail-video .description {
    margin-top: 25px;
    line-height: 1.8;
}

.thumbnail.thumbnail-video .btn {
    margin-top: 25px;
}

.card.card-category {
    position: relative;
}

.card.card-category {
    position: relative;
    height: 310px;
    margin-bottom: 20px;
}

.card.card-category .bottom {
    background: rgba(37, 37, 37, 0.87);
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    position: absolute;
    padding: 25px 0;
    text-align: center;
}

.card.card-category .bottom a {
    color: #FFF;
    font-size: 1.429em;
    text-decoration: none;
}

.card.card-category .badget {
    position: absolute;
}

.card.card-category .badget.b-icon {
    left: 30px;
    top: 18px;
}

.card.card-category .badget.b-icon i {
    color: #FFF;
    font-size: 2.857em;
}

.card.card-category {
    overflow: hidden;
}

.card.card-category .bottom {
    bottom: initial;
    padding: 0;
    top: calc(100% - 62px);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.card.card-category:hover .bottom {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    top: 100%;
}

.card.card-category .bottom .title {
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 1.429em;
    font-weight: 600;
}

.card.card-category:hover .bottom .title {
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hidden-subtitle {
    padding: 10px 25px;
    background: #da3743;
}

.card.card-category .object-fit-imagediv,
.card.card-category:hover a>img {
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.card.card-category:hover .object-fit-imagediv,
.card.card-category:hover a>img {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}

.card.card-category .badget.b-icon i {
    display: inline-block;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.card.card-category:hover .badget.b-icon i {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    color: #da3743;
}

.card.card-category .object-fit-imagediv {
    position: relative;
}

.card.card-category .object-fit-imagediv:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-gallery {
    overflow: hidden;
}

.card-gallery {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: -5px;
    margin-left: -5px;
    padding: 7px;
    border: 1px solid #E8ECF1;
}

.card-gallery a:after {
    content: '';
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/preview.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.card-gallery a:hover:after {
    opacity: 1;
}

.card-gallery a {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.card-gallery .object-fit-imagediv {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.images-gallery .widget-styles .content-box {
    margin-bottom: -30px;
}

.pull-right-img {
    float: right;
    padding: 2px 0 15px 30px;
    max-width: 230px;
}

.pull-left-img {
    float: left;
    padding: 2px 30px 15px 0;
    max-width: 230px;
}

.pull-left-img.lg,
.pull-right-img.lg {
    max-width: 300px;
}

.reviews-carousel {
    position: relative;
}

.review {
    text-align: center;
}

.review .rating {
    margin-bottom: 20px;
}

.review .description {
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 35px;
    max-width: 780px;
    font-size: 1.286em;
    font-weight: 400;
    line-height: 28px;
}

.review .user-card {
    margin: 0 auto;
}

.user-card {}

.user-card .user-card-image,
.user-card .body {
    display: inline-block;
    vertical-align: top;
}

.user-card .user-card-image {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
}

.user-card .body {
    padding-left: 20px;
    padding-top: 12px;
    text-align: left;
}

.user-card .body .name {
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}

.user-card .body .contact {
    font-size: 1.000em;
    color: #B4B4B4;
}

.user-card .body .contact .link {
    color: #4285F4;
    font-weight: bold;
}

.reviews-carousel {
    position: relative;
}

.reviews-carousel .review {
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    display: block;
    z-index: 0;
    padding: 0 125px;
}

.reviews-carousel .review.show {
    opacity: 1;
    z-index: 2;
}

.reviews-carousel .nav-r a.nav-r-btn {
    font-size: 1.714em;
    color: #a6a6a6;
    display: block;
    position: absolute;
    height: 45px;
    width: 45px;
    left: 50px;
    top: 20%;
    z-index: 5;
    text-align: center;
    line-height: 49px;
}

.reviews-carousel .nav-r a.nav-r-btn:hover {
    color: #000;
}

.reviews-carousel .nav-r a.nav-r-btn.btn-right {
    left: initial;
    right: 50px;
}

.caption.caption-blog .thumbnail-title a {
    color: #252525;
    font-size: 1.429em;
    margin-bottom: 10px;
}

.caption .date {
    color: #7B7B7B;
    font-size: 0.929em;
}

.caption .date i {
    color: #da3743;
    margin-right: 10px;
}

.footer {
    background: #008F8E;
    color: white;
}

.footer-content {
    padding-bottom: 0;
    background-color: transparent;
}

.footer-content.section {
    padding-top: 90px;
}

.footer-content .container {
    padding-bottom: 0;
}

.footer-results>div {
    margin-bottom: 65px;
}

.footer .logo a {
    font-size: 2.143em;
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
    font-family: 'Nunito Black', 'Nunito';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.f-box .title {
    font-size: 1.143em;
    font-weight: bold;
    margin-bottom: 25px;
}

.f-box .list-social,
.f-box .list-f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-box .list-f li:not(:last-child) {
    margin-bottom: 15px;
}

.f-box .list-f a {
    color: #CFCFCF;
    font-size: 0.929em;
}

.f-box .list-social {
    margin-left: -3px;
    margin-right: -3px;
}

.list-social:after {
    content: '';
    clear: both;
    display: table;
}

.list-social li {
    display: block;
    float: left;
    font-size: 1.143em;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
}

.list-social li a {
    color: #FFF;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #353333;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.list-social li a:hover {
    background: #CFCFCF;
    border-radius: 100%;
    color: #262424;
}

.list-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.footer-content .container {
    border-bottom: 1px solid #353333;
}

.footer-bottom {
    padding: 28px 0;
    text-align: center;
    font-size: 0.929em;
    color: #5E5C5C;
}

.footer-bottom {
    padding: 27px 0;
    text-align: center;
}

body.boxed .container.container-palette .container.footer-inner-slim,
.footer-inner-slim {
    color: #767676;
    padding: 30px 15px;
    padding-bottom: 25px;
}

.footer-inner-slim .copyright {
    float: left;
    padding: 10px 0;
}

.footer-inner-slim .social {
    float: right;
}

.footer-inner-slim .list-social {
    float: right;
    margin: 0;
}

.footer-inner-slim .list-social li a {
    color: #767676;
    background: transparent;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.footer-inner-slim .list-social li a:hover {
    color: #da3743;
    background: transparent;
}

.widget-geomap {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-type-1.png) repeat;
}

.widget-geomap .geomap-title {
    font-size: 2.571em;
}

.mark-c {
    color: #DA3743;
    font-weight: 600;
}

.widget-geomap .local-form {
    padding-top: 80px;
}

.widget-geomap .geo-map {
    padding-top: 30px;
    text-align: center;
}

.widget-geomap .geo-map img {
    max-width: 100%;
}

.card.card-preview {
    position: relative;
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: -o-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    margin-bottom: 15px;
    height: 260px;
}

.card.card-preview {
    position: relative;
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: -o-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    margin-bottom: 15px;
    height: 260px;
}

.card.card-preview img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.card.card-preview:hover img {
    opacity: 0.4;
}

.card.card-preview .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 0;
}

.card.card-preview:hover .link {
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.card.card-preview figcaption {
    color: #FFF;
    font-size: 1.429em;
    font-weight: 600;
    position: absolute;
    right: 35px;
    left: 35px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.card.card-preview figcaption h2 {
    color: #FFF;
    font-size: 1.429em;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.card.card-preview:hover figcaption h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.card.card-preview figcaption p {
    font-weight: 400;
}

.card.card-preview figcaption p {
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.card.card-preview:hover figcaption p {
    opacity: 1;
    font-size: 1.000em;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.card.card-preview:before {
    content: '';
    position: absolute;
    border: 1px solid #FFF;
    opacity: 0;
    font-size: 1.000em;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.card.card-preview:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.card.card-preview .link,
.card.card-preview:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnail.thumbnail-type {
    border: none;
    background: transparent;
}

.thumbnail.thumbnail-type {
    border: none;
}

.thumbnail.thumbnail-type .thumbnail-image {
    text-align: center;
    padding-bottom: 30px;
}

.thumbnail.thumbnail-type .caption .title {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-type .caption .title,
.thumbnail.thumbnail-type .caption .title a {
    color: #252525;
    font-size: 1.286em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-type .caption .title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-type .caption {
    padding: 9px 0;
}

.thumbnail.thumbnail-type .caption .description {
    color: #353535;
    font-size: 0.929em;
    text-align: center;
    line-height: 1.846;
}

.thumbnail.thumbnail-type .thumbnail-image .img-circle-cat:hover {
    -webkit-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

@keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

.owl-carousel-property .item {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel-property.owl-theme .owl-pagination {
    display: none;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background: #E7E7E7;
    opacity: 1;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before,
.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
    background: #da3743;
    color: #FFF;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before {
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.286em;
    color: #000;
    line-height: 29px;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f3d2';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\f3d3';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
    background: #da3743;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #FFF;
}

.inv-block {
    text-align: center;
    color: #FFF;
}

.inv-block .title {
    font-size: 2.143em;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-location .result-container {
    margin-bottom: 50px;
}

.grid-tiles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-tile {
    border: 1px solid #F2F2F2;
    -webkit-box-flex: 2 auto;
    -webkit-flex: 1 2 auto;
    -ms-flex: 2 1;
    flex: 2 1;
    min-width: 150px;
    text-align: center;
}

.grid-tile a {
    cursor: pointer;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    text-decoration: none;
}

.grid-tile .preview {
    text-align: center;
}

.grid-tile .preview i {
    color: #DA3743;
    font-size: 3.571em;
    line-height: 71px;
}

.grid-tile .title {
    color: #252525;
    font-size: 1.143em;
    font-weight: 600;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.grid-tile a:hover .title {
    color: #da3743;
}

.grid-tile .preview {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.grid-tile .preview i {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.grid-tile:hover a .preview i {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.card-location {
    position: relative;
    margin-bottom: 12px;
    height: 190px;
}

.card.card-location>img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.card.card-location .description {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
}

.card.card-location .description .title {
    font-size: 1.143em;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.card.card-location .description .title a {
    color: #FFF;
    font-size: 1.143em;
    text-decoration: none;
}

.card.card-location .description .title a:hover {
    color: #da3743;
}

.card.card-location .description .sub-title {
    color: #B7B7B7;
    font-size: 0.857em;
}

.card.card-location .budget {
    position: absolute;
}

.card.card-location .budget.budget-type {
    right: 10px;
    top: 10px;
}

.card.card-location .budget.budget-type i {
    color: #FFF;
}

.card.card-location {
    overflow: hidden;
}

.card.card-location .description.description-hidden .sub-title {
    overflow: initial;
    white-space: normal;
}

.card.card-location .description {
    -o-transition: all 0.05s;
    transition: all 0.05s;
    -webkit-transition: all 0.05s;
}

.card.card-location:hover .description {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.card.card-location .description.description-hidden {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    -o-transition: all 0.15s 0.1s;
    transition: all 0.15s 0.1s;
    -webkit-transition: all 0.15s 0.1s;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    text-decoration: none;
}

.card.card-location:hover .description.description-hidden {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.card.card-location .description.description-hidden .title,
.card.card-location .description.description-hidden .sub-title {
    overflow: initial;
    white-space: normal;
}

.thumbnail.thumbnail-property-list:after {
    content: '';
    display: table;
    clear: both;
}

.thumbnail.thumbnail-property-list {
    border: 0;
    border-bottom: 1px solid #E8ECF1;
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .caption {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 150px;
}

.thumbnail.thumbnail-property-list.left .caption {
    margin-right: 0;
    margin-left: 150px;
}

.thumbnail.thumbnail-property-list .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .header .left {
    width: 65%;
}

.thumbnail.thumbnail-property-list .header .right {
    white-space: nowrap;
}

.thumbnail.thumbnail-property-list .header .right .address {
    color: #7B7B7B;
    font-size: 1.071em;
}

.thumbnail.thumbnail-property-list .thumbnail-image {
    float: right;
    width: 150px;
    margin-top: 35px;
}

.thumbnail.thumbnail-property-list .thumbnail-image a {
    height: 140px;
    width: 100%;
    display: block;
}

.thumbnail.thumbnail-property-list .thumbnail-image a>div {
    border-radius: 2px;
}

.thumbnail.thumbnail-property-list.left .thumbnail-image {
    float: left;
}

.thumbnail.thumbnail-property-list .options span {
    display: inline-block;
    margin-right: 15px;
}

.thumbnail.thumbnail-property-list .options span .thumbnail-ratings i {
    margin: 0 6px;
}

.thumbnail.thumbnail-property-list .list-comment {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    margin-right: 14px;
    margin-top: 2px;
    float: left;
}

.thumbnail.thumbnail-property-list .thumbnail-title {
    margin-top: -10px;
}

.thumbnail.thumbnail-property-list .caption {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment p {
    font-size: 0.929em;
    font-family: 'Open Sans';
    line-height: 1.538;
    margin-left: 50px;
}

.thumbnail.nohover .thumbnail-image:before,
.thumbnail.nohover .thumbnail-image:after {
    display: none;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumbnail.thumbnail-property-list .thumbnail-image:hover img {
    opacity: .6;
    -webki-filter: contrast(1.2);
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.thumbnail.thumbnail-property-list .thumbnail-image {
    height: initial;
    margin-bottom: 25px;
}

.thumbnail.thumbnail-property-list:before {
    content: '1.';
    float: left;
    margin-top: 37px;
    color: #b4b4b4;
    font-weight: 600;
}

.thumbnail.thumbnail-property-list.left:before {
    display: none;
}

.widget-recentproperties .row>div:nth-child(2) .thumbnail.thumbnail-property-list:before {
    content: '2.';
}

.widget-recentproperties .row>div:nth-child(3) .thumbnail.thumbnail-property-list:before {
    content: '3.';
}

.widget-recentproperties .row>div:nth-child(4) .thumbnail.thumbnail-property-list:before {
    content: '4.';
}

.widget-recentproperties .row>div:nth-child(5) .thumbnail.thumbnail-property-list:before {
    content: '5.';
}

.widget-recentproperties .row>div:nth-child(6) .thumbnail.thumbnail-property-list:before {
    content: '6.';
}

.widget-recentproperties .row>div:nth-child(7) .thumbnail.thumbnail-property-list:before {
    content: '7.';
}

.flex-md .widget.widget-recentproperties {
    padding-bottom: 0;
}

.result-slim>div {
    padding: 0 6px;
}

.result-slim {
    margin-right: -6px;
    margin-left: -6px;
}

.section-banner-title {
    color: #B0B0B0;
    font-size: 0.786em;
    text-align: center;
    margin-bottom: 10px;
}

.banner {
    background: #3B3B3C;
    padding: 20px 85px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner .left-side {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D4C3C4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2 auto;
    -webkit-flex: 1 2 auto;
    -ms-flex: 2 1;
    flex: 2 1;
    font-size: 1.143em;
    padding: 10px 0;
}

.banner .left-side .mark-c {
    padding: 0 5px;
}

.btn.btn-banner {
    background: #9D9D9E;
    border-radius: 2px;
    color: #FFF;
    font-size: 0.929em;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    white-space: nowrap;
    -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn.btn-banner:hover {
    background: #DA3743;
}

.container-wide img {
    max-width: 100%;
}

.container-wide {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 0;
    background: white;
}

@media (min-width: 992px) {
    .flex-md {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .container-wide .section-search-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.container-wide .section-search-area {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.container-wide .left-side .section-search-area {
    margin-right: 0;
}

.container-wide .section-search-area .form-control.bootstrap-select,
.container-wide .section-search-area .form-group,
.container-wide .section-search-area .form-group input,
.container-wide .section-search-area .form-group select {
    width: 100%;
}

.container-wide .section-search-area .h-area {
    padding: 0 20px;
}

.container-wide .section-search-area .btn-custom {
    padding: 0 0;
    width: 100%;
}

.container-wide .section-search-area .row>div {
    padding: 0 5px;
}

.container-wide .section-search-area .body {
    padding: 0 65px;
}

.container-wide .card.card-preview {
    height: 190px;
}

.container-wide .card.card-preview {
    height: 190px;
}

.container-wide .card.card-preview img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.container-wide .map {
    min-height: 450px;
}

.container-wmap .left-side {
    max-width: 850px;
    min-width: 700px;
    width: 100%;
}

.container-wmap .right-side {
    width: 100%;
}

#main-map-mini {
    min-height: 450px;
}

.header .title-location {
    padding: 15px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header .title-location:after {
    content: '';
    clear: both;
    display: table;
}

.header .title-location .location {
    color: #252525;
    font-size: 1.071em;
    -webkit-flex: 2 1 auto;
    flex: 2 1 auto;
}

.header .title-location .count {
    white-space: nowrap;
}

.filters-box {
    padding: 15px 0;
    border: 1px solid #DCDCDC;
    border-left: 0;
    border-right: 0;
    background: #F3F3F3;
}

.container-wide .widget .filters-box {
    margin-left: -15px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
}

.widget-recentproperties .filters-box {
    margin-bottom: 35px;
}

.tag {
    font-size: 0.929em;
    color: #6E6E6E;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 2px;
}

.tag:hover {
    text-decoration: none;
}

.tag.tag-default {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
}

.tag.tag-default:hover {
    background: #E4E1E1;
    color: #353535;
}

.filters .tag {
    margin-bottom: 5px;
}

.filters .picker .pc-element,
.filters .picker .pc-trigger {
    font-size: 0.929em;
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    color: #6E6E6E;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
    -o-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    padding-right: 30px;
    margin-bottom: 5px;
    margin-right: 4px;
    z-index: 0;
}

.filters .picker .pc-element:hover,
.filters .picker .pc-trigge:hover {
    background: #E4E1E1;
    color: #353535;
}

.filters .picker .pc-element .pc-close,
.filters .picker .pc-trigger .pc-close {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -11px;
    font-size: 1.143em;
    cursor: pointer;
    margin-right: 5px;
}

.filters .picker .pc-select .pc-element {
    color: #252525;
}

.filters .pc-select .pc-element i {
    margin-right: 8px;
}

.filters .picker .pc-select .pc-list {
    top: calc(100% - -2px);
    border: 1px solid #DCDCDC;
    padding: 6px 0;
}

.filters .picker .pc-select .pc-list li {
    background-color: transparent !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #565454;
    -o-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}

.filters .picker .pc-select .pc-list li:hover {
    color: #DA3743;
    font-weight: 600;
}

.filters .picker {
    vertical-align: top;
}

.widget-recentproperties {
    padding-bottom: 55px;
}

.widget-recentproperties .result-container {
    padding-bottom: 30px;
}

.widget-title-location .wtl-tree-subs,
.widget-title-location .wtl-tree-bread {
    padding-top: 35px;
    padding-bottom: 25px;
}

.widget-title-location .wtl-tree-subs,
.widget-title-location .wtl-tree-bread {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget-title-location .location {
    color: #252525;
    font-size: 1.571em;
    width: 100%;
}

.widget-title-location .count {
    font-size: 0.929em;
    color: #7B7B7B;
    white-space: nowrap;
}

.widget-filters .filters-box {
    padding: 25px 15px;
}

.widget-listing-title .wb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget-listing-title .wb .options {
    -webkit-flex: 2 1 auto;
    flex: 2 1 auto;
}

.widget-listing-title .wb .actions {
    white-space: nowrap;
}

.widget-listing-title .options .type-box {
    float: left;
    width: 120px;
    height: 120px;
    background: #DFDCDC;
    text-align: center;
}

.widget-listing-title .options .type-box i {
    color: #FFF;
    font-size: 4.643em;
    line-height: 120px;
}

.widget-listing-title .options .options-body {
    margin-left: 120px;
    padding-left: 20px;
}

.widget-listing-title .options .options-body .title {
    color: #252525;
    font-size: 2.286em;
    font-weight: bold;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin-bottom: 5px;
}

.widget-listing-title .options .options-body .ratings {
    color: #252525;
    font-size: 1.143em;
    margin-bottom: 12px;
}

.widget-listing-title .options .options-body .ratings i {
    margin-left: 5px;
}

.widget-listing-title .options .options-body .types {
    color: #7B7B7B;
}

.widget.listing-gallery {
    margin-bottom: 15px;
}

.listing-gallery img {
    max-width: 100%;
}

.listing-gallery.widget .content {
    padding-bottom: 0;
}

.listing-gallery a {
    display: block;
    height: 320px;
    margin-bottom: 15px;
}

.list-animities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-animities li {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}

.list-animities li i {
    display: inline-block;
    margin-top: 1px;
    margin-right: 10px;
    vertical-align: middle;
}

.widget-animities.widget-styles .content-box {
    padding-bottom: 20px;
}

.widget.widget-styles.widget-right-map header h2 {
    font-size: 0.857em;
    color: #4285F4;
    padding: 4px 10px;
}

.list-reviews {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-reviews li:after {
    content: '';
    display: table;
    clear: both;
}

.list-reviews li {
    border-bottom: 1px solid #E8ECF1;
}

.list-reviews li img {
    float: left;
    max-width: 70px;
    border-radius: 2px;
}

.list-reviews .list-reviews-body {
    margin-left: 70px;
    padding-left: 20px;
}

.list-reviews .list-reviews-body .list-reviews-title h2,
.list-reviews .list-reviews-body .list-reviews-title {
    font-size: 1.143em;
    font-weight: 600;
}

.list-reviews .list-reviews-body .list-reviews-title {
    margin-bottom: 5px;
}

.list-reviews .list-reviews-body .raiting {
    margin-bottom: 10px;
}

.list-reviews .list-reviews-body .description {
    line-height: 1.8;
}

#property-map {
    height: 180px;
    width: 100%;
}

.list-contact ul,
.list-contact {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #9D9798;
    font-size: 0.929em;
}

.list-contact ul li {
    background: #F7F7F7;
    margin-bottom: 1px;
    padding: 10px 15px;
    color: #585A5A;
}

.list-contact li {
    padding: 10px 0;
    position: relative;
}

.list-contact>li:after {
    content: '';
    display: block;
    height: 1px;
    left: 25px;
    right: 0;
    position: absolute;
    top: 100%;
    background: #E8ECF1;
}

.list-contact>li.icon:not(.multi),
.list-contact>li.icon.multi>.title {
    padding-left: 25px;
}

.list-contact>li.icon.multi>.title {
    padding-bottom: 10px;
}

.list-contact>li.icon.address {
    color: #252525;
    font-weight: 600;
}

.list-contact>li.icon:before {
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    top: 11px;
    font-size: 1.143em;
    color: #9D9798;
}

.list-contact>li.icon.address:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #DA3743;
}

.list-contact>li.icon.earth:before {
    content: '\f0ac';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.list-contact>li.icon.phone:before {
    content: '\f4b9';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list-contact>li.icon.clock:before {
    content: '\f3b3';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.agent-box .preview-image img {
    border-radius: 2px;
}

.widget-styles.agent-box .content {
    padding-bottom: 0;
}

.agent-box .title a {
    font-size: 1.286em;
    color: #4285F4;
}

.agent-box .title {
    margin-bottom: 10px;
}

.agent-box .btn {
    margin-top: 25px;
    font-size: 1.786em;
}

.location-box {
    margin-bottom: 15px;
}

.location-box:after {
    content: '';
    clear: both;
    display: table;
}

.location-box .preview-image {
    float: left;
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}

.location-box .preview-image div {
    border-radius: 2px;
}

.location-box .location-box-content {
    margin-left: 70px;
    padding-left: 15px;
}

.location-box .location-box-content .title a {
    font-size: 1.000em;
    font-weight: 600;
    color: #4285F4;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.location-box .location-box-content .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.location-box .location-box-content .ratings {
    font-size: 0.857em;
    color: #252525;
}

.location-box .location-box-content .types {
    font-size: 0.929em;
    color: #7B7B7B;
}

.location-box .location-box-content .types.date {
    margin: 5px 0;
}

.widget-other-location .widget-title.content,
.widget-other-location .widget-title.content-box {
    padding-bottom: 0;
}

.widget-other-location .content-box:after,
.widget-other-location .content:after {
    content: '';
    display: table;
    clear: both;
}

.widget-styles.widget-form .content-box {
    padding-top: 0;
}

.widget-styles.widget-form .btn {
    font-size: 0.929em;
    line-height: 18px;
    padding: 17px 0;
}

.widget-ads img {
    max-width: 100%;
}

.widget-top-title {
    background: #3C3C3C;
    padding: 110px 0;
    color: #FFF;
}

.widget-top-title[data-parallax='scroll'] {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
}

.widget-top-title .body {
    max-width: 865px;
    margin: 0 auto;
    text-align: center;
}

.widget-top-title .body .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 2.571em;
    font-weight: bold;
}

.widget-top-title .body .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1.143em;
    font-weight: lighter;
}

.widget-top-parralax {
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

[data-parallax='scroll'] {
    background-color: transparent;
}

.widget-top-parralax .body {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #FFF;
}

.widget-top-parralax .body .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 2.571em;
    font-weight: bold;
}

.widget-top-parralax .body .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1.143em;
    font-weight: lighter;
}

.widget-top-parralax.full-vh {
    height: 100vh;
}

.widget-top-parralax.compat-object-fit {
    position: relative;
}

.widget-top-parralax:after {
    background: url('https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png');
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.widget-top-parralax.compat-object-fit .object-fit-imagediv {
    position: absolute;
    top: 0;
}

.scroll-button {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 60px;
    left: 50%;
    margin-left: -20px;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/download.png) center bottom no-repeat;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.scroll-button:hover {
    background-position: center bottom 10px;
}

.scroll-button:after,
.scroll-button:before {
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.scroll-button:before {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-left: 1px transparent solid;
    border-bottom: 1px transparent solid;
    content: '';
}

.scroll-button:after {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-top: 1px transparent solid;
    border-right: 1px transparent solid;
    content: '';
}

.scroll-button:hover:after,
.scroll-button:hover:before {
    border-color: #FFF;
}

.scroll-button:hover:before {
    left: 0;
}

.scroll-button:hover:after {
    right: 0;
}

.widget-owl-slider-fullh .scroll-button {
    bottom: 100px;
}

.list-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-navigation li {
    font-size: 1.000em;
    margin-bottom: 10px;
}

.list-navigation li a {
    color: #252525;
}

.list-navigation li.active {
    font-weight: 600;
}

.list-navigation li.return a {
    color: #DA3743;
    font-weight: 600;
}

.list-navigation li.return a i {
    margin-right: 5px;
}

.list-navigation li a:hover {
    text-decoration: none;
}

.list-navigation li:not(.return) a:hover {
    font-weight: 600;
}

.list-categories {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-categories {
    margin-bottom: 70px;
}

.list-category-item {
    display: table;
    border: 1px solid #E8ECF1;
    margin-top: -1px;
}

.list-category-item .preview,
.list-category-item .content {
    display: table-cell;
}

.list-category-item .preview,
.list-category-item .content {
    display: table-cell;
    vertical-align: top;
    padding: 35px 45px;
}

.list-category-item .preview {
    padding-right: 20px;
}

.list-category-item .content {
    padding-right: 55px;
    padding-left: 20px;
}

.list-category-item .title {
    margin-bottom: 20px;
}

.list-category-item .title,
.list-category-item .title a {
    color: #252525;
    font-size: 1.286em;
    font-weight: 600;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.list-category-item .title:hover,
.list-category-item .title a:hover {
    color: #da3743;
}

.list-category-item .description {
    font-family: 'Open Sans';
    font-size: 0.929em;
    line-height: 1.8;
}

.card.card-pricing {
    border: 1px solid #E8ECF1;
    padding: 35px 20px 45px 43px;
    margin-bottom: 25px;
}

.card.card-pricing .title {
    color: #252525;
    font-size: 1.286em;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.card.card-pricing .price-box {
    color: #252525;
    font-size: 5.143em;
    font-weight: 600;
    margin-bottom: 40px;
}

.card.card-pricing .price-box sup {
    font-size: 1.143em;
    top: -35px;
    margin-right: 5px;
}

.card.card-pricing .price-box .notice {
    font-size: 0.929em;
    font-weight: 400;
    color: #7B7B7B;
}

.card.card-pricing .list-suggestions {
    margin-bottom: 30px;
}

.list-suggestions {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-suggestions li {
    margin-bottom: 10px;
    font-size: 0.929em;
    padding-left: 40px;
    position: relative;
}

.list-suggestions li.unchecked:before,
.list-suggestions li.checked:before {
    position: absolute;
    left: 2px;
    top: 3px;
    font-size: 0.929em;
}

.list-suggestions li.checked:before {
    content: '\f121';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.list-suggestions li.unchecked:before {
    content: '\f129';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.thumbnail.thumbnail-offers {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-offers .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
}

.thumbnail.thumbnail-offers .thumbnail-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}

.thumbnail.thumbnail-offers:hover .thumbnail-image img {
    -webkit-filter: contrast(1.3);
    filter: contrast(1.3);
    -webki-filter: contrast(1.3);
}

.thumbnail.thumbnail-offers .caption {
    padding: 25px 25px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-offers .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-offers .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-offers .thumbnail-title a {
    color: #252525;
    font-size: 1.286em;
    font-weight: bold;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-offers .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-offers .thumbnail-title {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-offers .options {
    color: #6E6E6E;
    display: block;
    font-size: 0.929em;
}

.thumbnail.thumbnail-offers .options {
    color: #6E6E6E;
    display: block;
    font-size: 0.929em;
}

.thumbnail.thumbnail-offers .options span {
    margin-right: 5px;
}

.thumbnail.thumbnail-offers .options i,
.thumbnail.thumbnail-offers .options .s-mark {
    color: #E98422;
}

.thumbnail.thumbnail-offers .budget {
    position: absolute;
}

.thumbnail.thumbnail-offers .budget.budget-type {
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 0.714em;
    color: #FFF;
    background: #DA3743;
    line-height: 1;
    padding: 5px;
}

.widget-search-box .form-group {
    margin: 0;
}

.widget-search .btn-group.bootstrap-select {
    width: 100% !important;
}

.widget-search {
    background: #F3F3F3;
}

.widget-search .filters-box {
    padding-bottom: 15px;
    padding-top: 30px;
}

.post-header {
    padding-top: 95px;
    padding-bottom: 45px;
}

.post-header .post-title {
    text-align: center;
    margin-bottom: 30px;
}

.post-header .post-preview {
    text-align: center;
}

.post-header .post-preview img {
    max-width: 100%;
}

.post-header .post-title .title {
    font-size: 2.571em;
    font-weight: bold;
    color: #252525;
    line-height: 1;
    margin-bottom: 11px;
}

.post-header .post-title .subtitle {
    font-size: 0.929em;
    font-weight: 400;
    color: #7B7B7B;
    display: block;
    margin-bottom: 11px;
}

.post-header .post-title .subtitle i {
    margin-right: 7px;
}

.post-header .post-title .subtitle a {
    color: #252525;
}

.post-content {
    padding-left: 150px;
    padding-right: 150px;
}

.post-body {
    color: #353535;
    font-size: 1.000em;
    font-family: 'Open Sans';
    padding-bottom: 75px;
}

.post-body p {
    line-height: 1.8;
}

p.note {
    font-family: 'Nunito';
    font-size: 1.571em;
    font-weight: 600;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    line-height: 1.4;
}

p.note:before {
    content: '“';
    color: #da3743;
    font-size: 3.929em !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 18px;
    left: 0;
}

.post-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-social>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 50%;
}

.post-social .hash-tags a {
    margin-right: 10px;
}

.post-social .list-social {
    text-align: right;
    margin: 0;
}

.post-social .list-social li {
    display: inline-block;
    float: none;
}

.post-social .list-social li a {
    width: 24px;
    height: 24px;
    font-size: 0.857em;
}

.author-card {
    background: #F5F5F5;
    padding: 50px 60px;
    text-align: center;
}

.author-card .author-logo {
    margin-bottom: 20px;
}

.author-card .name_surname a {
    font-size: 1.286em;
    font-weight: 600;
    color: #252525;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.author-card .name_surname a:hover {
    color: #da3743;
}

.author-card .name_surname {
    margin-bottom: 15px;
}

.author-card .author-body {
    color: #353535;
}

.author-card .author-body {
    color: #353535;
}

.author-card .list-social {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.author-card .list-social li {
    display: inline-block;
    float: none;
}

.author-card .list-social li a {
    color: #A0A0A0;
    background: transparent;
    width: 30px;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.author-card .list-social li a:hover {
    color: #da3743;
}

.post-comments {
    padding-top: 70px;
}

.post-comments .post-comments-title {
    font-size: 1.429em;
    font-weight: 700;
    color: #252525;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}

.post-comments .post-comments-title:after {
    content: '';
    display: block;
    border-bottom: 1px dashed #C4C4C4;
    position: absolute;
    bottom: -1px;
    width: 75px;
    left: 50%;
    margin-left: -37.5px;
}

.commtens-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.commtens-list .commten-box:not(:last-child) {
    border-bottom: 1px solid #E8ECF1;
}

.commten-box {
    padding: 30px 0;
}

.commten-box:after {
    content: '';
    clear: both;
    display: table;
}

.commten-box .preview-image {
    float: left;
    width: 60px;
}

.commten-box .preview-image .img-circle {
    width: 60px;
    height: 60px;
}

.commten-box .commten-box-content {
    margin-left: 60px;
    padding-left: 30px;
}

.commten-box .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.commten-box .title {
    font-size: 1.143em;
    color: #252525;
    width: 100%;
    font-weight: 600;
}

.commten-box .title a {
    color: #252525;
}

.commten-box .title a {
    color: #252525;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.commten-box .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.commten-box .action {
    white-space: nowrap;
}

.commten-box .action a {
    white-space: nowrap;
    font-size: 0.929em;
    color: #375BB3;
    font-weight: 600;
}

.commten-box .action a:hover {
    color: #da3743;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
}

.reply-box {
    padding-bottom: 95px;
}

.reply-box .btn {
    margin: 0 auto;
}

.reply-box .reply-title {
    font-size: 1.143em;
    color: #252525;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.section-profile {
    padding-top: 30px;
    background: white;
}

body.boxed .section-profile {
    padding-top: 0;
}

.section-profile-box {
    background: #F5F5F5;
    display: table;
    width: 100%;
}

body.boxed .section-profile {
    background: #F5F5F5;
}

.section-profile-box .content,
.section-profile-box .right-bar {
    display: table-cell;
    padding: 35px;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
    display: table-cell;
    vertical-align: middle;
}

.section-profile-box .content .profile-logo {
    display: table-cell;
    margin-right: 25px;
}

.section-profile-box .content,
.section-profile-box .right-bar .profile-body {
    display: table-cell;
}

.section-profile-box .content {
    width: 100%;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
    display: inline-block;
    vertical-align: middle;
}

.section-profile-box .content .title {
    color: #252525;
    font-size: 1.429em;
    font-weight: 600;
    margin-bottom: 7px;
}

.section-profile-box .content .options {
    color: #252525;
    font-size: 1.143em;
}

.section-profile-box .content .options i {
    margin-right: 10px;
}

.section-profile-box .right-bar {
    white-space: nowrap;
    text-align: right;
}

.list-social-line {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

.list-social-line li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.list-social-line li a {
    color: #000;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    font-size: 1.214em;
}

.list-social-line li a:hover {
    color: #da3743;
}

.widget-topmap {
    padding: 0;
}

.widget-topmap .map {
    height: 500px;
}

.owl-slider,
.owl-slider .owl-stage-outer,
.owl-slider .owl-stage-outer .owl-stage,
.owl-slider .owl-item,
.owl-slider .item {
    height: 100%;
}

.owl-slider-content .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.owl-slider-content .item:after {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png);
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.owl-slider-content .item .object-fit-imagediv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.owl-slider-content .item .caption {
    position: relative;
    width: 100%;
    text-align: center;
    color: #EFEFEF;
    z-index: 5;
}

.owl-slider-content .item .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 2.857em;
    font-weight: bold;
}

.owl-slider-content .item .subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 1.286em;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.286em;
}

.owl-slider-content .item .caption.anim-1 .title {
    -webkit-transition: opacity 0.25s ease 0.5s, -webkit-transform 1.55s ease 0.5s;
    transition: opacity 0.25s ease 0.5s, -webkit-transform 1.55s ease 0.5s;
    -o-transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s, -webkit-transform 1.55s ease 0.5s;
    -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1 .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-1 .subtitle {
    -webkit-transition: opacity 0.25s ease 1.5s, -webkit-transform 1s ease 1.5s;
    transition: opacity 0.25s ease 1.5s, -webkit-transform 1s ease 1.5s;
    -o-transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s, -webkit-transform 1s ease 1.5s;
    -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1 .subtitle {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-2 .title {
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    -o-transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    opacity: 0;
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .title {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-2 .subtitle {
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -o-transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    opacity: 0;
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .subtitle {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 {
    text-align: left;
}

.owl-slider-content .item .caption.anim-3 .title {
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -o-transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    opacity: 0;
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .title {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 .subtitle {
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    transition: opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -o-transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    opacity: 0;
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .subtitle {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-4 .title {
    -webkit-transition: opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, -webkit-transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    transition: opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, -webkit-transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -o-transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, -webkit-transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -webkit-transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    opacity: 0;
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .title {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.owl-slider-content .item .caption.anim-4 .subtitle {
    -webkit-transition: opacity 0.25s ease 2s, -webkit-transform 1s ease 2s;
    transition: opacity 0.25s ease 2s, -webkit-transform 1s ease 2s;
    -o-transition: transform 1s ease 2s, opacity 0.25s ease 2s;
    transition: transform 1s ease 2s, opacity 0.25s ease 2s;
    transition: transform 1s ease 2s, opacity 0.25s ease 2s, -webkit-transform 1s ease 2s;
    -webkit-transition: -webkit-transform 1s ease 2s, opacity 0.25s ease 2s;
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .subtitle {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .title {
    -webkit-transition: opacity 0.25s ease 0.5s, -webkit-transform 1.55s ease 0.5s;
    transition: opacity 0.25s ease 0.5s, -webkit-transform 1.55s ease 0.5s;
    -o-transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s, -webkit-transform 1.55s ease 0.5s;
    -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    opacity: 0;
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5 .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .subtitle {
    -webkit-transition: opacity 0.25s ease 1.5s, -webkit-transform 1s ease 1.5s;
    transition: opacity 0.25s ease 1.5s, -webkit-transform 1s ease 1.5s;
    -o-transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s, -webkit-transform 1s ease 1.5s;
    -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5 .subtitle {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.widget-slider-owl {
    height: 500px;
    overflow: hidden;
    padding: 0;
}

.owl-dots-local .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot:hover span {
    background: #da3743;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot.active span {
    background: #da3743;
    width: 22px;
    height: 22px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: background 0.15s, -webkit-transform 0.3s;
    -o-transition: background 0.15s, transform 0.3s;
    transition: background 0.15s, transform 0.3s;
    transition: background 0.15s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: background 0.15s, -webkit-transform 0.3s;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev {
    left: 30px;
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}

.owl-nav-local .owl-theme .owl-nav .owl-next {
    right: 30px;
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
}

.owl-nav-local:hover .owl-theme .owl-nav [class*='owl-'] {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 1.286em;
}

.owl-nav-local .owl-theme .owl-nav .owl-next:after {
    content: '\f125';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 2px;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev:after {
    content: '\f124';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: -2px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:hover {
    background: #da3743;
    color: #FFF;
    border-radius: 50%;
}

.widget-video-owl {
    padding: 50px 0;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-type-1.png) repeat;
}

.widget-video-owl.owl-dots-local .owl-dots {
    position: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transform: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.widget-video-owl.owl-dots-local .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.owl-carousel .item-video {
    height: 350px;
}

.widget-owl-slider-fullh {
    height: 100vh;
    overflow: hidden;
    background: #5F5F5F;
    padding: 0;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #AFAFAF;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot:hover span {
    background: #da3743;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot.active span {
    background: #da3743;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-'] {
    color: #252525;
    cursor: pointer;
    background: #E7E7E7;
    border-radius: 2px;
    width: 30px;
    height: 34px;
    transition: background 0.15s, -webkit-transform 0.3s;
    -o-transition: background 0.15s, transform 0.3s;
    transition: background 0.15s, transform 0.3s;
    transition: background 0.15s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: background 0.15s, -webkit-transform 0.3s;
    position: relative;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-']:after {
    font-size: 1.071em;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -3px;
}

.owl-carousel-items.owl-theme .owl-nav .owl-next:after {
    content: '\f125';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel-items.owl-theme .owl-nav .owl-prev:after {
    content: '\f124';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.section.widget-recentproperties {
    padding-top: 50px;
}

.section.widget-recentproperties .header .title-location .location {
    font-size: 1.429em;
}

.modal .modal-content {
    border-radius: 0;
    padding: 20px 20px;
}

.modal .modal-content .modal-title {
    text-align: center;
    font-size: 1.714em;
    font-weight: 600;
    color: #252525;
}

.modal .modal-content .modal-header {
    border: 0;
    padding: 20px 0;
    line-height: 1;
}

.modal .modal-content .modal-footer,
.modal .modal-content .modal-body {
    padding: 15px 0;
}

.modal .modal-content .bottom-actions {
    font-size: 0.929em;
    padding-top: 15px;
    text-align: center;
}

.modal .modal-content .bottom-actions .link {
    color: #DA3743;
}

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

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

@media (min-width: 768px) {
    .modal-dialog {
        margin: 70px auto;
    }
}

.panel-content.panel-group .panel-heading {
    background: #F3F3F3;
    padding: 14px 15px;
    position: relative;
}

.panel-content.panel-group .panel {
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content .panel-title {
    color: inherit;
    font-size: 1.143em;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-content .panel {
    border-radius: 0;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-content.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #DDD;
}

.panel-content .panel-body {
    padding: 15px;
}

.panel-content .panel.panel-base {
    background-color: #F1C40F;
}

.panel-content .panel .panel-heading {
    border-radius: 0;
    padding: 15px;
}

.panel-content .panel-default {
    border-color: #E0EDED;
}

.panel-content .panel-default>.panel-heading {
    border-color: #E0EDED;
    background: #FCFCFC;
}

.panel-content .panel-default>.panel-heading h2 {
    color: #333;
    font-size: 1.143em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.panel-content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-content.panel-group {
    margin-bottom: 0;
}

.panel-content.panel-group .panel {
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.panel-content.panel-group .panel-heading {
    background: #F3F3F3;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.panel-content.panel-group .panel-heading:after {
    content: '+';
    font-size: 0.857em;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: #333;
}

.panel-content.panel-group .panel-heading:after {
    content: '+';
    color: #333;
    font-size: 0.857em;
    margin-top: -8px;
    position: absolute;
    right: 15px;
    top: 50%;
}

.panel-content.panel-group .panel-heading a {
    color: #333;
    font-weight: normal;
}

.panel-content.panel-group .panel-heading a i {
    color: #333;
    margin-right: 5px;
}

.panel-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #DADADA;
    color: #616161;
    line-height: 1.8;
    font-size: 0.929em;
}

.listing_wrapper_agents .agent_unit {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    border: 1px solid #DDE4E9;
    border-radius: 3px;
    min-height: 352px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-bottom: 50px;
}

.listing_wrapper_agents .prop_new_details_back {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.listing_wrapper_agents .agent_unit img {
    border-bottom: 3px solid #1B1464 !important;
}

.listing_wrapper_agents img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.listing_wrapper_agents .agent-unit-img-wrapper {
    color: #8593A9;
    overflow: hidden;
    background: #000;
    height: 190px;
}

.listing_wrapper_agents .agent-unit-img-wrapper img {
    width: 100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.listing_wrapper_agents .agent_unit img {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: inline-block;
    width: 100%;
    display: inline-block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.listing_wrapper_agents .agent_unit h4 {
    padding: 0 13px;
    margin-top: 13px;
    margin-bottom: 3px;
    font-size: 1.286em;
}

.listing_wrapper_agents .agent_unit a {
    text-decoration: none;
}

.listing_wrapper_agents .agent_unit .agent_position {
    padding-right: 13px;
}

.listing_wrapper_agents .agent_position {
    font-size: 0.929em;
    margin: 0 0 9px 13px;
    color: #8F9EB6;
    line-height: 13px;
}

.listing_wrapper_agents .agent_unit_social.agent_list {
    left: 0;
    right: 0;
}

.listing_wrapper_agents .agent_unit_social {
    position: absolute;
    bottom: 0;
    height: 40px;
    font-size: 1.429em;
    background-color: #F0F0F0;
    width: 100%;
    padding: 5px 0 0 15px;
    left: 0;
    right: 0;
}

.listing_wrapper_agents .agent_detail {
    line-height: 22px;
    margin: 0 0 2px 13px;
    font-size: 0.929em;
    color: #8593A9;
}

.listing_wrapper_agents .agent_detail i {
    margin-right: 10px;
    min-width: 14px;
    display: inline-block;
}

.listing_wrapper_agents .agent_unit_social a {
    color: #D7D8DD;
    margin-right: 15px;
    transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}

.listing_wrapper_agents .agent_unit_social a:hover {
    color: #1B1464;
}

.listing_wrapper_agents .social-wrapper {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.listing_wrapper_agents .agent_unit:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.listing_wrapper_agents .agent_unit.pr {
    padding-bottom: 40px;
}

.listing_wrapper_agents .wp-post-image-bg {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.widget-form-cart .widget-body {
    border-bottom: 1px solid #CCC;
}

.widget-styles.widget-form-cart .header {
    padding-left: 10px;
}

.widget-form-cart .widget-body:last-child {
    border-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
    padding: 5px 5px;
    ;
}

.select-default {
    border: 1px solid #AFAFAF;
    font-size: 1.000em;
}

.widget-form-cart .select-default {
    height: 38px;
    margin: 10px 0;
}

.widget-form-cart .widget-body {
    padding: 40px 15px;
}

.box-container-title {
    margin-bottom: 15px;
}

.table-cart img {
    display: inline-block;
    max-height: 60px;
}

.table-bordered.table-cart {
    border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
    border: 1px solid #ECEEEF;
    vertical-align: middle;
}

.widget-invoice h2 {
    font-size: 1.786em;
    font-weight: 600;
}

.widget-invoice h1 {
    font-size: 1.929em;
    font-weight: 600;
}

.invoice-meta dd {
    margin-bottom: 0;
}

.widget-invoice caption {
    caption-side: top;
}

.list-overview>li,
.list-overview {
    font-size: 1.000em;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-overview>li {
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.list-overview>li:after {
    content: '';
    clear: both;
    display: table;
}

.list-overview>li .list-overview-value {
    float: right;
}

.list-overview>li .list-overview-option {
    font-weight: 600;
}

.table-cart tr {
    border-bottom: 1px solid #CCC;
}

.table-cart thead td:last-child {
    text-align: center;
}

.table-cart thead,
.table-cart th {
    background: #F8F8F8;
}

.widget-form-cart h3 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
}

.widget-form-cart .widget-body {
    border-bottom: 1px solid #CCC;
}

.widget-form-cart .widget-body:last-child {
    border-bottom: 0;
}

.widget-form-cart h5 {
    margin-top: 0;
}

.widget-form-cart p,
.widget-form-cart .form-group {
    margin-bottom: 0;
}

.widget-form-cart .widget-body .form-additional {
    margin-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
    padding: 0 5px;
    ;
}

.select-default {
    border: 1px solid #AFAFAF;
    font-size: 1.000em;
}

.widget-form-cart .select-default {
    height: 38px;
    margin: 10px 0;
}

.widget-form-cart .dropdown-menu {
    left: 0;
}

.box-container-title {
    margin-bottom: 40px;
}

.box-container-title h3,
.box-container-title h2,
.box-container-title h1 {
    margin: 0;
    line-height: 1;
}

.table-cart img {
    display: inline-block;
    max-height: 60px;
    max-width: 100%;
}

.table-bordered.table-cart {
    border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
    border: 1px solid #ECEEEF;
    vertical-align: middle;
}

.widget-invoice h2 {
    font-size: 1.786em;
    font-weight: 600;
}

.widget-invoice h1 {
    font-size: 1.929em;
    font-weight: 600;
}

.invoice-meta dd {
    margin-bottom: 0;
}

.widget-invoice caption {
    caption-side: top;
}

.widget-property-map .form-additional {
    margin-bottom: 0;
}

#invoice {
    background: #FEFEFE;
    border: 10px solid #FFF;
    -webkit-box-shadow: 0 0 1px #888;
    -o-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 18px;
    max-width: 840px;
    margin: auto;
}

#invoice.unpaid:before,
#invoice.paid:before {
    background: #F00;
    background: rgba(187, 0, 0, 0.8);
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}

#invoice.paid:before {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
}

.this-is {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: 1.143em;
    font-weight: bold;
    padding: 8px 0;
}

.invoice-intro p {
    font-size: 0.857em;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.invoice-intro.invoice-logo a img {
    max-height: 90px;
}

.invoice-intro.invoice-logo a {
    color: #DA3743;
    font-size: 2.143em;
    font-family: 'Nunito';
    text-decoration: none;
    font-weight: 900;
    line-height: 34px;
}

.invoice-meta {
    margin-top: 15px;
}

.invoice-meta {
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.invoice-meta dt {
    clear: both;
    float: left;
    font-weight: bold;
    width: 46%;
}

.invoice-meta dd {
    float: right;
    width: 46%;
    text-align: left;
}

#parties {
    overflow: hidden;
    position: relative;
}

.invoice-from,
.invoice-to,
.invoice-status {
    padding-bottom: 30px;
    text-align: left;
}

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

.unpaid .invoice-status strong,
.paid .invoice-status strong {
    background: rgba(187, 0, 0, 0.8);
    background: #F00;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px;
}

.paid .invoice-status strong {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
}

.unpaid .invoice-pay ul {
    border-right: 10px solid #F00;
    border-right: 10px solid rgba(187, 0, 0, 0.8);
    padding: 12px;
}

.invoice-items,
.invoice-totals {
    padding-bottom: 30px;
    text-align: left;
}

.invoice-items table,
.invoice-totals table {
    font-size: 0.857em;
    width: 100%;
}

.invoice-items table thead th:last-child {
    text-align: right;
}

.invoice-items caption,
.invoice-totals caption {
    border-bottom: 1px solid #DDD;
    font-size: 1.143em;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 4px;
    text-align: left;
}

.invoice-items thead th,
.invoice-totals thead th {
    background: #E5E5E5;
    font-weight: bold;
    padding: 6px 0;
}

.invoice-items thead tc,
.invoice-totals thead tc {
    text-align: center;
}

.invoice-items thead th:first-of-type,
.invoice-totals thead th:first-of-type {
    padding-left: 8px;
}

.invoice-items thead th:last-of-type,
.invoice-totals thead th:last-of-type {
    padding-right: 8px;
    text-align: right;
}

.invoice-items tbody tr th,
.invoice-totals tbody tr th {
    padding-left: 8px;
}

.invoice-items tbody tr td:last-of-type,
.invoice-totals tbody tr td:last-of-type {
    padding-right: 8px;
    text-align: right;
}

.invoice-items tbody tr:nth-of-type(even) th,
.invoice-totals tbody tr:nth-of-type(even) th,
.invoice-items tbody tr:nth-of-type(even) td,
.invoice-totals tbody tr:nth-of-type(even) td {
    background: #EEE;
}

.invoice-items tbody th,
.invoice-totals tbody th,
.invoice-items tbody td,
.invoice-totals tbody td {
    background: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
}

.invoice-items tbody td,
.invoice-totals tbody td {
    text-align: right;
}

.invoice-items tfoot td,
.invoice-totals tfoot td {
    background: #E5E5E5;
    font-size: 0.786em;
    font-weight: bold;
    padding: 6px 8px;
    text-align: right;
}

.invoice-pay {
    padding-top: 30px;
}

.invoice-pay li {
    overflow: hidden;
    padding-top: 12px;
}

.invoice-pay li:nth-of-type(even) {
    padding-top: 18px;
}

.invoice-pay .gcheckout {
    background-image: url(data:image/gif;base64,R0lGODlhdQAwAOZ/AIrQsD+G8Y+s28fa9i9lufHx8djl+HGk82qRz9pENjl85AaaWEKL+TV23fX19VaY+ujo6Eq1hfn5+aFLYIiIiDZtyb6+vj2C7a7Zvurq6kGI9Wie7zd54fjntPjMRtNvbFaFz6ampuzs7DFqwgqiXe2RP+7u7peXlw+oYjp+5+rw+TGpctS8due1sTh64pa79eTr9+fRxrfK6CZduPrx2bzT9ytkwzVz1J+33nvDn63K9jZxzZG07FyU7NQ+MbOzs8fk16rC5oKl2/WuS0yZQ7/S8PH1+zl520eF5pC39MSdK+Ll69pWTLfP9cihMLzfz0eP+kKK98yrT/X5/jd32eNkO9PZ4z2A6jh631SP6x9Vrzl84ea6OaHC9TBx2N7x6IOt7/z8/ECH80GJ9j6E7/7+/vv7+zt/6TyG9vnJQN9JPUqL7+qHb62bLzifUTmhUXyd1Ep3wH1Xhqu/3uB/djd11zFtzECI80SN+XyaOUOI9MfQ3+fn5zZ43////wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkZDN0YxMTc0MDcyMDY4MTFBNzY4RkU5M0ZEREJEQkM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxQUY5NDI3OTYxNTExRTE4OUM2OEU2NDRDMEU4MDVFIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxQUY5NDI2OTYxNTExRTE4OUM2OEU2NDRDMEU4MDVFIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUuMSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTdGMTE3NDA3MjA2ODExODhDNkE5MDJBRkRFNjVDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQzdGMTE3NDA3MjA2ODExQTc2OEZFOTNGRERCREJDOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAH8ALAAAAAB1ADAAAAf/gH+Cg4SFhoeIiYqLjI2Oj5CRkpOUlYQVmJmam5ydnp+goZwgFqWmp6ipqqupghUPsLGys7S1tre4ubM7Rn6+v8DBwsPEwBauDMnKy8zNzs/Q0dLMRzJl19jZ2tvc3dnHfxVR4+Tl5ufo6err7OZXCGHx8vP09fb38+Di7fz9/v9RKqjAR5CeAyBfCoYBN2KMw4cQI0qcSLGixYsSjwQxw7Gjx48gOX5BQRJDSI8/BI3QwLKly5cwY8qcSbMmzHcScurcybNnTgAkSfrcmfLPiDtIkypdyrSp06dQozYdoWKozxZq1LCh8TMoCgxWJRQdIaas2bNo06pdy7atW7V1/+aE5Zk165AOEp6QJEEiQtixAQILHhz4gOEDGwgrXsy4sePHKRA4mEyZsooBAyjXVVPFQwcHK1DwJVG5tIOiNh4HCGYkierXsGOTGQHD9OQDUPBsMOCATt0EQzznGE3iie3JqMkoX85cuS8YA3wZObLG8BoyPQyTMbxBefYDzcOLH09e+Q0ctgdAyc0ASo0Yv0t4SIOBOIDjDkIIsnGhv////fkiwAhF+GHECAf4ssEVL/iyRQ1+GJDCBQb4UcMW/w2wgQ4DvLBGf2u8MEANB1ywQRf9bTDAhxcMAKB/W4BQwIw0FmAAHngkMwYaOjCRwI9VpJGGB8TlUOOR+v3B3/+LAD4XnRFCIOgLAls06McIYPgCwhq+CLHDf1MEgcQOMvBwRYtJ1AGChhdMccMFXRgAxxUHGFABkxfYsMSRMyahIxqAfvBjAkGmwQVxEfBJY5JL4hkgMFBSkaAfCGBhJQEXwOCHAFkaQQAVYCKwwxkHFFFHDwbYUccFYMiAxQBwUChEEEdgNgKeO+CgaAHqAQqoHIMmYKgTb4yW6K6MnqHssswqKyABMvgi6ZRHdOELAWc0KEOBQYzQ7BQEHHFGFqmq6O0ZGxRhRxIDoLqDCjsYAIIdzS7bAAK72ogHoF4AOygXTjjhhrH5JjlDvfUKeAOEfsQxqRBHVOgHtllI5wf/CKMyC66y5I6gIr2kDmBHDzAIwMMITSCgwghYIHyGHTiYIPPMNA+ghxc2+OuDDwE7QcICQEdA89AGp2D00UgbLYwBBLggncQTG80w01gkDa7RHacgr9FNgDFCCioUAcINYBTRBAFJI03AEkO3LYANNkywsw8fsKCEEkAH3fbMJwgyQ9ppQxpEBV9b6QcO1xqd5aZfW412Cln3UMQABiRhxw0pNDHACC5kMYUQdgCewg0IiGD66aibvkQFNsztAx0xKNFG3gvkkDrqff8xgwK89+577wQEH7wdW/AOAgIVELBD8Lxb60cFO/zOOwG9Y0G9AkeMoH30vGvPu/U3SM+7/w1z3G4+HHK43oIISuRBOwDmm5777uLXLz4WdbjQ+wa/4NC0/QAMoPhcsLYMGPCACDzgHFznAz5kQApEoB0QEojA+bngghjMoAY3yEEX8M8I/rNDB0dIwhLaAQEUTGEGrOA6OhhQCrRbgQoNaMES2nCDNxjeDXdoQxvIYIYUZMLOEhADA+aAdhEA4vw4wMQmOvGJUIyiFKdIxSpCsQEjgIAWt8jFLkIgBh/4QAu2eMS8PcGLXMydFvrAxja68Y1wjKMc50jHOsLRDnBAox71WMYFrGCPWqSAINZox0Ia8pCI7MMM9gDIRpJxBRE4IyAF+QctNOCSmMykJjfJyU568pOToNSkF+LAh1Ka8pSoTKUqV3lKSloylLCMpSxnaQMBsPKWuLylK2fJy176sgFasEIuh0lMPrhSC8hMpjKXycxmOvOZ0IzmMglAgWpa85rYzKY2t5lNS3jzm+AMpzjHSc5ymvOc6EynOtfJzna6853wjKc850nPetrznvjMpz73yc9++vOfAA2oQAdK0IIa9KDfDAQAOw==);
    float: right;
    height: 32px;
    text-indent: -9999em;
    width: 117px;
}

.invoice-pay .acheckout {
    background-image: url(data:image/gif;base64,R0lGODlhrQAmAPcAAP///wAHNXlnSg5WnOWxKKqwz9WlJWZxqoiQvf/hk//gj0x1h9ChJDNBjW1YL/W9Kv3lpuq1KKSpxrqTO9WnM0A+YHiCsv/fjXdye//cgv7ELCpqp9CzX9qoJpu61v/afAA7c+7RiKN+HP/knJB5Of/imH5rUbunfjdzrayFHjk5Xd3EhgBHi6udiK6MQ/XbljI6d//fiMi7oXN6pZp+RREieoJtRs65imVsm7SPPWpbTO+5KQBLksyiOWJXWe23Ke/RhMKVIQAKRsadOHePiZSau+bXpEdDWf/fioiAgv/qtObNiFJLWP/psAoXZf/eh6WmucmbIryULUBFd6iEKQAMVotzSlWJuWZkfOLNl7uoglFTea6thfrBKyEpaNjMmv/GML2YQvzUafXUfIWLsqKCOu28Ohokar+sh//ilu7TkP/dg+y2Kd7FjIuRtq6oqcWYIrWOLIh/fNysMiEtdJmNfp+Sg7uqihRbnjpcZ7+rgP/cf6iHPP/GLsLU5o+FfWiWwZmfv//HMwARcHBsfNHEqaeAHdyqJuKvJ62LO8a8jN/Kj7qum4mZhERIdkU6L1VoWuayL52iwSswYis2eYaqzTlVWOSwJ6Clwz9GfQA+eDJwq+CuJsGXK8+4hBAdbBAfcz00MBxaif/KP66KNN+sJvnbjpugv5CVuf3eiuPQmi9uqWBgfDE0YhpfoV9UVX94fdemJQBCgEg/Q7+TIf/rtuCtJ7vA2URRl//ehf/HNO7v9iIyhN3f7MzQ41Zhn5mgxv/jmjRxq4hzUPK7Kv/FLMy2hURCYDx3r7HJ3+eyKPf6/LuohkRJenFgTpugwN+wO1Nbkt+uLs/d6/LWjYyPqyFko6S/2vXVgGmBf7iQKJagi/3DLJeMRr23tMm6mvTOakJ7sfbfnpeYr8zEk/bYiPvbhpmOhdGjLJOPlcbX6N7o8Yh/f/S/MOq2L5uXm6+egMmdLklaTf3chtSkJf/dhSVehJ+SfxcZNxYdVsC4sT95sM+3fwBNlgAScf///yH5BAEAAP8ALAAAAACtACYAAAj+AP8JBOAhXL+DCBMqXMiwocOHECNKnEixokWEwq5cWyawo0cP/Qa4srahZMlVKDepFMaSJYqXMGPKnEmzps2bOHPq3MlTZkuWKjehRFnSmqsB/Sp57AgSD5EvEJpIbaKkqlWrU6Ve3Wq1ltevYMOKHUu2rNmzaNOqHcuVKwQj5IhYG3DFj0cA/fBsgzCiRJq/JQKXCEa4sF/AaQIXXhxshOPHkCNLnky5suXLmDNrpszYsODGUb8QwdMvGdMB2cQlUMC6tevXr5EguUC79gXYuHPr3u0ajW81uG+gAa5AOPHWvtG04d26DZobuY0zh007i4w3UE5B8VYIeJoREBr+kV4nENkARS/m2V7Pfj07f/6ahZDd3nb8C8z81d/P/4IdUP4MAp8dtG0xCCiswAcKGlMMcuANtN1AB3zwEULbHwJS6A8sF4SwRYD+0AHhBQBOMUWAoIzYn21qMFINGagU8QwmEkhQQCHUXFBCeAMAIhAeA2RRTgayFWnkkUjK4UgIdLATwwparBCDFvMZs0KR/oACpT+yhUAlEl9GCeZ8SCKJBogZ+uMJEg06GOCBbvoDAxIhAOimgHYgAYuAfA4CCxIfaqglEnG+uUWZiCKxyDszWECGG0UEIgmNNeqjxhNpiLNAPx78M8AAqmCTQQyklmrqqacqmQsMcmhBhyP+WjoiRwx0wFOqP1hgoIU/MRgDCqzGsGqMP3KE4E8IqCa7pz+2Bmprm1v8QeEWhFAYwz3w/RGDtH7GEIIeelSbpSeeOAhDCNL6Q0gM06YLSrLwLpEODjM0+mikmFAqgT7U1BOMIgMI4ymoY+yRy8EIJ6ywwnKAAgMdKwCxxgmsKrkCKAkP4uqua2CBRS4eY4BFHY44QvHCKOcCBLi56MGKg3/k0qA/K6wqIBCrwqcyy3pwCwvCQNgZMywB/gwEfDDkAt8gOE/oT8oot/ALDvTaC6mk+eYrwx4xBLOpOp9mUfAaZJdt9tlnywHDCRl8AA8octAhxwqD1LGF2f6cILL+P2vImoGSFGNwAtwYoG042fDAoOGGa8xM9omDPB4g2fy0yScsZQc6BdlE+6MH2RSuEXrj8B1+dgYr4PDL1FUD8GiMgZwiiXZL7JEGF/0AgpTYeyTg++/ABx88O44o4HszGKhBRxIKPHwO8P7c0QYogySAQTMJIJ/AIDCo0QwddwgvfgItoEhIJg7CkgD61a8Pn+9tJnDDm6y8vKHvdiiohu9ED4KG70vbnoB8l4kAjU94jKiXAh0FAABEalKSCEQRivCNDyBhCf3YwO6wgQRdePCDIAxhCIdxDEGY0AWfaEUrhqGLYfgDGiD0Rxh0cQx/6MIMNTyGGQRxjFbowgT+NhShEHVRAQHN0AQOMgER4ePBCjBxiTb0gYCsoIswwEeJ0PhEgJwBwx8GSIm6ENAndAGiJj5xiCCchRCqwEY2OqGBAIBBJqIxAxmh4g0fWEMqDoIUVYxhFGAIpCAHSUhC9qGQg6RBKxDJyEY6UpB8ggYYiugPZ0xSQIF0oj8yCZ9JBsgFYPABfCoABiYszgthcIGASOkC+PgADEvj5CAeKUh8COGWbawCHAFACTlmAgdFGMcH9nABUYSkH6owQzGWycxmOvOZGoimNKO5TBp8ggbN7MEcmmmFbT6zGBr4pjiLQUkvtAJE/iCngJapSXY6qBivgE8KHSSgHjgxQ6v+LIYXAlQBLcqwGBliZ4DG6cxbGnSNutwlHSjRS1yg4gMfUIA9QsIDDkSgCxjNqEY3ytGOZnQOQ9joMYbRhWGE1B8T8KhKPdrKpVXgnK/oAiUxOlOZBqgLPfDnIFrBhEFUwB0vNcEEXGACLzABp5+4Ew0wujSa3nSlGbXlQW+5Syc44QxnoAMdtpCKDxSTokNQxgPGStaymvWsaB1rDiLxgBxQoK2RGAIFhjAIG0TCHzlwa1r3itYhCEAAfHhAJAL7gCFMYAJjNSxiCzuBIYyVAlYQAA0ES9gHUIAGf62sYCMrgLcmtrGfXSxfx/qIAJj2oHDMpRM+8QkmgMMcpuD+AUWlQIAd2Pa2uM2tbonB297ethU2mMAgTCANf0ijAgJwhj9aMQF/mPMT0tCtdKdLXRroILrUze5tdcAn+ORAu+DNrgNMS16qAgChqrVBO0yxCB5okAfaQEQE5kvf+tr3vmxgww/yy182OOMVVqhABRLRigggNwL+SEQEBkEDBCv4vhCOcITnoIJPOAMdEs7wfBOB4QiYcgIaDnGG44AP8pL3vAbNZT4mQAxwcIEHumOBNkpBgBrb+MY4zrEylBGBHftYGXyYhA748AkB6IAAyCWAP/igZD5cYsk5jrKUp1xjZwjoCDSg8pRpcAR/2IAJn9CymLWsjPGauLwHZaP+Dn7wAzMsgAd+GAAL4tABW9j5znjOs54RgYhL8PnPfPbHJNChAi+UwRYqEIAt/HFoRi/60HqOtKQnbecgU+gIzuADpW3BBwEcQYuDcIYtWrvpUpe6E6U982kPOot49LgbLBAYHlhABQZ04Na4zrWud12KUtii14cIdrBVMIkO6MAft1aBMzrQZVIwugPP3rW0p03tXNvgDPQM0CdUoIIj6IAJ3D7D0gTEBCl0gASfMHe1183uW1Mh1ao26CziQIBLdCAPPOgUMlhggyAY4N8AD7jAB77rWBg8FgNPuMIXzvCGB5wEYO7Tm/ApoEkIQAoAtwEpHM5xh8dCGw4o8Zn+hYAPB3Ti17GABAt89A8P8MASKYADA2ZO85rb/OY4z7nOd87znu+8DDp4qbgdpEId2CAOPk+60m1ODyo4IBQlxkcoHECFDsSCHlFQeT+mMZB+sEAehqAFHKJA9rLD4exwCILag0CLtrv97XCPu9znTve62/3ueM+73um+drWjfexlj0IQSJAHFpTmIzxggSUEYIgUOP7xjjeE5Ccvgspb/vKYz7zmN8/5znv+86APveg7P/nJQz4FJBCAJWTBg7ospeVeZ4EsZq+J2tu+9iDIve53z/ve+/73wA++8IdP/OIb//i5v73tZ294pbxeIMvwwD4uQv3qW//62M++QzL+spHne//74A+/+MdP/vKb//zoT7/6yX8LYJzfF70gfy8QsP70A+MW9c+//tWPCwohAAG4IH7AUAP+YAH/gAv0N3634A/ghwAUEoDitwsG+H0IKBC9wIAXeAD/gAAaKH6+kIDe138FuH/7t4ACAYC9gH8W6AtLUQMF8A+78A/w9w+3sAs1aIMCUYM1SIMMCIMq+Hr+gH/45ws4WIS3wIIOqIK9wIIW2AsVKBA1cAu3wAsN8A+/QH9S6IM5GIMweAANwIS+wIQdgYC+4A8smIVLqIUkqIA9iAA10AA1QH8FwAu8AIL/wAu/EH8HSH/+gAtUiAtx+A/+0ABwaIMYSIX+v/B8QSiIv4ALJriAu0CIVdgAffgPc1iHPNgAmCgQuAAM/8eAvHALuOCHBmiGF8iFvsALNWCAB0CHHciJCLALZjiKvGABt1AD/wAMVbiG4meCG1iFAPgPDVAAc+gRqegP7leB/lAAkBiMyCiMCGCCFmABsqiHHrGI/oCFDLiAZaiCvjiMxfgLBriJG2gBv1AADWCCuzB/DHiFwJCIHRGMF9gL8ziGdBiA6+iA/xCFB2CHvOh9vhiMztgAo/h6FoCLyiiFDOiM+IeAJuiHoyiGHYGNQriNDDiABuiLg1iQFfiEluiHvfALXiiMInmRuNCPHhGMGvmDJ8mEDVCS/9DVj7wgkf/4fAEZgMFYgdYIgxvIC3soiAq5gQGYjbvAC8y4kIkYfzM4kfi3iJAIDP6wC1IZhL6okzF5ALsQiBZYA7johgfQjAwoi7ywk8EoiwrJhT/Jg7ugj5dYk+F3k0Ipg5T4isLoDzWQjHwYlM54AJWojr/gDz4ZitfYlCpIiX/pCwSYiEWJi74wl//QC3RIjvsYgAtIf/3HlwLxCz7pEbeYiAN4lx7hkZfZgzVAl255mt63iN+XlaiZfgcwgSRolK05m0D4g7SpfxbgDzuZf5qYfwEBADs=);
    float: right;
    height: 38px;
    width: 173px;
    text-indent: -9999em;
}

.paid .invoice-pay ul li {
    display: none;
}

.paid .invoice-pay ul:after {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
    content: 'Paid in Full';
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px;
    text-align: right;
}

.invoice-notes {
    padding-bottom: 0;
    text-align: left;
}

.invoice-notes p,
.invoice-notes ul,
.invoice-notes ol,
.invoice-notes dl {
    padding-bottom: 1em;
}

.invoice-notes ul li {
    list-style: inside disc;
}

.invoice-notes ol li {
    list-style: inside decimal;
}

#footer {
    border-top: 1px solid #DDD;
    font-size: 0.786em;
    font-weight: bold;
}

@media (max-width: 47.9em) {
    .invoice-pay {
        text-align: center;
    }
}

@media only screen and (min-width: 420px) and (max-width:869px) {
    #invoice {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 700px) {
    #header {
        overflow: hidden;
    }

    .invoice-intro {
        float: left;
        width: 50%;
        text-align: left;
    }

    .invoice-intro p {
        text-align: left;
    }

    .invoice-meta {
        float: right;
        width: 40%;
    }

    .invoice-meta dd {
        text-align: right;
    }

    .invoice-to,
    .invoice-from,
    .invoice-status {
        float: right;
        width: 24%;
        margin-left: 4%;
    }

    .invoice-to {
        float: left;
        margin-left: 0;
    }

    .invoice-status {
        margin-right: 0;
    }
}

@media only screen and (min-width: 450px) {

    .invoice-to,
    .invoice-from {
        float: right;
        width: 45%;
    }

    .invoice-to {
        float: left;
        margin-left: 0;
    }

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

@media only screen and (max-width: 449px) {

    .invoice-to,
    .invoice-from {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .invoice-intro.invoice-logo {
        text-align: center;
        margin-bottom: 40px;
    }
}

.invoice-totals table {
    float: right;
    width: 50%;
}

.vcard a {
    display: block;
}

.widget-invoice .invoice-intro.invoice-logo a {
    display: inline-block;
    font-size: 1.714em;
    line-height: 55px;
    padding-left: 15px;
    vertical-align: top;
}

.row-flex.row:before,
.row-flex.row:after {
    display: none;
}

.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .row-flex>[class*='col-lg']:not([class*='col-md']):not([class*='col-sm']):not([class*='col-xs']) {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .row-flex>[class*='col-md']:not([class*='col-sm']):not([class*='col-xs']) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .row-flex>[class*='col-sm']:not([class*='col-xs']) {
        width: 100%;
    }
}

.row-flex> :not([class*='col-xs']):not([class*='col-md']):not([class*='col-sm']):not([class*='col-lg']) {
    width: 100%;
}

ul.categories.list-menu {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.categories.list-menu .dropdown-item {
    white-space: initial;
}

ul.categories>li {
    border-bottom: 1px solid #EEE;
    position: relative;
}

ul.categories>li:last-child {
    border: 0;
}

ul.categories>li>a {
    display: block;
    padding: 12px 5px;
}

ul.categories>li a {
    color: rgb(102, 102, 102);
}

ul.categories>li>a.active,
ul.categories>li>a:hover {
    font-weight: 600;
    text-decoration: none;
}

ul.categories>li>a i {
    color: #999;
    display: inline-block;
    font-style: normal;
    font-size: 0.786em;
    padding-right: 5px;
    vertical-align: middle;
}

ul.categories>li>a:hover i {
    color: #FFF;
}

ul.categories>li>ul {
    background: #FCFCFC;
    margin: 0;
    padding: 0;
}

ul.categories>li>ul>li {
    border-top: 1px solid #E0EDED;
}

ul.categories>li>ul>li>a {
    display: block;
    padding: 5px 25px;
}

.highlight {
    background-color: #F7F7F9;
    margin-top: 10px;
    padding: 1rem;
}

.CodeMirror {
    border: 1px solid #EEE;
    height: 300px;
    margin-top: 10px;
}

body .CodeMirror pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.000em;
    letter-spacing: normal;
}

.components-descrition {
    margin: 15px 0;
}

.CodeMirror-code pre>span {
    margin-left: -120px;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;
    letter-spacing: normal;
}

.file_content {
    max-height: 350px !important;
    width: 100%;
}

.rating-action {
    display: inline-block;
    color: #da3743;
    cursor: pointer;
}

.rating-action i {
    display: inline-block;
    cursor: pointer;
}

.rating-action i:before {
    display: inline-block;
    cursor: pointer;
    font-size: 1.000em;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bd-example ul#icons {
    margin: 0;
    padding-left: 5px;
    max-width: 700px;
    width: 100%;
    list-style: none;
    text-align: left;
    font-size: 0.071em;
}

.bd-example ul#icons li {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 22px;
    width: 80px;
    border-radius: 4px;
    list-style: none;
    text-align: center;
    font-weight: normal;
    font-size: 2.286em;
    cursor: pointer;
}

.bd-example ul#icons li:hover {
    color: #4F8EF7;
}

.CodeMirror {
    margin-top: 10px;
}

.label-important {
    background-color: #B94A48;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
body .footable.table>tbody>tr>td,
td,
body table td {
    vertical-align: middle;
}

.footable .dropdown-menu {
    right: initial;
}

.pagination {
    margin: 10px 0;
}

.pagination>li a:focus,
.pagination>li span:focus,
.pagination>li a,
.pagination>li span {
    padding: 8px 12px;
    border-radius: 2px !important;
    background: transparent;
    color: #555;
    text-decoration: none;
    border: 1px solid #EEE;
    font-size: 0.857em;
    font-weight: 600;
    margin-right: 3px;
    line-height: 1;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    outline: 0;
}

.pagination>li a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #da3743;
    border: 1px solid #da3743;
    background: transparent;
}

.pagination.pagination-theme>li a:focus,
.pagination.pagination-theme>li span:focus,
.pagination.pagination-theme>li a,
.pagination.pagination-theme>li span {
    color: #4285F4;
    border: 0;
    font-size: 0.929em;
    padding: 10px 10px;
}

.pagination.pagination-theme>li a:hover,
.pagination.pagination-theme>.active>a,
.pagination.pagination-theme>.active>a:focus,
.pagination.pagination-theme>.active>a:hover,
.pagination.pagination-theme>.active>span,
.pagination.pagination-theme>.active>span:focus,
.pagination.pagination-theme>.active>span:hover {
    color: #252525;
    border: 0;
    background: transparent;
    border-radius: 0 !important;
    background: transparent;
    -webkit-box-shadow: 0 2px 0 0 #da3743;
    box-shadow: 0 2px 0 0 #da3743;
    -webki-box-shadow: 0 2px 0 0 #da3743;
}

.compat-object-fit {
    background-size: cover;
    background-position: 50% 50%;
}

.compat-object-fit>img {
    display: none !important;
}

.compat-object-fit .object-fit-imagediv {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.img-circle-cat-fill {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #E5E5E5;
    border-radius: 50%;
    position: relative;
    line-height: 140px;
    text-align: center;
}

.img-circle-cat-fill:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #5C5C5C;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img-circle-cat-fill:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
}

.img-circle-cat {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #E5E5E5;
    border-radius: 50%;
    position: relative;
    line-height: 90px;
    text-align: center;
    margin: 15px 15px;
}

.img-circle-cat-fill img,
.img-circle-cat img {
    display: inline !important;
}

.img-circle-cat:before {
    content: '';
    position: absolute;
    right: -15px;
    left: -15px;
    top: -15px;
    bottom: -15px;
    border: 2px solid #EDEDED;
    border-radius: 50%;
}

.img-circle-cat:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #5C5C5C;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img-circle-cat:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
}

.img-circle {
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.img-circle img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
}

.pos-center {
    margin: 0 auto;
    display: inline-block;
}

.bg-first {
    background: #FFF;
}

.bg-third {
    background: #393939;
}

.bg-f {
    background: #f4f3f4;
}

.bg-mask {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png) center no-repeat;
}

.affix-menu.affix-menu-m21 {
    position: fixed;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.affix-menu.affix-menu-m21 .lang-menu .btn {
    color: white;
}

.affix-menu.affix {
    position: static;
}

.sticky-wrapper {
    display: block;
}

.sticky-wrapper {
    display: block;
}

.affix-menu.affix {
    position: fixed;
}

.affix {
    z-index: 99999;
    top: 0;
    -webkit-transition: top 0.15s ease-in-out;
    -o-transition: top 0.15s ease-in-out;
    transition: top 0.15s ease-in-out;
}

.affix-menu.affix.top-bar {
    background-color: #FFF;
    border-bottom: 1px solid #CACACA;
}

.affix-menu.affix.top-bar {
    padding: 15px 0;
    padding-top: 0;
}

body.boxed .affix-menu.affix-menu-m21>.container,
.top-bar>.container {
    padding: 0 15px !important;
}

body:not(.boxed) .affix-menu.affix.top-bar {
    width: 100%;
}

body.boxed .affix-menu.affix-menu-m21,
body.boxed .affix-menu.affix.top-bar {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:focus,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:hover,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a:not(.btn),
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a>span,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .logo a {
    color: #000;
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items .dropdown-menu li.active>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default:hover,
.affix-menu.affix.top-bar .nav-items li a.btn.btn-custom-default:hover {
    color: #FFF;
}

.affix-menu.affix.top-bar .nav-items li a.btn:hover {
    color: #FFF;
}

.affix-menu.affix.top-bar .default-menu.navbar-nav>li .dropdown-menu {
    background-color: #FFF;
}

.affix-menu-m21.affix.top-bar .default-menu .dropdown-menu>li>a {
    color: #000;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu.active>a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover {
    color: white !important;
    background: #da3743;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a::after {
    display: none;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #464646;
}

.affix-menu.affix.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
    background: rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items>li>a.btn.btn-custom-default,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default {
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items>li>a.btn.btn-custom-default:hover,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    background: transparent;
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.affix-menu.affix.top-bar .local-form {
    display: none;
}

@media (min-width: 768px) {
    .affix-menu.affix.top-bar .nav-items li a:not(.btn)::after {
        bottom: -15px;
    }
}

@media (max-width: 767px) {
    .affix-menu.affix.top-bar .nav-items.default-menu>li>a {
        color: #FFF;
    }

    body.boxed .affix-menu.affix-menu-m21,
    body.boxed .affix-menu.affix.top-bar {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
    }
}

.affix-menu.affix-menu-m21.affix.top-bar {
    background: #222;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-bottom: 0;
}

.row-s {
    margin-left: -3px;
    margin-right: -3px;
}

.row-s:after {
    content: '';
    display: table;
    clear: both;
}

.row-s>div {
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .swap-md-down {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap
    }

    .swap-md-down .swap-top {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .swap-md-down .swap-bottom {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .swap-sm-down {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap
    }

    .swap-sm-down .swap-top {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .swap-sm-down .swap-bottom {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

.widget-styles .caption-title.t-left,
.widget .widget-title.t-left,
.widget-styles .header.t-left h2,
.t-left {
    text-align: left;
}

.sidebar {
    padding-top: 35px;
}

.widget-styles {
    border: 1px solid #E8ECF1;
    border-radius: 2px;
}

.widget,
.widget-styles {
    margin-bottom: 30px;
}

.widget-styles .body {
    padding: 10px;
}

.widget-styles .b {
    background: #E8ECF1;
}

.widget-styles .caption-title:not(.b),
.widget-styles .header:not(.b) {
    border-bottom: 4px solid #E8ECF1;
}

.widget-styles .caption-title h2,
.widget-styles .caption-title,
.widget .widget-title,
.widget-styles .header h2,
.widget-styles .header {
    font-size: 1.3585em;
    font-weight: 700;
    color: #252525;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.widget-styles .caption-title,
.widget-styles .header,
.widget-styles .header {
    padding: 4px 30px;
}

.widget-styles .content,
.widget .content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget-styles .content-box,
.widget .content-box {
    padding: 30px;
}

.widget .header.link {
    padding: 8px 30px;
}

.widget .header.link h2 {
    font-size: 0.857em;
    color: #4285F4;
}

.widget .header.link a {
    font-size: 0.857em;
    color: #4285F4;
    text-decoration: none;
}

.full-width img,
.full-width {
    height: initial !important;
}

@media (max-width: 767px) {

    .full-width-xs img,
    .full-width-xs {
        height: initial !important;
    }
}

@media (max-width: 991px) {

    .full-width-xs img,
    .full-width-sm {
        height: initial !important;
    }
}

@media (max-width: 1199px) {

    .full-width-md img,
    .full-width-md {
        height: initial !important;
    }
}

.footable-filtering .input-group-btn .btn.btn-primary {
    display: none;
}

.bg-tr {
    background: transparent;
}

.bg-default {
    background: white;
}

.CodeMirror {
    border: 1px solid #EEE;
    height: 300px;
    margin-top: 10px;
}

body .CodeMirror pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.000em;
    letter-spacing: normal;
}

.components-descrition {
    margin: 15px 0;
}

.CodeMirror-code pre>span {
    margin-left: -120px;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;
    letter-spacing: normal;
}

#mapsAddress {
    position: relative;
    overflow: hidden;
    height: 500px;
}

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

.section.widget-top-map {
    padding: 0;
}

.contact-map#property-map {
    height: 250px;
}

.container-wide .section-search-area .btn-custom.btn-i {
    font-size: 2.143em;
    line-height: 1;
    padding: 10px 0;
}

.container-wide .flex-md .map {}

@media (min-width: 992px) {
    .fullscreen-top-md {
        position: fixed;
        z-index: 5;
        width: 100%;
    }

    .fullscreen-map-md .map {
        overflow: hidden;
        height: calc(100vh - 95px);
        position: fixed !important;
        right: 0;
        top: 95px;
    }

    body.boxed .fullscreen-top-md {
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.rtl .fullscreen-map-md .map {
        right: initial !important;
    }
}

@media(max-width: 991px) {
    .fullscreen-map-md .map {
        height: 350px !important;
        position: relative;
        right: 0 !important;
        width: initial !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .fullscreen-inner-md {
        padding-top: 0 !important;
    }
}

@media(min-width: 1380px) {
    .wrap-side .top-bar .container-top {
        padding: 0 55px;
    }

    .wrap-side .left-side {
        padding-left: 55px;
        padding-right: 50px;
    }

    body.boxed.wrap-side .container-wide .widget .filters-box,
    .wrap-side .container-wide .widget .filters-box {
        margin-left: -55px;
        margin-right: -50px;
        padding-left: 55px;
        padding-right: 50px;
    }
}

.map img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.section-main>.container {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    -webkit-object-fit: cover;
    -webkit-object-position: top center;
}

.color-mask {
    position: relative;
}

.color-mask>* {
    position: relative;
    z-index: 1;
}

.color-mask:after {
    content: '';
    position: absolute;
    background: #DA3743;
    opacity: 0.902;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.mask-parallax {
    position: relative;
}

.mask-parallax:after {
    content: '';
    position: absolute;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.mask-parallax>* {
    position: relative;
    z-index: 1;
}

.mask-parallax-dark {
    position: relative;
}

.mask-parallax-dark:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.mask-parallax-dark>* {
    position: relative;
    z-index: 1;
}

.section-banner2 .inv-block {
    max-width: 600px;
    margin: 0 auto;
}

.section-banner2 .header i {
    font-size: 5.143em;
}

.section-banner2 .header {
    padding-bottom: 15px;
}

.section-banner2 .title {
    font-size: 2.286em;
    font-weight: bold;
}

.section-banner2 .description {
    font-size: 1.143em;
    font-weight: light;
}

.header-options {
    padding-bottom: 30px;
}

.header-options:after {
    content: '';
    clear: both;
    display: table;
}

.header-options .h-title {
    float: left;
}

.header-options .h-title .title {
    font-size: 2.286em;
}

.header-options .options {
    float: right;
    font-size: 0.929em;
}

.header-options .options .list-info {
    margin-left: 20px;
    margin-left: 20px;
    padding: 7px 0;
    display: inline-block;
    vertical-align: top;
}

.bootstrap-select button {
    border: 0;
}

.section.p90_65,
.p90_65 {
    padding-top: 90px;
    padding-bottom: 65px;
}

.section.p95_65,
.p95_65 {
    padding-top: 95px;
    padding-bottom: 65px;
}

.section.p85,
.p85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.section.p100_80,
.p100_80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.section.pb20,
.pb20 {
    padding-bottom: 20px;
}

.section.ps15-15,
.ps15-15 {
    padding-right: 30px;
    padding-left: 20px;
}

@media(min-width: 992px) {

    .section.ps15-15-md-up,
    .ps15-15-md-up {
        padding-right: 30px;
        padding-left: 20px;
    }
}

.m30 {
    margin-bottom: 30px;
}

.search-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.search-tabs:after {
    content: '';
    clear: both;
    display: table;
}

.search-tabs li {
    float: left;
}

.search-tabs li.active .btn-special-primary {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.search-tabs li.active .btn-special-primary:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.gm-style .gm-style-cc,
.property-map img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.btn.btn-basic {
    background: #929292;
    color: white;
}

.btn.btn-basic:hover {
    background: #606060;
}

.flex-md {
    background: #fff;
}

.top-bar.top-bar-color.fullscreen-top-md .local-form.local-form-get .btn.btn-custom-secondary,
.top-bar.top-bar-color.affix-top .local-form.local-form-get .btn.btn-custom-secondary {
    background: transparent;
}

.form-group-btn {
    position: relative;
}

.form-group-btn input {
    padding-right: 10px;
}

.form-group-btn i {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: inherit;
    color: #DA3743;
    cursor: pointer;
    font-size: 1.071em;
}

.extra-b-title .widget-title {}

.extra-b-title .widget-styles .widget-title.content,
.extra-b-title .widget-styles .widget-title.content-box {
    font-weight: 800;
    font-size: 1.286em;
    color: #252525;
}

.thumbnail-blog-open.thumbnail.thumbnail-property .caption {
    padding-top: 40px;
}

.thumbnail-blog-open.thumbnail.thumbnail-property .caption .thumbnail-title a {
    font-size: 1.857em;
}

.thumbnail-blog-open.thumbnail.thumbnail-property .btn-custom {
    font-size: 0.929em;
}

.social-list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.social-list li {
    display: inline-block;
    padding: 5px 5px;
}

.social-list li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #395797;
    border-radius: 50%;
    position: relative;
}

.social-list li a i {
    font-size: 1.429em;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-list li:nth-child(2n) a {
    background: #1da1f2;
}

.social-list li:nth-child(3n) a {
    background: #ea4335;
}

.social-list li:nth-child(4n) a {
    background: #d44132;
}

.social-list li:nth-child(5n) a {
    background: #555555;
}

.widget .pt0,
.pt0 {
    padding-top: 0 !important;
}

.categories-list {
    list-style: none;
    padding: 0;
    margin: -12.5px 0;
}

.categories-list li {
    padding: 12.5px 0;
    display: -webkit-flex;
    display: flex;
}

.categories-list li a {
    font-size: 1.143em;
    color: #565454;
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
    text-decoration: none;
}

.categories-list li a:hover {
    font-weight: 800;
}

.btn.font-s {
    font-size: 0.929em;
}

.instagram-grid {
    list-style: none;
    padding: 0;
    margin: -1.5px -1.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-grid li {
    -webkit-flex: 1 2 25%;
    flex: 1 2 25%;
    padding: 1.5px;
    height: 60px;
}

.instagram-grid li a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.instagram-grid li a img {
    -webkit-transition: all .25s;
    transition: all .25s;
}

.instagram-grid li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.instagram-grid li img {
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    object-position: center center;
}

.tags-grid {
    list-style: none;
    padding: 0;
    margin: -4.5px -4.5px;
}

.tags-grid li {
    display: inline-block;
}

.tags-grid a {
    display: inline-block;
    margin: 4.5px 4.5px;
    padding: 0 9px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    color: #6e6e6e;
    font-size: 0.929em;
    text-decoration: none;
}

.tags-grid a:hover {
    color: #fff;
    background: #DA3743;
    border-color: #DA3743;
}

.location-box .preview-image {
    position: relative;
}

.location-box .preview-image:after {
    position: absolute;
    content: "\f13a";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    font-size: 2.143em;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
}

.location-box .preview-image:hover:after {
    opacity: 1;
}

.thumbnail.thumbnail-property.thumbnail-blog-open .thumbnail-image:after {
    display: none;
}

.location-box .preview-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.location-box .preview-image:hover:before {
    opacity: 0.5;
}

@charset 'UTF-8';
@media (min-width: 1140px) and (max-width: 1350px) {
    .top-bar .local-form {}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .location-box .preview-image {
        float: none;
        width: 100%;
        height: 70px;
        display: block;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .post-content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 991px) {

    .top-bar-login .container-top,
    .top-bar .container-top {
        padding: 0 15px;
    }

    .container-wide .left-side .section-search-area {
        margin-right: -15px;
    }

    .container-wmap .left-side {
        max-width: initial;
        min-width: initial;
    }

    .top-bar .local-form {
        margin: -6px 0;
        margin-left: 25px;
    }

    .top-bar .local-form input[type='text'],
    .top-bar .local-form input[type='email'],
    .top-bar .local-form input[type='mail'],
    .top-bar .local-form input[type='password'],
    .top-bar .local-form .bootstrap-select {
        height: 44px;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        line-height: 1;
        font-size: 2.143em;
        padding: 6px 12px;
    }

    .top-bar .local-form .btn-custom.btn-icon i {
        font-size: 2.143em;
        padding: 0 10px;
    }

    .affix-menu.affix.top-bar .top-bar-btns {}

    .section-search-area .local-form .form-group {
        width: 50%;
    }

    .container-wide .section-search-area .local-form .form-group {
        width: 100%;
    }

    .section-search-area input.form-control,
    .section-search-area .form-control.bootstrap-select {
        width: 100%;
    }

    .section-search-area .local-form .form-group.form-group-btns {
        text-align: center;
        width: 100%;
    }

    .reviews-carousel .review {
        opacity: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        display: block;
        z-index: 0;
        padding: 0 60px;
    }

    .reviews-carousel .nav-r a.nav-r-btn {
        left: 0;
    }

    .reviews-carousel .nav-r a.nav-r-btn.btn-right {
        right: 0;
    }

    .container-wide .map {
        width: 100%;
    }

    .section-category .right-side {
        padding-right: 15px;
    }

    .widget-slider-owl {
        height: 450px;
    }

    .post-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .flex-md .widget.widget-recentproperties {
        padding-bottom: 0;
    }

    .widget-listing-title .wb .actions {
        white-space: normal;
    }

    .widget-listing-title .wb .actions .btn-custom-s {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-bar.affix-menu.affix .top-bar-btns .nav-items {
        display: none;
    }

    .top-bar .navigation-wrapper {
        display: block;
        text-align: left;
        float: none !important;
        width: 100%;
        margin-top: 35px;
    }

    .top-bar .navigation-wrapper .default-menu {
        margin-top: 20px;
    }

    .top-bar.affix-menu.affix .logo {
        display: none;
    }

    .top-bar.affix-menu.affix .navigation-wrapper,
    .top-bar.affix-menu.affix .default-menu {
        margin-top: 0;
    }

    .location-box .preview-image {
        float: none;
        width: 100%;
        height: 70px;
        display: block;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .widget-styles .content-box,
    .widget .content-box {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .default-menu .dropdown-menu {
        padding: 0 0;
    }

    .pull-left-img,
    .pull-right-img {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 0 0 15px 0;
        max-width: 100%;
    }

    .pull-left-img.lg,
    .pull-right-img.lg {
        max-width: 100%;
    }

    .widget-filters .filters-box {
        padding: 25px 0;
    }

    .btn-custom-secondary {
        width: 100%;
    }

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

    .location-box {
        text-align: center;
        width: 50%;
        float: left;
    }

    body.boxed .top-bar.t-overflow {
        left: initial;
        -ms-transform: initial;
        transform: initial;
        -webkit-transform: initial;
        width: 100%;
    }

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

    .list-animities li {
        width: initial;
        padding: 0 10px;
    }

    .location-box .preview-image {
        display: block;
        margin: 0px auto 10px;
        width: 100%;
        height: 150px;
        float: none;
        padding: 0 15px;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .container-wide .widget .filters-box {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pagination {
        margin: 10px auto;
        display: block;
        text-align: center;
    }

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

    .top-bar .local-form {
        display: none;
    }

    .widget-listing-title .options .type-box {
        display: none;
    }

    .widget-listing-title .options .options-body {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .widget-styles .caption-title.t-left,
    .widget .widget-title.t-left,
    .widget-styles .header.t-left h2,
    .t-left {
        text-align: center;
    }

    .list-social,
    .footer {
        text-align: center;
    }

    .list-social li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .top-bar .logo a {
        margin-bottom: 35px;
        display: inline-block;
    }

    .lang-manu {
        display: none;
    }

    .top-bar .nav-items,
    .top-bar .nav-items li a,
    .top-bar .top-bar-btns,
    .top-bar:not(.top-bar-white) .top-bar-btns {
        margin-left: 0;
    }

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

    .top-bar.top-bar-color .top-bar-btns li:not(:last-child) a {
        margin-right: 10px;
    }

    .widget-slider-owl {
        height: 350px;
    }

    .widget-listing-title .wb {
        display: block;
    }

    .widget-listing-title .wb .options {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .widget-listing-title .options .options-body {
        margin-left: 0;
    }

    .widget-listing-title .wb .actions {
        padding-top: 25px;
        text-align: center;
    }

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

    .owl-theme .owl-nav {
        display: none;
    }

    .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-inner-slim .social,
    .footer-inner-slim .copyright {
        float: none;
        text-align: center;
    }

    .footer-inner-slim .list-social {
        float: none;
        margin: 0;
        padding: 0;
    }

    .top-bar-btns .nav-items {
        display: none;
    }

    .top-bar .logo a {
        margin-bottom: 0;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image a {
        height: initial;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image img {
        -o-object-fit: initial;
        object-fit: initial;
        -webkit-object-fit: initial;
        height: initial;
    }

    .container-wide .section-search-area .body {
        padding: 0 35px;
    }

    .container-wide .section-search-area .h-area {
        padding: 0 10px;
    }

    .table.table-cart input {
        width: 100%;
    }

    .section-profile-box {
        display: block;
    }

    .section-profile-box .content .profile-logo,
    .section-profile-box .content .profile-body,
    .section-profile-box .content,
    .section-profile-box .right-bar {
        display: block;
        text-align: center;
    }

    .section-profile-box .list-social-line {
        text-align: center;
    }

    .section-profile-box .content .profile-logo {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .section-profile-box .content {
        padding-bottom: 0;
    }

    .thumbnail.thumbnail-property-list .header .left {
        width: 100%;
    }

    .thumbnail.thumbnail-property-list .header .right {
        white-space: normal;
        text-align: right;
    }

    .thumbnail.thumbnail-property-list .list-comment p {
        margin-left: 0;
    }

    .banner {
        padding: 20px 55px;
    }

    .header-options .options,
    .header-options .h-title {
        float: none;
    }

    .header-options .h-title {
        padding-bottom: 20px;
    }

    .header-options .options {
        margin-left: -3px;
    }

    .header-options .options:after {
        content: '';
        clear: both;
        display: table;
    }

    .header-options .btn {
        float: left;
    }

    .header-options .options .list-info {
        float: right;
        padding: 6px 0;
    }
}

@media (max-width: 540px) {
    .header-options .h-title .title {
        text-align: center;
    }

    .header-options .h-title {
        padding-bottom: 30px;
    }

    .banner,
    .banner .right-side,
    .banner .left-side {
        display: block;
        width: 100%;
        text-align: center;
    }

    .location-box {
        width: 100%;
        float: none;
    }

    .section-search-area .local-form .form-group {
        width: 100%;
    }

    .list-category-item {
        display: block;
        padding: 35px 30px;
    }

    .list-category-item .preview,
    .list-category-item .content {
        display: block;
        text-align: center;
        padding: 0;
    }

    .list-category-item .preview {
        margin-bottom: 35px;
    }

    .widget-slider-owl {
        height: 250px;
    }

    .thumbnail.thumbnail-property-list .caption {
        display: block;
        padding-right: 0;
        margin-right: 0;
        padding: 25px 0;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image {
        float: none;
        width: initial;
        margin-top: 0;
        margin-bottom: 0;
    }

    .thumbnail.thumbnail-property-list:before {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

@media screen and (max-width: 1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

@media screen and (max-width: 768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

@charset 'UTF-8';

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    height: 432px;
    max-width: 768px;
    margin: 1em auto;
    box-shadow: 0 0 10px #000
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4.286em;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 1.429em;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 2.143em;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(https://friendlystore.taipei/templates/local/assets/css/../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(https://friendlystore.taipei/templates/local/assets/css/../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0
}

@media (max-width: 767px) {
    .blueimp-gallery-carousel {
        height: 270px;
        max-width: 480px
    }
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, .25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: .8
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: none
}

.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 100%;
    left: 0
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(https://friendlystore.taipei/templates/local/assets/css/../img/video-play.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
    height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
    left: 50%;
    margin-left: -64px
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 1em;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

@charset "UTF-8";

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.picker {
    display: inline-block;
    vertical-align: middle
}

.picker .pc-element,
.picker .pc-trigger {
    display: inline-block;
    color: #666;
    position: relative;
    z-index: 10;
    border: 1px solid #666;
    border-radius: 2px;
    word-wrap: break-word;
    cursor: default;
    background-color: #fff;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 0 24px 0 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker .pc-element .pc-close,
.picker .pc-trigger .pc-close {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
    font-size: 1.143em;
    cursor: pointer
}

.picker .pc-element .pc-close:after,
.picker .pc-trigger .pc-close:after {
    content: '\2716'
}

.picker .pc-element:hover,
.picker .pc-trigger:hover {
    background-color: #666;
    color: #fff
}

.picker .pc-select {
    position: relative;
    display: inline-block;
    min-width: 165px;
    max-width: 200px
}

.picker .pc-select .pc-trigger {
    cursor: pointer;
    margin-right: 0;
    width: 100%
}

.picker .pc-select .pc-list {
    position: absolute;
    text-align: left;
    left: 0;
    top: calc(100% - 6px);
    width: 100%;
    border: 1px solid #666;
    z-index: 9;
    background-color: #fff
}

.picker .pc-select .pc-list input[type=search] {
    width: 100%;
    outline: 0;
    color: #666;
    border: none;
    position: relative;
    background-color: #DDD;
    border-bottom: 2px solid #666;
    padding-left: 8px
}

.picker .pc-select .pc-list ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto
}

.picker .pc-select .pc-list li {
    display: block;
    list-style: none;
    padding: 0 0 0 8px;
    cursor: pointer;
    color: #666;
    word-wrap: break-word
}

.picker .pc-select .pc-list li:nth-child(even) {
    background-color: #f2f2f2
}

.picker .pc-select .pc-list li:hover {
    background-color: #666;
    color: #fff
}

.picker .pc-select .pc-list li.not-found {
    font-style: italic;
    text-align: center;
    cursor: default
}

.picker .pc-select .pc-list li .searched {
    font-weight: 700
}

.picker .pc-select .pc-trigger {
    margin-bottom: 5px
}

.winter_dropdown_tree {
    min-width: 215px;
}

.winter_dropdown_tree button:first-child {
    min-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.winter_dropdown_tree .list_container {
    width: 215px;
    display: none;
    position: absolute;
    z-index: 9999;
    background: white;
}

.winter_dropdown_tree .list_scroll {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-left: 1px solid #ccc;
}

.winter_dropdown_tree .list_scroll ul {
    margin: 0px;
    padding: 0px;
}

.winter_dropdown_tree .list_scroll ul li {
    list-style: none;
    margin: 0px;
    padding: 5px;
    cursor: pointer;
    border: 0px;
}

.winter_dropdown_tree .list_scroll ul li:hover {
    background: #F0F0F0;
}

.winter_dropdown_tree span.no_results {
    margin: 0px;
    padding: 5px;
}

.winter_dropdown_tree .list_container .input-group {
    width: 100%;
}

.winter_dropdown_tree button {
    margin: 0px;
    padding: 6px 12px 6px 12px;
    border: 1px solid rgb(209, 209, 209);
    line-height: 20px;
    height: auto;
    color: black;
    background: white;
}

.winter_dropdown_tree button.btn.btn-default.dropdown-toggle {
    margin-left: -1px;
    padding: 6px 8px 6px 8px;
    display: inline-block;
    right: auto;
    top: 0px;
    width: auto;
}

.winter_dropdown_tree button.btn.btn-default.dropdown-toggle::after {
    display: none;
}

.winter_dropdown_tree button span.glyphicon.glyphicon-menu-down {
    font-size: 0.571em;
}

.winter_dropdown_tree input.form-control.search_term {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    padding: 6px;
}

.winter_dropdown_tree .input-group-addon {
    padding: 6px 12px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left: 0px;
    display: table-cell;
    top: 0px;
    vertical-align: middle;
    cursor: pointer;
}

.winter_dropdown_tree .input-group-addon i {
    margin: 0px;
    padding: 0px;
}

.winter_dropdown_tree .input-group {
    display: table;
}

div.form-group.search_field .winter_dropdown_tree,
div.form-group.search_field .winter_dropdown_tree .list_container {
    width: 100%;
    position: relative;
    min-width: 0px;
}

div.form-group.search_field .winter_dropdown_tree .btn-group {
    width: 100%;
}

div.form-group.search_field .winter_dropdown_tree button:first-child {
    width: 80%;
    min-width: 0px;
}

div.form-group.search_field .winter_dropdown_tree button.btn.btn-default.dropdown-toggle {
    width: 20%;
}

.infoBox {
    width: initial !important;
}

.cluster {
    z-index: 500;
}

.infobox-big {
    width: 350px;
    top: 15px !important;
    left: 0 !important;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

.infobox-big .thumbnail {
    margin-bottom: 0;
}

.infobox-big .thumbnail-property .property-image {
    height: 180px;
}

.infobox-big:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #FFF;
    left: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.infobox-big:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 20px solid #48B5E9;
    left: 25%;
    top: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infobox2 {
    width: 170px;
    background: white;
    position: relative;
    padding: 5px 5px;
    text-align: center;
}

.infoBox>img {
    position: absolute !important;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 27px;
    height: 27px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    -webkit-box-shadow: rgb(57, 144, 185) 0 0 5px;
    box-shadow: rgb(57, 144, 185) 0 0 5px;
    background: #FFF;
}

.infoBox>img:after {
    position: absolute !important;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 13px;
    height: 13px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
}

.google_marker {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.google_marker:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50% 50% 0 50%;
    background: #DA3743;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.leaflet-container .leaflet-marker-pane .google_marker img,
.google_marker img {
    position: absolute;
    z-index: 2;
    max-width: 20px !important;
    max-height: 22px !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.leaflet-container .leaflet-marker-pane .google_marker img {
    margin-top: -2px;
}

.cluster img {
    display: none !important;
}

.cluster div {
    font-size: 1.2em !important;
    font-weight: 400 !important;
    width: 40px !important;
    line-height: 44px !important;
}

.cluster div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50% 50% 0 50%;
    box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
    -webkit-box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
    background: #DA3743;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: -1;
}

.infobox-big .container {
    margin-bottom: 10px;
}

.infobox-big .title {
    font-size: 1.143em;
    font-weight: 400;
    padding: 10px;
    background-color: #48B5E9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

.infobox-big .title a {
    color: white;
}

.infobox-big .content {
    font-size: 0.929em;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 13px;
}

.infobox-big .content img {
    float: right;
    margin: 0 5px 5px 10px;
    max-width: 85px;
}

.infobox-big .subtitle {
    font-size: 1.143em;
    font-weight: 700;
    padding: 5px 0;
}

.infobox-big .iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 15px;
    bottom: 12px;
    right: 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.infobox {
    border: 2px solid #DA3743;
    border-radius: 5px;
    padding: 27px;
    display: table;
    background: white;
    width: 330px;
    position: relative;
}

.infobox .preview-image,
.infobox .content {
    display: table-cell;
    vertical-align: middle;
}

.infobox .preview-image {
    width: 70px;
}

.infobox .content {
    width: 100%;
    padding-left: 20px;
}

.infobox .preview-image img {
    max-width: 70px;
}

.infobox .content .title {
    margin-bottom: 5px;
}

.infobox .content .thumbnail-ratings {
    margin-bottom: 10px;
}

.infobox .content .title a {
    color: #4285F4;
    font-size: 1.143em;
    font-weight: bold;
    text-decoration: none;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.infobox .content .title a:hover {
    color: #da3743;
}

.infobox .content .type {
    color: #7B7B7B;
    font-size: 0.929em;
}

.infobox:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #FFF;
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.infobox:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 14px solid #48B5E9;
    left: 50%;
    top: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infobox.infobox-mini.infobox-property {
    display: block;
    width: 150px;
    height: initial;
    text-align: center;
    padding: 10px 5px;
}

.infobox.infobox-mini {
    display: block;
    width: 150px;
    height: 130px;
    text-align: center;
    padding: 10px 5px;
}

.infobox.infobox-mini .preview-image {
    width: 100%;
    display: block;
}

.infobox.infobox-mini .content {
    padding: 0;
    padding-top: 10px;
    width: 100%;
    display: block;
}

.infobox.infobox-mini .preview-image img {
    max-width: initial;
    max-height: 55px;
}

.infobox.infobox-mini .title a {
    font-size: 1em;
    font-weight: 400;
}

.infobox.infobox-mini .content .title {
    margin-bottom: 5px;
}

.infoBox>img,
.infobox-big,
.infobox:before,
.infobox-big:before {
    border-color: #DA3743;
}

.infobox-big .title {
    background-color: #DA3743;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 1em;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

@charset "UTF-8";

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@charset "UTF-8";

.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 1.643em;
    direction: ltr;
    cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 160px;
}

.progress-animated .bar {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/progressbar.gif) !important;
    filter: none;
}

.fileupload-loading {
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/loading.gif) center no-repeat;
    display: none;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

*+html .fileinput-button {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        width: 80px;
        display: inline-block;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}

@charset "UTF-8";

.fileinput-button input {
    position: static;
    opacity: 1;
    filter: none;
    transform: none;
    font-size: inherit;
    direction: inherit;
}

.fileinput-button span,
.fileinput-button i,
.fileupload-buttonbar .delete,
.fileupload-buttonbar .toggle {
    display: none;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td span:hover {
    background: #eeeeee;
}

.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}

.datepicker td span.old {
    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 1.500em;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.footable.table,
.footable.table *,
.footable-details.table,
.footable-details.table * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footable.table th,
.footable-details.table th {
    text-align: left;
}

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

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

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

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

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

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

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

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

.footable.table-striped>tbody>tr:nth-child(odd),
.footable-details.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

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

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

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

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

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

.footable .footable-filtering .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.footable .footable-filtering .btn-primary:hover,
.footable .footable-filtering .btn-primary:focus,
.footable .footable-filtering .btn-primary.focus,
.footable .footable-filtering .btn-primary:active,
.footable .footable-filtering .btn-primary.active,
.footable .footable-filtering .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.footable .footable-filtering .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-family: inherit;
    font-size: 1em;
    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, -webkit-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;
}

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

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

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

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

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

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

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

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

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

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

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

.footable .radio label,
.footable .checkbox label {
    max-width: 100%;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.footable .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1em;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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);
}

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

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

.footable .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

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

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

.footable .pagination>li {
    display: inline;
}

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

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

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

.footable .pagination>.active>a,
.footable .pagination>.active>span,
.footable .pagination>.active>a:hover,
.footable .pagination>.active>span:hover,
.footable .pagination>.active>a:focus,
.footable .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.footable .pagination>.disabled>span,
.footable .pagination>.disabled>span:hover,
.footable .pagination>.disabled>span:focus,
.footable .pagination>.disabled>a,
.footable .pagination>.disabled>a:hover,
.footable .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

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

.footable .label-default {
    background-color: #777;
}

.footable-loader.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

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

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

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

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

    .footable .form-inline .input-group .input-group-addon,
    .footable .form-inline .input-group .input-group-btn,
    .footable .form-inline .input-group .form-control {
        width: auto
    }

    .footable .form-inline .input-group>.form-control {
        width: 100%
    }
}

table.footable,
table.footable-details {
    position: relative;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.footable-details {
    margin-bottom: 0;
}

table>tbody>tr>td>span.footable-toggle {
    margin-right: 8px;
    opacity: 0.3;
}

table>tbody>tr>td>span.footable-toggle.last-column {
    margin-left: 8px;
    float: right;
}

table.table-condensed>tbody>tr>td>span.footable-toggle {
    margin-right: 5px;
}

table.footable-details>tbody>tr>th:nth-child(1) {
    min-width: 40px;
    width: 120px;
}

table.footable-details>tbody>tr>td:nth-child(2) {
    word-break: break-all;
}

table.footable-details>thead>tr:first-child>th,
table.footable-details>thead>tr:first-child>td,
table.footable-details>tbody>tr:first-child>th,
table.footable-details>tbody>tr:first-child>td,
table.footable-details>tfoot>tr:first-child>th,
table.footable-details>tfoot>tr:first-child>td {
    border-top-width: 0;
}

table.footable-details.table-bordered>thead>tr:first-child>th,
table.footable-details.table-bordered>thead>tr:first-child>td,
table.footable-details.table-bordered>tbody>tr:first-child>th,
table.footable-details.table-bordered>tbody>tr:first-child>td,
table.footable-details.table-bordered>tfoot>tr:first-child>th,
table.footable-details.table-bordered>tfoot>tr:first-child>td {
    border-top-width: 1px;
}

div.footable-loader {
    vertical-align: middle;
    text-align: center;
    height: 300px;
    position: relative;
}

div.footable-loader>span.fooicon {
    display: inline-block;
    opacity: 0.3;
    font-size: 2.143em;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: fooicon-spin-r 2s infinite linear;
    animation: fooicon-spin-r 2s infinite linear;
}

table.footable>tbody>tr.footable-empty>td {
    vertical-align: middle;
    text-align: center;
    font-size: 2.143em;
}

table.footable>tbody>tr>td,
table.footable>tbody>tr>th {
    display: none;
}

table.footable>tbody>tr.footable-empty>td,
table.footable>tbody>tr.footable-empty>th,
table.footable>tbody>tr.footable-detail-row>td,
table.footable>tbody>tr.footable-detail-row>th {
    display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fooicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fooicon {
    display: inline-block;
    font-size: inherit;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

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

.fooicon-loader:before {
    content: "\f01e";
}

.fooicon-plus:before {
    content: "\f067";
}

.fooicon-minus:before {
    content: "\f068";
}

.fooicon-search:before {
    content: "\f002";
}

.fooicon-remove:before {
    content: "\f00d";
}

.fooicon-sort:before {
    content: "\f0dc";
}

.fooicon-sort-asc:before {
    content: "\f160";
}

.fooicon-sort-desc:before {
    content: "\f161";
}

.fooicon-pencil:before {
    content: "\f040";
}

.fooicon-trash:before {
    content: "\f1f8";
}

.fooicon-eye-close:before {
    content: "\f070";
}

.fooicon-flash:before {
    content: "\f0e7";
}

.fooicon-cog:before {
    content: "\f013";
}

table.footable>thead>tr.footable-filtering>th {
    border-bottom-width: 1px;
    font-weight: normal;
}

table.footable>thead>tr.footable-filtering>th,
table.footable.footable-filtering-right>thead>tr.footable-filtering>th {
    text-align: right;
}

table.footable.footable-filtering-left>thead>tr.footable-filtering>th {
    text-align: left;
}

table.footable.footable-filtering-center>thead>tr.footable-filtering>th {
    text-align: center;
}

table.footable>thead>tr.footable-filtering>th div.form-group {
    margin-bottom: 0;
}

table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
    margin-top: 5px;
}

table.footable>thead>tr.footable-filtering>th div.input-group {
    width: 100%;
}

table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox {
    margin: 0;
    display: block;
    position: relative;
}

table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label {
    display: block;
    padding-left: 20px;
}

table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}

@media (min-width: 768px) {
    table.footable>thead>tr.footable-filtering>th div.input-group {
        width: auto;
    }

    table.footable>thead>tr.footable-filtering>th div.form-group {
        margin-left: 2px;
        margin-right: 2px;
    }

    table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
        margin-top: 0;
    }
}

table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable,
table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

td.footable-sortable>span.fooicon,
th.footable-sortable>span.fooicon {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

td.footable-sortable:hover>span.fooicon,
th.footable-sortable:hover>span.fooicon {
    opacity: 1;
}

td.footable-sortable.footable-asc>span.fooicon,
th.footable-sortable.footable-asc>span.fooicon,
td.footable-sortable.footable-desc>span.fooicon,
th.footable-sortable.footable-desc>span.fooicon {
    opacity: 1;
}

table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon {
    opacity: 0;
    visibility: hidden;
}

table.footable>tfoot>tr.footable-paging>td>ul.pagination {
    margin: 10px 0 0 0;
}

table.footable>tfoot>tr.footable-paging>td>span.label {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 4px 10px;
}

table.footable>tfoot>tr.footable-paging>td,
table.footable-paging-center>tfoot>tr.footable-paging>td {
    text-align: center;
}

table.footable-paging-left>tfoot>tr.footable-paging>td {
    text-align: left;
}

table.footable-paging-right>tfoot>tr.footable-paging>td {
    text-align: right;
}

ul.pagination>li.footable-page {
    display: none;
}

ul.pagination>li.footable-page.visible {
    display: inline;
}

td.footable-editing {
    width: 70px;
    max-width: 70px;
}

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
    text-align: right;
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
    text-align: left;
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide {
    display: none;
}

table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
    display: inline-block;
}

.primary-color {
    background: #da3743;
}

.primary-link:hover {
    color: #da3743;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
}

.primary-text-color {
    color: #da3743;
}

.top-bar .nav-items>li>a.btn.btn-custom-primary,
.btn-custom-primary {
    border-color: #4285f4;
}

.btn-custom-primary {
    background: #4285f4;
}

[class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.span1 {
    width: 4%;
}

.span3 {
    width: 23.404255319148934%;
}

[class*="span"] img {
    max-width: 100%;
}

@media (max-width: 767px) {

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#main .row-fluid {
    width: 100%;
}

#main .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.5641%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main .row-fluid .span6 {
    width: 48.7179%;
}

#main .row-fluid .span8 {
    width: 65.812%
}

#main .row-fluid .span4 {
    width: 31.6239%;
}

#main .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}

#main .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}

#main .control-group .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

#main .form-search input,
#main .form-inline input,
#main .control-group input,
#main .form-search textarea,
#main .form-inline textarea,
#main .control-group textarea,
#main .form-search select,
#main .form-inline select,
#main .control-group select,
#main .form-search .help-inline,
#main .form-inline .help-inline,
#main .control-group .help-inline,
#main .form-search .uneditable-input,
#main .form-inline .uneditable-input,
#main .control-group .uneditable-input,
#main .form-search .input-prepend,
#main .form-inline .input-prepend,
#main .control-group .input-prepend,
#main .form-search .input-append,
#main .form-inline .input-append,
#main .control-group .input-append {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}

#main .control-group .controls {
    margin-left: 180px;
}

#main .control-group .col-lg-10.controls {
    margin-left: 20px;
}

#main .control-group {
    margin-bottom: 20px;
}

#main .control-group:after {
    content: '';
    clear: both;
    display: table;
}

#main .control-label {
    cursor: pointer;
}

#main .TREE-GENERATOR .field-row {
    margin-bottom: 15px;
}

#main .UPLOAD-FIELD-TYPE.form-group label {
    color: #000;
    font-weight: bold;
}

#main .control-group input:not([type="submit"]),
#main .control-group textarea,
#main .control-group .uneditable-input {
    width: 206px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: white;
}

#main .control-group .controls>.radio:first-child,
#main .control-group .controls>.checkbox:first-child {
    padding-top: 5px;
}

#main .control-group .radio,
#main .control-group .checkbox {
    min-height: 20px;
    padding-left: 0px;
}

#main .control-group label {
    display: block;
}

#main .control-group .valid_parent,
#main .control-group .results-icon {
    margin-top: 9px;
}

#main .control-label.captcha img {
    margin-top: -8px;
}

#main .control-group input[type="file"],
#main .control-group input[type="image"],
#main .control-group input[type="submit"],
#main .control-group input[type="reset"],
#main .control-group input[type="button"],
#main .control-group input[type="radio"],
#main .control-group input[type="checkbox"] {
    width: auto;
}

#main .btn {
    border-radius: 0px;
}

#main .btn:not(.btn-danger) i {}

#main td a.btn:not(.btn-danger):not(.zoom-button) i[class^="icon-"].icon-search {
    margin-right: 5px;
}

#main .btn.btn-danger i[class^="icon-"].icon-remove {
    margin-top: 3px;
}

#main .files .options-container input[type="checkbox"] {
    vertical-align: middle;
    margin-top: 1px;
}

#main input.captcha {
    font-size: 1.000em;
    font-weight: 300;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 4px 6px;
    font-family: "Raleway", "Arial", sans-serif;
    background: white;
    width: 100%;
}

#main form.box input.captcha {
    width: 230px;
}

#main .property_content .btn.btn-primary {
    color: #FFF;
    background-color: #006DCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 1.000em;
    line-height: 24px;
    color: white;
    text-align: center;
    font-weight: normal;
}

#main h5 span.checkbox-visible {
    float: right;
    font-size: 0.857em;
}

#main .btn-default:hover {
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;
}

#main h5 input[type="radio"],
#main h5 input[type="checkbox"] {
    margin: 0px;
}

#main li.lang a {
    font-size: 1em;
}

#main .nav-tabs>li:not(:first-child) {
    margin-bottom: -1px;
    margin-left: .2rem;
}

#main .label-important,
#main .badge-important {
    background-color: #B94A48;
}

#main .widget-controls {
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    #main .property_content form.form-horizontal .control-label {
        float: none;
        padding-top: 5px;
        text-align: left;
        width: 160px;
    }

    #main .control-group .controls {
        margin-left: 0px;
    }

    #main .TREE-GENERATOR .controls {
        margin-left: 0 !important;
    }

    #main input.captcha {}
}

@media (max-width: 768px) {
    #main .row-fluid [class*="span"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: 0px;
        width: 100%;
    }
}

#main .control-group textarea.form-control {
    height: initial;
}

#main .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .btn-info:hover {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

#main .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .btn-danger:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

#main textarea.form-control,
#main textarea.form-control:focus,
#main textarea.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#main .bt-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

#main .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#main .fileinput-button {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
}

#main .fileinput-button * {
    cursor: pointer;
}

#main .fileinput-button .btn {
    cursor: pointer;
}

#main .fileinput-button span {
    display: inline-block;
}

#main .fileinput-button input {
    position: absolute;
    opacity: 0;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: inherit;
    direction: inherit;
    width: 100%;
    height: 100%;
}

#main [class^="icon-"].icon-edit,
#main [class^="icon-"].icon-remove {
    background-image: url("https://friendlystore.taipei/templates/local/assets/css/../img/glyphicons-halflings-white.png");
}

#main .btn-danger.delete,
#main .toggle {
    display: inline-block;
}

#main .files-list-u li {
    margin: 5px 10px 3px 0;
    padding: 1px;
    display: block;
    float: left;
    width: 164px;
    height: 175px;
    border: 1px solid #E5E5E5;
    background-color: #FAFAFA;
    cursor: move;
    position: relative;
}

#main .form-group:after {
    content: '';
    clear: both;
    display: table;
}

#main .files-list-u li .filename {
    text-align: center;
    max-width: 160px;
    overflow: hidden;
    padding: 0px 0px 2px 0px;
}

#main .files-list-u li .options-container {
    text-align: center;
}

#main .files-list-u li .preview {
    width: 160px;
    height: 120px;
    text-align: center;
    display: block;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

#main .btn-mini {
    padding: 3px 6px;
    font-size: 0.750em;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main input[type="checkbox"] {
    height: auto;
}

#main #mapsAddress {
    height: 400px;
}

.property_content {
    padding: 10px;
    margin-bottom: 15px;
    display: block;
}

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

#main .tabbable li a {}

#main .tabbable li.lang a.active,
#main .tabbable li:not(.active) a:hover {
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;
}

#main .ui-state-error,
#main .cleditorMain.ui-state-error {
    background: #B8483D !important;
    background: #B8483D;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 0.857em;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.alert {
    border-radius: 0px;
}

.alert {
    border-radius: 0;
}

.alert-info {
    background-color: #E1F5FE;
    border-left-color: #81D4FA;
    color: #0277BD;
}

.alert-success {
    background-color: #E8F5E9;
    border-left-color: #A5D6A7;
    color: #2E7D32;
}

.alert-danger {
    background-color: #FFEBEE;
    border-left-color: #EF9A9A;
    color: #C62828;
}

.alert-warning {
    background-color: #FFF8E1;
    border-left-color: #FFE082;
    color: #FF6F00;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.form-group.error input,
.form-group.error textarea {
    border: 1px solid red;
}

.alert {
    margin-bottom: 7px;
}

.datepicker td.day.disabled.red {
    color: red;
    text-decoration: line-through;
}

div.av_calender {
    margin-right: -30px;
    margin-left: -30px;
}

div.av_calender a.available:hover {
    text-decoration: underline;
}

table.av_calender {
    margin: 0px 20px;
}

table.av_calender td a,
table.av_calender td span,
table.av_calender td div,
table.av_calender th span {
    padding: 5px 7px;
    display: block;
}

table.av_calender td span.disabled,
table.av_calender td div.disabled {
    text-decoration: line-through;
}

table.av_calender a.available {
    color: white;
    background: #2CD341;
}

table.av_calender a.available_x {
    color: white;
    background: #2CD341;
}

table.av_calender a.available.not_selectable {
    cursor: default;
    text-decoration: none;
    background: #FF7300;
}

table.av_calender a.available_x.not_selectable {
    cursor: default;
    text-decoration: none;
    background: #FF7300;
}

div.highlight {
    background: red;
    color: white;
}

table.av_calender div.highlight {
    margin: 0;
}

.dependenthide {
    display: none;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

ul.amenities {
    margin: 0px;
    padding: 0px;
}

ul.amenities li {
    list-style: none;
    margin: 0px;
    padding: 5px 15px;
    width: 168px;
    float: left;
}

ul.amenities li {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.amenities li img {
    height: 16px;
}

ul.amenities li img.check {
    height: auto;
}

.places_select .btn {
    border-radius: 0 !important;
    padding: 8px 20px;
    position: relative;
    background: #e9ebee;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.places_select .btn:hover {
    background: #f5f5f5;
    color: #000;
}

.lang-menu-mobile span,
.lang-menu-mobile a,
.lang-menu span,
.lang-menu a {
    text-transform: uppercase;
}

.card.card-category .badget.b-icon [class^="icon-"].icon-category {
    display: inline-block;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    max-width: 40px;
    width: initial;
}

.card.card-category:hover .badget.b-icon [class^="icon-"].icon-category {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.filters.filters-box .grid-type {
    font-size: 1.429em;
    text-rendering: optimizeLegibility;
}

.filters.filters-box .grid-type a {
    color: #252525;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.filters.filters-box .grid-type a.active,
.filters.filters-box .grid-type a:hover {
    color: #DA3743;
}

.filters.filters-box .sort-filter label {
    font-weight: 400;
}

.result_preload_box {
    position: relative;
}

.result_preload_box .result_preload_indic {
    display: none;
    background: rgba(252, 252, 252, 0.85) url('https://friendlystore.taipei/templates/local/assets/css/../img/ajax_loader.gif') no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.result-answer .alert {
    margin: 0;
}

.result-container .thumbnail.thumbnail-property-list:before {
    content: attr(data-number) !Important;
}

.list-default {
    margin: 0;
    padding: 0;
    list-style: none;
}

.favorites-actions {
    -webkit-transform: translate3d(145px, -95px, 0);
    transform: translate3d(145px, -95px, 0);
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.75s;
    transition: opacity 0.55s, -webkit-transform 0.75s;
    -o-transition: opacity 0.55s, transform 0.75s;
    transition: opacity 0.55s, transform 0.75s;
    transition: opacity 0.55s, transform 0.75s, -webkit-transform 0.75s;
    -webkit-transition: transform 0.75s, opacity 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover .icons .favorites-actions {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons .favorites-actions a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons .favorites-actions a.remove-from-favorites i {
    color: #DA3743;
}

.input-with-search {
    display: block;
    position: relative;
}

.input-with-search input {
    background: inherit;
    border: 0;
    line-height: 42px;
    height: 42px;
    padding-right: 40px;
}

.input-with-search .input-group-addon {
    background: inherit;
    border: 0;
    height: 100%;
    opacity: .8;
    position: absolute;
    ;
    right: 0;
    top: 0;
    -webkit-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
    width: 40px;
    z-index: 5;
    color: #da3743;
}

.input-with-search .input-group-addon:hover {
    opacity: 1;
}

body .input-with-search input.form-control::-webkit-input-placeholder {
    font-size: 1.143em;
}

body .input-with-search input.form-control::-moz-placeholder {
    font-size: 1.143em;
}

.row-flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.widget-reviews .rating {
    border: none;
    position: relative;
    float: left;
    margin-right: 5px;
}

.widget-reviews .rating>input {
    display: none;
}

.widget-reviews .rating>label:before {
    margin: 2px;
    font-weight: 400;
    font-size: 1.000em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f006";
    color: #7b7b7b;
}

.widget-reviews .rating>label {
    float: right;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.widget-reviews .rating>input:checked~label:before,
.widget-reviews .rating:not(:checked)>label:hover,
.widget-reviews .rating:not(:checked)>label:hover~label {
    content: "\f005";
    color: #DA3743;
}

.widget-reviews .rating>input:checked+label:hover:before,
.widget-reviews .rating>input:checked~label:hover:before,
.widget-reviews .rating>label:hover~input:checked~label:before,
.widget-reviews .rating>input:checked~label:hover~label:before {
    content: "\f005";
}

.widget-reviews .rating>input~label:hover:before,
.widget-reviews .rating>input~label:hover~label:before {
    color: #DA3743;
}

#property-map-small {
    height: 180px;
    width: 100%;
}

.list-contact li {
    padding-left: 25px;
}

#remove_from_favorites.btn-custom-s i {
    color: #DA3743;
}

.form-control.resize-vertical {
    resize: vertical
}

.card-gallery.type-file .compat-object-fit .object-fit-imagediv {
    background-size: contain;
    background-repeat: no-repeat;
}

.route_suggestion {
    padding-top: 15px;
}

.energy-eff-box>div {
    height: 212px !important;
}

.widget-energy-eff {
    display: inline-block;
    margin-right: 10px;
}

.widget-compare .compare-list {
    margin: 0;
    list-style: none;
    padding-left: 10px;
}

.widget-compare .compare-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.widget-compare .compare-content {}

.widget-compare .compare-list .btn {
    margin-top: 10px;
}

.widget-compare .compare-list li:first-child {
    margin-top: 10px;
}

.widget-compare .compare-list li:last-child {
    margin-bottom: 10px;
}

.table-compare.table-hover>tbody>tr:not(:last-child):hover>td {
    background-color: #06a7ea;
    color: #eeeeee;
}

.table-compare {
    table-layout: fixed;
}

.table-compare th:first-child {
    width: 180px;
}

.table-compare tr:last-child td,
.table-compare tr:first-child th {
    text-align: center;
}

.widget-compare .btn {
    padding: 8px 5px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    white-space: normal;
}

.widget .pt0,
.pt0 {
    padding-top: 0;
}

.ptr0 {
    padding-top: 0 !important;
}

.pbr0 {
    padding-bottom: 0 !important;
}

.currency_widget table td {
    width: 50%;
}

.currency_widget table input,
.currency_widget table select {
    width: 80%;
    min-width: 0px;
    display: inline;
}

.block {
    display: block;
}

.white-popup-block #main {
    margin-top: 20px;
}

.white-popup-block #main #popup-form-validation-report {
    margin-bottom: 20px;
}

.white-popup-block.form-horizontal .control-group {
    margin-bottom: 20px;
}

.white-popup-block.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.white-popup-block.form-horizontal .controls {
    margin-left: 180px;
}

.widget-profile-results .result-container.results-grid {
    display: none;
}

.widget-profile-results .result-container.results-list {
    display: block !important;
}

.widget-center-recentproperties .filters-box {
    padding: 15px 10px;
}

.widget-center-recentproperties .thumbnail.thumbnail-property .thumbnail-image {
    height: 210px;
}

.right_categoriesmenu ul {
    list-style: none;
}

.right_categoriesmenu.nav li a {
    display: block;
    position: relative;
    padding: 3px 15px;
    text-align: left;
    border-right: 0;
}

.right_categoriesmenu.nav li:not(.active) a:not(:hover) {
    color: #616161;
}

.right_categoriesmenu.nav li a:hover,
.right_categoriesmenu.nav li a:focus {
    background-color: transparent;
}

.right_categoriesmenu.nav li a:hover .item,
.right_categoriesmenu.nav li a:focus .item {
    text-decoration: underline;
}

.right_categoriesmenu.nav li ul {
    padding-left: 20px;
}

.right_categoriesmenu.nav li ul a {
    padding: 0 15px;
}

.right_categoriesmenu.nav .menu-icon .menu-icon {
    letter-spacing: -2px;
    margin-right: 5px;
    font-size: 0.714em;
    line-height: 18px;
}

.right_categoriesmenu li {
    float: none;
    margin-left: 0 !important;
}

ul.right_categoriesmenu,
.right_categoriesmenu ul {
    margin-bottom: 0;
    border: 0;
}

.right_categoriesmenu.nav .nav-item>a {
    display: inline-block;
    text-align: left;
    padding-right: 0;
}

.right_categoriesmenu.nav .nav-item>.nav-item-page {
    padding-left: 0;
}

.right_categoriesmenu.nav .item-count {
    color: #3498DB;
}

.widget-slider-owl .link {
    color: white;
    text-decoration: none;
}

.widget-slider-owl .link span {
    color: white;
}

.widget-search-top {
    position: relative;
}

.widget-search .filters-box {
    position: relative;
}

.c_purpose-tablet {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 5;
}

.c_purpose-tablet li {
    float: left;
    display: inline-block;
    cursor: pointer;
    background: #b9b9b9;
    margin-right: 1px;
    margin-bottom: 1px;
    -o-transition: background .1s;
    transition: background .1s;
    -webkit-transition: background .1s;
}

.c_purpose-tablet li.active,
.c_purpose-tablet li:hover {
    background: #da3743;
}

.c_purpose-tablet li a {
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
}

.widget-search-top-wide .c_purpose-tablet {
    top: -90px;
}

.widget-search .filters-box .container {
    position: relative;
}

.form-group-checkbox-line label {
    font-weight: 400;
}

.widget-right-search .form-group-checkbox-line label.checkbox {
    cursor: pointer;
    padding-left: 20px;
}

.widge-search-right .form-group-checkbox-line label.checkbox {
    margin-top: -5px;
    margin-bottom: 5px;
}

.widget-map-geo {
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-workbench.png);
    padding: 40px 15px;
    overflow: hidden;
}

.field_select_booking_date_from,
.field_select_booking_date_to {
    position: relative;
}

.field_select_booking_date_to .datepicker {
    display: block;
    top: 100%;
    left: initial;
    right: 0;
}

.field_select_booking_date_from .datepicker {
    display: block;
    top: 100%;
    left: 0;
    right: initial;
}

.field_select_booking_date_to .datepicker:after,
.field_select_booking_date_to .datepicker:before {
    left: initial;
    right: 6px;
}

.treefield-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.000em;
}

.treefield-listing .thumbnail {
    min-height: 470px;
}

.treefield-categories-list .treefield-box-item:hover {
    color: white;
    text-decoration: none;
}

.treefield-categories-list li {
    border-bottom: 1px solid;
    border-color: #A2A2A2;
    display: block;
    padding: 7px 0;
}

.treefield-categories-list li:last-child {
    border-bottom: 0;
}

.treefield-categories-list li .count {
    font-weight: 600;
    float: right;
    text-align: right;
}

.treefield-categories-list .treefield-box-item:hover {
    color: white;
}

.thumbnail.thumbnail-property .caption.caption-blog {
    display: block;
}

@media(min-width: 768px) {
    .results-col-sm-2>.result-container>div:not(.col-xs-12) {
        width: 50%;
    }
}

.container-wide .widget .filters-box {
    padding-right: 30px;
}

.thumbnail.thumbnail-property.no-cover .thumbnail-image img {
    -o-object-fit: initial;
    object-fit: initial;
    -webkit-object-fit: initial;
    width: 100%;
    height: initial;
}

.thumbnail.thumbnail-property.no-cover .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: initial;
}

i.qmark {
    float: left;
    font-size: 2.143em;
    width: 35px;
    padding-left: 5px;
    vertical-align: top;
    margin-top: -11px;
}

.panel-content .image_expert {
    float: left;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    margin-left: -8px;
}

.panel-content .image_expert img {
    height: 35px;
    width: 35px;
}

.widget-sitemap ul {
    padding-left: 18px;
}

.form-estate.form-editproperty .checkbox-visible {
    float: right;
}

.local-form select {
    height: 52px;
}

.affix.lang-tabs {
    top: 0;
    background: #eee;
    width: 100%;
    z-index: 998 !important;
}

.affix.lang-tabs {
    padding: 5px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -30px;
}

.affix.lang-tabs a {
    border-radius: 0;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd !important;
}

.affix.lang-tabs li:not(.active):not(:hover) a {
    background: white;
}

.affix.lang-tabs li.active a {
    background-color: #eee;
}

.affix.lang-tabs .nav-tabs>li>a:hover,
.affix.lang-tabs .nav-tabs>li>a:focus {
    border-color: #222
}

iframe {
    max-width: 100% !important;
}

.top-bar-login {
    border-bottom: 1px solid rgba(213, 214, 216, 0.5);
}

.top-bar-login a,
.top-bar-login {
    color: #fff;
    font-size: 0.786em;
    line-height: 22px;
}

.top-bar-login ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar-login ul li {
    display: block;
    float: left;
}

.top-bar-login ul li:not(:last-child) {
    margin-right: 10px;
}

.top-bar-login i {
    margin-right: 2px;
}

.bottom-line {
    border-top: 0px;
    border-bottom: 1px solid #ddd !important;
}

[class^="icon-"]:not([class^="icon-star-r"]),
[class*=" icon-"]:not([class*=" icon-star-r"]) {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("https://friendlystore.taipei/templates/local/assets/css/../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

[class^="icon-"].icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:focus>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>li>a:focus>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:focus>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"],
.dropdown-submenu:focus>a>[class*=" icon-"] {
    background-image: url("https://friendlystore.taipei/templates/local/assets/css/../img/glyphicons-halflings-white.png");
}

[class^="icon-"].icon-phone {
    background-image: url("https://friendlystore.taipei/templates/local/assets/css/../img/glyphicons-halflings-free.png");
    background-position: 0px -169px;
    background-repeat: no-repeat;
}

[class^="icon-"].icon-ok {
    background-position: -288px 0px;
}

[class^="icon-"].icon-remove {
    background-position: -312px 0px;
}

[class^="icon-"].icon-shopping-cart {
    background-position: -360px -120px;
}

[class^="icon-"].icon-edit {
    background-position: -96px -72px;
}

[class^="icon-"].icon-plus {
    background-position: -408px -96px;
}

[class^="icon-"].icon-book {
    background-position: -48px -48px;
}

[class^="icon-"].icon-circle-arrow-up {
    background-position: -288px -144px;
}

[class^="icon-"].icon-ban-circle {
    background-position: -216px -96px;
}

[class^="icon-"].icon-trash {
    background-position: -456px 0px;
}

[class^="icon-"].icon-search {
    background-position: -48px 0px;
}

[class^="icon-"].icon-briefcase {
    background-position: -432px -144px;
}

[class^="icon-"].icon-calendar {
    background-position: -192px -120px;
}

[class^="icon-"].icon-star {
    background-position: -120px 0px;
}

[class^="icon-"].icon-bookmark {
    background-position: -72px -48px;
}

[class^="icon-"].icon-glass {
    background-position: 0 0;
}

[class^="icon-"].icon-music {
    background-position: -24px 0;
}

[class^="icon-"].icon-search {
    background-position: -48px 0;
}

[class^="icon-"].icon-envelope {
    background-position: -72px 0;
}

[class^="icon-"].icon-heart {
    background-position: -96px 0;
}

[class^="icon-"].icon-star {
    background-position: -120px 0;
}

[class^="icon-"].icon-star-empty {
    background-position: -144px 0;
}

[class^="icon-"].icon-user {
    background-position: -168px 0;
}

[class^="icon-"].icon-film {
    background-position: -192px 0;
}

[class^="icon-"].icon-th-large {
    background-position: -216px 0;
}

[class^="icon-"].icon-th {
    background-position: -240px 0;
}

[class^="icon-"].icon-th-list {
    background-position: -264px 0;
}

[class^="icon-"].icon-ok {
    background-position: -288px 0;
}

[class^="icon-"].icon-remove {
    background-position: -312px 0;
}

[class^="icon-"].icon-zoom-in {
    background-position: -336px 0;
}

[class^="icon-"].icon-zoom-out {
    background-position: -360px 0;
}

[class^="icon-"].icon-off {
    background-position: -384px 0;
}

[class^="icon-"].icon-signal {
    background-position: -408px 0;
}

[class^="icon-"].icon-cog {
    background-position: -432px 0;
}

[class^="icon-"].icon-trash {
    background-position: -456px 0;
}

[class^="icon-"].icon-home {
    background-position: 0 -24px;
}

[class^="icon-"].icon-file {
    background-position: -24px -24px;
}

[class^="icon-"].icon-time {
    background-position: -48px -24px;
}

[class^="icon-"].icon-road {
    background-position: -72px -24px;
}

[class^="icon-"].icon-download-alt {
    background-position: -96px -24px;
}

[class^="icon-"].icon-download {
    background-position: -120px -24px;
}

[class^="icon-"].icon-upload {
    background-position: -144px -24px;
}

[class^="icon-"].icon-inbox {
    background-position: -168px -24px;
}

[class^="icon-"].icon-play-circle {
    background-position: -192px -24px;
}

[class^="icon-"].icon-repeat {
    background-position: -216px -24px;
}

[class^="icon-"].icon-refresh {
    background-position: -240px -24px;
}

[class^="icon-"].icon-list-alt {
    background-position: -264px -24px;
}

[class^="icon-"].icon-lock {
    background-position: -287px -24px;
}

[class^="icon-"].icon-flag {
    background-position: -312px -24px;
}

[class^="icon-"].icon-headphones {
    background-position: -336px -24px;
}

[class^="icon-"].icon-volume-off {
    background-position: -360px -24px;
}

[class^="icon-"].icon-volume-down {
    background-position: -384px -24px;
}

[class^="icon-"].icon-volume-up {
    background-position: -408px -24px;
}

[class^="icon-"].icon-qrcode {
    background-position: -432px -24px;
}

[class^="icon-"].icon-barcode {
    background-position: -456px -24px;
}

[class^="icon-"].icon-tag {
    background-position: 0 -48px;
}

[class^="icon-"].icon-tags {
    background-position: -25px -48px;
}

[class^="icon-"].icon-book {
    background-position: -48px -48px;
}

[class^="icon-"].icon-bookmark {
    background-position: -72px -48px;
}

[class^="icon-"].icon-print {
    background-position: -96px -48px;
}

[class^="icon-"].icon-camera {
    background-position: -120px -48px;
}

[class^="icon-"].icon-font {
    background-position: -144px -48px;
}

[class^="icon-"].icon-bold {
    background-position: -167px -48px;
}

[class^="icon-"].icon-italic {
    background-position: -192px -48px;
}

[class^="icon-"].icon-text-height {
    background-position: -216px -48px;
}

[class^="icon-"].icon-text-width {
    background-position: -240px -48px;
}

[class^="icon-"].icon-align-left {
    background-position: -264px -48px;
}

[class^="icon-"].icon-align-center {
    background-position: -288px -48px;
}

[class^="icon-"].icon-align-right {
    background-position: -312px -48px;
}

[class^="icon-"].icon-align-justify {
    background-position: -336px -48px;
}

[class^="icon-"].icon-list {
    background-position: -360px -48px;
}

[class^="icon-"].icon-indent-left {
    background-position: -384px -48px;
}

[class^="icon-"].icon-indent-right {
    background-position: -408px -48px;
}

[class^="icon-"].icon-facetime-video {
    background-position: -432px -48px;
}

[class^="icon-"].icon-picture {
    background-position: -456px -48px;
}

[class^="icon-"].icon-pencil {
    background-position: 0 -72px;
}

[class^="icon-"].icon-map-marker {
    background-position: -24px -72px;
}

[class^="icon-"].icon-adjust {
    background-position: -48px -72px;
}

[class^="icon-"].icon-tint {
    background-position: -72px -72px;
}

[class^="icon-"].icon-edit {
    background-position: -96px -72px;
}

[class^="icon-"].icon-share {
    background-position: -120px -72px;
}

[class^="icon-"].icon-check {
    background-position: -144px -72px;
}

[class^="icon-"].icon-move {
    background-position: -168px -72px;
}

[class^="icon-"].icon-step-backward {
    background-position: -192px -72px;
}

[class^="icon-"].icon-fast-backward {
    background-position: -216px -72px;
}

[class^="icon-"].icon-backward {
    background-position: -240px -72px;
}

[class^="icon-"].icon-play {
    background-position: -264px -72px;
}

[class^="icon-"].icon-pause {
    background-position: -288px -72px;
}

[class^="icon-"].icon-stop {
    background-position: -312px -72px;
}

[class^="icon-"].icon-forward {
    background-position: -336px -72px;
}

[class^="icon-"].icon-fast-forward {
    background-position: -360px -72px;
}

[class^="icon-"].icon-step-forward {
    background-position: -384px -72px;
}

[class^="icon-"].icon-eject {
    background-position: -408px -72px;
}

[class^="icon-"].icon-chevron-left {
    background-position: -432px -72px;
}

[class^="icon-"].icon-chevron-right {
    background-position: -456px -72px;
}

[class^="icon-"].icon-plus-sign {
    background-position: 0 -96px;
}

[class^="icon-"].icon-minus-sign {
    background-position: -24px -96px;
}

[class^="icon-"].icon-remove-sign {
    background-position: -48px -96px;
}

[class^="icon-"].icon-ok-sign {
    background-position: -72px -96px;
}

[class^="icon-"].icon-question-sign {
    background-position: -96px -96px;
}

[class^="icon-"].icon-info-sign {
    background-position: -120px -96px;
}

[class^="icon-"].icon-screenshot {
    background-position: -144px -96px;
}

[class^="icon-"].icon-remove-circle {
    background-position: -168px -96px;
}

[class^="icon-"].icon-ok-circle {
    background-position: -192px -96px;
}

[class^="icon-"].icon-ban-circle {
    background-position: -216px -96px;
}

[class^="icon-"].icon-arrow-left {
    background-position: -240px -96px;
}

[class^="icon-"].icon-arrow-right {
    background-position: -264px -96px;
}

[class^="icon-"].icon-arrow-up {
    background-position: -289px -96px;
}

[class^="icon-"].icon-arrow-down {
    background-position: -312px -96px;
}

[class^="icon-"].icon-share-alt {
    background-position: -336px -96px;
}

[class^="icon-"].icon-resize-full {
    background-position: -360px -96px;
}

[class^="icon-"].icon-resize-small {
    background-position: -384px -96px;
}

[class^="icon-"].icon-plus {
    background-position: -408px -96px;
}

[class^="icon-"].icon-minus {
    background-position: -433px -96px;
}

[class^="icon-"].icon-asterisk {
    background-position: -456px -96px;
}

[class^="icon-"].icon-exclamation-sign {
    background-position: 0 -120px;
}

[class^="icon-"].icon-gift {
    background-position: -24px -120px;
}

[class^="icon-"].icon-leaf {
    background-position: -48px -120px;
}

[class^="icon-"].icon-fire {
    background-position: -72px -120px;
}

[class^="icon-"].icon-eye-open {
    background-position: -96px -120px;
}

[class^="icon-"].icon-eye-close {
    background-position: -120px -120px;
}

[class^="icon-"].icon-warning-sign {
    background-position: -144px -120px;
}

[class^="icon-"].icon-plane {
    background-position: -168px -120px;
}

[class^="icon-"].icon-calendar {
    background-position: -192px -120px;
}

[class^="icon-"].icon-random {
    width: 16px;
    background-position: -216px -120px;
}

[class^="icon-"].icon-comment {
    background-position: -240px -120px;
}

[class^="icon-"].icon-magnet {
    background-position: -264px -120px;
}

[class^="icon-"].icon-chevron-up {
    background-position: -288px -120px;
}

[class^="icon-"].icon-chevron-down {
    background-position: -313px -119px;
}

[class^="icon-"].icon-retweet {
    background-position: -336px -120px;
}

[class^="icon-"].icon-shopping-cart {
    background-position: -360px -120px;
}

[class^="icon-"].icon-folder-close {
    width: 16px;
    background-position: -384px -120px;
}

[class^="icon-"].icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

[class^="icon-"].icon-resize-vertical {
    background-position: -432px -119px;
}

[class^="icon-"].icon-resize-horizontal {
    background-position: -456px -118px;
}

[class^="icon-"].icon-hdd {
    background-position: 0 -144px;
}

[class^="icon-"].icon-bullhorn {
    background-position: -24px -144px;
}

[class^="icon-"].icon-bell {
    background-position: -48px -144px;
}

[class^="icon-"].icon-certificate {
    background-position: -72px -144px;
}

[class^="icon-"].icon-thumbs-up {
    background-position: -96px -144px;
}

[class^="icon-"].icon-thumbs-down {
    background-position: -120px -144px;
}

[class^="icon-"].icon-hand-right {
    background-position: -144px -144px;
}

[class^="icon-"].icon-hand-left {
    background-position: -168px -144px;
}

[class^="icon-"].icon-hand-up {
    background-position: -192px -144px;
}

[class^="icon-"].icon-hand-down {
    background-position: -216px -144px;
}

[class^="icon-"].icon-circle-arrow-right {
    background-position: -240px -144px;
}

[class^="icon-"].icon-circle-arrow-left {
    background-position: -264px -144px;
}

[class^="icon-"].icon-circle-arrow-up {
    background-position: -288px -144px;
}

[class^="icon-"].icon-circle-arrow-down {
    background-position: -312px -144px;
}

[class^="icon-"].icon-globe {
    background-position: -336px -144px;
}

[class^="icon-"].icon-wrench {
    background-position: -360px -144px;
}

[class^="icon-"].icon-tasks {
    background-position: -384px -144px;
}

[class^="icon-"].icon-filter {
    background-position: -408px -144px;
}

[class^="icon-"].icon-briefcase {
    background-position: -432px -144px;
}

[class^="icon-"].icon-fullscreen {
    background-position: -456px -144px;
}

.btn [class^="icon-"].icon-edit,
.btn [class^="icon-"].icon-remove {
    background-image: url("https://friendlystore.taipei/templates/local/assets/css/../img/glyphicons-halflings-white.png");
}

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

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>span {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.modal-body .btn .spinner {
    margin: 0;
    width: 70px;
    margin-right: -75px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    height: 20px;
}

.modal-body .btn .spinner>span {
    background-color: #fff;
}

.modal-body .alerts-box p {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 8px 35px 8px 14px;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.thumbnail .caption-footer {}

.thumbnail .caption-footer:after {
    content: '';
    display: table;
    clear: both;
}

.thumbnail .caption-footer .list:before,
.thumbnail .caption-footer .list:after {
    display: none;
}

.thumbnail .caption-footer .list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.thumbnail .caption-footer .list li {
    -webkit-box-flex: 2 auto;
    -webkit-flex: 1 2 auto;
    -ms-flex: 2 1;
    flex: 2 1;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #e0eded;
    border-top: 1px solid #e0eded;
    white-space: nowrap;
    display: inline-block;
    margin-right: -2px;
}

.thumbnail .caption-footer .list li i {
    margin-right: 7px;
}

.thumbnail .thumbnail-image .badget,
.thumbnail .thumbnail-image .purpose-badget,
.thumbnail .thumbnail-image .ownership-badget,
.thumbnail .thumbnail-image .featured-icon {
    position: absolute;
    z-index: 2;
}

.thumbnail .thumbnail-image .purpose-badget,
.thumbnail .thumbnail-image .ownership-badget {
    background: #3498db;
}

.thumbnail .thumbnail-image .badget {
    bottom: 0;
    left: 0;
    max-width: 80px;
}

.thumbnail .thumbnail-image .purpose-badget {
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: 5px 25px;
    color: #fff;
}

.thumbnail .thumbnail-image .ownership-badget {
    top: 20px;
    left: 0;
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
}

.thumbnail .thumbnail-image .fea_1 {
    background: rgba(202, 11, 11, 0.75);
    color: white;
}

.thumbnail .thumbnail-image .wp-block-img .featured-icon {
    width: 62px !important;
    height: 66px;
    top: 0;
    right: 0;
}

.infobox-link {
    color: #23527c;
}

.infobox-big .infobox-thumbnail {
    float: right;
}

.filters.filters-box .sort-filter label {
    margin-right: 5px;
}

.filters.filters-box .sort-filter .bootstrap-select {
    margin-left: 0;
}

.panel-content.panel-group.panel-expert .panel-heading {
    padding: 0;
}

.panel-content.panel-group.panel-expert .panel-heading a {
    color: #333;
    font-weight: normal;
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.panel-content.panel-group.panel-expert .panel-heading a[aria-expanded="true"],
.panel-content.panel-group.panel-expert .panel-heading a:hover {
    text-decoration: none;
    background: #e7e7e7;
}

.input-append {
    position: relative;
}

.input-append .datepicker {
    top: 100%;
}

.top-bar-login a:hover {
    color: #f0f0f0;
    text-decoration: none;
}

.widget-styles .header h2 {
    height: 26px;
    line-height: 1;
}

.top-bar-btns .navbar-toggle .icon-bar {
    background-color: #CCC;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.files.files-list-u {
    margin: 0;
    padding: 0;
    ;
}

.files.files-list-u:after {
    content: '';
    clear: both;
    display: table;
}

.form-editproperty .form-control {
    display: inline-block;
    width: calc(100% - 150px);
}

#main .control-group .valid_parent {
    margin-top: 6px;
}

#main .control-group .results-icon {
    margin-top: 3px;
}

.widget_edit,
.widget {
    position: relative;
}

.widget_edit .widget-controls-panel {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 5;
}

.widget .widget-controls-panel {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 5;
}

.widget_edit .widget-controls-panel,
.widget .widget-controls-panel {
    opacity: 0;
}

.widget_edit:hover .widget-controls-panel,
.widget:hover .widget-controls-panel {
    opacity: 1;
}

.widget_edit .widget-controls-panel .btn:not(:last-child):after,
.widget .widget-controls-panel .btn:not(:last-child):after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background: rgba(124, 116, 116, 0.32);
    position: absolute;
    left: 100%;
}

.widget_edit .widget-controls-panel .btn,
.widget .widget-controls-panel .btn {
    background: #2980b9;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1;
    border-radius: 0;
    position: relative;
    padding: 6px 9px;
}

.widget_edit .widget-controls-panel .btn.btn-edit,
.widget .widget-controls-panel .btn.btn-edit {
    background-color: #F9B418;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.widget_edit .widget-controls-panel .btn.btn-edit:hover,
.widget .widget-controls-panel .btn.btn-edit:hover {
    background-color: #e78800;
}

.widget .widget-controls-panel {
    top: 0;
    right: 0;
}

.widget.widget-search .widget-controls-panel {
    top: -30px;
}

.sel_class {
    border: 2px solid #da3743 !important;
}

.bootstrap-select .btn {
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.infoBox>img {
    top: 0px;
}

.infobox-big {
    margin-top: 20px;
}

.infobox,
.infobox-big {
    margin-top: 20px;
}

.section-profile-box .profile-logo img {
    width: 133px;
}

.listing_wrapper_agents .agent-unit-img-wrapper {
    background: #fff;
}

.top-bar.affix .nav-items li a.btn.btn-custom-default:hover {
    background: #514949 !important;
}

.section-search-area .tags a.active {
    color: #E0D6A2;
}

.widget-styles .content,
.widget .content {
    padding-top: 28px;
    padding-bottom: 28px;
}

.widget .header h2,
.widget-styles .header h2 {
    height: auto;
    line-height: initial;
}

.thumbnail .thumbnail-image .purpose-badget.sale {
    background: rgba(218, 55, 67, 0.8);
}

.thumbnail .thumbnail-image .purpose-badget.rent {
    background: rgba(52, 152, 219, 0.8);
}

.thumbnail .thumbnail-image .purpose-badget.sale_and_rent {
    background: rgba(243, 196, 9, 0.8);
}

.widget-center-recentproperties .hidden_centerwidget {
    display: none;
}

.widget-center-recentproperties .thumbnail .caption-footer .list li.hidden_centerwidget-lg {
    display: none;
}

.widget-styles .caption-title h2,
.widget-styles .caption-title,
.widget .widget-title,
.widget-styles .header h2,
.widget-styles .header {
    -o-text-overflow: initial;
    text-overflow: initial;
    white-space: initial;
    overflow: initial;
}

.thumbnail.thumbnail-property .thumbnail-image img.featured-icon {
    top: 0;
    right: 0;
    -o-object-fit: initial;
    object-fit: initial;
    width: initial;
    height: initial;
}

.field_datepicker_box {
    position: relative;
}

.field_datepicker_box .datepicker {
    left: 15px;
    top: 100%;
}

.card.card-category .badget.b-icon img {
    display: inline-block;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.card.card-category:hover .badget.b-icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    color: #da3743;
}

.widget-type2 .hidden-subtitle {
    padding: 10px 25px;
    background: #292626;
    height: 50px;
}

.owl-dots-local .owl-dots {
    bottom: 50px;
}

.section-search-area .tags ul li {
    margin-bottom: 10px;
}

.list-tags .icon {
    max-width: 25px;
    max-height: 17px;
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
}

.list-tags .active .icon {
    -webkit-filter: brightness(.7);
    filter: brightness(.7);
}

.card.card-category .compat-object-fit .object-fit-imagediv {
    background-size: cover;
    background-position: 50% 50%;
    height: calc(100% + 35px);
    width: 100%;
}

.section-search-area .local-form form {
    text-align: center;
}

.widget-right-map .map {
    height: 450px;
}

.widget .header.link h2,
.widget-styles .header.link h2 {
    height: initial;
}

.thumbnail.thumbnail-property .caption.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.thumbnail.thumbnail-property .caption.flex .caption-ls {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
    margin-right: 5px;
    overflow: hidden;
}

.thumbnail.thumbnail-property .caption.flex .thumbnail-title a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.thumbnail.thumbnail-property .caption.flex .caption-rs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.thumbnail.thumbnail-property .thumbnail-ratings .price {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}

.pt95 {
    padding-top: 95px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr0 {
    padding-bottom: 0 !important;
}

.wtl-tree {}

.wtl-tree .wtl-tree-bread {
    padding-bottom: 15px;
}

.wtl-tree .wtl-tree-subs {
    padding-top: 15px;
    border-top: 1px solid #eee;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wtl-tree .wtl-tree-subs a {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 7px;
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    font-weight: 600;
}

.wtl-tree .wtl-tree-subs a i {
    margin-right: 5px;
}

.wtl-tree .wtl-tree-subs a.active,
.wtl-tree .wtl-tree-subs a:hover {
    color: #da3743;
}

.wtl-tree .wtl-tree-bread .bread-item {
    color: #252525;
    font-size: 1em;
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    font-weight: 500;
}

.wtl-tree .wtl-tree-bread .bread-item.home,
.wtl-tree .wtl-tree-bread .bread-item:hover {
    color: #da3743;
}

.wtl-tree .wtl-tree-bread .bread-item:after {
    color: #252525;
    font-size: 1.429em;
    content: '/';
    padding: 0 10px;
}

#search-start {
    position: relative;
}

#search-start .fa-ajax-indicator {
    margin-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

.form-group-location {
    position: relative;
}

.form-group-location .locationautocomplete {
    padding-right: 10px;
}

.form-group-location .locationautocomplete~.fa-crosshairs {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: inherit;
    color: #DA3743;
    cursor: pointer;
}

.form-group-location .locationautocomplete:focus~.fa-crosshairs {
    color: #DA3743;
}

.card.card-destinations {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.card.card-destinations .preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.card.card-destinations:hover .preview {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card.card-destinations:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    overflow: hidden;
}

.card.card-destinations>* {
    position: relative;
    z-index: 5;
}

.card.card-destinations .title {
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    padding: 15px 15px;
    text-align: center;
}

.card.card-destinations:hover .title {
    opacity: 0;
}

.card.card-destinations .hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
    overflow: hidden;
}

.card.card-destinations:hover .hover {
    opacity: 1;
}

.card.card-destinations .hover a {
    font-size: 1.286em;
    font-weight: 700;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 50%;
    -ms-flex: 1 2 50%;
    flex: 1 2 50%;
    text-align: center;
    padding: 10px 15px;
    min-width: 50px;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.card.card-destinations .hover a:hover {
    color: #da3743;
}

.bg-transparent {
    background: transparent !important;
}

.bg-mask-imp {
    position: relative;
}

.bg-mask-imp>* {
    position: relative;
    z-index: 1;
}

.bg-mask-imp:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    display: block;
}

.inv-block .description {
    font-size: 1.071em;
    padding-top: 10px;
    line-height: 2;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.custom-icon-type_91 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_91:before {
    content: "\f0f5";
}

.custom-icon-type_92 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_92:before {
    content: "\f291";
}

.custom-icon-type_93 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_93:before {
    content: "\f0f4";
}

.custom-icon-type_94 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_94:before {
    content: "\f000";
}

.custom-icon-type_95 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_95:before {
    content: "\f1ad";
}

.custom-icon-type_96 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_96:before {
    content: "\f19d";
}

.custom-icon-type_97 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-type_97:before {
    content: "\f07a";
}

.widget-type2-categories .card.card-category {
    height: 250px;
}

.widget-type2-categories .card.card-category .object-fit-imagediv:after {
    background: rgba(0, 0, 0, 0.1);
}

.widget-right-map .infobox-default {
    display: none;
}

.widget-right-map .infobox.infobox-mini {
    display: block !important;
}

.widget-right-map .infobox.infobox-mini {
    margin-top: 90px;
    margin-left: 11px;
}

.widget-right-map .infoBox>img {
    top: 75px;
}

.container-wide .widget .header h2 {
    height: auto;
}

.thumbnail.thumbnail-property-list:before {
    margin-top: 40px;
}

.thumbnail.thumbnail-property .thumbnail-image .icons.sample {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.thumbnail.thumbnail-property .thumbnail-image .icons.sample a {
    -webkit-transform: none;
    transform: none;
}

.thumbnail.thumbnail-property .thumbnail-image .icons.sample a i {
    font-size: 3.214em;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover .icons.sample a i {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.thumbnail.thumbnail-property .thumbnail-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}

.modal.location_modal .modal-content {
    border-radius: 0;
    padding: 0 0;
}

.modal.location_modal .modal-content .modal-header {
    border: 0;
    padding: 10px 20px;
    line-height: 1;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}

.modal.location_modal .modal-content .modal-title {
    text-align: left;
    font-size: 1.571em;
    font-weight: 600;
    color: #252525;
}

.modal.location_modal .modal-content .modal-body {
    padding: 15px 20px;
}

.modal.location_modal .modal-content .select-block {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.modal.location_modal .modal-content .select-block .location_modal_s_t {
    margin-bottom: 15px;
    font-size: 1.143em;
}

.modal.location_modal .modal-content .form-group .form-control {
    max-width: 240px;
    border: 1px solid #e5e5e5;
    height: 50px;
}

.modal.location_modal .modal-content .list-block {
    padding: 15px 0 5px 0;
}

.modal.location_modal .locations-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal.location_modal .locations-list>.grid {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: left;
    padding: 6px 15px;
    min-width: 150px;
}

.modal.location_modal .locations-list a {
    font-size: 1.143em;
    font-family: 'Lato', sans-serif;
    color: #509ee2
}

.bootstrap-select .selectpicker-primary.btn.selectpicker-small {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 2px;
    height: 40px;
    border: 1px solid #E5E5E5;
}

.widget-recentproperties .filters-box,
.widget-center-recentproperties .filters-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.widget-recentproperties .filters-box .grid-type,
.widget-center-recentproperties .filters-box .grid-type {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

.top-bar-login {
    background: #585858;
}

.local-form.local-form-get .form-group input {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    overflow: hidden;
}

.local-form.local-form-get.closed .form-group:not(.form-group-btns) input {
    opacity: 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
}

.widget-listing-title .wb {
    display: -webkit-block;
    display: -ms-block;
    display: block;
}

.widget-listing-title .wb .actions {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.widget-listing-title .wb .actions>* {
    flex: 1 2;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.property_center_description .content-box {
    line-height: 27px;
    color: #353535;
    font-size: 1em;
}

.widget-listing-map .label-success {
    background: #F7F7F7;
    color: #585A5A;
}

.list-contact li {
    padding-left: 5px;
}

.list-contact>li:after {
    left: 5px;
}

.list-contact li.phone a {
    color: #585A5A;
    text-decoration: none;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.list-contact li.phone a:hover {
    color: #da3743;
    font-weight: 700;
}

.footer-bottom a {
    color: #5E5C5C;
}

.widget-listing-map .list-contact {
    color: #585a5a;
}

.link-grey {
    color: #585a5a;
}

.list-contact>li.icon.address:before {
    font-size: 1.286em;
}

.list-contact>li.icon.address {
    font-weight: 700;
}

.list-contact>li.icon.address>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.form-group-rating span {
    color: #7b7b7b;
    font-size: 0.929em;
    padding-left: 5px;
}

.widget-reviews .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 0.929em;
}

.widget-reviews .form-control:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 0.929em;
}

.widget-reviews .form-control::-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 0.929em;
}

.widget-reviews .form-control::placeholder {
    color: #aaaaaa;
    font-size: 0.929em;
}

.widget-reviews textarea.form-control {
    padding: 12px 15px;
}

.widget-reviews button.btn {
    font-size: 0.929em;
    margin-bottom: 5px;
}

.btn-marker .title {
    display: block;
    color: #252525;
    font-size: 0.929em;
    font-weight: 600;
}

.section.widget-recentproperties .filters-box .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.section.widget-recentproperties .filters-box .container .grid-type {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
    line-height: 1;
}

body .property-main {
    font-size: 0.929em;
}

.btn-custom-s {
    margin-bottom: 5px;
}

.thumbnail.thumbnail-type .thumbnail-image a img {
    -webkit-transition: all .15s;
    transition: all .15s;
}

.thumbnail.thumbnail-type .thumbnail-image a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: contrast(1.15);
    filter: contrast(1.15);
}

.scale-range {
    display: flex;
    flex-direction: column;
    height: 50px;
}

.scale-range .scale-range-value {
    flex: 1 2 auto;
}

.scale-range .noUi-horizontal {
    flex: 0 0 auto;
}

.scale-range .scale-range-value {
    font-size: 1.000em;
    font-weight: 600;
    color: #cbd1d9;
    padding-top: 5px;
}

.scale-range .scale-range-label {
    color: #555;
}

.scale-range .nonlinear-val {
    color: #da3743;
    font-weight: 800;
}

.scale-range .noUi-connect {
    background: #fff;
    box-shadow: none;
}

.scale-range .noUi-target {
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 10px 5px;
}

.scale-range .noUi-horizontal {
    height: 10px;
}

.scale-range .noUi-base {
    border: 1px solid #e5e5e5;
}

.scale-range .noUi-handle:after,
.scale-range .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e5e5e5;
    left: 7px;
    top: 3px;
}

.scale-range .noUi-handle:after {
    left: 13px;
}

.scale-range .noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -15px;
    top: -7px;
}

.scale-range .noUi-horizontal .noUi-handle:focus {
    outline: none;
}

.scale-range .noUi-horizontal .noUi-handle[data-handle="1"] {
    left: -6px;
}

.scale-range .noUi-handle {
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
}

.custom-palette .input-group {
    border: 0;
}

.page-page_homepage {}

.page-page_homepage .widget-recentproperties .header>.container {
    display: none;
}

.page-page_homepage .widget-recentproperties {
    padding-top: 0 !important;
}

.page-page_homepage .widget.widget-search {
    margin: 0;
}

.widget.widget-other-location .widget-title {
    padding-left: 0;
}

.location-box .location-box-content>* {
    padding-bottom: 5px;
}

.thumbnail.thumbnail-property-list .thumbnail-title {
    margin-bottom: 10px;
}

.agent-box .content-box .description {
    padding-bottom: 5px;
}

.widget-center-recentproperties .filters-box {
    padding: 15px 15px;
}

.filters.filters-box .grid-type {
    line-height: 1;
}

.filters.filters-box.list-view-box {
    background: transparent;
    border: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-v {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:not(.boxed) .no-padding-wide {
    padding: 0 !important;
}

body:not(.boxed) .no-padding-wide-h {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-padding-side {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.m_un35 {
    margin-bottom: -35px;
}

.m_un50 {
    margin-bottom: -50px;
}

.widget-top_recentlistings.widget-recentproperties .filters-box {
    margin-bottom: 10px;
}

.widget-top_recentlistings.widget-recentproperties .header {
    margin-bottom: 25px;
}

.scale-hidden .form-group-scale {
    display: none;
}

@media (min-width: 992px) {
    .scale-hidden .form-group-smart.col-md-6 {
        width: 25%;
    }

    .scale-hidden .form-group-smart.col-md-6 .form-group {
        width: 100%;
    }
}

.widget-controls-panel-template {
    position: fixed;
    right: 0;
    top: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 5;
}

.widget-controls-panel-template .btn:not(:last-child):after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background: rgba(124, 116, 116, 0.32);
    position: absolute;
    left: 100%;
}

.widget-controls-panel-template .btn {
    background: #2980b9;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1;
    border-radius: 0;
    position: relative;
    padding: 6px 9px;
}

.widget-controls-panel-template .btn.btn-edit {
    background-color: #F9B418;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.widget-controls-panel-template .btn.btn-edit:hover {
    background-color: #e78800;
}

.widget.widget-customside_center_recentlistings .widget-controls-panel {
    bottom: initial;
    top: 0;
    right: 0;
}

.widget.widget-customside_center_recentlistings .filters {
    position: relative;
}

.agent-box .preview-image img {
    max-width: 100%;
}

.agent-box .title a {
    text-decoration: none;
    font-weight: 600;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.agent-box .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.widget-top_search-cityguide .c_purpose-tablet {
    position: relative;
    left: 15px;
    margin: -5px 0 10px -5px;
    padding: 0;
}

.widget-top_search-cityguide .c_purpose-tablet li {
    margin: 5px 4px;
    border-radius: 5px;
    float: none;
}

.widget-top_search-cityguide .c_purpose-tablet li a {
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}

.form-group-smart .form-group-location .locationautocomplete~.fa-crosshairs {
    right: 28px;
}

.top-bar .nav-items>li {
    z-index: 25;
}

.form-group-checkbox-line.horizontal {
    height: 52px;
    padding: 0 15px;
    padding-left: 40px;
    margin-bottom: 15px;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo img {
    max-height: 25px;
}

#main .files-list-u li .preview img {
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.widget_edit_enabled {}

.widget_edit,
.widget_edit_enabled {
    position: relative;
}

.widget_edit .widget_controls_panel,
.widget_edit_enabled .widget_controls_panel {
    position: absolute !important;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 999;
}

.widget_edit .widget_controls_panel,
.widget_edit_enabled .widget_controls_panel {
    opacity: 0;
    margin: 0 !important;
}

.widget_edit:hover .widget_controls_panel,
.widget_edit_enabled:hover .widget_controls_panel {
    opacity: 1;
}

.widget_edit .widget_controls_panel .btn:not(:last-child):after,
.widget_edit_enabled .widget_controls_panel .btn:not(:last-child):after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background: rgba(124, 116, 116, 0.32);
    position: absolute;
    left: 100%;
}

.widget_edit .widget_controls_panel .btn,
.widget_edit_enabled .widget_controls_panel .btn {
    background: #2980b9;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1;
    border-radius: 0;
    position: relative;
    padding: 6px 9px;
    font-size: 1em !important;
    margin: 0 !important;
    height: initial !important;
}

.widget_edit .widget_controls_panel .btn:hover,
.widget_edit_enabled .widget_controls_panel .btn:hover {
    background: #2a57a3;
}

.widget_edit .widget_controls_panel .btn.btn-edit,
.widget_edit_enabled .widget_controls_panel .btn.btn-edit {
    background-color: #F9B418;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.widget_edit .widget_controls_panel .btn.btn-edit:hover,
.widget_edit_enabled .widget_controls_panel .btn.btn-edit:hover {
    background-color: #e78800;
}

.widget_edit .widget_controls_panel .btn.btn-remove,
.widget_edit_enabled .widget_controls_panel .btn.btn-remove {
    background: #ed0f24;
}

.widget_edit .widget_controls_panel .btn.btn-remove:hover,
.widget_edit_enabled .widget_controls_panel .btn.btn-remove:hover {
    background-color: #bd1122;
}

.btn.btn-custom.btn-search-icon {
    font-size: 1.429em;
    height: 52px;
    padding: 16px 0;
}

.btn.btn-custom.btn-search-icon i {
    margin: 0;
}

#search-start.btn-search-icon .fa-ajax-indicator {
    margin-top: -11px;
}

.widget-center_defaultcontent_border .content-box p:last-child:not(.alert),
.property_center_description .content-box p:last-child:not(.alert) {
    padding-bottom: 0;
    margin-bottom: 0;
}

.property_center_description .content-box .alert {
    line-height: 18.5714px;
}

.section-body .row {
    margin-bottom: 30px;
}

.scale-hidden .form-group-smart .form-group {
    width: 100%;
}

.form-group .winter_dropdown_tree .btn-group {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    height: 52px;
}

.form-group .winter_dropdown_tree .btn-group .btn:first-child {
    -webkit-flex: 1 2 auto;
    flex: 1 2 auto;
}

.form-group .winter_dropdown_tree .btn-group .btn:last-child {
    flex: 0 0;
}

.form-group .winter_dropdown_tree {
    width: 100%;
    position: relative;
}

.form-group .winter_dropdown_tree .list_container {
    width: 100%;
    left: 0;
    right: 0;
}

.widget-top-title[data-parallax='scroll'] {
    position: relative;
}

.widget-top-title[data-parallax='scroll']>* {
    position: relative;
    z-index: 1;
}

.widget-top-title[data-parallax='scroll']:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(https://friendlystore.taipei/templates/local/assets/css/../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    display: block;
}

.content.widget-controls:after {
    content: '';
    clear: both;
    display: table;
}

.filters.filters-box .sort-filter>* {
    vertical-align: top;
}

.filters.filters-box .sort-filter label {
    padding: 13px 0px;
    margin-bottom: 0;
    line-height: 1;
}

.widget-recentproperties .result-container .col-xs-12:first-child {
    margin-top: -25px;
}

.section-picks .featured-icon {
    display: none !important;
}

.section-picks .featured-icon {
    display: none !important;
}

div.add-widget-area {
    background: #f6f7f8;
    padding: 20px 0;
    max-width: 500px;
    text-align: center;
    font-size: 1.286em;
    font-family: 'Lato', sans-serif;
    margin: 30px auto;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    outline: 2px dashed #92b0b3;
    outline-offset: -5px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

div.add-widget-area a.btn-add {
    background-color: #F9B418;
    color: white;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    position: relative;
    padding: 10px 15px;
    font-size: 1.786em !important;
    margin: 0 !important;
    height: initial !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

div.add-widget-area a.btn-add:hover {
    background-color: #e78800;
}

.modal.visual_widgets .modal-content .modal-body {
    padding-top: 30px;
    background: #f7f5f5;
}

.visual_widgets .visual_widget-thumbnail {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    text-decoration: none;
}

.visual_widgets .visual_widget-thumbnail .visual_widget-thumbnail-box {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.31);
    background: white;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 7px;
    position: relative;
}

.visual_widgets .visual_widget-thumbnail .title {
    font-size: 1.143em;
    font-weight: 700;
    color: #353535;
    padding: 5px 5px;
    text-decoration: none;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
}

.visual_widgets .visual_widget-thumbnail:hover .title {
    color: #da3743;
}

.visual_widgets .visual_widget-thumbnail .visual_widget-thumbnail-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
}

.visual_widgets .visual_widget-thumbnail .visual_widget-thumbnail-box:after {
    position: absolute;
    content: "\f217";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    font-size: 2.143em;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
}

.visual_widgets .visual_widget-thumbnail:hover .visual_widget-thumbnail-box:before {
    opacity: 0.5;
}

.visual_widgets .visual_widget-thumbnail:hover .visual_widget-thumbnail-box:after {
    opacity: 1;
}

.visual_widgets .visual_widget-thumbnail img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.visual_widgets_save {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 9999;
}

.visual_widgets_save .btn {
    background-color: #007ec3;
    border-radius: 3px 3px 0 0;
    border: 0;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding: 10px 15px;
    font-size: 1.286em !important;
    margin: 0 !important;
    height: initial !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.visual_widgets_save .btn i {
    margin-right: 5px;
}

.visual_widgets_save .btn:hover {
    background-color: #026aa8;
}

.visual_widgets .result_preload_box .result_preload_indic {
    background: rgba(252, 252, 252, 0.98) no-repeat 50% 50%;
}

.md-effect-1 .modal-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0.1s;
}

.in.md-effect-1 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop-effect .modal-backdrop.in {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.78);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

.admin_access .widget_edit_enabled {
    outline: 4px solid transparent;
    outline-offset: -1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.admin_access .widget_edit_enabled:hover {
    outline: 4px solid #007ec3;
}

.visual_widgets .modal-title .label {
    line-height: 31px;
    padding: 3px 10px;
    vertical-align: top;
    margin-left: 5px;
}

.wpart .widget_edit:first-child .widget_controls_panel .btn-up,
.wpart .widget_edit_enabled:first-child .widget_controls_panel .btn-up {
    display: none;
}

.wpart .widget_edit:nth-first-child(2).top-bar .widget_controls_panel .btn-up,
.wpart .widget_edit_enabled:nth-first-child(2).top-bar .widget_controls_panel .btn-up {
    display: none;
}

.wpart .widget_edit:nth-last-child(2) .widget_controls_panel .btn-down,
.wpart .widget_edit_enabled:nth-last-child(2) .widget_controls_panel .btn-down {
    display: none;
}

.result_preload_indic_fixed_full {
    display: none;
    background: rgba(252, 252, 252, 0.94) no-repeat 50% 50%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

@keyframes loader {

    0%,
    10%,
    100% {
        width: 30px;
        height: 30px;
    }

    65% {
        width: 45px;
        height: 45px;
    }
}

@keyframes loaderBlock {

    0%,
    30% {
        transform: rotate(0);
    }

    55% {
        background-color: rgb(5, 192, 233);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes loaderBlockInverse {

    0%,
    20% {
        transform: rotate(0);
    }

    55% {
        background-color: rgb(5, 192, 233);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: loader 1.2s infinite ease-in-out;
}

.loader span {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #00aacf;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.cssload-square {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.cssload-square-part {
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 1;
    animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.76s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
    background: rgb(87, 202, 217);
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
    background: rgb(209, 86, 42);
    left: 0;
    top: 0;
}

.cssload-square-blend {
    background: rgb(117, 81, 125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.76s ease-in infinite;
    -o-animation: blend-anim 0.76s ease-in infinite;
    -ms-animation: blend-anim 0.76s ease-in infinite;
    -webkit-animation: blend-anim 0.76s ease-in infinite;
    -moz-animation: blend-anim 0.76s ease-in infinite;
}

@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-ms-keyframes blend-anim {
    0% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -ms-transform: scale(1, 1) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-11px, -11px, 0);
    }

    100% {
        transform: translate3d(11px, 11px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-11px, -11px, 0);
    }

    100% {
        -o-transform: translate3d(11px, 11px, 0);
    }
}

@-ms-keyframes cssload-part-anim {
    0% {
        -ms-transform: translate3d(-11px, -11px, 0);
    }

    100% {
        -ms-transform: translate3d(11px, 11px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-11px, -11px, 0);
    }

    100% {
        -webkit-transform: translate3d(11px, 11px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-11px, -11px, 0);
    }

    100% {
        -moz-transform: translate3d(11px, 11px, 0);
    }
}

body.boxed .widget-recentproperties .filters-box {}

body.boxed .widget.widget-search .filters-box {
    padding-right: 15px;
    padding-left: 15px;
}

body.boxed .widget.widget-search {
    background: transparent;
}

body.boxed .filters.filters-box.list-view-box,
body.boxed .widget-center-recentproperties .filters-box {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

body.boxed .widget.widget-search .filters-box {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: initial;
    padding-bottom: 15px;
    padding-top: 30px;
}

.widget-top_search-cityguide .container.container-palette,
.widget.widget-search .container.container-palette {
    background: white;
}

.card.card-location .description .sub-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashed {
    border: 1px dashed #8b8b8b;
}

.local-form.search-form {
    position: relative;
}

body .popupCustom .leaflet-popup-content-wrapper,
body .popupCustom .leaflet-popup-tip {
    background: transparent;
    color: #333;
    box-shadow: none;
}

body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    margin-bottom: 20px;
}

body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    position: relative;
}

.leaflet-container .popupCustom a.leaflet-popup-close-button {
    position: absolute !important;
    right: -12px;
    top: 19px;
    cursor: pointer;
    z-index: 10;
    width: initial;
    height: initial;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(218, 55, 67);
    border-radius: 13px;
    background: #FFF;
    color: #484848;
    font-size: 1.071em;
    line-height: 1;
    display: inline-block;
    padding: 2px 3.5px;
    text-align: center;
    border-radius: 50%;
}

.leaflet-top,
.leaflet-bottom,
.leaflet-pane {
    z-index: 1 !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 10;
}

.leaflet-container .popupCustom .infobox-big {
    margin-top: 20px;
    position: relative;
}

.leaflet-container .infobox-big:after,
.leaflet-container .infobox-big:before {
    left: 50%;
}

.widget-right-map .leaflet-container .infobox.infobox-mini {
    margin: 0;
    margin-bottom: -15px;
    margin-top: 35px;
    position: relative;
}

.leaflet-container.map {
    left: initial !important;
}

#search-start .fa-ajax-indicator.ajax_v {
    position: initial;
    margin: 0;
}

#codeigniter_profiler table span {
    display: inline-block;
    white-space: normal;
}

#codeigniter_profiler table td {
    overflow: hidden;
    text-overflow: eclips;
}

#codeigniter_profiler table,
#codeigniter_profiler table tbody {
    width: 100%;
    overflow: hidden;
    display: block;
    display: table;
}

#codeigniter_profiler table td:last-child {
    white-space: normal;
    word-break: break-all;
}

.dm-wrapper section.section {
    background: #f6f7f8;
}

.dm-wrapper .dm-body {}

.dm-wrapper #lng-choice label {
    border: 2px solid #da3743;
    border-radius: 2em;
    padding: .5em .1em;
    width: 12em;
    font-size: 1.4em;
    font-weight: 900;
    text-align: center;
    background: #fff;
    transition: .4s background, .6s box-shadow;
    outline: none;
}

.dm-wrapper #lng-choice input[type="radio"] {
    display: none;
}

.dm-wrapper #lng-choice input[type="radio"]:checked~label {
    background: #da3743;
    color: #fff;
}

.dm-wrapper #dm-form .bootstrap-select {
    height: 50px;
}

.dm-wrapper #dm-form .selectpicker-primary {
    border: 2px solid #da3743;
    padding: 0 15px;
    width: 100%;
    font-size: 1.4em;
    font-weight: 900;
    text-align: center;
    background: #fff;
    transition: .4s background, .6s box-shadow;
    outline: none;
}

.dm-wrapper #dm-form #pdf-info {
    margin: 30px 0 30px 0;
}

.dm-wrapper #dm-form #lng-choice {
    margin-bottom: 50px;
}

.form-estate.form-editproperty h5 .checkbox-visible,
.sort-filter {
    display: none !important;
}

.logo img {
    max-height: 35px;
}

.widget-title-location .location .bread-item:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.top-bar.t-overflow {
    background: #323030;
    padding-top: 15px;
}

body .list-contact>li.icon.address>span {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
}

.list-contact>li.icon.purpose:before {
    content: '\f0ae';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.widget-listing-title .options .options-body {
    margin-left: 0;
    padding-left: 0;
}

.scheduling_table tr *:not(:first-child) {
    text-align: center;
}

.scheduling_table tr td:first-child,
.scheduling_table thead th {
    font-weight: 700;
}

.list-animities {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.list-animities li {
    padding: 0 5px;
    position: relative;
    padding-left: 20px;
}

.list-animities li i:first-child {
    position: absolute;
    left: 0;
}

.top-bar.t-overflow,
body .affix-menu.affix.top-bar {
    background: rgb(0, 143, 142);
}

.top-bar .lang-menu .btn,
.top-bar .nav-items>li>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .lang-menu .btn,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:focus,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:hover,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a:not(.btn),
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a>span,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .logo a {
    color: #fff;
}

.top-bar .nav-items li a.btn.btn-custom-primary {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.top-bar .nav-items>li>a.btn.btn-custom-primary,
.btn-custom-primary {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 768px) {
    .top-bar .lang-menu .btn {
        border: 2px solid rgba(255, 255, 255, 0.3);
        padding-right: 8px;
    }
}

.widget-google-reviews #google-reviews {
    margin-bottom: 0;
    margin: -1px;
}

.widget-google-reviews .google-reviews-footer {
    margin-bottom: 30px;
}

.top-bar {
    border-bottom: 1px solid rgb(0, 143, 142);
    background: rgb(0, 143, 142);
}

.scheduling_table-v {
    display: none;
}

@media(max-width: 1199px) {
    .scheduling_table-g {
        display: none;
    }

    .scheduling_table-v {
        display: table;
    }
}

.footer {
    color: #262424;
}

.tcoocInfo {
    display: inline-block;
    margin: 0 1% 0;
    width: 100%;
    vertical-align: top;
}

.tcoocInfo p {
    color: white;
    font-size: 3vh;
    font-weight: bolder;
    width: 100%;
}

.tcoocInfo span {
    color: white;
    font-size: 1.5vh;
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
}

@media (min-width: 992px).col-md-3 {
    width: 30%;
}

.tcoocInfo a {
    color: #fff;
}

.f-box .title {
    color: white;
}

.footer-content.section {
    padding-top: 40px;
    !important
}

.bold {
    font-weight: bold;
}

.bottom-actions {
    display: none;
    !important
}

.box-alert {
    display: none;
    !important
}

.footer {
    background: #00928f;
    color: white;
}

.footer .footer-content.section {}

.footer-content .container {
    border-bottom: 0;
}

.footer .footer-bottom {
    background: #288083;
    color: #fff;
}

.footer .footer-bottom a {
    color: #fff;
}

.footer .fs-right {
    color: #fff;
}

a.btn.btn-footer {
    color: #fff;
    display: inline-block;
    padding: 2vh;
    border-radius: 50px;
    border: 1.5px solid #fff;
    margin: 0 1% 1%;
    font-size: 2vh;
    font-size: 1.429em;
    font-weight: bolder;
    vertical-align: bottom;
    padding: 8px 17px;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.footer-content .footer-results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

a.btn.btn-footer:hover {
    background: #08ada9;
}

.f-title {
    font-weight: bold;
    font-size: : 2.143em !importantfont-size: 2vh;
}

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

.pt9 {
    padding-top: 9px;
}

.p15x15 {
    padding: 15px;
}

.clear_both {
    clear: both;
}

@charset 'UTF-8';
@media (min-width: 1380px) {

    .wrap-side .right-side,
    .wrap-side .left-side {
        width: initial;
    }

    .wrap-side .left-side {
        -ms-flex: 0 0 681px;
        -webkit-flex: 0 0 681px;
        flex: 0 0 681px;
    }

    .wrap-side .right-side {
        -ms-flex: 1 2 auto;
        -webkit-flex: 1 2 auto;
        flex: 1 2 auto;
    }
}

@media (mx-width: 1379px) {
    .widget.widget-customside_center_recentlistings .widget-controls-panel {
        bottom: initial;
        top: 0;
        right: 15px;
    }
}

@media (min-width: 1140px) and (max-width: 1350px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 1140px) {
    .widget-center-recentproperties .thumbnail .caption-footer .list li.hidden_centerwidget-lg {
        display: inline-block;
    }
}

@media (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .location-box {
        padding: 0 15px;
    }

    .location-box .preview-image {
        padding: 0 0;
    }

    .top-bar>div>div>.logo {
        padding-top: 18px;
    }

    #main .lang-tabs li.pull-right {
        width: 100%;
    }

    #main .lang-tabs li.lang {
        margin-bottom: 5px;
    }

    #main .control-group .control-label {
        float: none;
        width: initial;
        padding-right: 5px;
        text-align: left;
        display: inline-block;
    }

    .content.widget-controls>span,
    .content.widget-controls>.btn {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }

    .form-editproperty .form-control {
        width: 100%;
    }

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

    .section-body .row {
        margin-bottom: 0;
    }

    .section-body [class*="span"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .widget-search-top .c_purpose-tablet {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 15px;
        padding-bottom: 10px;
    }

    .widget-search-top .c_purpose-tablet:after {
        content: '';
        display: table;
        clear: both;
    }

    .widget-search-top .c_purpose-tablet li {
        background: #686868;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .c_purpose-tablet li.active,
    .c_purpose-tablet li:hover {
        background: #da3743;
    }

    .container-wide .widget .filters-box {
        padding-right: 15px;
    }

    .wtl-tree .wtl-tree-bread .bread-item {
        margin-bottom: 5px;
        display: inline-block;
    }
}

@media (max-width: 540px) {
    .places_select .btn {
        width: 100%;
    }

    .route_suggestion .btn {
        width: 100%;
        margin-top: 5px;
        padding: 0 25px;
    }

    .btn-custom {
        padding-right: 25px;
        padding-left: 25px;
    }

    .widget-title-location .wtl-tree-bread .count {}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

@media screen and (max-width: 1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

@media screen and (max-width: 768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

.colorpicker {
    z-index: 99999;
}

.custom-palette .bootstrap-select {
    margin: 0;
    border: 1px solid #DDD;
}

.custom-palette .bootstrap-select .btn {
    margin: 0;
}

.colorpicker.dropdown-menu {
    right: inherit;
    padding: 2px;
    border: 1px solid #DDD;
}

.custom-palette {
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 15000;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: margin 0.2s linear;
    -moz-transition: margin 0.2s linear;
    -o-transition: margin 0.2s linear;
    transition: margin 0.2s linear;
    top: 125px;
    z-index: 1000;
}

.custom-palette.right {
    border-right: 0;
    border-left: 1px solid #e3e3e3;
}

.custom-palette .custom-palette-box {
    background: #FFF;
    color: black;
    position: relative;
    padding: 15px 15px;
    padding-right: 0;
    width: 210px;
}

.custom-palette .custom-palette-box .custom-palette-box-pr {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-right: 15px;
}

.custom-palette .custom-palette-box .custom-palette-btn {
    color: white;
    position: absolute;
    right: -50px;
    top: 46px;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    width: 50px;
    height: 50px;
    font-size: 2.143em;
    vertical-align: middle;
    background: white !important;
    display: flex;
    padding: 0;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.right.custom-palette .custom-palette-box .custom-palette-btn {
    border-right: 0;
    border-left: 1px solid #e3e3e3;
}

.custom-palette .custom-palette-box .custom-palette-btn img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    transition: all 0.75s;
    transform-origin: center;
    transform-style: preserve-3d;
    transition-timing-function: ease-out;
    padding: 0;
    margin: 0;
    width: 22px;
}

.custom-palette .custom-palette-box .custom-palette-btn:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-palette.palette-closed {
    margin-left: -212px;
    ;
}

.custom-palette .btn-custom,
#pallete-save,
#pallete-reset {
    margin-top: 15px;
}

.custom-palette .custom-palette-box input:not([type='radio']) {
    background: #F1F1F1;
    border: 1px solid #CCC;
    height: 32px;
    font-size: 1em;
    vertical-align: middle;
}

.custom-palette .custom-palette-box .c-input:first-child {
    margin-right: 35px;
}

.custom-palette .custom-palette-box .c-input {
    cursor: pointer;
}

.custom-palette .custom-palette-box .c-input input {
    margin-bottom: 4px;
}

.custom-palette .input-group {
    margin-bottom: 15px;
}

.custom-palette .label-title {
    color: #252525;
    cursor: pointer;
    display: block;
    font-size: 1.143em;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.custom-palette .custom-palette-color,
.custom-palette .palette-prepared {
    margin-bottom: 25px;
}

.custom-palette .input-group-addon {
    background-color: #E5E5E5;
    padding: 5px 14px;
}

.custom-palette .colorpicker-element .input-group-addon i {
    margin-top: 2px;
}

.custom-palette .palette-prepared ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.custom-palette .palette-prepared ul {
    list-style: none;
    margin: 0;
    margin-right: -13px;
    margin-bottom: 10px;
    padding: 0;
}

.custom-palette .palette-prepared li {
    border: 1px solid rgb(210, 210, 210);
    display: block;
    float: left;
    list-style: none;
    margin-top: -1px;
    margin-left: -1px;
}

.custom-palette .palette-prepared-list a {
    background-color: black;
    display: block;
    height: 40px;
    margin: 0;
    width: 40px;
}

.custom-palette .palette-prepared-list-images a img {
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    width: 100%;
}

.custom-palette .palette-color-orange a {
    background-color: #F3C409;
}

.custom-palette .palette-color-brown a {
    background-color: #846447;
}

.custom-palette .btn-wide {
    width: 100%;
    line-height: 18px;
    padding: 14px 10px;
    white-space: normal;
    font-size: 1.071em;
    font-weight: 700;
}

.custom-palette .palette-color-purple a {
    background-color: #8E5C90;
}

.custom-palette .palette-color-cyan a {
    background-color: #0AA699;
}

.custom-palette .palette-color-green a {
    background-color: #39B54A;
}

.custom-palette .palette-color-blue a {
    background-color: #19A0D8;
}

.custom-palette .palette-color-pink a {
    background-color: #BF224E;
}

.custom-palette .palette-color-red a {
    background-color: #CD2122;
}

.custom-palette .c-input>input:focus~.c-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#palette-backgroundimage-prepared a.active {
    box-shadow: 2px 2px 0 #666;
    -webkit-box-shadow: 2px 2px 0 #666;
}

#pallete-background-boxed {
    display: block;
}

.additional_palette {
    cursor: poointer;
}

.additional_palette label {
    cursor: pointer;
    text-decoration: none;
}

.additional_palette label:hover {
    text-decoration: none;
}

.custom-palette .bootstrap-select .selectpicker-primary {
    margin: 0;
    border: 1px solid #CCC;
}

.custom-palette .bootstrap-select.btn-group .dropdown-menu.inner {
    border: 1px solid #B1B1B1;
}

#load_popup_modal_show_id .modal-dialog {
    width: 900px;
}

#load_popup_modal_show_id .alert {
    margin-bottom: 25px;
    display: block;
}

#load_popup_modal_show_id img {
    vertical-align: middle;
    max-width: 100%;
}

.custom-palette.right .custom-palette-box .custom-palette-btn {
    right: initial;
    left: -50px;
}

.custom-palette.right {
    right: 0;
    left: initial;
}

.custom-palette.right.palette-closed {
    margin-left: initial;
    margin-right: -212px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 0.714em
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}