/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


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

.qode_icon_font_awesome.fa {
    font-family: FontAwesome!important
}

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



.kiko-train:before {
  content: '\f001'; }

.kiko-car:before {
  content: '\f002'; }

.kiko-truck:before {
  content: '\f003'; }

.kiko-bike:before {
  content: '\f004'; }

.kiko-sailboat:before {
  content: '\f005'; }

.kiko-airplane:before {
  content: '\f006'; }

.kiko-helicopter:before {
  content: '\f007'; }

.kiko-motor-scooter:before {
  content: '\f008'; }

.kiko-motorcycle:before {
  content: '\f009'; }

.kiko-air-balloon:before {
  content: '\f010'; }

.kiko-plane-takes-off:before {
  content: '\f011'; }

.kiko-plane-lands:before {
  content: '\f012'; }

.kiko-bus:before {
  content: '\f013'; }

.kiko-cargo-vessel:before {
  content: '\f014'; }

.kiko-electromobile:before {
  content: '\f015'; }

.kiko-rocket:before {
  content: '\f016'; }

.kiko-rocket-shuttle:before {
  content: '\f017'; }

.kiko-ambulance:before {
  content: '\f018'; }

.kiko-police:before {
  content: '\f019'; }

.kiko-tank:before {
  content: '\f020'; }

.kiko-tractor:before {
  content: '\f021'; }

.kiko-tow-truck:before {
  content: '\f022'; }

.kiko-airship:before {
  content: '\f023'; }

.kiko-scooter:before {
  content: '\f024'; }

.kiko-self-balancing-scooter:before {
  content: '\f025'; }

.kiko-segway:before {
  content: '\f026'; }

.kiko-metro:before {
  content: '\f027'; }

.kiko-syringe:before {
  content: '\f028'; }

.kiko-pills:before {
  content: '\f029'; }

.kiko-microscope:before {
  content: '\f030'; }

.kiko-jar-of-medicine:before {
  content: '\f031'; }

.kiko-tubes:before {
  content: '\f032'; }

.kiko-medicine:before {
  content: '\f033'; }

.kiko-toilet:before {
  content: '\f034'; }

.kiko-patch:before {
  content: '\f035'; }

.kiko-pregnancy:before {
  content: '\f036'; }

.kiko-medical-app:before {
  content: '\f037'; }

.kiko-herbs:before {
  content: '\f038'; }

.kiko-recipe:before {
  content: '\f039'; }

.kiko-crushing-of-medicines:before {
  content: '\f040'; }

.kiko-blood:before {
  content: '\f041'; }

.kiko-donor:before {
  content: '\f042'; }

.kiko-brain:before {
  content: '\f043'; }

.kiko-kidneys:before {
  content: '\f044'; }

.kiko-liver:before {
  content: '\f045'; }

.kiko-lungs:before {
  content: '\f046'; }

.kiko-heart:before {
  content: '\f047'; }

.kiko-intestine:before {
  content: '\f048'; }

.kiko-stomach:before {
  content: '\f049'; }

.kiko-healthy-tooth:before {
  content: '\f050'; }

.kiko-aching-tooth:before {
  content: '\f051'; }

.kiko-nose:before {
  content: '\f052'; }

.kiko-ear:before {
  content: '\f053'; }

.kiko-eye:before {
  content: '\f054'; }

.kiko-chest:before {
  content: '\f055'; }

.kiko-doctor:before {
  content: '\f056'; }

.kiko-doctor-woman:before {
  content: '\f057'; }

.kiko-scheduled-med:before {
  content: '\f058'; }

.kiko-hand:before {
  content: '\f059'; }

.kiko-foot:before {
  content: '\f060'; }

.kiko-hospital:before {
  content: '\f061'; }

.kiko-stethoscope:before {
  content: '\f062'; }

.kiko-bacteria:before {
  content: '\f063'; }

.kiko-DNA:before {
  content: '\f064'; }

.kiko-spine:before {
  content: '\f065'; }

.kiko-bed-rest:before {
  content: '\f066'; }

.kiko-bone:before {
  content: '\f067'; }

.kiko-medical-cross:before {
  content: '\f068'; }

.kiko-medical-cross-usa:before {
  content: '\f069'; }

.kiko-dropper:before {
  content: '\f070'; }

.kiko-heart-rate:before {
  content: '\f071'; }

.kiko-marijuana:before {
  content: '\f072'; }

.kiko-fracture:before {
  content: '\f073'; }

.kiko-urine:before {
  content: '\f074'; }

.kiko-fecal:before {
  content: '\f075'; }

.kiko-diagnostics:before {
  content: '\f076'; }

.kiko-allergy:before {
  content: '\f077'; }

.kiko-call-med:before {
  content: '\f078'; }

.kiko-crutches:before {
  content: '\f079'; }

.kiko-wheelchair:before {
  content: '\f080'; }

.kiko-skull:before {
  content: '\f081'; }

.kiko-childbirth:before {
  content: '\f082'; }

.kiko-vitamins:before {
  content: '\f083'; }

.kiko-exclamation-circle:before {
  content: '\f084'; }

.kiko-exclamation-triangle:before {
  content: '\f085'; }

.kiko-arrow-down-circle:before {
  content: '\f086'; }

.kiko-arrow-up-circle:before {
  content: '\f087'; }

.kiko-arrow-left-circle:before {
  content: '\f088'; }

.kiko-arrow-right-circle:before {
  content: '\f089'; }

.kiko-arrow-up:before {
  content: '\f090'; }

.kiko-arrow-down:before {
  content: '\f091'; }

.kiko-arrow-right:before {
  content: '\f092'; }

.kiko-arrow-left:before {
  content: '\f093'; }

.kiko-double-arrow-up:before {
  content: '\f094'; }

.kiko-double-arrow-down:before {
  content: '\f095'; }

.kiko-double-arrow-left:before {
  content: '\f096'; }

.kiko-double-arrow-right:before {
  content: '\f097'; }

.kiko-clip:before {
  content: '\f098'; }

.kiko-triangular-arrow-up:before {
  content: '\f099'; }

.kiko-triangular-arrow-down:before {
  content: '\f100'; }

.kiko-triangular-arrow-left:before {
  content: '\f101'; }

.kiko-triangular-arrow-right:before {
  content: '\f102'; }

.kiko-email-at:before {
  content: '\f103'; }

.kiko-signal:before {
  content: '\f104'; }

.kiko-bad-signal:before {
  content: '\f105'; }

.kiko-no-signal:before {
  content: '\f106'; }

.kiko-video:before {
  content: '\f107'; }

.kiko-sound-on:before {
  content: '\f108'; }

.kiko-sound-off:before {
  content: '\f109'; }

.kiko-call-on:before {
  content: '\f110'; }

.kiko-call-off:before {
  content: '\f111'; }

.kiko-bluetooth:before {
  content: '\f112'; }

.kiko-wifi:before {
  content: '\f113'; }

.kiko-book-open:before {
  content: '\f114'; }

.kiko-book-close:before {
  content: '\f115'; }

.kiko-bookmark:before {
  content: '\f116'; }

.kiko-light-turn-on:before {
  content: '\f117'; }

.kiko-light-turn-off:before {
  content: '\f118'; }

.kiko-brush:before {
  content: '\f119'; }

.kiko-full-battery:before {
  content: '\f120'; }

.kiko-half-empty-battery:before {
  content: '\f121'; }

.kiko-empty-battery:before {
  content: '\f122'; }

.kiko-check-circle:before {
  content: '\f123'; }

.kiko-check-square:before {
  content: '\f124'; }

.kiko-check:before {
  content: '\f125'; }

.kiko-cross-circle:before {
  content: '\f126'; }

.kiko-cross-square:before {
  content: '\f127'; }

.kiko-cross:before {
  content: '\f128'; }

.kiko-clock:before {
  content: '\f129'; }

.kiko-cloud-download:before {
  content: '\f130'; }

.kiko-cloud-load:before {
  content: '\f131'; }

.kiko-cloud:before {
  content: '\f132'; }

.kiko-loading:before {
  content: '\f133'; }

.kiko-credit-card:before {
  content: '\f134'; }

.kiko-crop:before {
  content: '\f135'; }

.kiko-pencil:before {
  content: '\f136'; }

.kiko-pencil-write:before {
  content: '\f137'; }

.kiko-drop:before {
  content: '\f138'; }

.kiko-no-drop:before {
  content: '\f139'; }

.kiko-email:before {
  content: '\f140'; }

.kiko-email-open:before {
  content: '\f141'; }

.kiko-email-forward:before {
  content: '\f142'; }

.kiko-email-deleted:before {
  content: '\f143'; }

.kiko-email-attachment:before {
  content: '\f144'; }

.kiko-emails:before {
  content: '\f145'; }

.kiko-expand:before {
  content: '\f146'; }

.kiko-open-eye:before {
  content: '\f147'; }

.kiko-no-eye:before {
  content: '\f148'; }

.kiko-trash:before {
  content: '\f149'; }

.kiko-sheet:before {
  content: '\f150'; }

.kiko-sheet-plus:before {
  content: '\f151'; }

.kiko-sheet-minus:before {
  content: '\f152'; }

.kiko-sheet-text:before {
  content: '\f153'; }

.kiko-video-file:before {
  content: '\f154'; }

.kiko-flag:before {
  content: '\f155'; }

.kiko-gift:before {
  content: '\f156'; }

.kiko-globe-europe:before {
  content: '\f157'; }

.kiko-globe-north-america:before {
  content: '\f158'; }

.kiko-globe-asia:before {
  content: '\f159'; }

.kiko-globe-australia:before {
  content: '\f160'; }

.kiko-globe:before {
  content: '\f161'; }

.kiko-home:before {
  content: '\f162'; }

.kiko-hashtag:before {
  content: '\f163'; }

.kiko-headphones:before {
  content: '\f164'; }

.kiko-microphone:before {
  content: '\f165'; }

.kiko-microphone-off:before {
  content: '\f166'; }

.kiko-link:before {
  content: '\f167'; }

.kiko-zoom:before {
  content: '\f168'; }

.kiko-zoom-minus:before {
  content: '\f169'; }

.kiko-zoom-plus:before {
  content: '\f170'; }

.kiko-heart-symbol:before {
  content: '\f171'; }

.kiko-picture:before {
  content: '\f172'; }

.kiko-information:before {
  content: '\f173'; }

.kiko-layers:before {
  content: '\f174'; }

.kiko-hamburger-menu:before {
  content: '\f175'; }

.kiko-plus:before {
  content: '\f176'; }

.kiko-circle-plus:before {
  content: '\f177'; }

.kiko-square-plus:before {
  content: '\f178'; }

.kiko-pause:before {
  content: '\f179'; }

.kiko-record:before {
  content: '\f180'; }

.kiko-forward:before {
  content: '\f181'; }

.kiko-previous:before {
  content: '\f182'; }

.kiko-note:before {
  content: '\f183'; }

.kiko-treble-clef:before {
  content: '\f184'; }

.kiko-navigation:before {
  content: '\f185'; }

.kiko-moon:before {
  content: '\f186'; }

.kiko-sun:before {
  content: '\f187'; }

.kiko-comment:before {
  content: '\f188'; }

.kiko-dialogue:before {
  content: '\f189'; }

.kiko-user:before {
  content: '\f190'; }

.kiko-user-add:before {
  content: '\f191'; }

.kiko-user-minus:before {
  content: '\f192'; }

.kiko-user-check:before {
  content: '\f193'; }

.kiko-user-x:before {
  content: '\f194'; }

.kiko-users:before {
  content: '\f195'; }

.kiko-phone:before {
  content: '\f196'; }

.kiko-turn-off-phone:before {
  content: '\f197'; }

.kiko-question:before {
  content: '\f198'; }

.kiko-label:before {
  content: '\f199'; }

.kiko-off:before {
  content: '\f200'; }

.kiko-shield:before {
  content: '\f201'; }

.kiko-shield-crossed:before {
  content: '\f202'; }

.kiko-gear:before {
  content: '\f203'; }

.kiko-several-gears:before {
  content: '\f204'; }

.kiko-wrench:before {
  content: '\f205'; }

.kiko-shopping-cart:before {
  content: '\f206'; }

.kiko-shopping-cart-add:before {
  content: '\f207'; }

.kiko-shopping-cart-delete:before {
  content: '\f208'; }

.kiko-shopping-cart-pay:before {
  content: '\f209'; }

.kiko-shopping-basket:before {
  content: '\f210'; }

.kiko-shopping-basket-add:before {
  content: '\f211'; }

.kiko-shopping-basket-delete:before {
  content: '\f212'; }

.kiko-termometer-minus:before {
  content: '\f213'; }

.kiko-termometer-plus:before {
  content: '\f214'; }

.kiko-star:before {
  content: '\f215'; }

.kiko-half-star:before {
  content: '\f216'; }

.kiko-text:before {
  content: '\f217'; }

.kiko-lock:before {
  content: '\f218'; }

.kiko-unlock:before {
  content: '\f219'; }

.kiko-umbrella:before {
  content: '\f220'; }

.kiko-save:before {
  content: '\f221'; }

.kiko-save-error:before {
  content: '\f222'; }

.kiko-paper-bag:before {
  content: '\f223'; }

.kiko-circle-checkbox:before {
  content: '\f224'; }

.kiko-circle-checkbox-full:before {
  content: '\f225'; }

.kiko-square-checkbox:before {
  content: '\f226'; }

.kiko-square-checkbox-full:before {
  content: '\f227'; }

.kiko-marker-map:before {
  content: '\f228'; }

.kiko-pin:before {
  content: '\f229'; }

.kiko-map:before {
  content: '\f230'; }

.kiko-lightning:before {
  content: '\f231'; }

.kiko-lightning-off:before {
  content: '\f232'; }

.kiko-pipette:before {
  content: '\f233'; }

.kiko-compass:before {
  content: '\f234'; }

.kiko-copy:before {
  content: '\f235'; }

.kiko-cut:before {
  content: '\f236'; }

.kiko-past:before {
  content: '\f237'; }

.kiko-information-symbol:before {
  content: '\f238'; }

.kiko-download-file:before {
  content: '\f239'; }

.kiko-broken-link:before {
  content: '\f240'; }

.kiko-email-read:before {
  content: '\f241'; }

.kiko-spam:before {
  content: '\f242'; }

.kiko-globe-latin-america:before {
  content: '\f243'; }

.kiko-globe-japan:before {
  content: '\f244'; }

.kiko-globe-africa:before {
  content: '\f245'; }

.kiko-globe-east:before {
  content: '\f246'; }

.kiko-globe-antarctic:before {
  content: '\f247'; }

.kiko-fire:before {
  content: '\f248'; }

.kiko-support:before {
  content: '\f249'; }

.kiko-recycle-symbol:before {
  content: '\f250'; }

.kiko-reload-arrow:before {
  content: '\f251'; }

.kiko-cross-line:before {
  content: '\f252'; }

.kiko-check-line:before {
  content: '\f253'; }

.kiko-plus-line:before {
  content: '\f254'; }

.kiko-timer:before {
  content: '\f255'; }

.kiko-alarm:before {
  content: '\f256'; }

.kiko-alarm-off:before {
  content: '\f257'; }

.kiko-fingerprint:before {
  content: '\f258'; }

.kiko-scan-fingerprint:before {
  content: '\f259'; }

.kiko-computer-virus:before {
  content: '\f260'; }

.kiko-the-compass:before {
  content: '\f234'; }

.kiko-wifi-off:before {
  content: '\f261'; }

.kiko-quote-left:before {
  content: '\f262'; }

.kiko-quote-right:before {
  content: '\f263'; }

.kiko-ellipsis-menu-v:before {
  content: '\f264'; }

.kiko-ellipsis-menu-h:before {
  content: '\f265'; }

.kiko-iphone:before {
  content: '\f266'; }

.kiko-android-phone:before {
  content: '\f267'; }

.kiko-google-pixel-phone:before {
  content: '\f268'; }

.kiko-old-phone:before {
  content: '\f269'; }

.kiko-nokia-3310:before {
  content: '\f270'; }

.kiko-bendable-smartphone:before {
  content: '\f271'; }

.kiko-tablet:before {
  content: '\f272'; }

.kiko-imac-computer:before {
  content: '\f274'; }

.kiko-notebook:before {
  content: '\f275'; }

.kiko-top-notebook:before {
  content: '\f276'; }

.kiko-screen:before {
  content: '\f277'; }

.kiko-mouse:before {
  content: '\f278'; }

.kiko-graphic-pen:before {
  content: '\f279'; }

.kiko-vr:before {
  content: '\f280'; }

.kiko-google-glass:before {
  content: '\f281'; }

.kiko-graphics-tablet:before {
  content: '\f282'; }

.kiko-printer:before {
  content: '\f283'; }

.kiko-scanner:before {
  content: '\f284'; }

.kiko-warehouse-scanner:before {
  content: '\f285'; }

.kiko-iwatch:before {
  content: '\f286'; }

.kiko-smart-watch:before {
  content: '\f287'; }

.kiko-navigator:before {
  content: '\f288'; }

.kiko-dashcam:before {
  content: '\f289'; }

.kiko-music-speaker:before {
  content: '\f290'; }

.kiko-yandex-alice:before {
  content: '\f291'; }

.kiko-cortana-station:before {
  content: '\f292'; }

.kiko-hello-google:before {
  content: '\f293'; }

.kiko-amazon-station:before {
  content: '\f294'; }

.kiko-web-camera:before {
  content: '\f295'; }

.kiko-desktop-microphone:before {
  content: '\f296'; }

.kiko-earphones:before {
  content: '\f297'; }

.kiko-music-headphones:before {
  content: '\f298'; }

.kiko-headphones-microphone:before {
  content: '\f299'; }

.kiko-cable:before {
  content: '\f300'; }

.kiko-socket-eu:before {
  content: '\f301'; }

.kiko-socket-us:before {
  content: '\f302'; }

.kiko-fitness-bracelet:before {
  content: '\f303'; }

.kiko-gps-tracker:before {
  content: '\f304'; }

.kiko-satellite-communication:before {
  content: '\f305'; }

.kiko-television:before {
  content: '\f306'; }

.kiko-digital-tv:before {
  content: '\f307'; }

.kiko-router:before {
  content: '\f308'; }

.kiko-external-drive:before {
  content: '\f309'; }

.kiko-go-pro-camera:before {
  content: '\f310'; }

.kiko-quadcopter:before {
  content: '\f311'; }

.kiko-radio:before {
  content: '\f312'; }

.kiko-transmitter:before {
  content: '\f313'; }

.kiko-baby-radio-monitor:before {
  content: '\f314'; }

.kiko-baby-monitor:before {
  content: '\f315'; }

.kiko-joystick:before {
  content: '\f316'; }

.kiko-portable-console:before {
  content: '\f317'; }

.kiko-ipod:before {
  content: '\f318'; }

.kiko-handsfree:before {
  content: '\f319'; }

.kiko-camera:before {
  content: '\f320'; }

.kiko-professional-camera:before {
  content: '\f321'; }

.kiko-professional-video-camera:before {
  content: '\f322'; }

.kiko-journalist-microphone:before {
  content: '\f323'; }

.kiko-studio-lighting:before {
  content: '\f324'; }

.kiko-robot-pet:before {
  content: '\f325'; }

.kiko-robot-vacuum-cleaner:before {
  content: '\f326'; }

.kiko-robot-big-dog:before {
  content: '\f327'; }

.kiko-humanoid-robot:before {
  content: '\f328'; }

.kiko-robot:before {
  content: '\f329'; }

.kiko-robot-head:before {
  content: '\f330'; }

.kiko-desktop-computer:before {
  content: '\f273'; }

.kiko-anchor:before {
  content: '\f331'; }

.kiko-calendar:before {
  content: '\f332'; }

.kiko-schedule:before {
  content: '\f333'; }

.kiko-address-book:before {
  content: '\f334'; }

.kiko-facebook:before {
  content: '\f335'; }

.kiko-twitter:before {
  content: '\f336'; }

.kiko-dribbble:before {
  content: '\f337'; }

.kiko-behance:before {
  content: '\f338'; }

.kiko-pinterest:before {
  content: '\f339'; }

.kiko-vkontakte:before {
  content: '\f340'; }

.kiko-odnoklassniki:before {
  content: '\f341'; }

.kiko-flipboard:before {
  content: '\f342'; }

.kiko-whatsapp:before {
  content: '\f343'; }

.kiko-blogger:before {
  content: '\f344'; }

.kiko-evernote:before {
  content: '\f345'; }

.kiko-gmail:before {
  content: '\f346'; }

.kiko-line:before {
  content: '\f347'; }

.kiko-myspace:before {
  content: '\f348'; }

.kiko-pocket:before {
  content: '\f349'; }

.kiko-skype:before {
  content: '\f350'; }

.kiko-viadeo:before {
  content: '\f351'; }

.kiko-xing:before {
  content: '\f352'; }

.kiko-linkedin:before {
  content: '\f353'; }

.kiko-naver:before {
  content: '\f354'; }

.kiko-stumbleupon:before {
  content: '\f355'; }

.kiko-viber:before {
  content: '\f356'; }

.kiko-snapchat:before {
  content: '\f357'; }

.kiko-yammer:before {
  content: '\f358'; }

.kiko-digg:before {
  content: '\f359'; }

.kiko-messenger:before {
  content: '\f360'; }

.kiko-live-journal:before {
  content: '\f361'; }

.kiko-newsvine:before {
  content: '\f362'; }

.kiko-qzone:before {
  content: '\f363'; }

.kiko-telegram:before {
  content: '\f364'; }

.kiko-yummly:before {
  content: '\f365'; }

.kiko-douban:before {
  content: '\f366'; }

.kiko-flattr:before {
  content: '\f367'; }

.kiko-hatena:before {
  content: '\f368'; }

.kiko-reddit:before {
  content: '\f369'; }

.kiko-tumblr:before {
  content: '\f370'; }

.kiko-weibo:before {
  content: '\f371'; }

.kiko-google:before {
  content: '\f372'; }

.kiko-yandex:before {
  content: '\f373'; }

.kiko-share:before {
  content: '\f374'; }

.kiko-yandex-aura:before {
  content: '\f375'; }

.kiko-wechat:before {
  content: '\f376'; }

.kiko-baidu:before {
  content: '\f377'; }

.kiko-bing:before {
  content: '\f378'; }

.kiko-like:before {
  content: '\f379'; }

.kiko-unlike:before {
  content: '\f380'; }


.kiko-train:before {
  content: '\f001'; }

.kiko-car:before {
  content: '\f002'; }

.kiko-truck:before {
  content: '\f003'; }

.kiko-bike:before {
  content: '\f004'; }

.kiko-sailboat:before {
  content: '\f005'; }

.kiko-airplane:before {
  content: '\f006'; }

.kiko-helicopter:before {
  content: '\f007'; }

.kiko-motor-scooter:before {
  content: '\f008'; }

.kiko-motorcycle:before {
  content: '\f009'; }

.kiko-air-balloon:before {
  content: '\f010'; }

.kiko-plane-takes-off:before {
  content: '\f011'; }

.kiko-plane-lands:before {
  content: '\f012'; }

.kiko-bus:before {
  content: '\f013'; }

.kiko-cargo-vessel:before {
  content: '\f014'; }

.kiko-electromobile:before {
  content: '\f015'; }

.kiko-rocket:before {
  content: '\f016'; }

.kiko-rocket-shuttle:before {
  content: '\f017'; }

.kiko-ambulance:before {
  content: '\f018'; }

.kiko-police:before {
  content: '\f019'; }

.kiko-tank:before {
  content: '\f020'; }

.kiko-tractor:before {
  content: '\f021'; }

.kiko-tow-truck:before {
  content: '\f022'; }

.kiko-airship:before {
  content: '\f023'; }

.kiko-scooter:before {
  content: '\f024'; }

.kiko-self-balancing-scooter:before {
  content: '\f025'; }

.kiko-segway:before {
  content: '\f026'; }

.kiko-metro:before {
  content: '\f027'; }

.kiko-syringe:before {
  content: '\f028'; }

.kiko-pills:before {
  content: '\f029'; }

.kiko-microscope:before {
  content: '\f030'; }

.kiko-jar-of-medicine:before {
  content: '\f031'; }

.kiko-tubes:before {
  content: '\f032'; }

.kiko-medicine:before {
  content: '\f033'; }

.kiko-toilet:before {
  content: '\f034'; }

.kiko-patch:before {
  content: '\f035'; }

.kiko-pregnancy:before {
  content: '\f036'; }

.kiko-medical-app:before {
  content: '\f037'; }

.kiko-herbs:before {
  content: '\f038'; }

.kiko-recipe:before {
  content: '\f039'; }

.kiko-crushing-of-medicines:before {
  content: '\f040'; }

.kiko-blood:before {
  content: '\f041'; }

.kiko-donor:before {
  content: '\f042'; }

.kiko-brain:before {
  content: '\f043'; }

.kiko-kidneys:before {
  content: '\f044'; }

.kiko-liver:before {
  content: '\f045'; }

.kiko-lungs:before {
  content: '\f046'; }

.kiko-heart:before {
  content: '\f047'; }

.kiko-intestine:before {
  content: '\f048'; }

.kiko-stomach:before {
  content: '\f049'; }

.kiko-healthy-tooth:before {
  content: '\f050'; }

.kiko-aching-tooth:before {
  content: '\f051'; }

.kiko-nose:before {
  content: '\f052'; }

.kiko-ear:before {
  content: '\f053'; }

.kiko-eye:before {
  content: '\f054'; }

.kiko-chest:before {
  content: '\f055'; }

.kiko-doctor:before {
  content: '\f056'; }

.kiko-doctor-woman:before {
  content: '\f057'; }

.kiko-scheduled-med:before {
  content: '\f058'; }

.kiko-hand:before {
  content: '\f059'; }

.kiko-foot:before {
  content: '\f060'; }

.kiko-hospital:before {
  content: '\f061'; }

.kiko-stethoscope:before {
  content: '\f062'; }

.kiko-bacteria:before {
  content: '\f063'; }

.kiko-DNA:before {
  content: '\f064'; }

.kiko-spine:before {
  content: '\f065'; }

.kiko-bed-rest:before {
  content: '\f066'; }

.kiko-bone:before {
  content: '\f067'; }

.kiko-medical-cross:before {
  content: '\f068'; }

.kiko-medical-cross-usa:before {
  content: '\f069'; }

.kiko-dropper:before {
  content: '\f070'; }

.kiko-heart-rate:before {
  content: '\f071'; }

.kiko-marijuana:before {
  content: '\f072'; }

.kiko-fracture:before {
  content: '\f073'; }

.kiko-urine:before {
  content: '\f074'; }

.kiko-fecal:before {
  content: '\f075'; }

.kiko-diagnostics:before {
  content: '\f076'; }

.kiko-allergy:before {
  content: '\f077'; }

.kiko-call-med:before {
  content: '\f078'; }

.kiko-crutches:before {
  content: '\f079'; }

.kiko-wheelchair:before {
  content: '\f080'; }

.kiko-skull:before {
  content: '\f081'; }

.kiko-childbirth:before {
  content: '\f082'; }

.kiko-vitamins:before {
  content: '\f083'; }

.kiko-exclamation-circle:before {
  content: '\f084'; }

.kiko-exclamation-triangle:before {
  content: '\f085'; }

.kiko-arrow-down-circle:before {
  content: '\f086'; }

.kiko-arrow-up-circle:before {
  content: '\f087'; }

.kiko-arrow-left-circle:before {
  content: '\f088'; }

.kiko-arrow-right-circle:before {
  content: '\f089'; }

.kiko-arrow-up:before {
  content: '\f090'; }

.kiko-arrow-down:before {
  content: '\f091'; }

.kiko-arrow-right:before {
  content: '\f092'; }

.kiko-arrow-left:before {
  content: '\f093'; }

.kiko-double-arrow-up:before {
  content: '\f094'; }

.kiko-double-arrow-down:before {
  content: '\f095'; }

.kiko-double-arrow-left:before {
  content: '\f096'; }

.kiko-double-arrow-right:before {
  content: '\f097'; }

.kiko-clip:before {
  content: '\f098'; }

.kiko-triangular-arrow-up:before {
  content: '\f099'; }

.kiko-triangular-arrow-down:before {
  content: '\f100'; }

.kiko-triangular-arrow-left:before {
  content: '\f101'; }

.kiko-triangular-arrow-right:before {
  content: '\f102'; }

.kiko-email-at:before {
  content: '\f103'; }

.kiko-signal:before {
  content: '\f104'; }

.kiko-bad-signal:before {
  content: '\f105'; }

.kiko-no-signal:before {
  content: '\f106'; }

.kiko-video:before {
  content: '\f107'; }

.kiko-sound-on:before {
  content: '\f108'; }

.kiko-sound-off:before {
  content: '\f109'; }

.kiko-call-on:before {
  content: '\f110'; }

.kiko-call-off:before {
  content: '\f111'; }

.kiko-bluetooth:before {
  content: '\f112'; }

.kiko-wifi:before {
  content: '\f113'; }

.kiko-book-open:before {
  content: '\f114'; }

.kiko-book-close:before {
  content: '\f115'; }

.kiko-bookmark:before {
  content: '\f116'; }

.kiko-light-turn-on:before {
  content: '\f117'; }

.kiko-light-turn-off:before {
  content: '\f118'; }

.kiko-brush:before {
  content: '\f119'; }

.kiko-full-battery:before {
  content: '\f120'; }

.kiko-half-empty-battery:before {
  content: '\f121'; }

.kiko-empty-battery:before {
  content: '\f122'; }

.kiko-check-circle:before {
  content: '\f123'; }

.kiko-check-square:before {
  content: '\f124'; }

.kiko-check:before {
  content: '\f125'; }

.kiko-cross-circle:before {
  content: '\f126'; }

.kiko-cross-square:before {
  content: '\f127'; }

.kiko-cross:before {
  content: '\f128'; }

.kiko-clock:before {
  content: '\f129'; }

.kiko-cloud-download:before {
  content: '\f130'; }

.kiko-cloud-load:before {
  content: '\f131'; }

.kiko-cloud:before {
  content: '\f132'; }

.kiko-loading:before {
  content: '\f133'; }

.kiko-credit-card:before {
  content: '\f134'; }

.kiko-crop:before {
  content: '\f135'; }

.kiko-pencil:before {
  content: '\f136'; }

.kiko-pencil-write:before {
  content: '\f137'; }

.kiko-drop:before {
  content: '\f138'; }

.kiko-no-drop:before {
  content: '\f139'; }

.kiko-email:before {
  content: '\f140'; }

.kiko-email-open:before {
  content: '\f141'; }

.kiko-email-forward:before {
  content: '\f142'; }

.kiko-email-deleted:before {
  content: '\f143'; }

.kiko-email-attachment:before {
  content: '\f144'; }

.kiko-emails:before {
  content: '\f145'; }

.kiko-expand:before {
  content: '\f146'; }

.kiko-open-eye:before {
  content: '\f147'; }

.kiko-no-eye:before {
  content: '\f148'; }

.kiko-trash:before {
  content: '\f149'; }

.kiko-sheet:before {
  content: '\f150'; }

.kiko-sheet-plus:before {
  content: '\f151'; }

.kiko-sheet-minus:before {
  content: '\f152'; }

.kiko-sheet-text:before {
  content: '\f153'; }

.kiko-video-file:before {
  content: '\f154'; }

.kiko-flag:before {
  content: '\f155'; }

.kiko-gift:before {
  content: '\f156'; }

.kiko-globe-europe:before {
  content: '\f157'; }

.kiko-globe-north-america:before {
  content: '\f158'; }

.kiko-globe-asia:before {
  content: '\f159'; }

.kiko-globe-australia:before {
  content: '\f160'; }

.kiko-globe:before {
  content: '\f161'; }

.kiko-home:before {
  content: '\f162'; }

.kiko-hashtag:before {
  content: '\f163'; }

.kiko-headphones:before {
  content: '\f164'; }

.kiko-microphone:before {
  content: '\f165'; }

.kiko-microphone-off:before {
  content: '\f166'; }

.kiko-link:before {
  content: '\f167'; }

.kiko-zoom:before {
  content: '\f168'; }

.kiko-zoom-minus:before {
  content: '\f169'; }

.kiko-zoom-plus:before {
  content: '\f170'; }

.kiko-heart-symbol:before {
  content: '\f171'; }

.kiko-picture:before {
  content: '\f172'; }

.kiko-information:before {
  content: '\f173'; }

.kiko-layers:before {
  content: '\f174'; }

.kiko-hamburger-menu:before {
  content: '\f175'; }

.kiko-plus:before {
  content: '\f176'; }

.kiko-circle-plus:before {
  content: '\f177'; }

.kiko-square-plus:before {
  content: '\f178'; }

.kiko-pause:before {
  content: '\f179'; }

.kiko-record:before {
  content: '\f180'; }

.kiko-forward:before {
  content: '\f181'; }

.kiko-previous:before {
  content: '\f182'; }

.kiko-note:before {
  content: '\f183'; }

.kiko-treble-clef:before {
  content: '\f184'; }

.kiko-navigation:before {
  content: '\f185'; }

.kiko-moon:before {
  content: '\f186'; }

.kiko-sun:before {
  content: '\f187'; }

.kiko-comment:before {
  content: '\f188'; }

.kiko-dialogue:before {
  content: '\f189'; }

.kiko-user:before {
  content: '\f190'; }

.kiko-user-add:before {
  content: '\f191'; }

.kiko-user-minus:before {
  content: '\f192'; }

.kiko-user-check:before {
  content: '\f193'; }

.kiko-user-x:before {
  content: '\f194'; }

.kiko-users:before {
  content: '\f195'; }

.kiko-phone:before {
  content: '\f196'; }

.kiko-turn-off-phone:before {
  content: '\f197'; }

.kiko-question:before {
  content: '\f198'; }

.kiko-label:before {
  content: '\f199'; }

.kiko-off:before {
  content: '\f200'; }

.kiko-shield:before {
  content: '\f201'; }

.kiko-shield-crossed:before {
  content: '\f202'; }

.kiko-gear:before {
  content: '\f203'; }

.kiko-several-gears:before {
  content: '\f204'; }

.kiko-wrench:before {
  content: '\f205'; }

.kiko-shopping-cart:before {
  content: '\f206'; }

.kiko-shopping-cart-add:before {
  content: '\f207'; }

.kiko-shopping-cart-delete:before {
  content: '\f208'; }

.kiko-shopping-cart-pay:before {
  content: '\f209'; }

.kiko-shopping-basket:before {
  content: '\f210'; }

.kiko-shopping-basket-add:before {
  content: '\f211'; }

.kiko-shopping-basket-delete:before {
  content: '\f212'; }

.kiko-termometer-minus:before {
  content: '\f213'; }

.kiko-termometer-plus:before {
  content: '\f214'; }

.kiko-star:before {
  content: '\f215'; }

.kiko-half-star:before {
  content: '\f216'; }

.kiko-text:before {
  content: '\f217'; }

.kiko-lock:before {
  content: '\f218'; }

.kiko-unlock:before {
  content: '\f219'; }

.kiko-umbrella:before {
  content: '\f220'; }

.kiko-save:before {
  content: '\f221'; }

.kiko-save-error:before {
  content: '\f222'; }

.kiko-paper-bag:before {
  content: '\f223'; }

.kiko-circle-checkbox:before {
  content: '\f224'; }

.kiko-circle-checkbox-full:before {
  content: '\f225'; }

.kiko-square-checkbox:before {
  content: '\f226'; }

.kiko-square-checkbox-full:before {
  content: '\f227'; }

.kiko-marker-map:before {
  content: '\f228'; }

.kiko-pin:before {
  content: '\f229'; }

.kiko-map:before {
  content: '\f230'; }

.kiko-lightning:before {
  content: '\f231'; }

.kiko-lightning-off:before {
  content: '\f232'; }

.kiko-pipette:before {
  content: '\f233'; }

.kiko-compass:before {
  content: '\f234'; }

.kiko-copy:before {
  content: '\f235'; }

.kiko-cut:before {
  content: '\f236'; }

.kiko-past:before {
  content: '\f237'; }

.kiko-information-symbol:before {
  content: '\f238'; }

.kiko-download-file:before {
  content: '\f239'; }

.kiko-broken-link:before {
  content: '\f240'; }

.kiko-email-read:before {
  content: '\f241'; }

.kiko-spam:before {
  content: '\f242'; }

.kiko-globe-latin-america:before {
  content: '\f243'; }

.kiko-globe-japan:before {
  content: '\f244'; }

.kiko-globe-africa:before {
  content: '\f245'; }

.kiko-globe-east:before {
  content: '\f246'; }

.kiko-globe-antarctic:before {
  content: '\f247'; }

.kiko-fire:before {
  content: '\f248'; }

.kiko-support:before {
  content: '\f249'; }

.kiko-recycle-symbol:before {
  content: '\f250'; }

.kiko-reload-arrow:before {
  content: '\f251'; }

.kiko-cross-line:before {
  content: '\f252'; }

.kiko-check-line:before {
  content: '\f253'; }

.kiko-plus-line:before {
  content: '\f254'; }

.kiko-timer:before {
  content: '\f255'; }

.kiko-alarm:before {
  content: '\f256'; }

.kiko-alarm-off:before {
  content: '\f257'; }

.kiko-fingerprint:before {
  content: '\f258'; }

.kiko-scan-fingerprint:before {
  content: '\f259'; }

.kiko-computer-virus:before {
  content: '\f260'; }

.kiko-the-compass:before {
  content: '\f234'; }

.kiko-wifi-off:before {
  content: '\f261'; }

.kiko-quote-left:before {
  content: '\f262'; }

.kiko-quote-right:before {
  content: '\f263'; }

.kiko-ellipsis-menu-v:before {
  content: '\f264'; }

.kiko-ellipsis-menu-h:before {
  content: '\f265'; }

.kiko-iphone:before {
  content: '\f266'; }

.kiko-android-phone:before {
  content: '\f267'; }

.kiko-google-pixel-phone:before {
  content: '\f268'; }

.kiko-old-phone:before {
  content: '\f269'; }

.kiko-nokia-3310:before {
  content: '\f270'; }

.kiko-bendable-smartphone:before {
  content: '\f271'; }

.kiko-tablet:before {
  content: '\f272'; }

.kiko-imac-computer:before {
  content: '\f274'; }

.kiko-notebook:before {
  content: '\f275'; }

.kiko-top-notebook:before {
  content: '\f276'; }

.kiko-screen:before {
  content: '\f277'; }

.kiko-mouse:before {
  content: '\f278'; }

.kiko-graphic-pen:before {
  content: '\f279'; }

.kiko-vr:before {
  content: '\f280'; }

.kiko-google-glass:before {
  content: '\f281'; }

.kiko-graphics-tablet:before {
  content: '\f282'; }

.kiko-printer:before {
  content: '\f283'; }

.kiko-scanner:before {
  content: '\f284'; }

.kiko-warehouse-scanner:before {
  content: '\f285'; }

.kiko-iwatch:before {
  content: '\f286'; }

.kiko-smart-watch:before {
  content: '\f287'; }

.kiko-navigator:before {
  content: '\f288'; }

.kiko-dashcam:before {
  content: '\f289'; }

.kiko-music-speaker:before {
  content: '\f290'; }

.kiko-yandex-alice:before {
  content: '\f291'; }

.kiko-cortana-station:before {
  content: '\f292'; }

.kiko-hello-google:before {
  content: '\f293'; }

.kiko-amazon-station:before {
  content: '\f294'; }

.kiko-web-camera:before {
  content: '\f295'; }

.kiko-desktop-microphone:before {
  content: '\f296'; }

.kiko-earphones:before {
  content: '\f297'; }

.kiko-music-headphones:before {
  content: '\f298'; }

.kiko-headphones-microphone:before {
  content: '\f299'; }

.kiko-cable:before {
  content: '\f300'; }

.kiko-socket-eu:before {
  content: '\f301'; }

.kiko-socket-us:before {
  content: '\f302'; }

.kiko-fitness-bracelet:before {
  content: '\f303'; }

.kiko-gps-tracker:before {
  content: '\f304'; }

.kiko-satellite-communication:before {
  content: '\f305'; }

.kiko-television:before {
  content: '\f306'; }

.kiko-digital-tv:before {
  content: '\f307'; }

.kiko-router:before {
  content: '\f308'; }

.kiko-external-drive:before {
  content: '\f309'; }

.kiko-go-pro-camera:before {
  content: '\f310'; }

.kiko-quadcopter:before {
  content: '\f311'; }

.kiko-radio:before {
  content: '\f312'; }

.kiko-transmitter:before {
  content: '\f313'; }

.kiko-baby-radio-monitor:before {
  content: '\f314'; }

.kiko-baby-monitor:before {
  content: '\f315'; }

.kiko-joystick:before {
  content: '\f316'; }

.kiko-portable-console:before {
  content: '\f317'; }

.kiko-ipod:before {
  content: '\f318'; }

.kiko-handsfree:before {
  content: '\f319'; }

.kiko-camera:before {
  content: '\f320'; }

.kiko-professional-camera:before {
  content: '\f321'; }

.kiko-professional-video-camera:before {
  content: '\f322'; }

.kiko-journalist-microphone:before {
  content: '\f323'; }

.kiko-studio-lighting:before {
  content: '\f324'; }

.kiko-robot-pet:before {
  content: '\f325'; }

.kiko-robot-vacuum-cleaner:before {
  content: '\f326'; }

.kiko-robot-big-dog:before {
  content: '\f327'; }

.kiko-humanoid-robot:before {
  content: '\f328'; }

.kiko-robot:before {
  content: '\f329'; }

.kiko-robot-head:before {
  content: '\f330'; }

.kiko-desktop-computer:before {
  content: '\f273'; }

.kiko-anchor:before {
  content: '\f331'; }

.kiko-calendar:before {
  content: '\f332'; }

.kiko-schedule:before {
  content: '\f333'; }

.kiko-address-book:before {
  content: '\f334'; }

.kiko-facebook:before {
  content: '\f335'; }

.kiko-twitter:before {
  content: '\f336'; }

.kiko-dribbble:before {
  content: '\f337'; }

.kiko-behance:before {
  content: '\f338'; }

.kiko-pinterest:before {
  content: '\f339'; }

.kiko-vkontakte:before {
  content: '\f340'; }

.kiko-odnoklassniki:before {
  content: '\f341'; }

.kiko-flipboard:before {
  content: '\f342'; }

.kiko-whatsapp:before {
  content: '\f343'; }

.kiko-blogger:before {
  content: '\f344'; }

.kiko-evernote:before {
  content: '\f345'; }

.kiko-gmail:before {
  content: '\f346'; }

.kiko-line:before {
  content: '\f347'; }

.kiko-myspace:before {
  content: '\f348'; }

.kiko-pocket:before {
  content: '\f349'; }

.kiko-skype:before {
  content: '\f350'; }

.kiko-viadeo:before {
  content: '\f351'; }

.kiko-xing:before {
  content: '\f352'; }

.kiko-linkedin:before {
  content: '\f353'; }

.kiko-naver:before {
  content: '\f354'; }

.kiko-stumbleupon:before {
  content: '\f355'; }

.kiko-viber:before {
  content: '\f356'; }

.kiko-snapchat:before {
  content: '\f357'; }

.kiko-yammer:before {
  content: '\f358'; }

.kiko-digg:before {
  content: '\f359'; }

.kiko-messenger:before {
  content: '\f360'; }

.kiko-live-journal:before {
  content: '\f361'; }

.kiko-newsvine:before {
  content: '\f362'; }

.kiko-qzone:before {
  content: '\f363'; }

.kiko-telegram:before {
  content: '\f364'; }

.kiko-yummly:before {
  content: '\f365'; }

.kiko-douban:before {
  content: '\f366'; }

.kiko-flattr:before {
  content: '\f367'; }

.kiko-hatena:before {
  content: '\f368'; }

.kiko-reddit:before {
  content: '\f369'; }

.kiko-tumblr:before {
  content: '\f370'; }

.kiko-weibo:before {
  content: '\f371'; }

.kiko-google:before {
  content: '\f372'; }

.kiko-yandex:before {
  content: '\f373'; }

.kiko-share:before {
  content: '\f374'; }

.kiko-yandex-aura:before {
  content: '\f375'; }

.kiko-wechat:before {
  content: '\f376'; }

.kiko-baidu:before {
  content: '\f377'; }

.kiko-bing:before {
  content: '\f378'; }

.kiko-like:before {
  content: '\f379'; }

.kiko-unlike:before {
  content: '\f380'; }


.kikos {
  font-family: 'Kiko';
  font-weight: 600; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


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

.qode_icon_font_awesome.fa {
    font-family: FontAwesome!important
}

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}



.kiko-train:before {
  content: '\f001'; }

.kiko-car:before {
  content: '\f002'; }

.kiko-truck:before {
  content: '\f003'; }

.kiko-bike:before {
  content: '\f004'; }

.kiko-sailboat:before {
  content: '\f005'; }

.kiko-airplane:before {
  content: '\f006'; }

.kiko-helicopter:before {
  content: '\f007'; }

.kiko-motor-scooter:before {
  content: '\f008'; }

.kiko-motorcycle:before {
  content: '\f009'; }

.kiko-air-balloon:before {
  content: '\f010'; }

.kiko-plane-takes-off:before {
  content: '\f011'; }

.kiko-plane-lands:before {
  content: '\f012'; }

.kiko-bus:before {
  content: '\f013'; }

.kiko-cargo-vessel:before {
  content: '\f014'; }

.kiko-electromobile:before {
  content: '\f015'; }

.kiko-rocket:before {
  content: '\f016'; }

.kiko-rocket-shuttle:before {
  content: '\f017'; }

.kiko-ambulance:before {
  content: '\f018'; }

.kiko-police:before {
  content: '\f019'; }

.kiko-tank:before {
  content: '\f020'; }

.kiko-tractor:before {
  content: '\f021'; }

.kiko-tow-truck:before {
  content: '\f022'; }

.kiko-airship:before {
  content: '\f023'; }

.kiko-scooter:before {
  content: '\f024'; }

.kiko-self-balancing-scooter:before {
  content: '\f025'; }

.kiko-segway:before {
  content: '\f026'; }

.kiko-metro:before {
  content: '\f027'; }

.kiko-syringe:before {
  content: '\f028'; }

.kiko-pills:before {
  content: '\f029'; }

.kiko-microscope:before {
  content: '\f030'; }

.kiko-jar-of-medicine:before {
  content: '\f031'; }

.kiko-tubes:before {
  content: '\f032'; }

.kiko-medicine:before {
  content: '\f033'; }

.kiko-toilet:before {
  content: '\f034'; }

.kiko-patch:before {
  content: '\f035'; }

.kiko-pregnancy:before {
  content: '\f036'; }

.kiko-medical-app:before {
  content: '\f037'; }

.kiko-herbs:before {
  content: '\f038'; }

.kiko-recipe:before {
  content: '\f039'; }

.kiko-crushing-of-medicines:before {
  content: '\f040'; }

.kiko-blood:before {
  content: '\f041'; }

.kiko-donor:before {
  content: '\f042'; }

.kiko-brain:before {
  content: '\f043'; }

.kiko-kidneys:before {
  content: '\f044'; }

.kiko-liver:before {
  content: '\f045'; }

.kiko-lungs:before {
  content: '\f046'; }

.kiko-heart:before {
  content: '\f047'; }

.kiko-intestine:before {
  content: '\f048'; }

.kiko-stomach:before {
  content: '\f049'; }

.kiko-healthy-tooth:before {
  content: '\f050'; }

.kiko-aching-tooth:before {
  content: '\f051'; }

.kiko-nose:before {
  content: '\f052'; }

.kiko-ear:before {
  content: '\f053'; }

.kiko-eye:before {
  content: '\f054'; }

.kiko-chest:before {
  content: '\f055'; }

.kiko-doctor:before {
  content: '\f056'; }

.kiko-doctor-woman:before {
  content: '\f057'; }

.kiko-scheduled-med:before {
  content: '\f058'; }

.kiko-hand:before {
  content: '\f059'; }

.kiko-foot:before {
  content: '\f060'; }

.kiko-hospital:before {
  content: '\f061'; }

.kiko-stethoscope:before {
  content: '\f062'; }

.kiko-bacteria:before {
  content: '\f063'; }

.kiko-DNA:before {
  content: '\f064'; }

.kiko-spine:before {
  content: '\f065'; }

.kiko-bed-rest:before {
  content: '\f066'; }

.kiko-bone:before {
  content: '\f067'; }

.kiko-medical-cross:before {
  content: '\f068'; }

.kiko-medical-cross-usa:before {
  content: '\f069'; }

.kiko-dropper:before {
  content: '\f070'; }

.kiko-heart-rate:before {
  content: '\f071'; }

.kiko-marijuana:before {
  content: '\f072'; }

.kiko-fracture:before {
  content: '\f073'; }

.kiko-urine:before {
  content: '\f074'; }

.kiko-fecal:before {
  content: '\f075'; }

.kiko-diagnostics:before {
  content: '\f076'; }

.kiko-allergy:before {
  content: '\f077'; }

.kiko-call-med:before {
  content: '\f078'; }

.kiko-crutches:before {
  content: '\f079'; }

.kiko-wheelchair:before {
  content: '\f080'; }

.kiko-skull:before {
  content: '\f081'; }

.kiko-childbirth:before {
  content: '\f082'; }

.kiko-vitamins:before {
  content: '\f083'; }

.kiko-exclamation-circle:before {
  content: '\f084'; }

.kiko-exclamation-triangle:before {
  content: '\f085'; }

.kiko-arrow-down-circle:before {
  content: '\f086'; }

.kiko-arrow-up-circle:before {
  content: '\f087'; }

.kiko-arrow-left-circle:before {
  content: '\f088'; }

.kiko-arrow-right-circle:before {
  content: '\f089'; }

.kiko-arrow-up:before {
  content: '\f090'; }

.kiko-arrow-down:before {
  content: '\f091'; }

.kiko-arrow-right:before {
  content: '\f092'; }

.kiko-arrow-left:before {
  content: '\f093'; }

.kiko-double-arrow-up:before {
  content: '\f094'; }

.kiko-double-arrow-down:before {
  content: '\f095'; }

.kiko-double-arrow-left:before {
  content: '\f096'; }

.kiko-double-arrow-right:before {
  content: '\f097'; }

.kiko-clip:before {
  content: '\f098'; }

.kiko-triangular-arrow-up:before {
  content: '\f099'; }

.kiko-triangular-arrow-down:before {
  content: '\f100'; }

.kiko-triangular-arrow-left:before {
  content: '\f101'; }

.kiko-triangular-arrow-right:before {
  content: '\f102'; }

.kiko-email-at:before {
  content: '\f103'; }

.kiko-signal:before {
  content: '\f104'; }

.kiko-bad-signal:before {
  content: '\f105'; }

.kiko-no-signal:before {
  content: '\f106'; }

.kiko-video:before {
  content: '\f107'; }

.kiko-sound-on:before {
  content: '\f108'; }

.kiko-sound-off:before {
  content: '\f109'; }

.kiko-call-on:before {
  content: '\f110'; }

.kiko-call-off:before {
  content: '\f111'; }

.kiko-bluetooth:before {
  content: '\f112'; }

.kiko-wifi:before {
  content: '\f113'; }

.kiko-book-open:before {
  content: '\f114'; }

.kiko-book-close:before {
  content: '\f115'; }

.kiko-bookmark:before {
  content: '\f116'; }

.kiko-light-turn-on:before {
  content: '\f117'; }

.kiko-light-turn-off:before {
  content: '\f118'; }

.kiko-brush:before {
  content: '\f119'; }

.kiko-full-battery:before {
  content: '\f120'; }

.kiko-half-empty-battery:before {
  content: '\f121'; }

.kiko-empty-battery:before {
  content: '\f122'; }

.kiko-check-circle:before {
  content: '\f123'; }

.kiko-check-square:before {
  content: '\f124'; }

.kiko-check:before {
  content: '\f125'; }

.kiko-cross-circle:before {
  content: '\f126'; }

.kiko-cross-square:before {
  content: '\f127'; }

.kiko-cross:before {
  content: '\f128'; }

.kiko-clock:before {
  content: '\f129'; }

.kiko-cloud-download:before {
  content: '\f130'; }

.kiko-cloud-load:before {
  content: '\f131'; }

.kiko-cloud:before {
  content: '\f132'; }

.kiko-loading:before {
  content: '\f133'; }

.kiko-credit-card:before {
  content: '\f134'; }

.kiko-crop:before {
  content: '\f135'; }

.kiko-pencil:before {
  content: '\f136'; }

.kiko-pencil-write:before {
  content: '\f137'; }

.kiko-drop:before {
  content: '\f138'; }

.kiko-no-drop:before {
  content: '\f139'; }

.kiko-email:before {
  content: '\f140'; }

.kiko-email-open:before {
  content: '\f141'; }

.kiko-email-forward:before {
  content: '\f142'; }

.kiko-email-deleted:before {
  content: '\f143'; }

.kiko-email-attachment:before {
  content: '\f144'; }

.kiko-emails:before {
  content: '\f145'; }

.kiko-expand:before {
  content: '\f146'; }

.kiko-open-eye:before {
  content: '\f147'; }

.kiko-no-eye:before {
  content: '\f148'; }

.kiko-trash:before {
  content: '\f149'; }

.kiko-sheet:before {
  content: '\f150'; }

.kiko-sheet-plus:before {
  content: '\f151'; }

.kiko-sheet-minus:before {
  content: '\f152'; }

.kiko-sheet-text:before {
  content: '\f153'; }

.kiko-video-file:before {
  content: '\f154'; }

.kiko-flag:before {
  content: '\f155'; }

.kiko-gift:before {
  content: '\f156'; }

.kiko-globe-europe:before {
  content: '\f157'; }

.kiko-globe-north-america:before {
  content: '\f158'; }

.kiko-globe-asia:before {
  content: '\f159'; }

.kiko-globe-australia:before {
  content: '\f160'; }

.kiko-globe:before {
  content: '\f161'; }

.kiko-home:before {
  content: '\f162'; }

.kiko-hashtag:before {
  content: '\f163'; }

.kiko-headphones:before {
  content: '\f164'; }

.kiko-microphone:before {
  content: '\f165'; }

.kiko-microphone-off:before {
  content: '\f166'; }

.kiko-link:before {
  content: '\f167'; }

.kiko-zoom:before {
  content: '\f168'; }

.kiko-zoom-minus:before {
  content: '\f169'; }

.kiko-zoom-plus:before {
  content: '\f170'; }

.kiko-heart-symbol:before {
  content: '\f171'; }

.kiko-picture:before {
  content: '\f172'; }

.kiko-information:before {
  content: '\f173'; }

.kiko-layers:before {
  content: '\f174'; }

.kiko-hamburger-menu:before {
  content: '\f175'; }

.kiko-plus:before {
  content: '\f176'; }

.kiko-circle-plus:before {
  content: '\f177'; }

.kiko-square-plus:before {
  content: '\f178'; }

.kiko-pause:before {
  content: '\f179'; }

.kiko-record:before {
  content: '\f180'; }

.kiko-forward:before {
  content: '\f181'; }

.kiko-previous:before {
  content: '\f182'; }

.kiko-note:before {
  content: '\f183'; }

.kiko-treble-clef:before {
  content: '\f184'; }

.kiko-navigation:before {
  content: '\f185'; }

.kiko-moon:before {
  content: '\f186'; }

.kiko-sun:before {
  content: '\f187'; }

.kiko-comment:before {
  content: '\f188'; }

.kiko-dialogue:before {
  content: '\f189'; }

.kiko-user:before {
  content: '\f190'; }

.kiko-user-add:before {
  content: '\f191'; }

.kiko-user-minus:before {
  content: '\f192'; }

.kiko-user-check:before {
  content: '\f193'; }

.kiko-user-x:before {
  content: '\f194'; }

.kiko-users:before {
  content: '\f195'; }

.kiko-phone:before {
  content: '\f196'; }

.kiko-turn-off-phone:before {
  content: '\f197'; }

.kiko-question:before {
  content: '\f198'; }

.kiko-label:before {
  content: '\f199'; }

.kiko-off:before {
  content: '\f200'; }

.kiko-shield:before {
  content: '\f201'; }

.kiko-shield-crossed:before {
  content: '\f202'; }

.kiko-gear:before {
  content: '\f203'; }

.kiko-several-gears:before {
  content: '\f204'; }

.kiko-wrench:before {
  content: '\f205'; }

.kiko-shopping-cart:before {
  content: '\f206'; }

.kiko-shopping-cart-add:before {
  content: '\f207'; }

.kiko-shopping-cart-delete:before {
  content: '\f208'; }

.kiko-shopping-cart-pay:before {
  content: '\f209'; }

.kiko-shopping-basket:before {
  content: '\f210'; }

.kiko-shopping-basket-add:before {
  content: '\f211'; }

.kiko-shopping-basket-delete:before {
  content: '\f212'; }

.kiko-termometer-minus:before {
  content: '\f213'; }

.kiko-termometer-plus:before {
  content: '\f214'; }

.kiko-star:before {
  content: '\f215'; }

.kiko-half-star:before {
  content: '\f216'; }

.kiko-text:before {
  content: '\f217'; }

.kiko-lock:before {
  content: '\f218'; }

.kiko-unlock:before {
  content: '\f219'; }

.kiko-umbrella:before {
  content: '\f220'; }

.kiko-save:before {
  content: '\f221'; }

.kiko-save-error:before {
  content: '\f222'; }

.kiko-paper-bag:before {
  content: '\f223'; }

.kiko-circle-checkbox:before {
  content: '\f224'; }

.kiko-circle-checkbox-full:before {
  content: '\f225'; }

.kiko-square-checkbox:before {
  content: '\f226'; }

.kiko-square-checkbox-full:before {
  content: '\f227'; }

.kiko-marker-map:before {
  content: '\f228'; }

.kiko-pin:before {
  content: '\f229'; }

.kiko-map:before {
  content: '\f230'; }

.kiko-lightning:before {
  content: '\f231'; }

.kiko-lightning-off:before {
  content: '\f232'; }

.kiko-pipette:before {
  content: '\f233'; }

.kiko-compass:before {
  content: '\f234'; }

.kiko-copy:before {
  content: '\f235'; }

.kiko-cut:before {
  content: '\f236'; }

.kiko-past:before {
  content: '\f237'; }

.kiko-information-symbol:before {
  content: '\f238'; }

.kiko-download-file:before {
  content: '\f239'; }

.kiko-broken-link:before {
  content: '\f240'; }

.kiko-email-read:before {
  content: '\f241'; }

.kiko-spam:before {
  content: '\f242'; }

.kiko-globe-latin-america:before {
  content: '\f243'; }

.kiko-globe-japan:before {
  content: '\f244'; }

.kiko-globe-africa:before {
  content: '\f245'; }

.kiko-globe-east:before {
  content: '\f246'; }

.kiko-globe-antarctic:before {
  content: '\f247'; }

.kiko-fire:before {
  content: '\f248'; }

.kiko-support:before {
  content: '\f249'; }

.kiko-recycle-symbol:before {
  content: '\f250'; }

.kiko-reload-arrow:before {
  content: '\f251'; }

.kiko-cross-line:before {
  content: '\f252'; }

.kiko-check-line:before {
  content: '\f253'; }

.kiko-plus-line:before {
  content: '\f254'; }

.kiko-timer:before {
  content: '\f255'; }

.kiko-alarm:before {
  content: '\f256'; }

.kiko-alarm-off:before {
  content: '\f257'; }

.kiko-fingerprint:before {
  content: '\f258'; }

.kiko-scan-fingerprint:before {
  content: '\f259'; }

.kiko-computer-virus:before {
  content: '\f260'; }

.kiko-the-compass:before {
  content: '\f234'; }

.kiko-wifi-off:before {
  content: '\f261'; }

.kiko-quote-left:before {
  content: '\f262'; }

.kiko-quote-right:before {
  content: '\f263'; }

.kiko-ellipsis-menu-v:before {
  content: '\f264'; }

.kiko-ellipsis-menu-h:before {
  content: '\f265'; }

.kiko-iphone:before {
  content: '\f266'; }

.kiko-android-phone:before {
  content: '\f267'; }

.kiko-google-pixel-phone:before {
  content: '\f268'; }

.kiko-old-phone:before {
  content: '\f269'; }

.kiko-nokia-3310:before {
  content: '\f270'; }

.kiko-bendable-smartphone:before {
  content: '\f271'; }

.kiko-tablet:before {
  content: '\f272'; }

.kiko-imac-computer:before {
  content: '\f274'; }

.kiko-notebook:before {
  content: '\f275'; }

.kiko-top-notebook:before {
  content: '\f276'; }

.kiko-screen:before {
  content: '\f277'; }

.kiko-mouse:before {
  content: '\f278'; }

.kiko-graphic-pen:before {
  content: '\f279'; }

.kiko-vr:before {
  content: '\f280'; }

.kiko-google-glass:before {
  content: '\f281'; }

.kiko-graphics-tablet:before {
  content: '\f282'; }

.kiko-printer:before {
  content: '\f283'; }

.kiko-scanner:before {
  content: '\f284'; }

.kiko-warehouse-scanner:before {
  content: '\f285'; }

.kiko-iwatch:before {
  content: '\f286'; }

.kiko-smart-watch:before {
  content: '\f287'; }

.kiko-navigator:before {
  content: '\f288'; }

.kiko-dashcam:before {
  content: '\f289'; }

.kiko-music-speaker:before {
  content: '\f290'; }

.kiko-yandex-alice:before {
  content: '\f291'; }

.kiko-cortana-station:before {
  content: '\f292'; }

.kiko-hello-google:before {
  content: '\f293'; }

.kiko-amazon-station:before {
  content: '\f294'; }

.kiko-web-camera:before {
  content: '\f295'; }

.kiko-desktop-microphone:before {
  content: '\f296'; }

.kiko-earphones:before {
  content: '\f297'; }

.kiko-music-headphones:before {
  content: '\f298'; }

.kiko-headphones-microphone:before {
  content: '\f299'; }

.kiko-cable:before {
  content: '\f300'; }

.kiko-socket-eu:before {
  content: '\f301'; }

.kiko-socket-us:before {
  content: '\f302'; }

.kiko-fitness-bracelet:before {
  content: '\f303'; }

.kiko-gps-tracker:before {
  content: '\f304'; }

.kiko-satellite-communication:before {
  content: '\f305'; }

.kiko-television:before {
  content: '\f306'; }

.kiko-digital-tv:before {
  content: '\f307'; }

.kiko-router:before {
  content: '\f308'; }

.kiko-external-drive:before {
  content: '\f309'; }

.kiko-go-pro-camera:before {
  content: '\f310'; }

.kiko-quadcopter:before {
  content: '\f311'; }

.kiko-radio:before {
  content: '\f312'; }

.kiko-transmitter:before {
  content: '\f313'; }

.kiko-baby-radio-monitor:before {
  content: '\f314'; }

.kiko-baby-monitor:before {
  content: '\f315'; }

.kiko-joystick:before {
  content: '\f316'; }

.kiko-portable-console:before {
  content: '\f317'; }

.kiko-ipod:before {
  content: '\f318'; }

.kiko-handsfree:before {
  content: '\f319'; }

.kiko-camera:before {
  content: '\f320'; }

.kiko-professional-camera:before {
  content: '\f321'; }

.kiko-professional-video-camera:before {
  content: '\f322'; }

.kiko-journalist-microphone:before {
  content: '\f323'; }

.kiko-studio-lighting:before {
  content: '\f324'; }

.kiko-robot-pet:before {
  content: '\f325'; }

.kiko-robot-vacuum-cleaner:before {
  content: '\f326'; }

.kiko-robot-big-dog:before {
  content: '\f327'; }

.kiko-humanoid-robot:before {
  content: '\f328'; }

.kiko-robot:before {
  content: '\f329'; }

.kiko-robot-head:before {
  content: '\f330'; }

.kiko-desktop-computer:before {
  content: '\f273'; }

.kiko-anchor:before {
  content: '\f331'; }

.kiko-calendar:before {
  content: '\f332'; }

.kiko-schedule:before {
  content: '\f333'; }

.kiko-address-book:before {
  content: '\f334'; }

.kiko-facebook:before {
  content: '\f335'; }

.kiko-twitter:before {
  content: '\f336'; }

.kiko-dribbble:before {
  content: '\f337'; }

.kiko-behance:before {
  content: '\f338'; }

.kiko-pinterest:before {
  content: '\f339'; }

.kiko-vkontakte:before {
  content: '\f340'; }

.kiko-odnoklassniki:before {
  content: '\f341'; }

.kiko-flipboard:before {
  content: '\f342'; }

.kiko-whatsapp:before {
  content: '\f343'; }

.kiko-blogger:before {
  content: '\f344'; }

.kiko-evernote:before {
  content: '\f345'; }

.kiko-gmail:before {
  content: '\f346'; }

.kiko-line:before {
  content: '\f347'; }

.kiko-myspace:before {
  content: '\f348'; }

.kiko-pocket:before {
  content: '\f349'; }

.kiko-skype:before {
  content: '\f350'; }

.kiko-viadeo:before {
  content: '\f351'; }

.kiko-xing:before {
  content: '\f352'; }

.kiko-linkedin:before {
  content: '\f353'; }

.kiko-naver:before {
  content: '\f354'; }

.kiko-stumbleupon:before {
  content: '\f355'; }

.kiko-viber:before {
  content: '\f356'; }

.kiko-snapchat:before {
  content: '\f357'; }

.kiko-yammer:before {
  content: '\f358'; }

.kiko-digg:before {
  content: '\f359'; }

.kiko-messenger:before {
  content: '\f360'; }

.kiko-live-journal:before {
  content: '\f361'; }

.kiko-newsvine:before {
  content: '\f362'; }

.kiko-qzone:before {
  content: '\f363'; }

.kiko-telegram:before {
  content: '\f364'; }

.kiko-yummly:before {
  content: '\f365'; }

.kiko-douban:before {
  content: '\f366'; }

.kiko-flattr:before {
  content: '\f367'; }

.kiko-hatena:before {
  content: '\f368'; }

.kiko-reddit:before {
  content: '\f369'; }

.kiko-tumblr:before {
  content: '\f370'; }

.kiko-weibo:before {
  content: '\f371'; }

.kiko-google:before {
  content: '\f372'; }

.kiko-yandex:before {
  content: '\f373'; }

.kiko-share:before {
  content: '\f374'; }

.kiko-yandex-aura:before {
  content: '\f375'; }

.kiko-wechat:before {
  content: '\f376'; }

.kiko-baidu:before {
  content: '\f377'; }

.kiko-bing:before {
  content: '\f378'; }

.kiko-like:before {
  content: '\f379'; }

.kiko-unlike:before {
  content: '\f380'; }


.kiko-train:before {
  content: '\f001'; }

.kiko-car:before {
  content: '\f002'; }

.kiko-truck:before {
  content: '\f003'; }

.kiko-bike:before {
  content: '\f004'; }

.kiko-sailboat:before {
  content: '\f005'; }

.kiko-airplane:before {
  content: '\f006'; }

.kiko-helicopter:before {
  content: '\f007'; }

.kiko-motor-scooter:before {
  content: '\f008'; }

.kiko-motorcycle:before {
  content: '\f009'; }

.kiko-air-balloon:before {
  content: '\f010'; }

.kiko-plane-takes-off:before {
  content: '\f011'; }

.kiko-plane-lands:before {
  content: '\f012'; }

.kiko-bus:before {
  content: '\f013'; }

.kiko-cargo-vessel:before {
  content: '\f014'; }

.kiko-electromobile:before {
  content: '\f015'; }

.kiko-rocket:before {
  content: '\f016'; }

.kiko-rocket-shuttle:before {
  content: '\f017'; }

.kiko-ambulance:before {
  content: '\f018'; }

.kiko-police:before {
  content: '\f019'; }

.kiko-tank:before {
  content: '\f020'; }

.kiko-tractor:before {
  content: '\f021'; }

.kiko-tow-truck:before {
  content: '\f022'; }

.kiko-airship:before {
  content: '\f023'; }

.kiko-scooter:before {
  content: '\f024'; }

.kiko-self-balancing-scooter:before {
  content: '\f025'; }

.kiko-segway:before {
  content: '\f026'; }

.kiko-metro:before {
  content: '\f027'; }

.kiko-syringe:before {
  content: '\f028'; }

.kiko-pills:before {
  content: '\f029'; }

.kiko-microscope:before {
  content: '\f030'; }

.kiko-jar-of-medicine:before {
  content: '\f031'; }

.kiko-tubes:before {
  content: '\f032'; }

.kiko-medicine:before {
  content: '\f033'; }

.kiko-toilet:before {
  content: '\f034'; }

.kiko-patch:before {
  content: '\f035'; }

.kiko-pregnancy:before {
  content: '\f036'; }

.kiko-medical-app:before {
  content: '\f037'; }

.kiko-herbs:before {
  content: '\f038'; }

.kiko-recipe:before {
  content: '\f039'; }

.kiko-crushing-of-medicines:before {
  content: '\f040'; }

.kiko-blood:before {
  content: '\f041'; }

.kiko-donor:before {
  content: '\f042'; }

.kiko-brain:before {
  content: '\f043'; }

.kiko-kidneys:before {
  content: '\f044'; }

.kiko-liver:before {
  content: '\f045'; }

.kiko-lungs:before {
  content: '\f046'; }

.kiko-heart:before {
  content: '\f047'; }

.kiko-intestine:before {
  content: '\f048'; }

.kiko-stomach:before {
  content: '\f049'; }

.kiko-healthy-tooth:before {
  content: '\f050'; }

.kiko-aching-tooth:before {
  content: '\f051'; }

.kiko-nose:before {
  content: '\f052'; }

.kiko-ear:before {
  content: '\f053'; }

.kiko-eye:before {
  content: '\f054'; }

.kiko-chest:before {
  content: '\f055'; }

.kiko-doctor:before {
  content: '\f056'; }

.kiko-doctor-woman:before {
  content: '\f057'; }

.kiko-scheduled-med:before {
  content: '\f058'; }

.kiko-hand:before {
  content: '\f059'; }

.kiko-foot:before {
  content: '\f060'; }

.kiko-hospital:before {
  content: '\f061'; }

.kiko-stethoscope:before {
  content: '\f062'; }

.kiko-bacteria:before {
  content: '\f063'; }

.kiko-DNA:before {
  content: '\f064'; }

.kiko-spine:before {
  content: '\f065'; }

.kiko-bed-rest:before {
  content: '\f066'; }

.kiko-bone:before {
  content: '\f067'; }

.kiko-medical-cross:before {
  content: '\f068'; }

.kiko-medical-cross-usa:before {
  content: '\f069'; }

.kiko-dropper:before {
  content: '\f070'; }

.kiko-heart-rate:before {
  content: '\f071'; }

.kiko-marijuana:before {
  content: '\f072'; }

.kiko-fracture:before {
  content: '\f073'; }

.kiko-urine:before {
  content: '\f074'; }

.kiko-fecal:before {
  content: '\f075'; }

.kiko-diagnostics:before {
  content: '\f076'; }

.kiko-allergy:before {
  content: '\f077'; }

.kiko-call-med:before {
  content: '\f078'; }

.kiko-crutches:before {
  content: '\f079'; }

.kiko-wheelchair:before {
  content: '\f080'; }

.kiko-skull:before {
  content: '\f081'; }

.kiko-childbirth:before {
  content: '\f082'; }

.kiko-vitamins:before {
  content: '\f083'; }

.kiko-exclamation-circle:before {
  content: '\f084'; }

.kiko-exclamation-triangle:before {
  content: '\f085'; }

.kiko-arrow-down-circle:before {
  content: '\f086'; }

.kiko-arrow-up-circle:before {
  content: '\f087'; }

.kiko-arrow-left-circle:before {
  content: '\f088'; }

.kiko-arrow-right-circle:before {
  content: '\f089'; }

.kiko-arrow-up:before {
  content: '\f090'; }

.kiko-arrow-down:before {
  content: '\f091'; }

.kiko-arrow-right:before {
  content: '\f092'; }

.kiko-arrow-left:before {
  content: '\f093'; }

.kiko-double-arrow-up:before {
  content: '\f094'; }

.kiko-double-arrow-down:before {
  content: '\f095'; }

.kiko-double-arrow-left:before {
  content: '\f096'; }

.kiko-double-arrow-right:before {
  content: '\f097'; }

.kiko-clip:before {
  content: '\f098'; }

.kiko-triangular-arrow-up:before {
  content: '\f099'; }

.kiko-triangular-arrow-down:before {
  content: '\f100'; }

.kiko-triangular-arrow-left:before {
  content: '\f101'; }

.kiko-triangular-arrow-right:before {
  content: '\f102'; }

.kiko-email-at:before {
  content: '\f103'; }

.kiko-signal:before {
  content: '\f104'; }

.kiko-bad-signal:before {
  content: '\f105'; }

.kiko-no-signal:before {
  content: '\f106'; }

.kiko-video:before {
  content: '\f107'; }

.kiko-sound-on:before {
  content: '\f108'; }

.kiko-sound-off:before {
  content: '\f109'; }

.kiko-call-on:before {
  content: '\f110'; }

.kiko-call-off:before {
  content: '\f111'; }

.kiko-bluetooth:before {
  content: '\f112'; }

.kiko-wifi:before {
  content: '\f113'; }

.kiko-book-open:before {
  content: '\f114'; }

.kiko-book-close:before {
  content: '\f115'; }

.kiko-bookmark:before {
  content: '\f116'; }

.kiko-light-turn-on:before {
  content: '\f117'; }

.kiko-light-turn-off:before {
  content: '\f118'; }

.kiko-brush:before {
  content: '\f119'; }

.kiko-full-battery:before {
  content: '\f120'; }

.kiko-half-empty-battery:before {
  content: '\f121'; }

.kiko-empty-battery:before {
  content: '\f122'; }

.kiko-check-circle:before {
  content: '\f123'; }

.kiko-check-square:before {
  content: '\f124'; }

.kiko-check:before {
  content: '\f125'; }

.kiko-cross-circle:before {
  content: '\f126'; }

.kiko-cross-square:before {
  content: '\f127'; }

.kiko-cross:before {
  content: '\f128'; }

.kiko-clock:before {
  content: '\f129'; }

.kiko-cloud-download:before {
  content: '\f130'; }

.kiko-cloud-load:before {
  content: '\f131'; }

.kiko-cloud:before {
  content: '\f132'; }

.kiko-loading:before {
  content: '\f133'; }

.kiko-credit-card:before {
  content: '\f134'; }

.kiko-crop:before {
  content: '\f135'; }

.kiko-pencil:before {
  content: '\f136'; }

.kiko-pencil-write:before {
  content: '\f137'; }

.kiko-drop:before {
  content: '\f138'; }

.kiko-no-drop:before {
  content: '\f139'; }

.kiko-email:before {
  content: '\f140'; }

.kiko-email-open:before {
  content: '\f141'; }

.kiko-email-forward:before {
  content: '\f142'; }

.kiko-email-deleted:before {
  content: '\f143'; }

.kiko-email-attachment:before {
  content: '\f144'; }

.kiko-emails:before {
  content: '\f145'; }

.kiko-expand:before {
  content: '\f146'; }

.kiko-open-eye:before {
  content: '\f147'; }

.kiko-no-eye:before {
  content: '\f148'; }

.kiko-trash:before {
  content: '\f149'; }

.kiko-sheet:before {
  content: '\f150'; }

.kiko-sheet-plus:before {
  content: '\f151'; }

.kiko-sheet-minus:before {
  content: '\f152'; }

.kiko-sheet-text:before {
  content: '\f153'; }

.kiko-video-file:before {
  content: '\f154'; }

.kiko-flag:before {
  content: '\f155'; }

.kiko-gift:before {
  content: '\f156'; }

.kiko-globe-europe:before {
  content: '\f157'; }

.kiko-globe-north-america:before {
  content: '\f158'; }

.kiko-globe-asia:before {
  content: '\f159'; }

.kiko-globe-australia:before {
  content: '\f160'; }

.kiko-globe:before {
  content: '\f161'; }

.kiko-home:before {
  content: '\f162'; }

.kiko-hashtag:before {
  content: '\f163'; }

.kiko-headphones:before {
  content: '\f164'; }

.kiko-microphone:before {
  content: '\f165'; }

.kiko-microphone-off:before {
  content: '\f166'; }

.kiko-link:before {
  content: '\f167'; }

.kiko-zoom:before {
  content: '\f168'; }

.kiko-zoom-minus:before {
  content: '\f169'; }

.kiko-zoom-plus:before {
  content: '\f170'; }

.kiko-heart-symbol:before {
  content: '\f171'; }

.kiko-picture:before {
  content: '\f172'; }

.kiko-information:before {
  content: '\f173'; }

.kiko-layers:before {
  content: '\f174'; }

.kiko-hamburger-menu:before {
  content: '\f175'; }

.kiko-plus:before {
  content: '\f176'; }

.kiko-circle-plus:before {
  content: '\f177'; }

.kiko-square-plus:before {
  content: '\f178'; }

.kiko-pause:before {
  content: '\f179'; }

.kiko-record:before {
  content: '\f180'; }

.kiko-forward:before {
  content: '\f181'; }

.kiko-previous:before {
  content: '\f182'; }

.kiko-note:before {
  content: '\f183'; }

.kiko-treble-clef:before {
  content: '\f184'; }

.kiko-navigation:before {
  content: '\f185'; }

.kiko-moon:before {
  content: '\f186'; }

.kiko-sun:before {
  content: '\f187'; }

.kiko-comment:before {
  content: '\f188'; }

.kiko-dialogue:before {
  content: '\f189'; }

.kiko-user:before {
  content: '\f190'; }

.kiko-user-add:before {
  content: '\f191'; }

.kiko-user-minus:before {
  content: '\f192'; }

.kiko-user-check:before {
  content: '\f193'; }

.kiko-user-x:before {
  content: '\f194'; }

.kiko-users:before {
  content: '\f195'; }

.kiko-phone:before {
  content: '\f196'; }

.kiko-turn-off-phone:before {
  content: '\f197'; }

.kiko-question:before {
  content: '\f198'; }

.kiko-label:before {
  content: '\f199'; }

.kiko-off:before {
  content: '\f200'; }

.kiko-shield:before {
  content: '\f201'; }

.kiko-shield-crossed:before {
  content: '\f202'; }

.kiko-gear:before {
  content: '\f203'; }

.kiko-several-gears:before {
  content: '\f204'; }

.kiko-wrench:before {
  content: '\f205'; }

.kiko-shopping-cart:before {
  content: '\f206'; }

.kiko-shopping-cart-add:before {
  content: '\f207'; }

.kiko-shopping-cart-delete:before {
  content: '\f208'; }

.kiko-shopping-cart-pay:before {
  content: '\f209'; }

.kiko-shopping-basket:before {
  content: '\f210'; }

.kiko-shopping-basket-add:before {
  content: '\f211'; }

.kiko-shopping-basket-delete:before {
  content: '\f212'; }

.kiko-termometer-minus:before {
  content: '\f213'; }

.kiko-termometer-plus:before {
  content: '\f214'; }

.kiko-star:before {
  content: '\f215'; }

.kiko-half-star:before {
  content: '\f216'; }

.kiko-text:before {
  content: '\f217'; }

.kiko-lock:before {
  content: '\f218'; }

.kiko-unlock:before {
  content: '\f219'; }

.kiko-umbrella:before {
  content: '\f220'; }

.kiko-save:before {
  content: '\f221'; }

.kiko-save-error:before {
  content: '\f222'; }

.kiko-paper-bag:before {
  content: '\f223'; }

.kiko-circle-checkbox:before {
  content: '\f224'; }

.kiko-circle-checkbox-full:before {
  content: '\f225'; }

.kiko-square-checkbox:before {
  content: '\f226'; }

.kiko-square-checkbox-full:before {
  content: '\f227'; }

.kiko-marker-map:before {
  content: '\f228'; }

.kiko-pin:before {
  content: '\f229'; }

.kiko-map:before {
  content: '\f230'; }

.kiko-lightning:before {
  content: '\f231'; }

.kiko-lightning-off:before {
  content: '\f232'; }

.kiko-pipette:before {
  content: '\f233'; }

.kiko-compass:before {
  content: '\f234'; }

.kiko-copy:before {
  content: '\f235'; }

.kiko-cut:before {
  content: '\f236'; }

.kiko-past:before {
  content: '\f237'; }

.kiko-information-symbol:before {
  content: '\f238'; }

.kiko-download-file:before {
  content: '\f239'; }

.kiko-broken-link:before {
  content: '\f240'; }

.kiko-email-read:before {
  content: '\f241'; }

.kiko-spam:before {
  content: '\f242'; }

.kiko-globe-latin-america:before {
  content: '\f243'; }

.kiko-globe-japan:before {
  content: '\f244'; }

.kiko-globe-africa:before {
  content: '\f245'; }

.kiko-globe-east:before {
  content: '\f246'; }

.kiko-globe-antarctic:before {
  content: '\f247'; }

.kiko-fire:before {
  content: '\f248'; }

.kiko-support:before {
  content: '\f249'; }

.kiko-recycle-symbol:before {
  content: '\f250'; }

.kiko-reload-arrow:before {
  content: '\f251'; }

.kiko-cross-line:before {
  content: '\f252'; }

.kiko-check-line:before {
  content: '\f253'; }

.kiko-plus-line:before {
  content: '\f254'; }

.kiko-timer:before {
  content: '\f255'; }

.kiko-alarm:before {
  content: '\f256'; }

.kiko-alarm-off:before {
  content: '\f257'; }

.kiko-fingerprint:before {
  content: '\f258'; }

.kiko-scan-fingerprint:before {
  content: '\f259'; }

.kiko-computer-virus:before {
  content: '\f260'; }

.kiko-the-compass:before {
  content: '\f234'; }

.kiko-wifi-off:before {
  content: '\f261'; }

.kiko-quote-left:before {
  content: '\f262'; }

.kiko-quote-right:before {
  content: '\f263'; }

.kiko-ellipsis-menu-v:before {
  content: '\f264'; }

.kiko-ellipsis-menu-h:before {
  content: '\f265'; }

.kiko-iphone:before {
  content: '\f266'; }

.kiko-android-phone:before {
  content: '\f267'; }

.kiko-google-pixel-phone:before {
  content: '\f268'; }

.kiko-old-phone:before {
  content: '\f269'; }

.kiko-nokia-3310:before {
  content: '\f270'; }

.kiko-bendable-smartphone:before {
  content: '\f271'; }

.kiko-tablet:before {
  content: '\f272'; }

.kiko-imac-computer:before {
  content: '\f274'; }

.kiko-notebook:before {
  content: '\f275'; }

.kiko-top-notebook:before {
  content: '\f276'; }

.kiko-screen:before {
  content: '\f277'; }

.kiko-mouse:before {
  content: '\f278'; }

.kiko-graphic-pen:before {
  content: '\f279'; }

.kiko-vr:before {
  content: '\f280'; }

.kiko-google-glass:before {
  content: '\f281'; }

.kiko-graphics-tablet:before {
  content: '\f282'; }

.kiko-printer:before {
  content: '\f283'; }

.kiko-scanner:before {
  content: '\f284'; }

.kiko-warehouse-scanner:before {
  content: '\f285'; }

.kiko-iwatch:before {
  content: '\f286'; }

.kiko-smart-watch:before {
  content: '\f287'; }

.kiko-navigator:before {
  content: '\f288'; }

.kiko-dashcam:before {
  content: '\f289'; }

.kiko-music-speaker:before {
  content: '\f290'; }

.kiko-yandex-alice:before {
  content: '\f291'; }

.kiko-cortana-station:before {
  content: '\f292'; }

.kiko-hello-google:before {
  content: '\f293'; }

.kiko-amazon-station:before {
  content: '\f294'; }

.kiko-web-camera:before {
  content: '\f295'; }

.kiko-desktop-microphone:before {
  content: '\f296'; }

.kiko-earphones:before {
  content: '\f297'; }

.kiko-music-headphones:before {
  content: '\f298'; }

.kiko-headphones-microphone:before {
  content: '\f299'; }

.kiko-cable:before {
  content: '\f300'; }

.kiko-socket-eu:before {
  content: '\f301'; }

.kiko-socket-us:before {
  content: '\f302'; }

.kiko-fitness-bracelet:before {
  content: '\f303'; }

.kiko-gps-tracker:before {
  content: '\f304'; }

.kiko-satellite-communication:before {
  content: '\f305'; }

.kiko-television:before {
  content: '\f306'; }

.kiko-digital-tv:before {
  content: '\f307'; }

.kiko-router:before {
  content: '\f308'; }

.kiko-external-drive:before {
  content: '\f309'; }

.kiko-go-pro-camera:before {
  content: '\f310'; }

.kiko-quadcopter:before {
  content: '\f311'; }

.kiko-radio:before {
  content: '\f312'; }

.kiko-transmitter:before {
  content: '\f313'; }

.kiko-baby-radio-monitor:before {
  content: '\f314'; }

.kiko-baby-monitor:before {
  content: '\f315'; }

.kiko-joystick:before {
  content: '\f316'; }

.kiko-portable-console:before {
  content: '\f317'; }

.kiko-ipod:before {
  content: '\f318'; }

.kiko-handsfree:before {
  content: '\f319'; }

.kiko-camera:before {
  content: '\f320'; }

.kiko-professional-camera:before {
  content: '\f321'; }

.kiko-professional-video-camera:before {
  content: '\f322'; }

.kiko-journalist-microphone:before {
  content: '\f323'; }

.kiko-studio-lighting:before {
  content: '\f324'; }

.kiko-robot-pet:before {
  content: '\f325'; }

.kiko-robot-vacuum-cleaner:before {
  content: '\f326'; }

.kiko-robot-big-dog:before {
  content: '\f327'; }

.kiko-humanoid-robot:before {
  content: '\f328'; }

.kiko-robot:before {
  content: '\f329'; }

.kiko-robot-head:before {
  content: '\f330'; }

.kiko-desktop-computer:before {
  content: '\f273'; }

.kiko-anchor:before {
  content: '\f331'; }

.kiko-calendar:before {
  content: '\f332'; }

.kiko-schedule:before {
  content: '\f333'; }

.kiko-address-book:before {
  content: '\f334'; }

.kiko-facebook:before {
  content: '\f335'; }

.kiko-twitter:before {
  content: '\f336'; }

.kiko-dribbble:before {
  content: '\f337'; }

.kiko-behance:before {
  content: '\f338'; }

.kiko-pinterest:before {
  content: '\f339'; }

.kiko-vkontakte:before {
  content: '\f340'; }

.kiko-odnoklassniki:before {
  content: '\f341'; }

.kiko-flipboard:before {
  content: '\f342'; }

.kiko-whatsapp:before {
  content: '\f343'; }

.kiko-blogger:before {
  content: '\f344'; }

.kiko-evernote:before {
  content: '\f345'; }

.kiko-gmail:before {
  content: '\f346'; }

.kiko-line:before {
  content: '\f347'; }

.kiko-myspace:before {
  content: '\f348'; }

.kiko-pocket:before {
  content: '\f349'; }

.kiko-skype:before {
  content: '\f350'; }

.kiko-viadeo:before {
  content: '\f351'; }

.kiko-xing:before {
  content: '\f352'; }

.kiko-linkedin:before {
  content: '\f353'; }

.kiko-naver:before {
  content: '\f354'; }

.kiko-stumbleupon:before {
  content: '\f355'; }

.kiko-viber:before {
  content: '\f356'; }

.kiko-snapchat:before {
  content: '\f357'; }

.kiko-yammer:before {
  content: '\f358'; }

.kiko-digg:before {
  content: '\f359'; }

.kiko-messenger:before {
  content: '\f360'; }

.kiko-live-journal:before {
  content: '\f361'; }

.kiko-newsvine:before {
  content: '\f362'; }

.kiko-qzone:before {
  content: '\f363'; }

.kiko-telegram:before {
  content: '\f364'; }

.kiko-yummly:before {
  content: '\f365'; }

.kiko-douban:before {
  content: '\f366'; }

.kiko-flattr:before {
  content: '\f367'; }

.kiko-hatena:before {
  content: '\f368'; }

.kiko-reddit:before {
  content: '\f369'; }

.kiko-tumblr:before {
  content: '\f370'; }

.kiko-weibo:before {
  content: '\f371'; }

.kiko-google:before {
  content: '\f372'; }

.kiko-yandex:before {
  content: '\f373'; }

.kiko-share:before {
  content: '\f374'; }

.kiko-yandex-aura:before {
  content: '\f375'; }

.kiko-wechat:before {
  content: '\f376'; }

.kiko-baidu:before {
  content: '\f377'; }

.kiko-bing:before {
  content: '\f378'; }

.kiko-like:before {
  content: '\f379'; }

.kiko-unlike:before {
  content: '\f380'; }


.kikos {
  font-family: 'Kiko';
  font-weight: 600; }
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding: 10px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid .dnd-column, 
.dnd-section[class*="force-full-width-section"] > .row-fluid > [class*="span"].dnd-module{
  padding:0;
}

@media (min-width: 768px) {    
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0px;
}

.dnd-section, .content-wrapper--vertical-spacing {
  padding-left:0px!important;
  padding-right:0px!important;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.banner-section .dnd-section {padding: 0;}

.full_width_page .widget-type-rich_text h1,
.full_width_page .widget-type-rich_text h2,
.full_width_page .widget-type-rich_text h4{
  margin:0;
}
.full_width_page  table {
  margin: 0;
  background: transparent;
  border: none;
}
.full_width_page .legal-consent-container .field.hs-form-field {
  margin-bottom: 11px;
}
.full_width_page td {
  border: none;
}
.webinar_wrap {
  position: relative;
}

.cm_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm_inner_wrap {
  padding: 10px;
}
.col50,
.col33{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1px;
}
.elmnt-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}
.elmnt-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.elmnt-cta__bg,
.elmnt-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.elmnt-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  transition-duration: 1500ms;
}
.elmnt-cta__bg-overlay {
  z-index: 2;
  transition-duration: 1500ms;
}
.elmnt-cta:hover .elmnt-cta__bg-overlay {
  background-color: rgba(0,0,0,.3);
}
.elmnt-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}
.elmnt-cta__title {
  font-size: 23px;
  font-family:"Roboto";
  font-weight:600;
}
.elmnt-cta__content, 
.elmnt-item {
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
}
.elmnt-item {
  width: 100%;
  margin: 0;
  color: #55595c;
  border-color: #55595c;
}
.elmnt-item:not(:last-child) {
  margin-bottom: 15px;
}
.elmnt-button {
  display: inline-block;
  line-height: 1;  
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background: transparent;
  color: #55595c;
  border-color: #55595c;
  font-weight: 500;
  font-family:"Roboto";
}
.cm_inner_wrap:hover .elmnt-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.page-center {
  margin: 0 auto;
}
.full_width_page iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.icon_plus:before {
  content: "\4c";
}
.icon_minus-06:before {
  content: "\4b";
}
sup {
  font-size: .5em;
  vertical-align: super;
  position: static;
  line-height: inherit;
}
.hs-input::placeholder{
  color:inherit; 
  opacity:0.6
}
.full_width_page .hs-form-field {
  margin-bottom: 10px;
}

.full_width_page .hs-form-required {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
form textarea{
  height:138px;
}
.full_width_page form textarea {
  margin-bottom: -7px;
}
.full_width_page form input.hs-button {
  margin: 0;
  width: 100%;
}
.full_width_page .dnd-section>.row-fluid > div.span12{
  max-width: 1140px;
  margin: 0 auto !important;
  float: none;
}
.hs_error_rollup ul label {
  color: #EF6B51;
}
sub {
  position: static;
  line-height: 1.86666666667;
  font-size: smaller;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
  content: "\f107";
}
.testimonials_wrap .page-center {
  max-width: 1140px;
}
.applications-row4 blockquote {
  padding: 0;
  quotes: none;
  color: #55595c;
  margin-bottom: 20px;
  border:0 !important;
}

.applications-row4 blockquote:before {
  color: #666666;
  font-size: calc(1px * 100);
  content: "“";
  font-family: Times New Roman,Times,serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}

.applications-row4 blockquote footer {
  margin-top: 12px;
  line-height: 26px;
}

.applications-row4 blockquote footer cite {
  color: #666666;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}
.applications-row4 blockquote p{
  font-size:16px;
  margin-top: 15px;
  line-height: 28px;
}
.full_width_page form .hs-richtext, 
.full_width_page form .hs-richtext p {
  font-size: 17px;
  line-height: 36px;
  font-style: normal;
  margin: 0px;
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
}

img {
  vertical-align: middle;
  display: inline-block;
}

h5.elementor-heading-title {
  color: #666666;
  margin: 0;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

i.far.fa-envelope {
  transform: rotate(0deg);
}

.elementor-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  padding: 0.5em;
  color: #818a91;
  border: 3px solid #818a91;
  background-color: transparent;
  font-size: 20px;
  border-radius: 50%;
}
.elementor-heading-title {
  color: #666666;
}




/*======= home page ========*/

.homesec_one .widget-type-rich_text h3 {
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
.homesec_four .widget-type-rich_text h3  {
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.homesec_one .widget-type-rich_text p{
  text-align: center;
}
.home_page .dnd-section > .row-fluid {
  max-width: 1140px;
}

.home_page .q_masonry_blog {
  margin-bottom: 50px;
  transition: none!important;
  overflow: visible!important;
  filter: alpha(opacity=0);
  opacity:1 !important
}
.q_masonry_blog .q_masonry_blog_grid_sizer, 
.q_masonry_blog article {
  width: 31.2%;
}
.full_width .grid_section .q_masonry_blog article,
.q_masonry_blog article {
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  z-index: 100;
  border: 0;
  background-color: #fff;
  float: left;
  display: block;
  position:static !important;
}

.kikol {
  font-family: 'Kiko';
  font-weight: 300;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-server:before {
  content: "\e617";
}












.home-banner header.header.sticky{
      min-height: auto;
  
}

.home-banner header.header {
    min-height: 141px;
}

.home-banner .main-header {
    min-height: 141px;
}




.hs-cta-node a:focus {
  color: #fff;
}

.applications-page .dnd-section[class*="-background-image"] {
  position: relative;
  background-repeat: repeat !important;
}

.applications-page .dnd-section[class*="-background-image"]>.row-fluid,
.applications-page .dnd-section[class*="-background-color"]>.row-fluid {
  max-width: 1140px !important;
}

.dnd-section[class*="-background-image"]>* {
  z-index:1;
}

.applications-page h1, .applications-page h2,
.applications-page h3, .applications-page h4,
.applications-page h5, .applications-page h6 {
  margin: 0;
}

.widget-type-linked_image>* {
  display: flex;
}

.applications-row1 h5 a,
.applications-row1 h5 a:hover {
  color: #666666;
}

blockquote i.fa {
  float: left;
  font-size: 22px;
  color: #c1c0c0;
  margin: 6px 0 0!important;
}

blockquote h5 {
  line-height: 1.5625em;
  text-transform: none;
  font-size: 21px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0!important;
  color: #333333;
  padding: 0 0 0 40px;
}


















.webinar-main-wrap {
  position: relative;
  padding-bottom: 50px;
}
.webinar_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.webinar-page .webinar-row1 blockquote {
  max-width: 1140px;
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0px;
  border: 0px;
  padding: 10px;
  padding-bottom: 60px;
  border-left: 0px!important;
}
.webinar_right {
  width: 50.861%;
  padding: 10px;
}
.webinar_left {
  width: 49.032%;
  padding: 10px;
  text-align: center;
}
.webinar_container {
  max-width: 1140px;
  margin: 0 auto;
}
.webinar_inner {
  margin-top: 70px;
}
.webinar_right  .hs-form-field {
  min-height: 1px;

  margin-bottom: 10px;
}
.webinar_right .form-title{
  width: 100%;
  margin-bottom: 20px;
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;


}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}






.webinar_right .hs-form-booleancheckbox {

}
.webinar_right .hs-button.primary.large {
  margin: 0px;
  width: 100%;
  cursor: default;
}
.webinar_right .actions {

  margin-bottom: 10px;
}
.webinar_right .hs-input[type=checkbox], .webinar_right .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0 !important;
  margin: 3px 3px 3px 4px;
  line-height: normal;
  border: 0;
  display: inline;
  min-height: 0 !important;
  color:#7a7a7a;
  margin-right: 6px;
}
.webinar_right .hs-input::placeholder {
  color:  rgb(122, 122, 122);
  font-family: Roboto, sans-serif;
  opacity: .6;
}
.webinar_right .hs-form-required {
  content: "*";
  color: red;
  padding-left: 0.2em;
}

.webinar-page .webinar_left .widget-type-rich_text p{

  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.webinar_left blockquote{

  display: inline-block;
  margin: 0px;
  margin-bottom: 15px;
  width: 30%;
  padding: 0px;
  border: 0px;
  border-left: 0px!important;
}
.webinar_left h4{

  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  margin: 0;
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom:20px;
}
.webinar_left h4 span{

  font-size: 11.0pt;
  line-height: 107%;
  font-family: "Calibri",sans-serif;
}
.webinar-page .webinar_left .widget-type-rich_text h3{

  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  color: #6ec1e4;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  margin: 0px;
}
.webinar_left blockquote img{

  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition-duration: 0.3s;
  margin-bottom: 7px;
}

.webinar-section{
  max-width: 1100px;
  margin: 0 auto;
}
.technology-page .widget-type-rich_text  blockquote i:before{

  content: "\f10e";
}
.technology-page .hs-button {
  fill: #fff;
  text-align: center;

  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  font-family: "Open Sans Condensed", Sans-serif;
  font-weight: bold;
  background-color: #007DA0;
  border-radius: 100px 100px 100px 100px;

}

.technology-page .row-number-3 > .row-fluid  {
  max-width: 1140px;
  display: flex;
  align-items: center;
  padding:10px;


}
.technology-page .widget-type-rich_text  blockquote i{


  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.technology-page .widget-type-rich_text  blockquote h5{

  font-style: normal;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1.5625em;
  text-transform: none;
  font-size: 21px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0!important;
  color: #333333;
  padding: 0 0 0 40px;

}
.webinar-page .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline;
  margin-left: 20px;
  margin-left: 0px!important;
  margin-top: -9px;
}
.webinar_right .hs-form-required{
  display: inline;

}
.webinar-page  .hs-form-booleancheckbox-display {
  display: flex;
  flex-wrap: nowrap;
}
.webinar-page  .legal-consent-container .hs-form-booleancheckbox-display p {
  display: inline;
  font-size: 17px;
  line-height: 36px;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin: 0px!important;
  color: #7a7a7a;

}
.technology-page  .technology-row-top {
  max-width: 1140px;
  margin: 0 auto;
}

.webinar-page form .hs-richtext, .webinar-page form .hs-richtext p {
  font-size: 17px;
  line-height: 36px;
  font-style: normal;
  margin: 0px;
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
}

.applications-page.fungi___symcel .applications-row5 .row-number-1 >.row-fluid{


  padding-left: 10px;
  padding-right: 10px;
}
.applications-page.fungi___symcel .applications-row4 .row-number-1 >.row-fluid{


  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.applications-page .applications-row4  img{


  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.applications-page .applications-row4 .row-number-1  .span5 {
  width: 39.914%;
}
.applications-page .applications-row4 .row-number-1 .span7{
  width: 60%;

}

.applications-page article {
  border: 1px solid #d4d4d4;
  padding: 20px;
  border-width: 1px;
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.biofilm___symcel  .applications-row1 p span{

  font-size: 11.5pt;
}
.biofilm___symcel  .applications-row2 .content_icon_section .title_section h3{

  line-height: 64px;
  font-style: normal;
  color: #333333;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 39px;
  font-weight: 600;
  text-align: center;
}
.biofilm___symcel  .content_icon_section .qode_icon_shortcode i{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate(0deg);
  position: relative;
  font-size: 81px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.biofilm___symcel  .content_icon_section .image_section {

  text-align: center;
}
.biofilm___symcel  .applications-row2 .content_icon_section .title_section {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.biofilm___symcel  .qode_icon_shortcode i:before{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);


}
.biofilm___symcel  .applications-row4 .row-fluid .span6{

  padding-top: 0px;
}
.biofilm___symcel  .applications-row4  .dnd-section>.row-fluid{

  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.biofilm___symcel  .applications-row4 .content_icon_section .heading_section{

  margin: 0px;
}
.biofilm___symcel  .applications-row4  .content_icon_section .qode_icon_shortcode i{
  font-size: 52px;

}
.biofilm___symcel   .content_icon_section .icon{
  display:none;
}
.biofilm___symcel   .content_icon_section .qode_icon_shortcode{
  text-align: center;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 81px;
  color: #666666;
  border-color: #666666;
  width: auto;
  height: auto;
  transform: none;
  position: static;

}

.biofilm___symcel  .applications-row4 .row-fluid .span6:last-child{

  width: 49.949%;

}
.biofilm___symcel  .applications-row4  .content_icon_section .heading_section h5{

  line-height: 28px;
  font-style: normal;
  color: #333333;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.biofilm___symcel  .applications-row4  .content_icon_section .item_col{

  width: 50%;
}
.biofilm___symcel  .applications-row5 p{


  color: #333333;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 10px;
}
.biofilm___symcel .applications-row5 aside h3{

  text-align: left;
}


.biofilm___symcel .applications-row5 blockquote {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.biofilm___symcel  .applications-row5 blockquote:before{
  display:none;

}
.biofilm___symcel  .applications-row5  button {
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: transparent;
  border: 0px;
  display: table-cell;
  vertical-align: middle;
}
.biofilm___symcel  .applications-row5  aside p{

  font-size: .85em;
  display: block;
  color: #666666;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 0px;
}
.biofilm___symcel  .applications-row5  .dnd-section>.row-fluid{
  padding:10px;
  padding-bottom: 0px;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.biofilm___symcel  .row-fluid .span5 img{

  vertical-align: middle;
  display: inline-block;
}
.biofilm___symcel .applications-row5 .row-fluid .span5 .row-fluid-wrapper {

  width:100%;
  text-align: center;
}

.biofilm___symcel .applications-row6 .content_icon_section .item_col{
  width:50%;

}
.biofilm___symcel .applications-row6  .qode_icon_shortcode i{

  font-size: 52px;
}
.biofilm___symcel .applications-row6  .heading_section h5{

  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.biofilm___symcel .applications-row5 .hs-button {

  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  font-size: 16px;
  padding: 15px 30px;
  font-family: "Open Sans Condensed", Sans-serif;
  font-weight: bold;
  background-color: #007DA0;
  border-radius: 100px 100px 100px 100px;
  color:#fff;
}
.biofilm___symcel .applications-row5 .row-fluid .span5 h6{
  color: #666666;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: .85em;
  display: block;

}
.biofilm___symcel .applications-row5 .row-fluid .span6 p{

  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #333333;
  font-style: normal;
  margin-bottom: 20px;
}
.biofilm___symcel .applications-row5 .row-fluid .span6>.row-fluid-wrapper {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;s
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  text-align: center;


}



.biofilm___symcel  .applications-row5  aside h3{

  line-height: 1.5;
  display: block;
  color: #007DA0;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.biofilm___symcel  .applications-row5  aside{
  display: table-cell;
  vertical-align: middle;

}
.biofilm___symcel  .applications-row5  button img{
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  width: 107px;
  height: 107px;

}
.biofilm___symcel  .applications-row5 .row-fluid .span6{
  width: 47.976%;
} 
.biofilm___symcel  .applications-row5 .row-fluid .span1{
  width: 3.597%;
} 
.biofilm___symcel  .applications-row5 .row-fluid .span5{
  width: 47.976%;
} 
.biofilm  .applications-row10 h3{

  text-align: center;
  margin-bottom: 20px;
}
.biofilm  .applications-row9 img{
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;

}
.biofilm  .applications-row9 .span6:first-child{
  width: 35.859%;
}
.biofilm .applications-row9 .span1{
  width: 3.263%;
}
.biofilm  .applications-row9 .span5:last-child{
  width: 60.21%;

}
.biofilm  .applications-row8 .content_icon_section .title_section{
  margin-bottom: 0px;
  padding-bottom: 0px;

}
.biofilm  .applications-row7 .span6:first-child{
  width: 47.976%;

}
.biofilm  .applications-row7 .row-fluid .span5 h6 {
  color: #666666;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: .85em;
  display: block;
}
.biofilm  .applications-row7 aside h3 {
  line-height: 1.5;
  display: block;
  color: #007DA0;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.biofilm  .applications-row7 aside {
  display: table-cell;
  vertical-align: middle;
}
.biofilm  .applications-row7 .span6 img {
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  width: 107px;
  height: 107px;
}
.biofilm___symcel .applications-row7 button {
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: transparent;
  border: 0px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.biofilm .applications-row7 aside h6{

  font-size: .85em;
  display: block;
  color: #666666;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
  font-style: italic;
}
.biofilm___symcel .applications-row7 blockquote {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biofilm  .applications-row7 .span6 p{

  margin-bottom: 10px;
  color: #333333;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}
.biofilm  .applications-row7 .span1{
  width: 3.655%;

}

.biofilm  .applications-row6 .row-fluid .span6{
  padding-top:0px;


}
.biofilm  .applications-row6  .content_icon_section .heading_section{
  margin-bottom: 0px;

}
.biofilm  .applications-row6 .dnd-section>.row-fluid {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.biofilm  .applications-row7 .span5:last-child{
  width: 47.976%;
}
.biofilm  .applications-row7 .span5 p{


  line-height: 28px;
  font-style: normal;
  color: #333333;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.biofilm  .applications-row7  .hs-button {

  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  font-family: "Open Sans Condensed", Sans-serif;
  font-weight: bold;
  background-color: #007DA0;
  border-radius: 100px 100px 100px 100px;

}
.biofilm  .applications-row7 .span5 > .row-fluid-wrapper{

  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;

}
.biofilm  .applications-row8  .content_icon_section .title_section h3{
  margin-bottom: 0px;
  text-align: left;

}

.biofilm   .applications-row8 .content_icon_section .item_col{
  width: 50%;
  margin-bottom: 10px;

}
.biofilm   .applications-row8 .content_icon_section .heading_section h5{

  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.biofilm   .applications-row8 .content_icon_section .qode_icon_shortcode i{
  font-size: 52px;

}
.biofilm .applications-row8 .content_icon_section .title_section{

  padding-left: 0px;
}


.biofilm .applications-row7 .dnd-section[class*="-background-color"]>.row-fluid {
  max-width: 1140px !important;
  padding: 10px;
  padding-bottom: 0px;
  padding: 10px;
  padding-bottom: 0px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.biofilm___symcel .content_icon_section .qode_icon_shortcode .fa-stack-base{

  display:none;


}

.careers___symcel ul li {
  padding-left: 5px;
}


.biofilm___symcel .content_icon_section .qode_icon_shortcode:hover i {
  color: #666666;
}
.careers___symcel .applications-row1 h2{

  margin-bottom: 50px;
}
.careers___symcel  ul {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
}

.thermogenesis___symcel .applications-row4 .dnd-section>.row-fluid {
  padding-left:10px;
  padding-right:10px;
}

.fungi___symcel .applications-row3 .row-fluid{

  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

}

.biofilm .applications-row7 .span6 p{


  margin-bottom: 8px;

  margin-top: 9px;
}

.complex_models .applications-row5 .dnd_area5-column-2-row-0-vertical-alignment > .row-fluid{

  display:block!important
}

.webinar-page .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;

}

.chrome .webinar-page .hs-form-booleancheckbox-display {
  display: flex;

}

.chrome .webinar-page .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;

}
.webinar-page .hs-form-booleancheckbox-display {
  display: inline-block;

}
.chrome  .webinar-page .hs-form-booleancheckbox-display {
  display: inline-block;
}


.webinar-page .hs-form-booleancheckbox-display {
  display: block ruby;
}

.player .vp-title .vp-title-header {

  display: none!important;
}













@media (min-width: 768px) {

  .cancer_biology .applications-row2 .span6 {
    width: 47.054%;
  }

  .cancer_biology .applications-row2 .span6:last-child {
    width: 52.857%;
  }

  .cancer_biology .applications-row3 .span8 {
    width: 63.214%;
  }

  .cancer_biology .applications-row3 .span4 {
    width: 36.652%;
  }

  .cancer_biology .applications-row4 .span6 {
    width: 53.929%;
  }

  .cancer_biology .applications-row4 .span6:last-child {
    width: 45.937%;
  }

  .antimicrobials_development .applications-row4 .span6 {
    width: 51.565%;
  }

  .antimicrobials_development .applications-row4 .span6:last-child {
    width: 48.301%;
  }

  .horizon_____ .applications-row5 .span2 {
    width: 13.036%;
  }

  .horizon_____ .applications-row5 .span10 {
    width: 86.964%;
  }
  .col50 {
    width: 50%;
  }
  .col33 {
    width: 33.333%;
  }

}










@media only screen and (min-width: 1400px){


  .webinar-section{
    max-width: 1300px;

  }

  .applications-page .dnd-section>.row-fluid {
    max-width: 1140px !important;
  }

}
@media only screen and (max-width: 1200px){

  .webinar-section{
    max-width: 950px;

  }


}

@media only screen and (max-width: 1000px){

  .webinar-section{
    max-width: 768px;

  }
}




@media (max-width: 1024px){
  .cm_row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  .full_width_page .dnd-section>.row-fluid > div.span12,
  .testimonials_wrap .page-center {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 768px){

  .webinar-section{
    max-width: 600px;

  }


}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

  .webinar_left {
    width: 100%;

  }

  .webinar_right {
    width: 100%;
    padding: 10px;
    padding-bottom: 0px;
  }

  .webinar_row {

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .technology-page .row-number-3 > .row-fluid{

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


  }
  .biofilm .applications-row7 .span6:first-child {
    width: 100%;
  }
  .applications-page .applications-row4 .row-number-1 .span7 {
    width: 100%;
  }
  .applications-page .applications-row4 .row-number-1 .span5 {
    width: 100%;
  }
  .biofilm .applications-row8 .content_icon_section .item_col {
    width: 100%;
    margin-bottom: 10px;
  }
  .biofilm .applications-row9 .span6:first-child {
    width: 100%;
    text-align: center;
  }
  .biofilm .applications-row6 .row-fluid .span6 img{

    margin-top: 10px!important;
  }
  .biofilm .applications-row7 .span1 {

    padding: 0px;
  }
  .biofilm___symcel .applications-row5 .row-fluid .span6 {
    width: 100%;
  }
  .biofilm .applications-row8 .content_icon_section .item_col {
    width: 100%;
    margin-bottom: 0px;
  }
  .biofilm___symcel .applications-row2 .content_icon_section .heading_section{

    margin-bottom: 0px;
  }
  .biofilm .applications-row8  .content_icon_section .item_row{

    margin-bottom: 10px;
  }
  .biofilm .applications-row6  h3{
    margin-bottom: 20px;

  }
  .biofilm___symcel .applications-row4 .row-fluid .span6:last-child {

    padding-top: 10px;
  }
  .biofilm .applications-row2 .content_icon_section .item_row{

    margin-bottom: 20px;
  }
  .biofilm___symcel .applications-row5 .row-fluid .span1 {

    padding: 0px;
  }
  .biofilm .applications-row9 .span1 {

    padding: 0px;
  }

  .biofilm___symcel .applications-row8  .content_icon_section .heading_section{
    margin: 0px;

  }
  .biofilm___symcel .content_icon_section .qode_icon_shortcode{

    font-size: 52px;
  }
  .biofilm___symcel .applications-row4 .content_icon_section .item_col {
    width: 100%;
  } 
  .biofilm___symcel .applications-row4 .row-fluid .span6:last-child {
    width: 100%;
  }
  .biofilm___symcel .applications-row5 .row-fluid .span5 {
    width: 100%;
  }
  .biofilm___symcel .applications-row5 .row-fluid .span1 {
    width: 100%;
  }
  .biofilm .applications-row9 .span1 {
    width: 100%;
  }
  .biofilm .applications-row9 .span5:last-child {
    width: 100%;
  }
  .biofilm .applications-row7 .span1 {
    width: 100%;
  }
  .biofilm .applications-row7 .span5:last-child {
    width: 100%;
  }
  .biofilm___symcel .applications-row6 .content_icon_section .item_col {
    width: 100%;
  }
  .biofilm .applications-row8 .content_icon_section .item_row {
    margin-bottom: 29px;
  }
  .biofilm .applications-row8 .content_icon_section .title_section h3 {
    margin-bottom: 20px;
    text-align: left;
  }
  .biofilm .applications-row9 img{

    margin-top: 0px!important;
  }

  .fungi___symcel .applications-row3 .row-fluid .span6{

    width:100%;
  }

  .fungi___symcel  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
    width: 100%;
  }



  .full_width_page .dnd-section>.row-fluid > div.span12,
  .testimonials_wrap .page-center {
    max-width: 767px;
  }
}

@media only screen and (max-width: 600px){

  .webinar-section{
    max-width: 420px;

  }

}


@media only screen and (max-width: 480px){

  .webinar-section{
    max-width: 300px;

  }

}


@media only screen and (max-width: 350px){
  .dnd-section > .row-fluid, .content-wrapper{


    max-width:100%!important;
    width: 95%;
  }

  .webinar-section {
    max-width: 100%;
  }
  .biofilm .applications-row7 .dnd-section[class*="-background-color"]>.row-fluid{

    width: 100%;
  }
  .biofilm .applications-row6 .dnd-section>.row-fluid {

    width: 95%;
  }
  .biofilm___symcel .applications-row5 .dnd-section>.row-fluid {

    width: 100%;
  }
  .biofilm___symcel .applications-row5 blockquote {

    padding-left: 0px;
    padding-right: 0px;
  }
  .biofilm___symcel .applications-row4 .dnd-section>.row-fluid {
    width: 95%;

  }

  .applications-page .dnd-section[class*="-background-image"]>.row-fluid {
    max-width: 100%!important;
    width: 100%;
  }


  .home_page .banner-section .dnd-section > .row-fluid,
  .home_page .homesec_one .dnd-section > .row-fluid{
    width: 100%;
  }
}
@font-face {
  font-family: "ElegantIcons";
  src: url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/ElegantIcons.eot) format("embedded-opentype"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/ElegantIcons.woff) format("woff"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/ElegantIcons.ttf) format("truetype");
  font-style: normal; font-weight: normal;
}

@font-face {
  font-family: "FontAwesome"; 
  src: url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; font-weight: normal; 
}


@font-face {
  font-family: "Kiko"; 
  src: url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontkikolight.eot) format("embedded-opentype"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontkikolight.woff2) format("woff2"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontkikolight.woff) format("woff"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fontkikolight.ttf) format("truetype");
  font-weight: 300;
}


@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fa-regular-400.woff2) format("woff2"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fa-regular-400.woff) format("woff"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal; font-weight: 400; font-display: block; 
}


@font-face {
  font-family: "Pe-icon-7-stroke"; 
  src: url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/Pe-icon-7-stroke.eot) format("embedded-opentype"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/Pe-icon-7-stroke.woff) format("woff"),
    url(//25649679.fs1.hubspotusercontent-eu1.net/hubfs/25649679/raw_assets/public/Symcel_May_2022/fonts/Pe-icon-7-stroke.ttf) format("truetype");
 font-style: normal; font-weight: normal; 
}








html{

  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}



body {
  line-height: 1.73333333333;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  background-color: #f6f6f6;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0px;
  line-height:1.86666666667;
}

img {
  max-width: 100%;
  height: auto;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0px;
  margin-bottom: 20px;
}
h1{



  line-height:1.075
}

h2{


  line-height:1.28;
}

h3{


  line-height:1.33333333333;
}

h4{

  line-height:2
}

h5{

  line-height:1.58823529412;
}
h6{
  line-height:1;


}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  quotes: none;
  position: relative;
  padding: 14px 14px 14px 10px;
  border-left: 4px solid transparent !important;
  margin: 0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 17px;
  line-height: 36px;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {

  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
  border: 1px solid ;
  width: 100%;
  color: #7a7a7a;
  font-family:Roboto, sans-serif;
  font-weight:400;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus, 
form input[type=file]:focus, 
form select, form textarea:focus{
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}
.form-title {
  background-color: rgba(255,255,255,0.0);
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}


form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  margin: 0px;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  cursor: pointer;
  white-space: normal;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  min-height: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding:5px 10px;
  vertical-align: baseline;
  text-align: center;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header{

  width: 100%;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 110;

}
.main-header{
  min-height:101px;

}
.main_menu{
  z-index: 100;
  text-align: left;
  top: 0;
  position: relative;
  left: auto;
  float: right;

}

.main_menu .navigation-primary>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: auto;


}

.main_menu .navigation-primary>ul>li:hover> ul {
  visibility: visible;
  opacity: 1; 


}
.main_menu .navigation-primary .level-2>.child_inner>li:hover> .level-3 {
  display:block;

}
.main_menu .navigation-primary .q_menu_arrow{

  display: inline-block;
  float: right;
  position: relative;
  top: 2px;
  font-size: 12px;
  color: #888;

}
.main_menu .navigation-primary .level-3{


  list-style: none;
  margin: 0;
  padding: 0;
  border-color: #3d3d3d;
  padding: 7px 0;
  position: absolute;
  top: -7px;
  height: auto;
  overflow: visible;
  background-color: rgba(246,246,246,1);
  left: 100%;
  z-index: 20;
  display: none;
}
.main_menu .navigation-primary .level-2{
  margin: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  margin-top: 0;
  left: 19px;
  padding: 0px;
  padding: 7px 0;

}
.main_menu .navigation-primary .level-2>.child_inner>li>a,
.main_menu .navigation-primary .level-3>li>a{


  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding: 9px 0;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;   
  display: block;
  color: #333333;
  font-family: 'Open Sans', sans-serif ;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.main_menu .navigation-primary .level-2>.child_inner>li,
.main_menu .navigation-primary .level-3>li{


  border-bottom-width: 1px;
  border-bottom-color: #3d3d3d;
  position: relative;
  float: none;
  height: auto;
  background: 0;
  display: block;  
  padding: 0;
  width: 225px;
}
.main_menu .navigation-primary .level-2>.child_inner{
  position: relative;
  padding: 0;
  display: block;
  z-index: 997;

}

.sticky .main_menu .navigation-primary>ul>li>a{
  line-height: 80px;
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif ;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;


}
.main_menu .navigation-primary>ul>li>a{


  line-height: 100px;
  display: inline-block;
  height: 100%;
  background-color: transparent;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
  position: relative;
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0 20px;
}
.main_menu .navigation-primary>ul>li{

  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
}
.header_inner_right{


  position: relative;
  float: right;
  z-index: 110;
}  

.qode_button_widget{
  display: inline-block;

}
.qode_button_widget a{
  background-color: #666;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  font-style: normal;
  color: #fff;
  font-family: 'Open Sans Condensed',sans-serif;
  border-color: #666;
  padding: 0 17px;
  font-size: 17px;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-align: left;
  padding: 0 23px;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}

.sticky .side_menu_button{

  height: 80px ;
}
.side_menu_button{

  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100px ;
}
.button_inner_wrap{

  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 17px;
}
.button_inner{

  display: table;
}
.logo_wrapper{


  float: left;
  height: 80px ;
}
.logo_wrapper  .q_logo{


  position: relative;
  top: 50%;
  left: 0;
}
.logo_wrapper a{

  height: 23px;
  visibility: visible;

}



.sticky .logo_wrapper {
  float: left;
  height: 60px;
}
.logo_wrapper  img{
  opacity: 1;
  width: auto!important;
  max-width: none;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  height: 100%;
  vertical-align: top;

}
.sticky .logo_wrapper  img{
  vertical-align: inherit;

}
.header_top_bottom_holder{


  position: relative;
}
.header_continer{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;

}
.header_inner_left{

  position: absolute;
  left: 0;
  top: 0;
}

.sticky .header_bottom{


  background-color: rgba(246,246,246,1) ;
  box-shadow: 0 2px 10px rgb(236 240 249);
}

header.header.sticky {

  left: 0;
  position: fixed;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1);

  top: 0;

}
@media only screen and (min-width: 1400px){

  .header_continer{
    max-width: 1300px;


  }

}
.header_bottom {


  padding: 0 45px;
  box-shadow: none;
  background: transparent!important;
  border-bottom: 1px solid #f6f6f6;
}

.mobile_menu_button{
  display: none;
  float: left;
  height: 100px;
  margin: 0 20px 0 0;


}

.mobile_menu_button .fa-bars:before {
  content: "\f0c9";
}
.mobile_menu_button span i{

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-family: FontAwesome;
}

.child-trigger{

  display:none;
}
.mobile_menu_button span{


  width: 19px;
  height: 17px;
  font-size: 14px;
  z-index: 50;
  display: table-cell;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  color: #666666;
}

.mobile_menu{


  display: none;
  width: 100%;
  position: relative;
  float: left;
  top: 0;
  text-align: left;
  overflow: hidden;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){

  .main_menu .navigation-primary>ul>li>a{

    padding: 0 12px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1017px){

  .sticky .main_menu .navigation-primary>ul>li>a {

    font-size: 14px;

  }

}
@media only screen and (max-width: 1017px){
  header.header.sticky{


    position: relative;
    top: 0;
    left: 0;
    width: 100%;

    transition: none;
  }


}

@media only screen and (max-width: 1000px){

  header.header{

    position: relative;
    left: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 0;
    display: block;
  }
  .header_continer{
    max-width: 768px;

  }

  .logo_wrapper {
    /*position: absolute;*/
    display: table;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .header_inner_left {
    position: relative;
    left: 0;
    margin-bottom: 0;
  }
  .logo_wrapper .q_logo{
    display: table-cell;
    position: relative;
    top: auto;
    vertical-align: middle;


  }
  .main_menu {
    display: none;
  }
  .logo_wrapper a{

    left: -50%;
    width: auto;
  }

  header.header.sticky{

    top: 0;
    margin-top: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
  }

  .mobile_menu_button{
    display: table;


  }

  .mobile_menu_button span:hover{

    color: #007da0;
  }

  .logo_wrapper img{


    display: block;
    opacity: 1;
    position: relative;
    margin: 0 auto;
  }



  .mobile_menu .navigation-primary>ul{

    position: relative;
    list-style: none;
    margin-bottom: -1px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 20px;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
  }
  .mobile_menu .navigation-primary>ul>li{
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    border: none;

  }


  .child-trigger{

    display: inline-block;
  }
  .mobile_menu .child-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile_menu .navigation-primary>ul>li>a{
    line-height: 26px;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    position: relative;
    color: #333333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;

  }

  .mobile_menu .navigation-primary .level-2,
  .mobile_menu .navigation-primary .level-3{
    display: none;
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff!important;

  }
  .mobile_menu .navigation-primary .level-2>li,
  .mobile_menu .navigation-primary .level-3>li{

    margin: 0 0 0 20px;
  }
  .mobile_menu .fa.fa-angle-right {
    color: #333333;
    display: inline;
  }
  .mobile_menu .fa.fa-angle-down {
    color: #333333;
    display: none;
  }
  .mobile_menu  .open_child .fa.fa-angle-right {

    display: none;
  }
  .mobile_menu .open_child .fa.fa-angle-down {
    display: inline;
  }
  .mobile_menu .navigation-primary .level-2>li>a,
  .mobile_menu .navigation-primary .level-3>li>a{

    line-height: 26px;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    position: relative;
    color: #333333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
  }
  header.header.nav-down {
    position: fixed;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
  }

  .nav-down .logo_wrapper .q_logo{

    vertical-align: bottom;
  }
  .mobile_menu .navigation-primary .level-2>li>a:hover, 
  .mobile_menu .navigation-primary .level-3>li>a:hover{
    color: #007da0;


  }

  .navigation-primary>ul>li:hover>a,
  .navigation-primary>ul>li:hover>a i {

    color: #333333!important;
  }

  .mobile_menu .navigation-primary>ul{


    padding-left: 10px;
  }

  .mobile_menu .navigation-primary .level-2 .fa-angle-down:before{

    content: "\f105";
  }

  .mobile_menu .navigation-primary .level-2 li.open_child .fa-angle-down:before {
    content: "\f107";
  }
}

@media only screen and (min-width: 600px) and (max-width: 1000px){
  .header_bottom{

    padding: 0;
  }

}




@media only screen and (min-width: 768px) and (max-width: 800px){

  .header_continer {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media only screen and (max-width: 768px){


  .header_continer{
    max-width: 600px;

  }
  .button_inner_wrap {
    display: none;
  }


}

@media only screen and (max-width: 600px){
  .header_continer{
    max-width: 420px;

  }



  .home_page .homesec_two h2{
    text-align: right;

  }
}

@media only screen and (max-width: 480px){

  .header_continer{
    max-width: 100%;
    width:auto;
  }
  .header_bottom{

    padding: 0 25px;
  }



}


@media only screen and (max-width: 420px){



  .header_bottom{

    padding: 0 15px;
  }



}
@media only screen and (max-width: 350px){





}
footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

.footer_top{


  padding: 72px 0 52px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.footer_container{


  margin: 0 auto;
  position: relative;
  max-width: 1100px;
}
.footer_inner{
  width: 100%;

}
.footer_left_inner{
  padding: 0 10px 0 0;

}
.footer_left{


  width: 50%;
  float: left;
  text-align: left;
}
.footer_logo{
  display: inline-block;

  margin-right: 26px;
}
.footer_logo img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer_certi{
  display: inline-block;

  margin-right: 26px;
}
.footer_certi img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer_right{



  width: 50%;
  float: left;
  text-align: right;
}
.email_wrap_inner{
  display: block;
  position: relative;
}
.email_icon_holder{


  display: inline-block;
  position: relative;
  z-index: 2;
  float: left;
}

.fa-envelope-o:before {
  content: "\f003";
}
.icon_text_inner{

  padding: 0 0 18px;

}

.fa-map-marker:before {
  content: "\f041";
}
.icon_text_inner a{


  display: inline-block;
  margin: 0px 0 0;
  font-size: 12px;
  font-family: Open sans;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  color: #6d6e7b;
  line-height: 26px;
}

.icon_text_inner  p{


  font-style: normal;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  word-wrap: break-word;   
  font-size: 12px;
  line-height: 26px;
  color: #6d6e7b;
  margin:0px;
}
.icon_text_holder{



  position: relative;
  padding: 0 0 0 44px;
  padding-left: 23px;
}
.email_font_awsome_icon  i{


  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1abc9c;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  font-size: 17px;
  font-family: FontAwesome;
  color: #6d6e7b;
}
.email_font_awsome_icon {

  line-height: .75em;
  vertical-align: -15%;
  display: inline-block;
  color: #818181;
  word-wrap: break-word;
  font-size: 17px;

}
.back_to_top:hover >  .fa-stack,
.back_to_top:focus > .fa-stack{

  background-color: rgba(0,125,160,1);
  border-color: rgba(0,125,160,1);

}

.back_to_top:hover .fa-stack span {
  color: #ffffff;
}
.back_to_top{


  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.back_to_top.showTop {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 25px;
}
.arrow_up:before {
  content: "\21";
}
.back_to_top .fa-stack span{


  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  line-height: 52px;
  font-size: 22px;
  color: #ffffff;
}
.back_to_top .fa-stack{

  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  background-color: rgba(102,102,102,1);
  border-color: rgba(102,102,102,1);
  border-width: 0px;
  border-style: solid;
}



@media only screen and (min-width: 769px){
  .footer_left{

    width: 80%;
  }

  .footer_right{
    width: 20%;
  }
  .email_wrap_inner{
    top: 6px;
  }

  .email_wrap{

    display: inline-block;
    vertical-align: bottom;
    margin-right: 26px;
  }
}
@media only screen and (min-width: 1400px){


  .footer_container{

    max-width: 1300px;
  }


}

@media only screen and (max-width: 1200px){

  .footer_container{

    max-width: 950px;
  }


}

@media only screen and (max-width: 1000px){

  .footer_container{

    max-width: 768px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1000px){
.email_wrap {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
}
}

@media only screen and (max-width: 768px){

  .footer_container{

    max-width: 600px;
  }
  .footer_left,
  .footer_right{

    text-align: center;
    width: 100%;
    float: none;
    margin: 0 0 25px;
  }
  .footer_logo {

    margin-right: 0px;
  }
  .footer_certi {

    margin-right: 0px;
  }
  .email_icon_holder{

    display: inline-block;
    float: none;
  }
  .icon_text_holder {
    display: inline-block;
  }
  .footer_left_inner {
    padding: 0px;
  }
  .icon_text_holder {
    padding-left: 18px;
  }
}


@media only screen and (max-width: 480px){

.footer_logo {
    margin: 0 0 25px;
    margin: 0 0 33px;
}
  .footer_certi {
    margin: 0 0 25px;
    margin: 0 0 33px;
}

  .email_wrap {
    margin: 0 0 25px;
  } 

  .footer_container {
    max-width: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 420px){
  .footer_container {
    padding: 0 15px;
  }


}
.banner-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
    width: 100%;
}


.player .vp-title .vp-title-header h1{
  
  display:none!important;
}