/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

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

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

@-webkit-keyframes input-highlight {
    0% {
        background-size: 0 2px,100% 1px
    }

    to {
        background-size: 100% 2px,100% 1px
    }
}

@keyframes input-highlight {
    0% {
        background-size: 0 2px,100% 1px
    }

    to {
        background-size: 100% 2px,100% 1px
    }
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

@-webkit-keyframes fillMobile {
    0% {
        fill: rgba(118,118,118,.5)
    }

    to {
        fill: #1f8a91
    }
}

@keyframes fillMobile {
    0% {
        fill: rgba(118,118,118,.5)
    }

    to {
        fill: #1f8a91
    }
}

@-webkit-keyframes scaleSun {
    0% {
        fill: rgba(118,118,118,.5);
        -webkit-transform-origin: 50% 45%;
        transform-origin: 50% 45%;
        -webkit-transform: scale(1) rotate(0deg) translate(0,0);
        transform: scale(1) rotate(0deg) translate(0,0)
    }

    to {
        -webkit-transform: scale(1.73) rotate(720deg) translate(0,-111%);
        transform: scale(1.73) rotate(720deg) translate(0,-111%)
    }
}

@keyframes scaleSun {
    0% {
        fill: rgba(118,118,118,.5);
        -webkit-transform-origin: 50% 45%;
        transform-origin: 50% 45%;
        -webkit-transform: scale(1) rotate(0deg) translate(0,0);
        transform: scale(1) rotate(0deg) translate(0,0)
    }

    to {
        -webkit-transform: scale(1.73) rotate(720deg) translate(0,-111%);
        transform: scale(1.73) rotate(720deg) translate(0,-111%)
    }
}

@-webkit-keyframes infiniteSun {
    0% {
        -webkit-transform: scale(1.73) rotate(0deg) translate(0,-111%);
        transform: scale(1.73) rotate(0deg) translate(0,-111%)
    }

    to {
        -webkit-transform: scale(1.73) rotate(360deg) translate(0,-111%);
        transform: scale(1.73) rotate(360deg) translate(0,-111%)
    }
}

@keyframes infiniteSun {
    0% {
        -webkit-transform: scale(1.73) rotate(0deg) translate(0,-111%);
        transform: scale(1.73) rotate(0deg) translate(0,-111%)
    }

    to {
        -webkit-transform: scale(1.73) rotate(360deg) translate(0,-111%);
        transform: scale(1.73) rotate(360deg) translate(0,-111%)
    }
}

@-webkit-keyframes slide {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .3;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes slide {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .3;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes translate-preloader {
    0% {
        -webkit-transform: translate(-50px,60px);
        transform: translate(-50px,60px)
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes translate-preloader {
    0% {
        -webkit-transform: translate(-50px,60px);
        transform: translate(-50px,60px)
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes rotating {
    8% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    16%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotating {
    8% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    16%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../assets/fontawesome/fonts/fontawesome-webfont.eot);
    src: url(../assets/fontawesome/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(../assets/fontawesome/fonts/fontawesome-webfont.woff2) format('woff2'),url(../assets/fontawesome/fonts/fontawesome-webfont.woff) format('woff'),url(../assets/fontawesome/fonts/fontawesome-webfont.ttf) format('truetype'),url(../assets/fontawesome/fonts/fontawesome-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 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,.pull-right {
    float: right
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

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

.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

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

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

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

.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before {
    content: "\f236"
}

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

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

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

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

.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv:before {
    content: "\f26c"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

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

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

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

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

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

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

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

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

@font-face {
    font-family: 'app-builder-icons';
    src: url(../../../app/builder/font/app-builder-icons.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" mbr-icon-"],[class^=mbr-icon-] {
    font-family: 'app-builder-icons';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mbr-icon-unlink:before {
    content: "\f127"
}

.mbr-icon-tablet:before {
    content: "\f10a"
}

.mbr-icon-map:before {
    content: "\f279"
}

.mbr-icon-stamp:before {
    content: "\f5bf"
}

.mbr-icon-copy:before {
    content: "\f0c5"
}

.mbr-icon-rss:before {
    content: "\f09e"
}

.mbr-icon-bars:before {
    content: "\f0c9"
}

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

.mbr-icon-dot-circle:before {
    content: "\f192"
}

.mbr-icon-save:before {
    content: "\f0c7"
}

.mbr-icon-language:before {
    content: "\f1ab"
}

.mbr-icon-italic:before {
    content: "\f033"
}

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

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

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

.mbr-icon-smiling-face:before {
    content: "\f118"
}

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

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

.mbr-icon-exchange:before {
    content: "\f362"
}

.mbr-icon-minus:before {
    content: "\f068"
}

.mbr-icon-hashtag:before {
    content: "\f292"
}

.mbr-icon-bold:before {
    content: "\f032"
}

.mbr-icon-spell-check:before {
    content: "\f891"
}

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

.mbr-icon-film:before {
    content: "\f008"
}

.mbr-icon-alternate-crop:before {
    content: "\f565"
}

.mbr-icon-star:before {
    content: "\f005"
}

.mbr-icon-at:before {
    content: "\f1fa"
}

.mbr-icon-address-card:before {
    content: "\f2bb"
}

.mbr-icon-comment:before {
    content: "\f075"
}

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

.mbr-icon-filter:before {
    content: "\f0b0"
}

.mbr-icon-file-invoice:before {
    content: "\f570"
}

.mbr-icon-window-close:before {
    content: "\f410"
}

.mbr-icon-cogs:before {
    content: "\f085"
}

.mbr-icon-fill:before {
    content: "\f575"
}

.mbr-icon-video-file:before {
    content: "\f1c8"
}

.mbr-icon-undo:before {
    content: "\f0e2"
}

.mbr-icon-envelope:before {
    content: "\f0e0"
}

.mbr-icon-poll:before {
    content: "\f681"
}

.mbr-icon-pencil-ruler:before {
    content: "\f5ae"
}

.mbr-icon-briefcase:before {
    content: "\f0b1"
}

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

.mbr-icon-user-edit:before {
    content: "\f4ff"
}

.mbr-icon-hand-pointing-right:before {
    content: "\f0a4"
}

.mbr-icon-globe-with-americas-shown:before {
    content: "\f57d"
}

.mbr-icon-trash:before {
    content: "\f1f8"
}

.mbr-icon-user-cog:before {
    content: "\f4fe"
}

.mbr-icon-sort-amount-down:before {
    content: "\f160"
}

.mbr-icon-exclamation-triangle:before {
    content: "\f071"
}

.mbr-icon-shopping-cart-arrow-down:before {
    content: "\f218"
}

.mbr-icon-ruler-horizontal:before {
    content: "\f547"
}

.mbr-icon-pointer--hand-:before {
    content: "\f25a"
}

.mbr-icon-tasks:before {
    content: "\f0ae"
}

.mbr-icon-file-export:before {
    content: "\f56e"
}

.mbr-icon-tags:before {
    content: "\f02c"
}

.mbr-icon-camera:before {
    content: "\f030"
}

.mbr-icon-palette:before {
    content: "\f53f"
}

.mbr-icon-alternate-sort-amount-up:before {
    content: "\f885"
}

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

.mbr-icon-forward:before {
    content: "\f04e"
}

.mbr-icon-check:before {
    content: "\f00c"
}

.mbr-icon-route:before {
    content: "\f4d7"
}

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

.mbr-icon-images:before {
    content: "\f302"
}

.mbr-icon-layer-group:before {
    content: "\f5fd"
}

.mbr-icon-code-file:before {
    content: "\f1c9"
}

.mbr-icon-fill-drip:before {
    content: "\f576"
}

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

.mbr-icon-border-all:before {
    content: "\f84c"
}

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

.mbr-icon-atom:before {
    content: "\f5d2"
}

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

.mbr-icon-clipboard:before {
    content: "\f328"
}

.mbr-icon-sitemap:before {
    content: "\f0e8"
}

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

.mbr-icon-horizontal-ellipsis:before {
    content: "\f141"
}

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

.mbr-icon-image:before {
    content: "\f03e"
}

.mbr-icon-dollar-sign:before {
    content: "\f155"
}

.mbr-icon-cloud-download:before {
    content: "\f381"
}

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

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

.mbr-icon-money-check:before {
    content: "\f53c"
}

.mbr-icon-expand-arrows:before {
    content: "\f31e"
}

.mbr-icon-user-lock:before {
    content: "\f502"
}

.mbr-icon-quidditch:before {
    content: "\f458"
}

.mbr-icon-info:before {
    content: "\f129"
}

.mbr-icon-cubes:before {
    content: "\f1b3"
}

.mbr-icon-cube:before {
    content: "\f1b2"
}

.mbr-icon-history:before {
    content: "\f1da"
}

.mbr-icon-tools:before {
    content: "\f7d9"
}

.mbr-icon-sort:before {
    content: "\f0dc"
}

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

.mbr-icon-sort-up--ascending-:before {
    content: "\f0de"
}

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

.mbr-icon-level-down:before {
    content: "\f3be"
}

.mbr-icon-tag:before {
    content: "\f02b"
}

.mbr-icon-arrows-horizontal:before {
    content: "\f337"
}

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

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

.mbr-icon-grip-horizontal:before {
    content: "\f58d"
}

.mbr-icon-search:before {
    content: "\f002"
}

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

.mbr-icon-sort-amount-up:before {
    content: "\f161"
}

.mbr-icon-icons:before {
    content: "\f86d"
}

.mbr-icon-music:before {
    content: "\f001"
}

.mbr-icon-database:before {
    content: "\f1c0"
}

.mbr-icon-cut:before {
    content: "\f0c4"
}

.mbr-icon-alternate-redo:before {
    content: "\f2f9"
}

.mbr-icon-reply:before {
    content: "\f3e5"
}

.mbr-icon-home:before {
    content: "\f015"
}

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

.mbr-icon-backward:before {
    content: "\f04a"
}

.mbr-icon-lock:before {
    content: "\f024"
}

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

.mbr-icon-exclamation:before {
    content: "\f12a"
}

.mbr-icon-laptop:before {
    content: "\f109"
}

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

.mbr-icon-external-link-square:before {
    content: "\f360"
}

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

.mbr-icon-pen-fancy:before {
    content: "\f5ac"
}

.mbr-icon-arrows-vertical:before {
    content: "\f338"
}

.mbr-icon-th:before {
    content: "\f00a"
}

.mbr-icon-list:before {
    content: "\f03a"
}

.mbr-icon-alternate-sort-amount-down:before {
    content: "\f884"
}

.mbr-icon-external-link:before {
    content: "\f35d"
}

.mbr-icon-vertical-ellipsis:before {
    content: "\f142"
}

.mbr-icon-long-arrow-left:before {
    content: "\f30a"
}

.mbr-icon-long-arrow-up:before {
    content: "\f30c"
}

.mbr-icon-marker:before {
    content: "\f5a1"
}

.mbr-icon-redo:before {
    content: "\f01e"
}

.mbr-icon-thumbtack:before {
    content: "\f08d"
}

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

.mbr-icon-cloud-upload:before {
    content: "\f382"
}

.mbr-icon-th-large:before {
    content: "\f00b"
}

.mbr-icon-bar-chart:before {
    content: "\f080"
}

.mbr-icon-play:before {
    content: "\f04b"
}

.mbr-icon-shield:before {
    content: "\f3ed"
}

.mbr-icon-wrench:before {
    content: "\f0ad"
}

.mbr-icon-link:before {
    content: "\f0c1"
}

.mbr-icon-heart:before {
    content: "\f004"
}

.mbr-icon-shapes:before {
    content: "\f61f"
}

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

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

.mbr-icon-alternate-comment:before {
    content: "\f27a"
}

.mbr-icon-alternate-list:before {
    content: "\f022"
}

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

.mbr-icon-table:before {
    content: "\f0ce"
}

.mbr-icon-times:before {
    content: "\f00d"
}

.mbr-icon-unlock:before {
    content: "\f09c"
}

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

.mbr-icon-upload:before {
    content: "\f093"
}

.mbr-icon-alternate-share:before {
    content: "\f1e0"
}

.mbr-icon-arrows:before {
    content: "\f0b2"
}

.mbr-icon-adjust:before {
    content: "\f042"
}

.mbr-icon-download:before {
    content: "\f019"
}

.mbr-icon-retweet:before {
    content: "\f079"
}

.mbr-icon-code-branch:before {
    content: "\f126"
}

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

.mbr-icon-long-arrow-down:before {
    content: "\f309"
}

.mbr-icon-file-download:before {
    content: "\f56d"
}

.mbr-icon-desktop:before {
    content: "\f108"
}

.mbr-icon-identification-card:before {
    content: "\f2c2"
}

.mbr-icon-paperclip:before {
    content: "\f0c6"
}

.mbr-icon-sync:before {
    content: "\f021"
}

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

.mbr-icon-file:before {
    content: "\f15b"
}

.mbr-icon-alternate-compress-arrows:before {
    content: "\f78c"
}

.mbr-icon-sun:before {
    content: "\f185"
}

.mbr-icon-share:before {
    content: "\f064"
}

.mbr-icon-hand-pointing-up:before {
    content: "\f0a6"
}

.mbr-icon-plus:before {
    content: "\f067"
}

.mbr-icon-compress:before {
    content: "\f066"
}

.mbr-icon-alternate-undo:before {
    content: "\f2ea"
}

.mbr-icon-question:before {
    content: "\f128"
}

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

.mbr-icon-pencil:before {
    content: "\f303"
}

.mbr-icon-paste:before {
    content: "\f0ea"
}

.mbr-icon-pen:before {
    content: "\f304"
}

.mbr-icon-edit:before {
    content: "\f044"
}

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

.mbr-icon-horizontal-sliders:before {
    content: "\f1de"
}

.mbr-icon-sort-down--descending-:before {
    content: "\f0dd"
}

.mbr-icon-backspace:before {
    content: "\f55a"
}

.mbr-icon-crop:before {
    content: "\f125"
}

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

.mbr-icon-eye:before {
    content: "\f06e"
}

.mbr-icon-frowning-face:before {
    content: "\f119"
}

.mbr-icon-user-check:before {
    content: "\f4fc"
}

.mbr-icon-cog:before {
    content: "\f013"
}

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

.mbr-icon-broom:before {
    content: "\f51a"
}

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

.mbr-icon-brush:before {
    content: "\f55d"
}

.mbr-icon-code:before {
    content: "\f121"
}

.mbr-icon-vector-square:before {
    content: "\f5cb"
}

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

.mbr-icon-file-import:before {
    content: "\f56f"
}

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

.mbr-icon-bookmark:before {
    content: "\f02e"
}

.mbr-icon-level-up:before {
    content: "\f3bf"
}

.mbr-icon-clipboard-list:before {
    content: "\f46d"
}

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

.mbr-icon-directions:before {
    content: "\f5eb"
}

.mbr-icon-recycle:before {
    content: "\f1b8"
}

.mbr-icon-infinity:before {
    content: "\f534"
}

.mbr-icon-stream:before {
    content: "\f550"
}

.mbr-icon-mobile-phone:before {
    content: "\f10b"
}

.mbr-icon-long-arrow-right:before {
    content: "\f30b"
}

.mbr-icon-alternate-trash:before {
    content: "\f2ed"
}

.mbr-icon-facebook-f:before {
    content: "\f39e"
}

.mbr-icon-instagram:before {
    content: "\f16d"
}

.mbr-icon-google-logo:before {
    content: "\f1a0"
}

.mbr-icon-github:before {
    content: "\f09b"
}

.mbr-icon-youtube:before {
    content: "\f167"
}

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    *display: inline;
    *zoom:1;z-index: 9999994;
    overflow: hidden
}

.sp-container.sp-flat {
    position: relative
}

.sp-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block
}

.sp-top-inner {
    left: 0;
    right: 0
}

.sp-color,.sp-hue,.sp-top-inner {
    position: absolute;
    top: 0;
    bottom: 0
}

.sp-color {
    left: 0
}

.sp-hue {
    right: 0;
    height: 100%
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%
}

.sp-fill {
    padding-top: 80%
}

.sp-sat,.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px
}

.sp-alpha-enabled .sp-alpha {
    display: block
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    opacity: .8
}

.sp-alpha {
    display: none;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px
}

.sp-alpha-inner {
    border: solid 1px #333
}

.sp-clear {
    display: none
}

.sp-clear.sp-clear-display {
    background-position: center
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px
}

.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container {
    display: none
}

.sp-sat {
    background-image: -o-linear-gradient(left,#fff,rgba(204,154,129,0));
    background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(rgba(204,154,129,0)));
    background-image: -webkit-linear-gradient(left,#fff,rgba(204,154,129,0));
    background-image: linear-gradient(to right,#fff,rgba(204,154,129,0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')
}

.sp-val {
    background-image: -o-linear-gradient(bottom,#000,rgba(204,154,129,0));
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(204,154,129,0)));
    background-image: -webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));
    background-image: linear-gradient(to top,#000,rgba(204,154,129,0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')
}

.sp-hue {
    background: -o-linear-gradient(top,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));
    background: -webkit-linear-gradient(top,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
    background: linear-gradient(to bottom,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)
}

.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')
}

.sp-hidden {
    display: none!important
}

.sp-cf:after,.sp-cf:before {
    content: "";
    display: table
}

.sp-cf:after {
    clear: both
}

.sp-cf {
    *zoom:1}

@media (max-device-width: 480px) {
    .sp-color {
        right:40%
    }

    .sp-hue {
        left: 63%
    }

    .sp-fill {
        padding-top: 60%
    }
}

.sp-dragger {
    background: #000;
    left: 0
}

.sp-dragger,.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer
}

.sp-container {
    background-color: #ececec;
    padding: 0
}

.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.sp-clear {
    border: solid 1px #666
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px
}

.sp-initial-disabled .sp-input-container,.sp-input {
    width: 100%
}

.sp-input {
    font-size: 12px!important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    background: 0 0;
    border-radius: 3px;
    color: #222
}

.sp-input:focus {
    border: 1px solid orange
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd
}

.sp-palette-container,.sp-picker-container {
    float: left;
    position: relative;
    padding: 10px 10px 300px
}

.sp-palette-container {
    border-right: solid 1px #ccc
}

.note-air-layout img,.sp-palette-only .sp-palette-container {
    border: 0
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    cursor: pointer
}

.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover {
    border-color: orange
}

.sp-initial {
    float: left;
    border: solid 1px #333
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: 0;
    display: block;
    float: left;
    margin: 0
}

.sp-initial .sp-clear-display {
    background-position: center
}

.sp-button-container,.sp-palette-button-container {
    float: right
}

.sp-replacer {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    *zoom:1;*display: inline;
    background: #eee;
    color: #333;
    vertical-align: middle
}

.sp-replacer.sp-active,.sp-replacer:hover {
    border-color: #f0c49b;
    color: #111
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px
}

.sp-preview {
    float: left;
    z-index: 0
}

.sp-palette {
    *width: 220px;
    max-width: 220px
}

.sp-container {
    padding-bottom: 0
}

.sp-container button {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top,#eee,#ccc);
    background-image: -o-linear-gradient(top,#eee,#ccc);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
    background-image: linear-gradient(to bottom,#eee,#ccc);
    border-radius: 3px;
    color: #333;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    vertical-align: middle
}

.sp-container button:hover {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top,#ddd,#bbb);
    background-image: -o-linear-gradient(top,#ddd,#bbb);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#bbb));
    background-image: linear-gradient(to bottom,#ddd,#bbb);
    cursor: pointer
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;
    -ms-box-shadow: inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;
    -o-box-shadow: inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;
    box-shadow: inset 0 0 5px 2px #aaa,0 1px 0 0 #eee
}

.sp-cancel {
    font-size: 11px;
    color: #d93f3f!important;
    padding: 2px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none
}

.sp-cancel:hover {
    color: #d93f3f!important;
    text-decoration: underline
}

.sp-palette span.sp-thumb-active,.sp-palette span:hover {
    border-color: #000
}

.sp-alpha,.sp-preview,.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sp-clear-display,.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sp-clear-display {
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)
}

.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue {
    font: inherit
}

.sp-replacer {
    padding: 0;
    float: right;
    border: 0;
    background: 0 0;
    overflow: visible
}

.sp-top {
    margin-bottom: 0
}

.sp-dd {
    display: none
}

.sp-preview {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0;
    overflow: hidden;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.sp-picker-container {
    width: 200px;
    border: 0
}

.sp-palette-container,.sp-picker-container {
    padding: 1.5rem;
    padding-bottom: 300px;
    margin-bottom: -284px
}

.sp-container {
    border: 0;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.sp-container button,.sp-container button:hover {
    background-image: none;
    border: 0;
    text-transform: none;
    text-shadow: none
}

.sp-color {
    right: 15%;
    border: 0
}

.sp-hue {
    left: 85%;
    border: 0
}

.sp-dragger,.sp-slider {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.sp-slider {
    opacity: 1;
    left: 0;
    right: 0;
    height: 5px;
    margin-top: 2px
}

.sp-dragger {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px
}

.sp-alpha-inner,.sp-dragger,.sp-preview-inner,.sp-thumb-inner {
    border-radius: 50%
}

.sp-palette .sp-thumb-el {
    border: 0;
    background-image: none;
    width: 30px;
    height: 30px;
    margin: 0
}

.sp-palette .sp-thumb-inner {
    border-radius: 0
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: none;
    z-index: 10
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: none;
    z-index: 10;
    -webkit-box-shadow: inset 0 0 0 1px #242e34;
    box-shadow: inset 0 0 0 1px #242e34
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

.sp-container button,.sp-container button:active,.sp-container button:focus,.sp-container button:hover {
    margin-top: 12px;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.sp-container input {
    padding: 10px;
    line-height: 1.42857143;
    font-size: 14px!important;
    color: #777d74;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#40b0bf),to(#40b0bf)),-webkit-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));
    background-image: -webkit-linear-gradient(#40b0bf,#40b0bf),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
    background-image: -o-linear-gradient(#40b0bf,#40b0bf),-o-linear-gradient(#d2d2d2,#d2d2d2);
    background-image: linear-gradient(#40b0bf,#40b0bf),linear-gradient(#d2d2d2,#d2d2d2);
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.sp-container input:focus {
    border: 1px solid #40b0bf;
    -webkit-animation: input-highlight .5s forwards;
    animation: input-highlight .5s forwards;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

body.dark-mode .sp-container {
    background-color: #373c48
}

body.dark-mode .note-air-layout .dropdown-menu>li>a,body.dark-mode .sp-container button,body.dark-mode .sp-container input {
    color: #dcdcdc
}

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff
}

.tooltipster-default .tooltipster-content {
    font-family: 'Inter Tight',serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,.tooltipster-arrow-top-left span,.tooltipster-arrow-top-right span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-left span,.tooltipster-arrow-bottom-right span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-bottom-left span,.tooltipster-arrow-top-left span {
    left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-bottom-right span,.tooltipster-arrow-top-right span {
    right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,.tooltipster-arrow-right span {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    top: 50%;
    margin-top: -7px
}

.tooltipster-arrow-left span {
    border-left: 8px solid;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border,.tooltipster-arrow-right .tooltipster-arrow-border {
    top: 50%;
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    margin-top: -8px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    right: -7px;
    border-left: 9px solid
}

.tooltipster-arrow-right span {
    border-right: 8px solid;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    left: -7px;
    border-right: 9px solid
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}

.tooltipster-fall,.tooltipster-slide {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top
}

.tooltipster-fall.tooltipster-dying,.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    opacity: 0
}

.tooltipster-fall.tooltipster-dying {
    top: 0!important
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left
}

.tooltipster-slide.tooltipster-dying {
    left: 0!important
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.tooltipster-base {
    background: #2a2a2f;
    border: 0
}

.tooltipster-base .tooltipster-arrow-border {
    display: none
}

.note-editor {
    position: relative;
    border: 1px solid #a9a9a9
}

.note-editor .btn {
    letter-spacing: normal;
    word-spacing: normal
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #87cefa;
    background-color: #fff;
    border: 2px dashed #87cefa;
    opacity: .95;
    pointer-event: none
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
    border: 2px dashed #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-toolbar {
    background-color: #f5f5f5;
    border-bottom: 1px solid #a9a9a9
}

.note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%
}

.note-editor.fullscreen .note-editable {
    background-color: #fff
}

.note-air-layout .dropdown-toggle:after,.note-dialog>div,.note-editor.codeview .note-editable,.note-editor.fullscreen .note-resizebar {
    display: none
}

.note-editor.codeview .note-codable {
    display: block
}

.note-editor .note-statusbar,.note-mbrStyle ul.dropdown-menu li.selected a,.note-popover .note-mbrBtnColor .dropdown-menu>li>a.checked,.note-popover .note-mbrLinkColor .dropdown-menu>li>a.checked {
    background-color: #f5f5f5
}

.note-editor .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    cursor: ns-resize;
    border-top: 1px solid #a9a9a9
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
    color: #a9a9a9;
    content: attr(data-placeholder)
}

.note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: 0
}

.note-editor .note-editable[contenteditable=false] {
    background-color: #e5e5e5
}

.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.note-air-editor {
    outline: 0
}

.note-air-layout .nav>li>a>img,.note-popover .popover {
    max-width: none
}

.note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-air-layout article,.note-air-layout aside,.note-air-layout details,.note-air-layout figcaption,.note-air-layout figure,.note-air-layout footer,.note-air-layout header,.note-air-layout hgroup,.note-air-layout main,.note-air-layout nav,.note-air-layout section,.note-air-layout summary,.note-popover .popover .dropdown-menu a {
    display: block
}

.note-popover .popover .popover-content {
    margin: 0
}

.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0
}

.note-popover .popover .popover-content .btn,.note-toolbar .btn {
    letter-spacing: normal;
    word-spacing: normal
}

.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group {
    margin-right: 5px;
    margin-left: 0
}

.note-toolbar>.btn-group {
    margin-top: 5px
}

.note-popover .popover .popover-content .btn-group .note-table,.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,.note-popover .popover .popover-content .note-style blockquote,.note-popover .popover .popover-content .note-style h1,.note-popover .popover .popover-content .note-style h2,.note-popover .popover .popover-content .note-style h3,.note-popover .popover .popover-content .note-style h4,.note-popover .popover .popover-content .note-style h5,.note-popover .popover .popover-content .note-style h6,.note-toolbar .note-color .dropdown-menu .btn-group,.note-toolbar .note-style blockquote,.note-toolbar .note-style h1,.note-toolbar .note-style h2,.note-toolbar .note-style h3,.note-toolbar .note-style h4,.note-toolbar .note-style h5,.note-toolbar .note-style h6 {
    margin: 0
}

.note-popover .popover .popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu,.note-toolbar .note-color .dropdown-menu {
    min-width: 340px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
    height: 20px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee
}

.note-popover .popover .popover-content .note-para .dropdown-menu,.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,.note-toolbar .note-para .dropdown-menu>div:first-child {
    margin-right: 5px
}

.note-popover .popover .popover-content .dropdown-menu,.note-toolbar .dropdown-menu {
    max-height: 300px;
    min-width: 90px;
    overflow: auto
}

.note-popover .popover .popover-content .dropdown-menu.right,.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .popover .popover-content .dropdown-menu.right::before,.note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto!important
}

.note-popover .popover .popover-content .dropdown-menu.right::after,.note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto!important
}

.note-popover .popover .popover-content .dropdown-menu.note-check li a i,.note-toolbar .dropdown-menu.note-check li a i {
    color: #00bfff;
    visibility: hidden
}

.note-popover .popover .popover-content .dropdown-menu.note-check li a.checked i,.note-toolbar .dropdown-menu.note-check li a.checked i {
    visibility: visible
}

.note-popover .popover .popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.note-popover .popover .popover-content .note-color-palette,.note-toolbar .note-color-palette {
    line-height: 1
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0
}

.note-air-layout body,.note-air-layout figure,.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3
}

.note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background: 0 0;
    background-color: #222!important;
    border: 0;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

.note-dialog .note-help-dialog .modal-content {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.note-dialog .note-help-dialog a {
    font-size: 12px;
    color: #fff
}

.note-dialog .note-help-dialog .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-bottom: #fff 1px solid
}

.note-dialog .note-help-dialog .modal-close {
    font-size: 14px;
    color: #dd0;
    cursor: pointer
}

.note-dialog .note-help-dialog .text-center {
    margin: 10px 0 0
}

.note-dialog .note-help-dialog .note-shortcut {
    padding-top: 8px;
    padding-bottom: 8px
}

.note-dialog .note-help-dialog .note-shortcut-row {
    margin-right: -5px;
    margin-left: -5px
}

.note-dialog .note-help-dialog .note-shortcut-col {
    padding-right: 5px;
    padding-left: 5px
}

.note-dialog .note-help-dialog .note-shortcut-title {
    font-size: 13px;
    font-weight: 700;
    color: #dd0
}

.note-dialog .note-help-dialog .note-shortcut-key {
    font-family: "Courier New";
    color: #dd0;
    text-align: right
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div,amp-img>i-amphtml-sizer {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-popover .popover .note-mbrStyle .dropdown-menu.note-check li a i {
    background: #acacac;
    border-radius: 0 3px 3px 0;
    color: #fff;
    padding: 8px 5px 0
}

.note-popover .popover .note-mbrStyle .dropdown-menu.note-check li a:hover i {
    background: #349ff4
}

.note-popover .popover .note-mbrStyle .dropdown-menu.note-check li a i:before {
    margin-top: .4em
}

.note-popover .popover>.arrow,.note-popover .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.note-popover .popover>.arrow {
    border-width: 11px
}

.note-popover .popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.note-popover .popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999
}

.note-popover .popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.note-popover .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.note-popover .popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.note-popover .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.note-popover .popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.note-popover .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)
}

.note-popover .popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.note-popover .note-mbrBtnColor .dropdown-menu,.note-popover .note-mbrLinkColor .dropdown-menu {
    min-width: 145px!important;
    overflow: visible!important;
    padding-bottom: 0!important
}

.note-popover .note-mbrBtnColor .dropdown-menu li,.note-popover .note-mbrLinkColor .dropdown-menu li {
    display: inline-block!important
}

.note-popover .note-mbrBtnColor .dropdown-menu li a,.note-popover .note-mbrLinkColor .dropdown-menu li a {
    margin: 0 0 0 5px!important;
    padding: 3px 6px!important
}

.note-popover .note-mbrBtnColor .dropdown-menu li a span,.note-popover .note-mbrLinkColor .dropdown-menu li a span {
    margin-left: 0!important
}

.note-air-layout [hidden],.note-air-layout template,.note-popover .note-mbrBtnColor .dropdown-menu .mbr-icon-check,.note-popover .note-mbrLinkColor .dropdown-menu .mbr-icon-check {
    display: none
}

.note-popover li.link-change-style {
    display: block;
    padding-bottom: 5px;
    text-align: right;
    width: 140px
}

.note-popover .dropdown-menu li.link-change-style a {
    background: #acacac;
    display: inline-block!important;
    padding: 5px 5px 0!important;
    font-size: 16px
}

.note-popover li.link-change-style a:hover {
    background: #349ff4!important
}

.note-popover li.link-change-style a i,.note-popover li.link-change-style a:hover i {
    color: #fff!important;
    visibility: visible!important
}

.note-air-layout audio,.note-air-layout canvas,.note-air-layout video {
    display: inline-block
}

.note-air-layout audio:not([controls]) {
    display: none;
    height: 0
}

.note-air-layout html {
    font-family: sans-serif
}

.note-air-layout a {
    background: 0 0
}

.note-air-layout a:active,.note-air-layout a:hover {
    outline: 0
}

.note-air-layout h1 {
    margin: .67em 0
}

.note-air-layout abbr[title] {
    border-bottom: 1px dotted
}

.note-air-layout b,.note-air-layout strong {
    font-weight: 700
}

.note-air-layout dfn {
    font-style: italic
}

.note-air-layout hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.note-air-layout mark {
    background: #ff0;
    color: #000
}

.note-air-layout code,.note-air-layout kbd,.note-air-layout pre,.note-air-layout samp {
    font-family: 'Inter Tight',sans-serif;
    font-size: 1em
}

.note-air-layout pre {
    white-space: pre-wrap
}

.note-air-layout q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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

.note-air-layout sup {
    top: -.5em
}

.note-air-layout sub {
    bottom: -.25em
}

.note-air-layout svg:not(:root) {
    overflow: hidden
}

.note-air-layout fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.note-air-layout legend {
    border: 0;
    padding: 0
}

.note-air-layout button,.note-air-layout input,.note-air-layout select,.note-air-layout textarea {
    margin: 0
}

.note-air-layout button,.note-air-layout select {
    text-transform: none
}

.note-air-layout button,.note-air-layout html input[type=button],.note-air-layout input[type=reset],.note-air-layout input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.note-air-layout button[disabled],.note-air-layout html input[disabled] {
    cursor: default
}

.note-air-layout input[type=checkbox],.note-air-layout input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.note-air-layout input[type=search] {
    -webkit-appearance: textfield
}

.note-air-layout input[type=search]::-webkit-search-cancel-button,.note-air-layout input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.note-air-layout textarea {
    overflow: auto;
    vertical-align: top
}

.note-air-layout table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    .note-air-layout * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    .note-air-layout a,.note-air-layout a:visited {
        text-decoration: underline
    }

    .note-air-layout a[href]:after {
        content: " (" attr(href) ")"
    }

    .note-air-layout abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .note-air-layout .ir a:after,.note-air-layout a[href^="#"]:after,.note-air-layout a[href^="javascript:"]:after {
        content: ""
    }

    .note-air-layout blockquote,.note-air-layout pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .note-air-layout thead {
        display: table-header-group
    }

    .note-air-layout img,.note-air-layout tr {
        page-break-inside: avoid
    }

    .note-air-layout img {
        max-width: 100%!important
    }

    .note-air-layout h2,.note-air-layout h3,.note-air-layout p {
        orphans: 3;
        widows: 3
    }

    .note-air-layout h2,.note-air-layout h3 {
        page-break-after: avoid
    }

    .note-air-layout .navbar {
        display: none
    }

    .note-air-layout .table td,.note-air-layout .table th {
        background-color: #fff!important
    }

    .note-air-layout .btn>.caret,.note-air-layout .dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .note-air-layout .label {
        border: 1px solid #000
    }

    .note-air-layout .table {
        border-collapse: collapse!important
    }

    .note-air-layout .table-bordered td,.note-air-layout .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.note-air-layout *,.note-air-layout :after,.note-air-layout :before,.note-air-layout input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.note-air-layout a {
    color: #428bca;
    text-decoration: none
}

.note-air-layout a:focus,.note-air-layout a:hover {
    color: #2a6496;
    text-decoration: underline
}

.note-air-layout a:focus,.note-air-layout input[type=checkbox]:focus,.note-air-layout input[type=file]:focus,.note-air-layout input[type=radio]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.note-air-layout img {
    vertical-align: middle
}

.note-air-layout .img-responsive,.note-air-layout .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.note-air-layout .img-rounded {
    border-radius: 6px
}

.note-air-layout .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    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;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.note-air-layout .img-circle {
    border-radius: 50%
}

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

.note-air-layout p {
    margin: 0 0 10px
}

.note-air-layout .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

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

.note-air-layout .small,.note-air-layout small {
    font-size: 85%
}

.note-air-layout cite,.note-mbrStyle ul.dropdown-menu li a {
    font-style: normal
}

.note-air-layout .text-muted {
    color: #999
}

.note-air-layout .text-primary {
    color: #428bca
}

.note-air-layout .text-primary:hover {
    color: #3071a9
}

.note-air-layout .text-warning {
    color: #c09853
}

.note-air-layout .text-warning:hover {
    color: #a47e3c
}

.note-air-layout .text-danger {
    color: #b94a48
}

.note-air-layout .text-danger:hover {
    color: #953b39
}

.note-air-layout .text-success {
    color: #468847
}

.note-air-layout .text-success:hover {
    color: #356635
}

.note-air-layout .text-info {
    color: #3a87ad
}

.note-air-layout .text-info:hover {
    color: #2d6987
}

.note-air-layout .text-left {
    text-align: left
}

.note-air-layout .text-right {
    text-align: right
}

.note-air-layout .text-center {
    text-align: center
}

.note-air-layout .h1,.note-air-layout .h2,.note-air-layout .h3,.note-air-layout .h4,.note-air-layout .h5,.note-air-layout .h6,.note-air-layout h1,.note-air-layout h2,.note-air-layout h3,.note-air-layout h4,.note-air-layout h5,.note-air-layout h6 {
    font-family: 'Inter Tight',sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

.note-air-layout .h1 .small,.note-air-layout .h1 small,.note-air-layout .h2 .small,.note-air-layout .h2 small,.note-air-layout .h3 .small,.note-air-layout .h3 small,.note-air-layout .h4 .small,.note-air-layout .h4 small,.note-air-layout .h5 .small,.note-air-layout .h5 small,.note-air-layout .h6 .small,.note-air-layout .h6 small,.note-air-layout h1 .small,.note-air-layout h1 small,.note-air-layout h2 .small,.note-air-layout h2 small,.note-air-layout h3 .small,.note-air-layout h3 small,.note-air-layout h4 .small,.note-air-layout h4 small,.note-air-layout h5 .small,.note-air-layout h5 small,.note-air-layout h6 .small,.note-air-layout h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

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

.note-air-layout h1 .small,.note-air-layout h1 small,.note-air-layout h2 .small,.note-air-layout h2 small,.note-air-layout h3 .small,.note-air-layout h3 small {
    font-size: 65%
}

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

.note-air-layout h4 .small,.note-air-layout h4 small,.note-air-layout h5 .small,.note-air-layout h5 small,.note-air-layout h6 .small,.note-air-layout h6 small {
    font-size: 75%
}

.note-air-layout .h1,.note-air-layout h1 {
    font-size: 36px
}

.note-air-layout .h2,.note-air-layout h2 {
    font-size: 30px
}

.note-air-layout .h3,.note-air-layout h3 {
    font-size: 24px
}

.note-air-layout .h4,.note-air-layout h4 {
    font-size: 18px
}

.note-air-layout .h5,.note-air-layout h5 {
    font-size: 14px
}

.note-air-layout .h6,.note-air-layout h6 {
    font-size: 12px
}

.note-air-layout label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

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

.note-air-layout input[type=file] {
    display: block
}

.note-air-layout select[multiple],.note-air-layout select[size] {
    height: auto
}

.note-air-layout select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

.note-air-layout input[type=number]::-webkit-inner-spin-button,.note-air-layout input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.note-air-layout output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.note-air-layout .form-control::-webkit-input-placeholder {
    color: #999
}

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

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

.note-air-layout .form-control[disabled],.note-air-layout .form-control[readonly],fieldset[disabled] .note-air-layout .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.note-air-layout .form-control {
    height: auto
}

.note-air-layout .form-group {
    margin-bottom: 15px
}

.note-air-layout .radio {
    margin-bottom: 10px;
    padding-left: 20px
}

.note-air-layout .checkbox,.note-air-layout .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    vertical-align: middle
}

.note-air-layout .checkbox label,.note-air-layout .radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.note-air-layout .checkbox input[type=checkbox],.note-air-layout .checkbox-inline input[type=checkbox],.note-air-layout .radio input[type=radio],.note-air-layout .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.note-air-layout .checkbox+.checkbox,.note-air-layout .radio+.radio {
    margin-top: -5px
}

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

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

.note-air-layout .checkbox-inline[disabled],.note-air-layout .checkbox[disabled],.note-air-layout .radio-inline[disabled],.note-air-layout .radio[disabled],.note-air-layout input[type=checkbox][disabled],.note-air-layout input[type=radio][disabled],fieldset[disabled] .note-air-layout .checkbox,fieldset[disabled] .note-air-layout .checkbox-inline,fieldset[disabled] .note-air-layout .radio,fieldset[disabled] .note-air-layout .radio-inline,fieldset[disabled] .note-air-layout input[type=checkbox],fieldset[disabled] .note-air-layout input[type=radio] {
    cursor: not-allowed
}

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

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

textarea.note-air-layout .input-sm {
    height: auto
}

.note-air-layout .input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.note-air-layout .input-lg {
    height: 45px;
    line-height: 45px
}

textarea.note-air-layout .input-lg {
    height: auto
}

.note-air-layout .has-warning .control-label,.note-air-layout .has-warning .help-block {
    color: #c09853
}

.note-air-layout .has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.note-air-layout .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
}

.note-air-layout .has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.note-air-layout .has-error .control-label,.note-air-layout .has-error .help-block {
    color: #b94a48
}

.note-air-layout .has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.note-air-layout .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
}

.note-air-layout .has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.note-air-layout .has-success .control-label,.note-air-layout .has-success .help-block {
    color: #468847
}

.note-air-layout .has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.note-air-layout .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
}

.note-air-layout .has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.note-air-layout .form-control-static {
    margin-bottom: 0
}

.note-air-layout .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

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

    .note-air-layout .form-inline .form-control {
        display: inline-block
    }

    .note-air-layout .form-inline .checkbox,.note-air-layout .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .note-air-layout .form-inline .checkbox input[type=checkbox],.note-air-layout .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.note-air-layout .form-horizontal .checkbox,.note-air-layout .form-horizontal .checkbox-inline,.note-air-layout .form-horizontal .control-label,.note-air-layout .form-horizontal .radio,.note-air-layout .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.note-air-layout .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.note-air-layout .form-horizontal .form-group:after,.note-air-layout .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.note-air-layout .form-horizontal .form-group:after {
    clear: both
}

.note-air-layout .form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .note-air-layout .form-horizontal .control-label {
        text-align:right
    }
}

.note-air-layout .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.note-air-layout .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

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

.note-air-layout .btn-default {
    color: #5e5e5e;
    background-color: #fff;
    border-color: #ccc
}

.note-air-layout .btn-default.active,.note-air-layout .btn-default:active,.note-air-layout .btn-default:focus,.note-air-layout .btn-default:hover,.open .dropdown-toggle.note-air-layout .btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.note-air-layout .btn-default.active,.note-air-layout .btn-default:active,.open .dropdown-toggle.note-air-layout .btn-default {
    background-image: none
}

.note-air-layout .btn-default.disabled,.note-air-layout .btn-default.disabled.active,.note-air-layout .btn-default.disabled:active,.note-air-layout .btn-default.disabled:focus,.note-air-layout .btn-default.disabled:hover,.note-air-layout .btn-default[disabled],.note-air-layout .btn-default[disabled].active,.note-air-layout .btn-default[disabled]:active,.note-air-layout .btn-default[disabled]:focus,.note-air-layout .btn-default[disabled]:hover,fieldset[disabled] .note-air-layout .btn-default,fieldset[disabled] .note-air-layout .btn-default.active,fieldset[disabled] .note-air-layout .btn-default:active,fieldset[disabled] .note-air-layout .btn-default:focus,fieldset[disabled] .note-air-layout .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.note-air-layout .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.note-air-layout .btn-primary.active,.note-air-layout .btn-primary:active,.note-air-layout .btn-primary:focus,.note-air-layout .btn-primary:hover,.open .dropdown-toggle.note-air-layout .btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.note-air-layout .btn-primary.active,.note-air-layout .btn-primary:active,.open .dropdown-toggle.note-air-layout .btn-primary {
    background-image: none
}

.note-air-layout .btn-primary.disabled,.note-air-layout .btn-primary.disabled.active,.note-air-layout .btn-primary.disabled:active,.note-air-layout .btn-primary.disabled:focus,.note-air-layout .btn-primary.disabled:hover,.note-air-layout .btn-primary[disabled],.note-air-layout .btn-primary[disabled].active,.note-air-layout .btn-primary[disabled]:active,.note-air-layout .btn-primary[disabled]:focus,.note-air-layout .btn-primary[disabled]:hover,fieldset[disabled] .note-air-layout .btn-primary,fieldset[disabled] .note-air-layout .btn-primary.active,fieldset[disabled] .note-air-layout .btn-primary:active,fieldset[disabled] .note-air-layout .btn-primary:focus,fieldset[disabled] .note-air-layout .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.note-air-layout .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.note-air-layout .btn-warning.active,.note-air-layout .btn-warning:active,.note-air-layout .btn-warning:focus,.note-air-layout .btn-warning:hover,.open .dropdown-toggle.note-air-layout .btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.note-air-layout .btn-warning.active,.note-air-layout .btn-warning:active,.open .dropdown-toggle.note-air-layout .btn-warning {
    background-image: none
}

.note-air-layout .btn-warning.disabled,.note-air-layout .btn-warning.disabled.active,.note-air-layout .btn-warning.disabled:active,.note-air-layout .btn-warning.disabled:focus,.note-air-layout .btn-warning.disabled:hover,.note-air-layout .btn-warning[disabled],.note-air-layout .btn-warning[disabled].active,.note-air-layout .btn-warning[disabled]:active,.note-air-layout .btn-warning[disabled]:focus,.note-air-layout .btn-warning[disabled]:hover,fieldset[disabled] .note-air-layout .btn-warning,fieldset[disabled] .note-air-layout .btn-warning.active,fieldset[disabled] .note-air-layout .btn-warning:active,fieldset[disabled] .note-air-layout .btn-warning:focus,fieldset[disabled] .note-air-layout .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.note-air-layout .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.note-air-layout .btn-danger.active,.note-air-layout .btn-danger:active,.note-air-layout .btn-danger:focus,.note-air-layout .btn-danger:hover,.open .dropdown-toggle.note-air-layout .btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.note-air-layout .btn-danger.active,.note-air-layout .btn-danger:active,.open .dropdown-toggle.note-air-layout .btn-danger {
    background-image: none
}

.note-air-layout .btn-danger.disabled,.note-air-layout .btn-danger.disabled.active,.note-air-layout .btn-danger.disabled:active,.note-air-layout .btn-danger.disabled:focus,.note-air-layout .btn-danger.disabled:hover,.note-air-layout .btn-danger[disabled],.note-air-layout .btn-danger[disabled].active,.note-air-layout .btn-danger[disabled]:active,.note-air-layout .btn-danger[disabled]:focus,.note-air-layout .btn-danger[disabled]:hover,fieldset[disabled] .note-air-layout .btn-danger,fieldset[disabled] .note-air-layout .btn-danger.active,fieldset[disabled] .note-air-layout .btn-danger:active,fieldset[disabled] .note-air-layout .btn-danger:focus,fieldset[disabled] .note-air-layout .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.note-air-layout .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.note-air-layout .btn-success.active,.note-air-layout .btn-success:active,.note-air-layout .btn-success:focus,.note-air-layout .btn-success:hover,.open .dropdown-toggle.note-air-layout .btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.note-air-layout .btn-success.active,.note-air-layout .btn-success:active,.open .dropdown-toggle.note-air-layout .btn-success {
    background-image: none
}

.note-air-layout .btn-success.disabled,.note-air-layout .btn-success.disabled.active,.note-air-layout .btn-success.disabled:active,.note-air-layout .btn-success.disabled:focus,.note-air-layout .btn-success.disabled:hover,.note-air-layout .btn-success[disabled],.note-air-layout .btn-success[disabled].active,.note-air-layout .btn-success[disabled]:active,.note-air-layout .btn-success[disabled]:focus,.note-air-layout .btn-success[disabled]:hover,fieldset[disabled] .note-air-layout .btn-success,fieldset[disabled] .note-air-layout .btn-success.active,fieldset[disabled] .note-air-layout .btn-success:active,fieldset[disabled] .note-air-layout .btn-success:focus,fieldset[disabled] .note-air-layout .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.note-air-layout .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.note-air-layout .btn-info.active,.note-air-layout .btn-info:active,.note-air-layout .btn-info:focus,.note-air-layout .btn-info:hover,.open .dropdown-toggle.note-air-layout .btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.note-air-layout .btn-info.active,.note-air-layout .btn-info:active,.open .dropdown-toggle.note-air-layout .btn-info {
    background-image: none
}

.note-air-layout .btn-info.disabled,.note-air-layout .btn-info.disabled.active,.note-air-layout .btn-info.disabled:active,.note-air-layout .btn-info.disabled:focus,.note-air-layout .btn-info.disabled:hover,.note-air-layout .btn-info[disabled],.note-air-layout .btn-info[disabled].active,.note-air-layout .btn-info[disabled]:active,.note-air-layout .btn-info[disabled]:focus,.note-air-layout .btn-info[disabled]:hover,fieldset[disabled] .note-air-layout .btn-info,fieldset[disabled] .note-air-layout .btn-info.active,fieldset[disabled] .note-air-layout .btn-info:active,fieldset[disabled] .note-air-layout .btn-info:focus,fieldset[disabled] .note-air-layout .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.note-air-layout .btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.note-air-layout .btn-link,.note-air-layout .btn-link:active,.note-air-layout .btn-link[disabled],fieldset[disabled] .note-air-layout .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.note-air-layout .btn-link,.note-air-layout .btn-link:active,.note-air-layout .btn-link:focus,.note-air-layout .btn-link:hover {
    border-color: transparent
}

.note-air-layout .btn-link:focus,.note-air-layout .btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.note-air-layout .btn-link[disabled]:focus,.note-air-layout .btn-link[disabled]:hover,fieldset[disabled] .note-air-layout .btn-link:focus,fieldset[disabled] .note-air-layout .btn-link:hover {
    color: #999;
    text-decoration: none
}

.note-air-layout .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.note-air-layout .btn-sm {
    padding: 5px 10px;
    line-height: 1.5
}

.note-air-layout .btn-xs {
    line-height: 1.5;
    padding: 1px 5px
}

.note-air-layout .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.note-air-layout .alert>p+p,.note-air-layout .btn-block+.btn-block {
    margin-top: 5px
}

.note-air-layout input[type=button].btn-block,.note-air-layout input[type=reset].btn-block,.note-air-layout input[type=submit].btn-block {
    width: 100%
}

.note-air-layout .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.note-air-layout .fade.in {
    opacity: 1
}

.note-air-layout .collapse,.note-air-layout [data-toggle=buttons]>.btn>input[type=checkbox],.note-air-layout [data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.note-air-layout .collapse.in {
    display: block
}

.note-air-layout .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.note-air-layout .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted
}

.note-air-layout .dropdown {
    position: relative
}

.note-air-layout .dropdown-toggle:focus {
    outline: 0
}

.note-air-layout .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.note-air-layout .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.note-air-layout .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.note-air-layout .dropdown-menu>li>a {
    border-radius: 3px;
    display: block;
    padding: 5px 10px;
    margin: 0 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #5e5e5e;
    white-space: nowrap
}

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

.note-air-layout .dropdown-menu>.active>a,.note-air-layout .dropdown-menu>.active>a:focus,.note-air-layout .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.note-air-layout .dropdown-menu>.disabled>a,.note-air-layout .dropdown-menu>.disabled>a:focus,.note-air-layout .dropdown-menu>.disabled>a:hover {
    color: #999
}

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

.note-air-layout .open>.dropdown-menu {
    display: block
}

.note-air-layout .open>a {
    outline: 0
}

.note-air-layout .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

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

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

.note-air-layout .dropup .caret,.note-air-layout .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.note-air-layout .dropup .dropdown-menu,.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: initial;
    margin-bottom: 1px
}

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

.btn-default .note-air-layout .caret {
    border-top-color: #333
}

.btn-danger .note-air-layout .caret,.btn-info .note-air-layout .caret,.btn-primary .note-air-layout .caret,.btn-success .note-air-layout .caret,.btn-warning .note-air-layout .caret {
    border-top-color: #fff
}

.note-air-layout .dropup .btn-default .caret {
    border-bottom-color: #333
}

.note-air-layout .dropup .btn-danger .caret,.note-air-layout .dropup .btn-info .caret,.note-air-layout .dropup .btn-primary .caret,.note-air-layout .dropup .btn-success .caret,.note-air-layout .dropup .btn-warning .caret {
    border-bottom-color: #fff
}

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

.note-air-layout .btn-group>.btn {
    position: relative;
    float: left
}

.note-air-layout .btn-group-vertical>.btn {
    position: relative
}

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

.note-air-layout .btn-group-vertical>.btn:focus,.note-air-layout .btn-group>.btn:focus {
    outline: 0
}

.note-air-layout .btn-group .btn+.btn,.note-air-layout .btn-group .btn+.btn-group,.note-air-layout .btn-group .btn-group+.btn,.note-air-layout .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.note-air-layout .btn-toolbar:after,.note-air-layout .btn-toolbar:before {
    content: " ";
    display: table
}

.note-air-layout .btn-toolbar:after {
    clear: both
}

.note-air-layout .btn-group>.btn-group,.note-air-layout .btn-toolbar .btn-group {
    float: left
}

.note-air-layout .btn-toolbar>.btn+.btn,.note-air-layout .btn-toolbar>.btn+.btn-group,.note-air-layout .btn-toolbar>.btn-group+.btn,.note-air-layout .btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

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

.note-air-layout .btn-group>.btn:first-child {
    margin-left: 0
}

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

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

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

.note-air-layout .btn-group>.btn-group:first-child>.btn:last-child,.note-air-layout .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.note-air-layout .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.note-air-layout .btn-group .dropdown-toggle:active,.note-air-layout .btn-group.open .dropdown-toggle {
    outline: 0
}

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

.note-air-layout .btn-group-sm>.btn {
    padding: 5px 10px
}

.note-air-layout .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.note-air-layout .btn-group>.btn+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px
}

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

.note-air-layout .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)
}

.note-air-layout .btn .caret {
    margin-left: 0
}

.note-air-layout .btn-lg .caret {
    border-width: 5px 5px 0
}

.note-air-layout .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

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

.note-air-layout .btn-group-vertical>.btn-group:after,.note-air-layout .btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.note-air-layout .btn-group-vertical>.btn-group:after {
    clear: both
}

.note-air-layout .btn-group-vertical>.btn-group>.btn,.note-air-layout .nav-tabs.nav-justified>li {
    float: none
}

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

.note-air-layout .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.note-air-layout .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

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

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

.note-air-layout .btn-group-vertical>.btn-group:first-child>.btn:last-child,.note-air-layout .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.note-air-layout .btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

.note-air-layout .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

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

.note-air-layout .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.note-air-layout .input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.note-air-layout .input-group-lg>.form-control,.note-air-layout .input-group-lg>.input-group-addon,.note-air-layout .input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.note-air-layout .input-group-lg>.form-control,select.note-air-layout .input-group-lg>.input-group-addon,select.note-air-layout .input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.note-air-layout .input-group-lg>.form-control,textarea.note-air-layout .input-group-lg>.input-group-addon,textarea.note-air-layout .input-group-lg>.input-group-btn>.btn {
    height: auto
}

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

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

textarea.note-air-layout .input-group-sm>.form-control,textarea.note-air-layout .input-group-sm>.input-group-addon,textarea.note-air-layout .input-group-sm>.input-group-btn>.btn {
    height: auto
}

.note-air-layout .input-group .form-control,.note-air-layout .input-group-addon,.note-air-layout .input-group-btn {
    display: table-cell
}

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

.note-air-layout .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.note-air-layout .input-group-btn {
    width: 1%;
    vertical-align: middle
}

.note-air-layout .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

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

.note-air-layout .input-group-addon input[type=checkbox],.note-air-layout .input-group-addon input[type=radio] {
    margin-top: 0
}

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

.note-air-layout .input-group-addon:first-child {
    border-right: 0
}

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

.note-air-layout .input-group-addon:last-child {
    border-left: 0
}

.note-air-layout .input-group-btn {
    position: relative;
    white-space: nowrap
}

.note-air-layout .input-group-btn:first-child>.btn {
    margin-right: -1px
}

.note-air-layout .input-group-btn:last-child>.btn {
    margin-left: -1px
}

.note-air-layout .input-group-btn>.btn {
    position: relative
}

.note-air-layout .input-group-btn>.btn+.btn {
    margin-left: -4px
}

.note-air-layout .input-group-btn>.btn:active,.note-air-layout .input-group-btn>.btn:hover {
    z-index: 2
}

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

.note-air-layout .nav:after,.note-air-layout .nav:before {
    content: " ";
    display: table
}

.note-air-layout .nav:after {
    clear: both
}

.note-air-layout .nav>li,.note-air-layout .nav>li>a {
    position: relative;
    display: block
}

.note-air-layout .nav>li>a {
    padding: 10px 15px
}

.note-air-layout .nav>li>a:focus,.note-air-layout .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.note-air-layout .nav>li.disabled>a {
    color: #999
}

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

.note-air-layout .nav .open>a,.note-air-layout .nav .open>a:focus,.note-air-layout .nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca
}

.note-air-layout .nav .open>a .caret,.note-air-layout .nav .open>a:focus .caret,.note-air-layout .nav .open>a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

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

.note-air-layout .nav-tabs {
    border-bottom: 1px solid #ddd
}

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

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

.note-air-layout .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

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

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

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

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

    .note-air-layout .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

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

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

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

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

.note-air-layout .nav-pills>li {
    float: left
}

.note-air-layout .nav-pills>li>a {
    border-radius: 4px
}

.note-air-layout .nav-pills>li+li {
    margin-left: 2px
}

.note-air-layout .nav-pills>li.active>a,.note-air-layout .nav-pills>li.active>a:focus,.note-air-layout .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.note-air-layout .nav-pills>li.active>a .caret,.note-air-layout .nav-pills>li.active>a:focus .caret,.note-air-layout .nav-pills>li.active>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.note-air-layout .nav-justified>li,.note-air-layout .nav-stacked>li {
    float: none
}

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

.amp-img-preloader svg,.m-img-preloader svg,.note-air-layout .nav-justified {
    width: 100%
}

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

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

    .note-air-layout .nav-justified>li>a {
        margin-bottom: 0
    }
}

.note-air-layout .nav-tabs-justified {
    border-bottom: 0
}

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

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

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

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

.note-air-layout .tab-content>.tab-pane {
    display: none
}

.note-air-layout .tab-content>.active {
    display: block
}

.note-air-layout .nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.note-air-layout .nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

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

.note-air-layout .navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.note-air-layout .navbar:after,.note-air-layout .navbar:before {
    content: " ";
    display: table
}

.note-air-layout .navbar:after {
    clear: both
}

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

.note-air-layout .navbar-header:after,.note-air-layout .navbar-header:before {
    content: " ";
    display: table
}

.note-air-layout .navbar-header:after {
    clear: both
}

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

.note-air-layout .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.note-air-layout .navbar-collapse:after,.note-air-layout .navbar-collapse:before {
    content: " ";
    display: table
}

.note-air-layout .navbar-collapse:after {
    clear: both
}

.note-air-layout .navbar-collapse.in {
    overflow-y: auto
}

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

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

    .note-air-layout .navbar-collapse.in {
        overflow-y: visible
    }

    .note-air-layout .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .note-air-layout .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .note-air-layout .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

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

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

.note-air-layout .navbar-static-top {
    border-width: 0 0 1px
}

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

.note-air-layout .navbar-fixed-bottom,.note-air-layout .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

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

.note-air-layout .navbar-fixed-top {
    z-index: 1030;
    top: 0
}

.note-air-layout .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

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

.note-air-layout .navbar-brand:focus,.note-air-layout .navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar>.container .note-air-layout .navbar-brand {
        margin-left:-15px
    }
}

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

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

.note-air-layout .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

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

.note-air-layout .navbar-nav {
    margin: 7.5px -15px
}

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

@media (max-width: 767px) {
    .note-air-layout .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
    }

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

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

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

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

    .note-air-layout .navbar-nav>li {
        float: left
    }

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

    .note-air-layout .navbar-left {
        float: left!important
    }

    .note-air-layout .navbar-right {
        float: right!important
    }
}

.note-air-layout .navbar-form {
    padding: 10px 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);
    margin: 8px -15px
}

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

    .note-air-layout .navbar-form .form-control {
        display: inline-block
    }

    .note-air-layout .navbar-form .checkbox,.note-air-layout .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .note-air-layout .navbar-form .checkbox input[type=checkbox],.note-air-layout .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

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

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

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

.note-air-layout .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.note-air-layout .navbar-nav.pull-right>li>.dropdown-menu,.note-air-layout .navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

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

.note-air-layout .navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

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

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

.note-air-layout .navbar-default .navbar-brand,.note-air-layout .navbar-default .navbar-nav>li>a,.note-air-layout .navbar-default .navbar-text {
    color: #777
}

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

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

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

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

.note-air-layout .navbar-default .navbar-toggle {
    border-color: #ddd
}

.note-air-layout .navbar-default .navbar-toggle:focus,.note-air-layout .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.note-air-layout .navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.note-air-layout .navbar-default .navbar-collapse,.note-air-layout .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.note-air-layout .navbar-default .navbar-nav>.dropdown>a:focus .caret,.note-air-layout .navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

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

.note-air-layout .navbar-default .navbar-nav>.open>a .caret,.note-air-layout .navbar-default .navbar-nav>.open>a:focus .caret,.note-air-layout .navbar-default .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.note-air-layout .navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

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

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

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

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

.note-air-layout .navbar-default .navbar-link {
    color: #777
}

.note-air-layout .navbar-default .navbar-link:hover,.note-air-layout a.list-group-item .list-group-item-heading {
    color: #333
}

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

.note-air-layout .navbar-inverse .navbar-brand,.note-air-layout .navbar-inverse .navbar-nav>li>a,.note-air-layout .navbar-inverse .navbar-text {
    color: #999
}

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

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

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

.note-air-layout .navbar-inverse .navbar-toggle {
    border-color: #333
}

.note-air-layout .navbar-inverse .navbar-toggle:focus,.note-air-layout .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.note-air-layout .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.note-air-layout .navbar-inverse .navbar-collapse,.note-air-layout .navbar-inverse .navbar-form {
    border-color: #101010
}

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

.note-air-layout .navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.note-air-layout .navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.note-air-layout .navbar-inverse .navbar-nav>.open>a .caret,.note-air-layout .navbar-inverse .navbar-nav>.open>a:focus .caret,.note-air-layout .navbar-inverse .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

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

    .note-air-layout .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

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

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

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

.note-air-layout .breadcrumb>.active,.note-air-layout .navbar-inverse .navbar-link {
    color: #999
}

.note-air-layout .navbar-inverse .navbar-link:hover {
    color: #fff
}

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

.note-air-layout .breadcrumb>li {
    display: inline-block
}

.note-air-layout .breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

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

.note-air-layout .pager li,.note-air-layout .pagination>li {
    display: inline
}

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

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

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

.note-air-layout .pagination>li>a:focus,.note-air-layout .pagination>li>a:hover,.note-air-layout .pagination>li>span:focus,.note-air-layout .pagination>li>span:hover {
    background-color: #eee
}

.note-air-layout .pagination>.active>a,.note-air-layout .pagination>.active>a:focus,.note-air-layout .pagination>.active>a:hover,.note-air-layout .pagination>.active>span,.note-air-layout .pagination>.active>span:focus,.note-air-layout .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.note-air-layout .pagination>.disabled>a,.note-air-layout .pagination>.disabled>a:focus,.note-air-layout .pagination>.disabled>a:hover,.note-air-layout .pagination>.disabled>span,.note-air-layout .pagination>.disabled>span:focus,.note-air-layout .pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.note-air-layout .pagination-lg>li>a,.note-air-layout .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.note-air-layout .pagination-lg>li:first-child>a,.note-air-layout .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.note-air-layout .pagination-lg>li:last-child>a,.note-air-layout .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.note-air-layout .pagination-sm>li>a,.note-air-layout .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

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

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

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

.note-air-layout .pager:after,.note-air-layout .pager:before {
    content: " ";
    display: table
}

.note-air-layout .pager:after {
    clear: both
}

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

.note-air-layout .pager li>a:focus,.note-air-layout .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.note-air-layout .pager .next>a,.note-air-layout .pager .next>span {
    float: right
}

.note-air-layout .pager .previous>a,.note-air-layout .pager .previous>span {
    float: left
}

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

.note-air-layout .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
}

.note-air-layout .label[href]:focus,.note-air-layout .label[href]:hover,.note-air-layout a.badge:focus,.note-air-layout a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.note-air-layout .badge:empty,.note-air-layout .label:empty {
    display: none
}

.note-air-layout .label-default {
    background-color: #999
}

.note-air-layout .label-default[href]:focus,.note-air-layout .label-default[href]:hover {
    background-color: gray
}

.note-air-layout .label-primary {
    background-color: #428bca
}

.note-air-layout .label-primary[href]:focus,.note-air-layout .label-primary[href]:hover {
    background-color: #3071a9
}

.note-air-layout .label-success {
    background-color: #5cb85c
}

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

.note-air-layout .label-info {
    background-color: #5bc0de
}

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

.note-air-layout .label-warning {
    background-color: #f0ad4e
}

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

.note-air-layout .label-danger {
    background-color: #d9534f
}

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

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

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

.note-air-layout .nav-pills>.active>a>.badge,.note-air-layout a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #fff
}

.note-air-layout .nav-pills>li>a>.badge {
    margin-left: 3px
}

.note-air-layout .jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.note-air-layout .jumbotron h1 {
    line-height: 1;
    color: inherit
}

.note-air-layout .jumbotron p {
    line-height: 1.4
}

.container .note-air-layout .jumbotron {
    border-radius: 6px
}

@media screen and (min-width: 768px) {
    .note-air-layout .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .note-air-layout .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .note-air-layout .jumbotron h1 {
        font-size: 63px
    }
}

.note-air-layout .thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    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;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px
}

.note-air-layout a.thumbnail.active,.note-air-layout a.thumbnail:focus,.note-air-layout a.thumbnail:hover {
    border-color: #428bca
}

.note-air-layout .thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

.note-air-layout .thumbnail .caption {
    padding: 9px;
    color: #333
}

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

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

.note-air-layout .alert .alert-link {
    font-weight: 700
}

.note-air-layout .alert>p,.note-air-layout .alert>ul {
    margin-bottom: 0
}

.note-air-layout .alert-dismissable {
    padding-right: 35px
}

.note-air-layout .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.note-air-layout .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.note-air-layout .alert-success hr {
    border-top-color: #c9e2b3
}

.note-air-layout .alert-success .alert-link {
    color: #356635
}

.note-air-layout .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.note-air-layout .alert-info hr {
    border-top-color: #a6e1ec
}

.note-air-layout .alert-info .alert-link {
    color: #2d6987
}

.note-air-layout .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}

.note-air-layout .alert-warning hr {
    border-top-color: #f7e1b5
}

.note-air-layout .alert-warning .alert-link {
    color: #a47e3c
}

.note-air-layout .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.note-air-layout .alert-danger hr {
    border-top-color: #e4b9c0
}

.note-air-layout .alert-danger .alert-link {
    color: #953b39
}

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

.note-air-layout .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -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
}

.note-air-layout .progress-striped .progress-bar {
    background-size: 40px 40px
}

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

.note-air-layout .progress-bar-success {
    background-color: #5cb85c
}

.note-air-layout .progress-striped .progress-bar,.progress-striped .note-air-layout .progress-bar-danger,.progress-striped .note-air-layout .progress-bar-info,.progress-striped .note-air-layout .progress-bar-success,.progress-striped .note-air-layout .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)
}

.note-air-layout .progress-bar-info {
    background-color: #5bc0de
}

.note-air-layout .progress-bar-warning {
    background-color: #f0ad4e
}

.note-air-layout .progress-bar-danger {
    background-color: #d9534f
}

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

.note-air-layout .media,.note-air-layout .media .media {
    margin-top: 15px
}

.note-air-layout .media:first-child {
    margin-top: 0
}

.note-air-layout .media-object {
    display: block
}

.note-air-layout .media-heading {
    margin: 0 0 5px
}

.note-air-layout .media>.pull-left {
    margin-right: 10px
}

.note-air-layout .media>.pull-right {
    margin-left: 10px
}

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

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

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

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

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

.note-air-layout .list-group-item>.badge {
    float: right
}

.note-air-layout .list-group-item>.badge+.badge {
    margin-right: 5px
}

.note-air-layout a.list-group-item {
    color: #555
}

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

.note-air-layout a.list-group-item.active,.note-air-layout a.list-group-item.active:focus,.note-air-layout a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.note-air-layout a.list-group-item.active .list-group-item-heading,.note-air-layout a.list-group-item.active:focus .list-group-item-heading,.note-air-layout a.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

.note-air-layout a.list-group-item.active .list-group-item-text,.note-air-layout a.list-group-item.active:focus .list-group-item-text,.note-air-layout a.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

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

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

.note-air-layout .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)
}

.note-air-layout .panel-body {
    padding: 15px
}

.note-air-layout .panel-body:after,.note-air-layout .panel-body:before {
    content: " ";
    display: table
}

.note-air-layout .panel-body:after {
    clear: both
}

.note-air-layout .panel>.list-group,.note-air-layout .panel>.table,.note-air-layout .panel>.table-responsive {
    margin-bottom: 0
}

.note-air-layout .panel>.list-group .list-group-item {
    border-width: 1px 0
}

.note-air-layout .panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.note-air-layout .panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

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

.note-air-layout .panel-group .panel-heading+.panel-collapse .panel-body,.note-air-layout .panel>.panel-body+.table,.note-air-layout .panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.note-air-layout .panel>.table-bordered,.note-air-layout .panel>.table-responsive>.table-bordered {
    border: 0
}

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

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

.note-air-layout .panel>.table-bordered>tbody>tr:last-child>td,.note-air-layout .panel>.table-bordered>tbody>tr:last-child>th,.note-air-layout .panel>.table-bordered>tfoot>tr:last-child>td,.note-air-layout .panel>.table-bordered>tfoot>tr:last-child>th,.note-air-layout .panel>.table-bordered>thead>tr:last-child>td,.note-air-layout .panel>.table-bordered>thead>tr:last-child>th,.note-air-layout .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.note-air-layout .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.note-air-layout .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.note-air-layout .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.note-air-layout .panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.note-air-layout .panel>.table-responsive>.table-bordered>thead>tr:last-child>th {
    border-bottom: 0
}

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

.note-air-layout .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.note-air-layout .panel-title>a {
    color: inherit
}

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

.note-air-layout .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.note-air-layout .panel-group .panel+.panel {
    margin-top: 5px
}

.note-air-layout .panel-group .panel-heading {
    border-bottom: 0
}

.note-air-layout .panel-group .panel-footer {
    border-top: 0
}

.note-air-layout .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.note-air-layout .panel-default {
    border-color: #ddd
}

.note-air-layout .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.note-air-layout .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.note-air-layout .panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.note-air-layout .panel-primary {
    border-color: #428bca
}

.note-air-layout .panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.note-air-layout .panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.note-air-layout .panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.note-air-layout .panel-success {
    border-color: #d6e9c6
}

.note-air-layout .panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.note-air-layout .panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.note-air-layout .panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.note-air-layout .panel-warning {
    border-color: #faebcc
}

.note-air-layout .panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.note-air-layout .panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.note-air-layout .panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.note-air-layout .panel-danger {
    border-color: #ebccd1
}

.note-air-layout .panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1
}

.note-air-layout .panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.note-air-layout .panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.note-air-layout .panel-info {
    border-color: #bce8f1
}

.note-air-layout .panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.note-air-layout .panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.note-air-layout .panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.note-air-layout .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)
}

.note-air-layout .well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.note-air-layout .well-lg {
    padding: 24px;
    border-radius: 6px
}

.note-air-layout .well-sm {
    padding: 9px;
    border-radius: 3px
}

.note-air-layout .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.note-air-layout .close:focus,.note-air-layout .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.note-air-layout .close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.note-air-popover {
    border-radius: 2px
}

.note-air-layout .btn,.note-air-layout .dropdown-menu {
    border: 0
}

.note-air-layout .popover {
    padding: 0;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-family: 'Inter Tight',sans-serif
}

.note-air-layout .btn-sm,.note-air-layout .btn-xs {
    border-radius: 3px!important
}

.note-air-layout .btn-default {
    background: 0 0
}

.note-popover .popover.top>.arrow {
    border-top-color: rgba(0,0,0,.15);
    bottom: -10px
}

.note-air-layout .btn-group .btn-group {
    margin-left: 0!important
}

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

.note-air-layout .open .btn-default .caret {
    border-bottom-color: #fff;
    border-top-color: #fff
}

.note-air-layout .hidden {
    display: none!important
}

.note-air-layout .btn-sm,.note-air-layout .btn-xs {
    font-size: 14px
}

.note-mbrBtnColor .btn {
    line-height: 0
}

body.dark-mode .note-air-layout .btn-default.active,body.dark-mode .note-air-layout .btn-default:active,body.dark-mode .note-air-layout .btn-default:focus,body.dark-mode .note-air-layout .btn-default:hover,body.dark-mode .open .dropdown-toggle.note-air-layout .btn-default {
    background-color: #252931
}

body.dark-mode .note-air-layout .dropdown-menu {
    background-color: #373c48;
    border: 1px solid #252931
}

body.dark-mode .note-air-layout .dropdown-menu>li>a:hover,body.dark-mode .note-popover .popover .popover-content .btn:hover {
    background-color: #252931
}

body.dark-mode .note-popover .popover {
    background-color: #373c48
}

body.dark-mode .note-popover .popover>.arrow::after {
    border-top-color: #373c48;
    border-bottom-color: #373c48
}

body.dark-mode .note-popover .popover .popover-content .btn {
    color: #dcdcdc
}

.preloader {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1202
}

.preloader-wrapper {
    position: absolute;
    text-align: center;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.preloader .svg-el {
    margin: 50px auto 10px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    height: 145px;
    width: 200px;
    padding-top: 25px
}

.preloader .svg-el .mbr-overlay {
    z-index: 2;
    width: 64px;
    height: 96px;
    top: 41px;
    left: calc(50% - 32px);
    border-radius: 13px;
    position: absolute;
    background: #fff
}

.preloader .logo {
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Inter Tight",sans-serif;
    font-style: normal;
    font-size: 20px;
    color: #df555c;
    font-weight: 500
}

.preloader .logo.top .version {
    margin-left: 5px
}

.preloader .mobile {
    display: inline-block;
    position: relative;
    padding-right: 0;
    z-index: 3;
    border-radius: 10px;
    width: 128px;
    fill: #1f8a91;
    -webkit-animation: fillMobile 6s linear;
    animation: fillMobile 6s linear
}

.preloader .sun {
    z-index: 1;
    width: 74px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 37px);
    fill: #df555c;
    -webkit-transform-origin: 50% -65.5%;
    -ms-transform-origin: 50% -65.5%;
    transform-origin: 50% -65.5%;
    -webkit-animation: scaleSun 6s linear,infiniteSun 3s linear infinite 6s;
    animation: scaleSun 6s linear,infiniteSun 3s linear infinite 6s
}

.mobirise-spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    z-index: 4
}

.mobirise-spinner i {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
    animation: slide 1s infinite
}

.mobirise-spinner i:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background: #6469af
}

.mobirise-spinner i:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background: #545aa3
}

.mobirise-spinner i:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    background: #1f8a91
}

.mobirise-spinner i:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    background: #1c7c83
}

.mobirise-spinner i:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background: #df555c
}

.is-builder .mbr-arrow--floating .mbr-arrow__link {
    -webkit-animation: none;
    animation: none
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb {
    background: #c9cbc7;
    border-radius: 16px
}

::-webkit-scrollbar-track,body ::-webkit-scrollbar-track {
    background: rgba(5,5,5,.50)
}

body,html {
    height: 100%
}

body {
    margin-bottom: 0!important;
    background-color: #222!important
}

body.rounded-canvas .app-component.sticky-component,body.scaled>.template .app-component.sticky-component {
    position: sticky;
    top: 0;
    z-index: 1001
}

body.desktop.rounded-canvas {
    overflow-x: hidden;
    padding: 34px
}

body.desktop.rounded-canvas .template {
    min-height: calc(100vh - 68px);
    border-radius: 8px
}

@media (min-width: 600px) {
    body.desktop.rounded-canvas .app-component::after {
        top:-4px;
        right: -4px;
        left: -4px;
        bottom: -4px;
        border-radius: 8px
    }
}

body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section,body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section .mbr-background-video-preview,body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section .mbr-figure:not(.container),body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section .navbar,body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section .slider-fullscreen-image,body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section>.mbr-overlay,body.desktop.rounded-canvas .app-component:first-child:not(.focused)>.app-component-content>section>[id^=jarallax-container] {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

@media (min-width: 600px) {
    body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component::after {
        top:-2px
    }
}

body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section,body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .mbr-background-video-preview,body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .mbr-figure:not(.container),body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .slider-fullscreen-image,body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section>.mbr-overlay,body.desktop.rounded-canvas .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section>[id^=jarallax-container] {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-transition: .2s border-radius ease;
    -o-transition: .2s border-radius ease;
    transition: .2s border-radius ease
}

body.desktop.rounded-canvas .app-component:first-child>.app-component-content>section,body.desktop.rounded-canvas .app-component:first-child>.app-component-content>section .navbar {
    -webkit-transition: .2s border-radius ease;
    -o-transition: .2s border-radius ease;
    transition: .2s border-radius ease
}

body.desktop.rounded-canvas .app-component:last-child:not(.focused)>.app-component-content>section,body.desktop.rounded-canvas .app-component:last-child:not(.focused)>.app-component-content>section .mbr-background-video-preview,body.desktop.rounded-canvas .app-component:last-child:not(.focused)>.app-component-content>section .mbr-figure:not(.container),body.desktop.rounded-canvas .app-component:last-child:not(.focused)>.app-component-content>section .slider-fullscreen-image,body.desktop.rounded-canvas .app-component:last-child:not(.focused)>.app-component-content>section>.mbr-overlay,body.desktop.rounded-canvas .app-component:last-child:not(.focused)>.app-component-content>section>[id^=jarallax-container] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

body.desktop.rounded-canvas .app-component:last-child>.app-component-content>section {
    -webkit-transition: .2s border-radius ease;
    -o-transition: .2s border-radius ease;
    transition: .2s border-radius ease
}

body.desktop.rounded-canvas .app-component[data-app-always-bottom] .app-component-menu {
    right: 75px
}

body.desktop.rounded-canvas .app-component .app-component-menu .app-component-edit {
    right: -22px
}

body.desktop.rounded-canvas .app-component.pos-absolute>.app-component-menu .app-component-edit,body.desktop.rounded-canvas .app-component[data-app-always-top=true]>.app-component-menu .app-component-edit {
    top: -33px
}

body.desktop.rounded-canvas .app-component.pos-absolute+.app-component .app-component-menu,body.desktop.rounded-canvas .app-component[data-app-always-top=true]+.app-component .app-component-menu {
    top: -73px
}

body.desktop.rounded-canvas .app-component.pos-absolute+.app-component .app-component-menu .app-component-edit,body.desktop.rounded-canvas .app-component[data-app-always-top=true]+.app-component .app-component-menu .app-component-edit {
    top: 93px
}

body.scaled {
    padding: 120px!important
}

body.scaled>.template {
    min-height: calc(100vh - 120px*2)!important;
    border-radius: 32px!important;
    -webkit-box-shadow: 0 0 48px 0 rgba(55,73,72,.06);
    box-shadow: 0 0 48px 0 rgba(55,73,72,.06)
}

body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .mbr-background-video-preview,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .mbr-figure:not(.container),body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .navbar,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .slider-fullscreen-image,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section>.mbr-overlay,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section>[id^=jarallax-container] {
    border-top-right-radius: 32px;
    border-top-left-radius: 32px
}

body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .mbr-background-video-preview,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .mbr-figure:not(.container),body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .slider-fullscreen-image,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section>.mbr-overlay,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section>[id^=jarallax-container] {
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    -webkit-transition: .2s border-radius ease;
    -o-transition: .2s border-radius ease;
    transition: .2s border-radius ease
}

body.scaled>.template .app-component:first-child>.app-component-content>section,body.scaled>.template .app-component:first-child>.app-component-content>section .navbar {
    -webkit-transition: .2s border-radius ease;
    -o-transition: .2s border-radius ease;
    transition: .2s border-radius ease
}

body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section .mbr-background-video-preview,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section .mbr-figure:not(.container),body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section .slider-fullscreen-image,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section>.mbr-overlay,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section>[id^=jarallax-container] {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
}

body.scaled>.template .app-component:last-child>.app-component-content>section {
    -webkit-transition: .2s border-radius ease;
    -o-transition: .2s border-radius ease;
    transition: .2s border-radius ease
}

@media (min-width: 600px) {
    body.scaled>.template .app-component::after {
        top:0;
        right: 0;
        left: 0;
        bottom: 0
    }
}

body.scaled>.template .app-component>.app-component-menu {
    display: none
}

body.scaled>.template .app-component>.app-component-content {
    pointer-events: none
}

body.scaled>.template .app-component>.app-component-content .mbr-background-video-preview {
    min-height: 0!important
}

body.scaled>.template .app-component>.app-component-content>.mbr-fullscreen,body.scaled>.template .app-component>.app-component-content>.mbr-fullscreen .carousel-item img,body.scaled>.template .app-component>.app-component-content>.mbr-fullscreen .mbr-overlay {
    min-height: 20vh!important;
    height: auto!important
}

body.scaled>.template .app-component>.app-component-content .mbr-section--full-height,body.scaled>.template .app-component>.app-component-content .mbr-section-full {
    max-height: 20vh!important
}

body.scaled>.template .app-component>.app-component-content .full-screen .carousel-item .container.container-slide,body.scaled>.template .app-component>.app-component-content .full-screen .mbr-overlay,body.scaled>.template .app-component>.app-component-content .full-screen .slider-fullscreen-image,body.scaled>.template .app-component>.app-component-content .mbr-section--full-height .mbr-overlay,body.scaled>.template .app-component>.app-component-content .mbr-section-full .mbr-overlay {
    min-height: 20vh!important
}

@media (min-width: 1441px) {
    body.scaled {
        padding:60px!important
    }

    body.scaled>.template {
        min-height: calc(100vh - 60px*2)!important;
        border-radius: 32px!important;
        -webkit-box-shadow: 0 0 24px 0 rgba(55,73,72,.06);
        box-shadow: 0 0 24px 0 rgba(55,73,72,.06)
    }

    body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .mbr-background-video-preview,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .mbr-figure:not(.container),body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section .slider-fullscreen-image,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section>.mbr-overlay,body.scaled>.template .app-component:first-child:not(.focused).pos-absolute+.app-component>.app-component-content>section>[id^=jarallax-container],body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .mbr-background-video-preview,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .mbr-figure:not(.container),body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .navbar,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section .slider-fullscreen-image,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section>.mbr-overlay,body.scaled>.template .app-component:first-child:not(.focused)>.app-component-content>section>[id^=jarallax-container] {
        border-top-right-radius: 32px;
        border-top-left-radius: 32px
    }

    body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section .mbr-background-video-preview,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section .mbr-figure:not(.container),body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section .slider-fullscreen-image,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section>.mbr-overlay,body.scaled>.template .app-component:last-child:not(.focused)>.app-component-content>section>[id^=jarallax-container] {
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 32px
    }

    body.scaled>.template .app-component>.app-component-content .full-screen .carousel-item .container.container-slide,body.scaled>.template .app-component>.app-component-content .full-screen .mbr-overlay,body.scaled>.template .app-component>.app-component-content .full-screen .slider-fullscreen-image,body.scaled>.template .app-component>.app-component-content .mbr-section--full-height .mbr-overlay,body.scaled>.template .app-component>.app-component-content .mbr-section-full .mbr-overlay,body.scaled>.template .app-component>.app-component-content>.mbr-fullscreen,body.scaled>.template .app-component>.app-component-content>.mbr-fullscreen .carousel-item img,body.scaled>.template .app-component>.app-component-content>.mbr-fullscreen .mbr-overlay {
        min-height: 40vh!important
    }

    body.scaled>.template .app-component>.app-component-content .mbr-section--full-height,body.scaled>.template .app-component>.app-component-content .mbr-section-full {
        max-height: 40vh!important
    }
}

body.dark-mode {
    background-color: #1f2028!important;
    background: #434855!important
}

body.dark-mode ::-webkit-scrollbar-thumb,body.dark-mode::-webkit-scrollbar-thumb {
    background: #535a69
}

body.dark-mode ::-webkit-scrollbar-track,body.dark-mode::-webkit-scrollbar-track {
    background: #2a2e35
}

body.dark-mode .app-component .app-component-menu .app-component-edit {
    background-color: #31353e;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1),0 1px 20px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.1),0 1px 20px rgba(0,0,0,.15)
}

body.dark-mode .app-component .app-component-menu .app-component-edit .mbr-btn,body.dark-mode .app-component .app-component-menu .app-component-edit .mbr-btn.component-params:hover {
    color: #dcdcdc
}

body.dark-mode .app-component .app-component-menu .app-component-edit .mbr-btn.component-params {
    color: #1f8a91
}

body.dark-mode .app-component:hover .app-component-menu:hover .component-cancel:hover,body.dark-mode .app-component:hover .app-component-menu:hover .component-remove:hover {
    color: #df555c;
    background: #23262d
}

body.dark-mode .app-component:hover .app-component-menu:hover .component-code-fake,body.dark-mode .app-component:hover .app-component-menu:hover .component-code:hover,body.dark-mode .app-component:hover .app-component-menu:hover .component-css:hover,body.dark-mode .app-component:hover .app-component-menu:hover .component-params:hover,body.dark-mode .app-component:hover .app-component-menu:hover .component-random-fill:hover {
    color: #1f8a91;
    background: #23262d
}

body.dark-mode .app-component:hover .app-component-menu:hover .component-clone:hover,body.dark-mode .app-component:hover .app-component-menu:hover .component-save:hover,body.dark-mode .app-component:hover .app-component-menu:hover .sortable:hover {
    color: #6469af;
    background: #23262d
}

body.dark-mode .note-mbrStyle ul.dropdown-menu li.selected a {
    background-color: #23262d
}

body.dark-mode .note-mbrStyle ul.dropdown-menu li.selected a:hover {
    background-color: #2a2e35
}

body.dark-mode .placeholderPage {
    color: #e3e3e3
}

@media (max-width: 600px) {
    .note-air-layout .dropup .caret {
        border-top:4px solid #333;
        border-bottom: 0 dotted
    }
}

.app-component-divider {
    width: 100%;
    height: 100px;
    border: 15px dashed #6469af
}

@media (min-width: 1441px) {
    .app-component-divider {
        height:50px;
        border-width: 8px
    }
}

.ui-sortable-placeholder {
    visibility: visible!important;
    overflow: hidden;
    background: #fff;
    border: 3px dashed #6469af;
    height: 20px
}

@media (min-width: 1201px) {
    .ui-sortable-placeholder {
        height:70px;
        border-width: 7px
    }
}

@media (min-width: 600px) {
    .app-component::after {
        content:"";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        border: 4px solid #6469af;
        z-index: 1000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        pointer-events: none;
        -webkit-transition: .3s opacity ease;
        -o-transition: .3s opacity ease;
        transition: .3s opacity ease
    }
}

.app-component.ui-sortable-helper {
    left: auto!important;
    width: calc(100% - 120px*2)!important
}

.app-component.pos-absolute::after {
    bottom: -93px!important
}

.app-component.focused.pos-absolute,.app-component.focused[data-app-always-top=true] {
    z-index: 1040!important
}

.app-component.focused::after {
    opacity: 1
}

.app-component,.app-component .app-component-content,.app-component .app-component-content footer,.note-mbrStyle ul.dropdown-menu li {
    position: relative
}

.app-component ::-moz-selection {
    background-color: rgba(66,165,245,.5);
    color: #fff
}

.app-component ::selection {
    background-color: rgba(66,165,245,.5);
    color: #fff
}

.app-component [contenteditable],.app-component [contenteditable] * {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto

.app-component [data-app-btn],.app-component [data-app-edit=content],.app-component [data-app-edit=image] {
    outline: 0;
    outline-color: #fff;

.app-component [custom-code],.app-component [data-app-btn],.app-component [data-app-edit=content],.app-component [data-app-edit=full],.app-component [data-app-edit=image],.app-component [data-app-edit=media],.app-component [mbr-media] {
    cursor: pointer
}

.app-component [contentEditable=true] {
    cursor: text!important
}

.app-component[data-app-always-bottom] .app-component-menu {
    right: 75px
}

.app-component .app-component-menu {
    position: sticky;
    top: 0;
    z-index: 1039;
    opacity: 0;
    -webkit-transition: .3s opacity ease;
    -o-transition: .3s opacity ease;
    transition: .3s opacity ease
}

@media (max-width: 600px) {
    .app-component .app-component-menu {
        display:none
    }
}

.app-component .app-component-menu .app-component-edit {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05),0 1px 15px rgba(0,0,0,.08);
    box-shadow: 0 1px 1px rgba(0,0,0,.05),0 1px 15px rgba(0,0,0,.08)
}

.app-component .app-component-menu .mbr-btn {
    font-size: 24px;
    width: 52px;
    height: 44px;
    line-height: 44px;
    padding: 4px 0 0;
    color: gray;
    border: 0;
    border-radius: 12px
}

.app-component .app-component-menu .mbr-btn:not(:last-child) {
    margin-right: 5px
}

.app-component .app-component-menu .mbr-btn.component-remove {
    margin-right: 0
}

.app-component .app-component-menu .mbr-btn.component-params {
    color: #1f8a91
}

.app-component .app-component-menu .mbr-btn.component-params::before {
    display: inline-block;
    height: 36px;
    -webkit-animation: 10s infinite linear rotating;
    animation: 10s infinite linear rotating
}

.app-component .app-component-menu .mbr-btn.sortable {
    cursor: -webkit-grab;
    cursor: grab
}

.app-component .app-component-menu .hidden-param {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px)
}

.app-component:hover .app-component-menu {
    opacity: 1
}

.app-component:hover .app-component-menu:hover .component-cancel:hover,.app-component:hover .app-component-menu:hover .component-remove:hover {
    color: #df555c;
    background: #fae6e7
}

.app-component:hover .app-component-menu:hover .component-code-fake,.app-component:hover .app-component-menu:hover .component-code:hover,.app-component:hover .app-component-menu:hover .component-css:hover,.app-component:hover .app-component-menu:hover .component-params:hover,.app-component:hover .app-component-menu:hover .component-random-fill:hover {
    color: #1f8a91;
    background: #d6f4f6
}

.app-component:hover .app-component-menu:hover .component-clone:hover,.app-component:hover .app-component-menu:hover .component-save:hover,.app-component:hover .app-component-menu:hover .sortable:hover {
    color: #6469af;
    background: #e8e9f3
}

.app-component.pos-absolute>.app-component-menu .app-component-edit,.app-component[data-app-always-top=true]>.app-component-menu .app-component-edit {
    top: 70px
}

.app-component.pos-absolute+.app-component .app-component-menu,.app-component[data-app-always-top=true]+.app-component .app-component-menu {
    top: -73px
}

.app-component.pos-absolute+.app-component .app-component-menu .app-component-edit,.app-component[data-app-always-top=true]+.app-component .app-component-menu .app-component-edit {
    top: 93px
}

.app-component .app-component-menu.app-component-code-editor .app-component-edit {
    display: none
}

.app-video-wrapper {
    position: relative;
    background: #3e3e3c
}

.app-video-wrapper::after {
    content: "";
    display: table;
    clear: both
}

.app-video-wrapper::before {
    position: absolute;
    font-family: "Moririse2";
    content: "\e95f";
    font-size: 70px;
    line-height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 1px 1px #7c7c7c;
    z-index: 1
}

.app-video-wrapper>img {
    opacity: .6;
    width: 100%;
    height: auto
}

.tooltip {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

@media (max-width: 600px) {
    .tooltip {
        display:none!important
    }
}

.tooltip-inner {
    font-size: 15px;
    font-family: "Inter Tight",sans-serif;
    padding: 7px 12px;
    border-radius: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    line-break: auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.note-popover .popover .popover-content {
    padding: 0 0 4px 5px
}

.note-popover .popover .popover-content>.btn-group {
    margin-top: 4px
}

.note-popover .popover .popover-content .note-mbrLinkColor .btn {
    line-height: 0
}

.note-popover .popover .popover-content .btn {
    font-size: 24px!important;
    height: 44px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.note-popover .popover .popover-content .btn i {
    line-height: 42px
}

.note-air-layout .btn {
    padding-top: 0;
    padding-bottom: 0
}

.note-air-layout h4.modal-title {
    margin: 0
}

.note-air-layout .modal-footer {
    margin-top: 0
}

.note-air-layout .row {
    margin-bottom: 15px
}

.note-air-layout .checkbox {
    padding-left: 0;
    margin-bottom: 0
}

.note-air-layout .modal-body {
    padding-bottom: 5px
}

span>a[contentEditable=true]:empty,span[contentEditable=true]:empty {
    display: inline-block;
    min-height: 20px;
    min-width: 20px
}

[data-app-placeholder]:empty:not(:focus)::after {
    content: attr(data-app-placeholder);
    color: inherit;
    opacity: .5
}

.mbr-btn,.userblock-alert {
    border-radius: 16px;
    text-align: center
}

.mbr-btn {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem 1.6rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.note-mbrStyle ul.dropdown-menu li span {
    margin: 0!important
}

.note-mbrStyle .mbr-icon-paint-brush {
    bottom: 0;
    position: absolute;
    right: 5px;
    top: 0
}

.note-mbrStyle ul.dropdown-menu li.selected a:hover {
    background-color: #ebebeb
}

.note-mbrStyle ul.dropdown-menu li.selected .mbr-icon-paint-brush {
    visibility: visible!important
}

.note-mbrStyle .note-current-mbrStyle,.note-mbrStyle ul.dropdown-menu li a,.note-mbrStyle ul.dropdown-menu li span {
    font-size: 24px!important;
    line-height: 1.4!important
}

.userblock-alert {
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 15px 25px;
    max-width: 250px;
    font-size: 14px;
    z-index: 1000000
}

.userblock-alert.success {
    background-color: green;
    color: #fff
}

.userblock-alert.error {
    background-color: #df555c;
    color: #fff
}

.userblock-alert__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px
}

.userblock-alert__close::after,.userblock-alert__close::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
    width: 10px;
    background-color: #fff
}

.userblock-alert__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.template {
    min-height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.05),0 1px 15px rgba(0,0,0,.08);
    box-shadow: 0 0 1px rgba(0,0,0,.05),0 1px 15px rgba(0,0,0,.08)
}

.placeholderPage,.placeholderPage .placeholderPage__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.placeholderPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #696969;
    font-size: 1.8rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-weight: 300;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.placeholderPage .placeholderPage__button {
    width: 46px;
    height: 46px;
    padding: 15px;
    margin: 10px;
    border-radius: 100%;
    border: 0;
    pointer-events: all
}

.placeholderPage .placeholderPage__button:focus {
    outline: 0
}

.placeholderPage .placeholderPage__button i {
    font-size: 20px;
    position: relative;
    top: -4px;
    pointer-events: none;
    line-height: 30px
}

.btn-red:not(.btn-link):not(.btn-flat) {
    background-color: #df555c;
    color: rgba(255,255,255,.84)
}

.btn-red:not(.btn-link):not(.btn-flat):hover {
    background-color: #da3b43
}

.hidden-interface {
    display: none!important
}

html[amp-version] #scrollToTopButton {
    right: 90px
}

.app-component-edit .component-magic-fill svg {
    -webkit-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
    fill: currentColor!important;
    color: inherit!important;
    stroke: currentColor!important
}

.amp-img-preloader {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.amp-img-preloader,.m-img-preloader {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-color: #fff
}

@media (min-width: 600px) {
    body.desktop.rounded-canvas {
        padding:34px
    }
}

@media (max-width: 762px) {
    body.desktop.rounded-canvas {
        padding:0
    }
}

.m-img-preloader,.placeholderPage {
    position: absolute
}

@media (min-width: 768px) {
    .placeholderPage {
        font-size:1.8rem
    }
}

@media (max-width: 767px) {
    .placeholderPage {
        font-size:1.2rem
    }
}

.mbr-masonry .editing {
    z-index: 10
}
