@charset "utf-8";
@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont-4.7.0.eot);
    src: url(../font/fontawesome-webfont-4.7.0.eot#iefix&v=4.7.0) format('embedded-opentype'), url(../font/fontawesome-webfont-4.7.0.woff2) format('woff2'), url(../font/fontawesome-webfont-4.7.0.woff) format('woff'), url(../font/fontawesome-webfont-4.7.0.ttf) format('truetype'), url(../font/fontawesome-webfont-4.7.0.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    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-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sppb-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sppb-animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.sppb-animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.sppb-animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

#sp-page-builder {
    position: relative
}

#sp-page-builder .sp-pagebuilder-page-edit {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    top: 15px;
    right: 15px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    font-style: normal;
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 3px;
    -webkit-transition: background-color .3s, color .3s, border-color .3s;
    transition: background-color .3s, color .3s, border-color .3s;
    z-index: 9995
}

#sp-page-builder .sp-pagebuilder-page-edit:active, #sp-page-builder .sp-pagebuilder-page-edit:focus, #sp-page-builder .sp-pagebuilder-page-edit:hover {
    color: #000;
    background: #fff;
    border-color: rgba(0, 0, 0, .2)
}

#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section, .mod-sppagebuilder .sppb-section {
    z-index: 1;
    position: relative
}

#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
    will-change: top
}

#sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 0
}

#sp-page-builder .sppb-section-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    border: 0
}

#sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0
}

#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: inline-block;
    max-width: 80%
}

.sppb-section-bacground-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

.sppb-section-bacground-video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 0 0;
    z-index: 1
}

.sppb-section-bacground-video video {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

@supports (-ms-ime-align:auto) {
    .sppb-section-bacground-video video {
        height: auto;
        margin: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.sppb-youtube-video-bg.display-none {
    display: none
}

.com-sppagebuilder.view-form.layout-edit.off-canvas-menu-init {
    position: inherit
}

.sppb-addon-cta .sppb-cta-title {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    border: 0
}

.sppb-addon-cta .sppb-cta-subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0
}

.sppb-addon-cta .sppb-cta-text {
    margin-top: 15px;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .sppb-addon-cta .sppb-row {
        display: table;
        height: 100%;
        width: 100%
    }

    .sppb-addon-cta .sppb-row > div {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img, .sppb-img-responsive {
        width: 100%
    }

    .sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
        width: auto !important
    }
}

.sppb-addon-facebook-likebox * {
    max-width: 100% !important
}

.sppb-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.sppb-gallery.gallery-item-left {
    justify-content: flex-start
}

.sppb-gallery.gallery-item-center {
    justify-content: center
}

.sppb-gallery.gallery-item-right {
    justify-content: flex-end
}

.sppb-gallery li {
    display: inline-block;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sppb-gallery li a {
    display: block
}

.sppb-addon-persion .sppb-person-image, .sppb-addon-person .sppb-person-image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.sppb-addon-person .sppb-person-image.person-layout-4 {
    margin-bottom: 0
}

.sppb-addon-persion .sppb-person-introtext, .sppb-addon-persion .sppb-person-social-icons, .sppb-addon-person .sppb-person-introtext, .sppb-addon-person .sppb-person-social-icons {
    margin-top: 10px
}

.sppb-addon-persion .sppb-person-information > span, .sppb-addon-person .sppb-person-information > span {
    display: block
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-name, .sppb-addon-person .sppb-person-information > span.sppb-person-name {
    font-size: 16px;
    font-weight: 700
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-designation, .sppb-addon-persion .sppb-person-information > span.sppb-person-email, .sppb-addon-person .sppb-person-information > span.sppb-person-designation, .sppb-addon-person .sppb-person-information > span.sppb-person-email {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .4)
}

.sppb-addon-persion .sppb-person-social, .sppb-addon-person .sppb-person-social {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 -5px
}

.sppb-addon-persion .sppb-person-social > li, .sppb-addon-person .sppb-person-social > li {
    display: inline-block;
    margin: 0 5px
}

.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #999
}

.sppb-addon-persion .sppb-person-social > li > a:hover, .sppb-addon-person .sppb-person-social > li > a:hover {
    color: #666
}

.person-content-show-on-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.sppb-addon-person:hover .person-content-show-on-hover {
    opacity: 1;
    visibility: visible
}

.person-content-hover-content-wrap {
    padding: 30px;
    width: 100%
}

.person-content-position-bottom-left .sppb-person-image {
    margin-bottom: 0
}

.person-content-position-bottom-left .person-content-show-on-hover, .person-content-position-half-overlay .person-content-show-on-hover {
    justify-content: flex-start;
    align-items: flex-end
}

.person-content-position-half-overlay .person-content-show-on-hover {
    height: auto;
    top: auto;
    bottom: 0
}

.person-content-position-half-overlay .sppb-person-image > img {
    transition: .4s
}

.person-content-position-half-overlay:hover .sppb-person-image > img {
    opacity: .8
}

.person-content-position-full-overlay .sppb-person-designation, .person-content-position-full-overlay .sppb-person-name, .person-content-position-full-overlay .sppb-person-social > li > a, .person-content-position-half-overlay .sppb-person-designation, .person-content-position-half-overlay .sppb-person-name, .person-content-position-half-overlay .sppb-person-social > li > a {
    color: #fff
}

.person-content-position-full-overlay .person-content-show-on-hover {
    justify-content: center;
    align-items: center;
    text-align: center
}

.person-content-position-full-overlay .person-content-hover-content-wrap {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
    position: relative
}

.person-content-position-full-overlay .sppb-person-social-icons {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto
}

.person-content-hover-content-wrap > span {
    display: block
}

.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    margin: 0 0 20px
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
    font-size: 24px;
    line-height: 24px
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
    font-size: 16px;
    line-height: 16px
}

.sppb-pricing-box .sppb-pricing-features, .sppb-pricing-box .sppb-pricing-price-container {
    margin: 0 0 20px
}

.sppb-pricing-box .sppb-pricing-features > ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sppb-pricing-box .sppb-pricing-features > ul > li {
    display: block;
    padding: 0
}

.sppb-pricing-box .sppb-pricing-features > ul > li:last-child {
    margin-bottom: 0 !important
}

.sppb-pricing-box .sppb-pricing-features > ul > li .fa-check {
    color: #03e16d
}

.sppb-pricing-box .sppb-pricing-features > ul > li .fa-times {
    color: #d0021b
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
    font-size: 24px;
    line-height: 1
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
    font-size: 16px;
    line-height: 1
}

.sppb-pricing-box .sppb-pricing-header span.sppb-pricing-price-symbol {
    line-height: 1.3;
    vertical-align: super
}

.sppb-pricing-box .sppb-pricing-price.after {
    margin-bottom: 30px;
    display: block
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
    font-size: 24px;
    line-height: 1
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
    font-size: 16px;
    line-height: 1
}

.sppb-pricing-box .sppb-pricing-header span.sppb-pricing-price-symbol {
    line-height: 1.3;
    vertical-align: super
}

.sppb-addon-animated-number .sppb-addon-content {
    display: inline-block
}

.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
    margin-top: 10px
}

.sppb-addon-animated-number.sppb-hasbg .sppb-addon-content {
    padding: 20px
}

.animated-number-position-bottom .sppb-addon-content, .animated-number-position-left .sppb-addon-content, .animated-number-position-right .sppb-addon-content {
    display: flex
}

.animated-number-position-right .sppb-addon-content {
    flex-direction: row-reverse
}

.animated-number-position-bottom .sppb-addon-content {
    flex-direction: column-reverse
}

.sppb-text-center.animated-number-position-bottom .sppb-addon-content, .sppb-text-center.animated-number-position-left .sppb-addon-content, .sppb-text-center.animated-number-position-right .sppb-addon-content {
    justify-content: center
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
    justify-content: flex-start
}

.sppb-text-right.animated-number-position-bottom .sppb-addon-content, .sppb-text-right.animated-number-position-left .sppb-addon-content {
    justify-content: flex-end
}

.sppb-text-left.animated-number-position-right .sppb-addon-content {
    justify-content: flex-end
}

.sppb-text-right.animated-number-position-right .sppb-addon-content {
    justify-content: flex-start
}

.sppb-pie-chart {
    position: relative;
    display: inline-block
}

.sppb-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.sppb-pie-chart .sppb-chart-percent {
    font-size: 24px
}

.sppb-pie-chart .sppb-chart-icon, .sppb-pie-chart .sppb-chart-percent {
    width: 100%;
    height: 100%;
    display: table
}

.sppb-pie-chart .sppb-chart-icon span, .sppb-pie-chart .sppb-chart-percent span {
    display: table-cell;
    vertical-align: middle
}

.sppb-addon-single-image::after, .sppb-addon-single-image::before {
    content: '';
    display: table
}

.sppb-addon-single-image-container {
    display: inline-block;
    position: relative
}

.sppb-addon-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.sppb-addon-single-image-container:hover .sppb-addon-image-overlay {
    opacity: 1
}

.sppb-addon-image-overlay-icon {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: none;
    width: 36px;
    font-size: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: rgba(0, 0, 0, .8);
    border-radius: 40px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.sppb-addon-image-overlay-icon:active, .sppb-addon-image-overlay-icon:focus, .sppb-addon-image-overlay-icon:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    outline: 0
}

.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
    display: block;
    -webkit-animation: zoomIn .2s;
    animation: zoomIn .2s
}

.sppb-addon-image-content {
    position: relative
}

.sppb-addon-image-content .sppb-image-holder {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.sppb-addon-image-content.aligment-left .sppb-image-holder {
    left: 0
}

.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 120px 0 120px 50px
}

.sppb-addon-image-content.aligment-right .sppb-image-holder {
    right: 0
}

.sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 120px 50px 120px 0
}

@media (max-width: 768px) {
    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100% !important;
        height: 300px
    }
}

.sppb-addon-articles {
    margin-bottom: -30px
}

.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 30px
}

.sppb-addon-articles .sppb-carousel .sppb-carousel-inner > .sppb-item {
    padding: 0
}

.sppb-addon-articles .sppb-carousel .sppb-carousel-control {
    position: absolute;
    top: 50%;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    text-align: center
}

.sppb-addon-articles .sppb-carousel .sppb-carousel-control.left {
    left: 10px
}

.sppb-addon-articles .sppb-carousel .sppb-carousel-control.right {
    right: 10px
}

.sppb-addon-articles .sppb-carousel .sppb-carousel-control:hover {
    background-color: #333;
    border-color: #333
}

.sppb-addon-articles:hover .sppb-carousel-control {
    opacity: 1
}

.sppb-addon-articles .sppb-article-meta {
    margin: -5px -5px 5px
}

.sppb-addon-articles .sppb-article-meta > span {
    display: inline-block;
    margin: 5px;
    color: #888;
    font-size: 13px
}

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

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

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

img {
    vertical-align: middle
}

.sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img, .sppb-img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.sppb-img-rounded {
    border-radius: 6px
}

.sppb-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

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

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

.sppb-lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

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

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

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

.sppb-text-center {
    text-align: center
}

.sppb-text-center .sppb-img-responsive, .sppb-text-left .sppb-img-responsive, .sppb-text-right .sppb-img-responsive {
    display: inline-block
}

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

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

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

.sppb-text-uppercase {
    text-transform: uppercase
}

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

.sppb-text-muted {
    color: #777
}

.sppb-text-primary {
    color: #428bca
}

a.sppb-text-primary:hover {
    color: #3071a9
}

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

a.sppb-text-success:hover {
    color: #2b542c
}

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

a.sppb-text-info:hover {
    color: #245269
}

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

a.sppb-text-warning:hover {
    color: #66512c
}

.sppb-text-danger {
    color: #a94442
}

a.sppb-text-danger:hover {
    color: #843534
}

.sppb-blockquote {
    position: relative;
    font-size: 18px;
    font-style: italic
}

.sppb-blockquote ol:last-child, .sppb-blockquote p:last-child, .sppb-blockquote ul:last-child {
    margin-bottom: 0
}

.sppb-blockquote .small, .sppb-blockquote footer, .sppb-blockquote small {
    font-style: normal;
    display: block;
    margin-top: 15px;
    font-size: 80%;
    line-height: 1.42857143;
    color: #989898
}

.sppb-blockquote .small:before, .sppb-blockquote footer:before, .sppb-blockquote small:before {
    content: '\2014 \00A0'
}

.sppb-blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.sppb-blockquote.pull-right .small:before, .sppb-blockquote.pull-right footer:before, .sppb-blockquote.pull-right small:before {
    content: ''
}

.sppb-blockquote.pull-right .small:after, .sppb-blockquote.pull-right footer:after, .sppb-blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

.sppb-blockquote:after {
    content: ""
}

.sppb-blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    color: rgba(152, 152, 152, .3);
    display: block;
    margin-bottom: 15px
}

.sppb-address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.sppb-addon-blocknumber .sppb-blocknumber-number {
    display: inline-block;
    text-align: center
}

.sppb-addon-blocknumber .sppb-media-body.sppb-text-center {
    margin-top: 15px
}

.sppb-addon-blocknumber .sppb-media-body h1, .sppb-addon-blocknumber .sppb-media-body h2, .sppb-addon-blocknumber .sppb-media-body h3, .sppb-addon-blocknumber .sppb-media-body h4, .sppb-addon-blocknumber .sppb-media-body h5, .sppb-addon-blocknumber .sppb-media-body h6 {
    margin-top: 0
}

.sppb-dropcap .sppb-addon-content:first-letter {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding: 4px 8px 0 0
}

.sppb-code, .sppb-pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.sppb-code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

.sppb-pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.sppb-pre .sppb-code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

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

.sppb-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .sppb-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .sppb-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .sppb-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .sppb-container {
        max-width: 1140px
    }
}

.sppb-container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.sp-pagebuilder-row, .sppb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.sppb-no-gutter {
    margin-right: 0;
    margin-left: 0
}

.sppb-no-gutter > .sppb-col, .sppb-no-gutter > [class*=sppb-col-] {
    padding-right: 0;
    padding-left: 0
}

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

.sppb-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.sppb-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.sppb-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.sppb-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.sppb-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.sppb-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.sppb-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.sppb-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.sppb-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.sppb-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.sppb-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.sppb-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.sppb-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.sppb-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.sppb-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.sppb-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.sppb-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.sppb-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.sppb-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.sppb-order-6 {
    -ms-flex-order: 6;
    order: 6
}

.sppb-order-7 {
    -ms-flex-order: 7;
    order: 7
}

.sppb-order-8 {
    -ms-flex-order: 8;
    order: 8
}

.sppb-order-9 {
    -ms-flex-order: 9;
    order: 9
}

.sppb-order-10 {
    -ms-flex-order: 10;
    order: 10
}

.sppb-order-11 {
    -ms-flex-order: 11;
    order: 11
}

.sppb-order-12 {
    -ms-flex-order: 12;
    order: 12
}

@media (max-width: 767px) {
    .sppb-col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .sppb-col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .sppb-col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .sppb-col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .sppb-col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .sppb-col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .sppb-col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .sppb-col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sppb-col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .sppb-col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .sppb-col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .sppb-col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .sppb-col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .sppb-col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sppb-order-xs-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .sppb-order-xs-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .sppb-order-xs-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .sppb-order-xs-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .sppb-order-xs-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .sppb-order-xs-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .sppb-order-xs-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .sppb-order-xs-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .sppb-order-xs-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .sppb-order-xs-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .sppb-order-xs-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .sppb-order-xs-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .sppb-section-content-center .sppb-row-container {
        width: 100%
    }
}

@media (min-width: 768px) {
    .sppb-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .sppb-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .sppb-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .sppb-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .sppb-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .sppb-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .sppb-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .sppb-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sppb-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .sppb-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .sppb-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .sppb-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .sppb-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .sppb-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .sppb-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .sppb-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .sppb-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .sppb-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .sppb-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .sppb-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .sppb-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .sppb-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sppb-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .sppb-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .sppb-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .sppb-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .sppb-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .sppb-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sppb-order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .sppb-order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .sppb-order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .sppb-order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .sppb-order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .sppb-order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .sppb-order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .sppb-order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .sppb-order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .sppb-order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .sppb-order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .sppb-order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 1200px) {
    .sppb-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .sppb-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .sppb-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .sppb-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .sppb-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .sppb-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .sppb-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .sppb-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sppb-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .sppb-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .sppb-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .sppb-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .sppb-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .sppb-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sppb-order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .sppb-order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .sppb-order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .sppb-order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .sppb-order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .sppb-order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .sppb-order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .sppb-order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .sppb-order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .sppb-order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .sppb-order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .sppb-order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

.sppb-column, .sppb-column-addons {
    position: relative;
    z-index: 1;
    width: 100%
}

.sppb-column {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sppb-column.sppb-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.sppb-column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: repeat
}

.sppb-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1
}

.sp-pagebuilder-section-inner .sppb-row, .sppb-container-inner, .sppb-row-container {
    position: relative;
    z-index: 3
}

.sppb-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out
}

.sppb-btn.sppb-btn-3d {
    border-bottom-width: 3px;
    padding-top: 7px;
    padding-bottom: 7px
}

.sppb-btn:focus, .sppb-btn:hover {
    text-decoration: none
}

.sppb-btn.focus, .sppb-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}

.sppb-btn.disabled, .sppb-btn:disabled {
    opacity: .65
}

.sppb-btn.active, .sppb-btn:active {
    background-image: none
}

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

.sppb-btn-default {
    color: #010101;
    background-color: #eff1f4;
    border-color: #eff1f4
}

.sppb-btn-default.sppb-btn-3d {
    border-bottom-color: #d7dadd
}

.sppb-btn-default.sppb-btn-gradient {
    background-image: linear-gradient(-180deg, #eff1f2 0, #c2c3c3 100%);
    color: #6a6a6a;
    border: none
}

.sppb-btn-default:hover {
    color: #010101;
    background-color: #d7dadd;
    border-color: #d7dadd
}

.sppb-btn-default.focus, .sppb-btn-default:focus {
    color: #010101;
    box-shadow: 0 0 0 3px rgba(239, 241, 244, .8)
}

.sppb-btn-default.disabled, .sppb-btn-default:disabled {
    background-color: #eff1f4;
    border-color: #eff1f4;
    color: #010101
}

.show > .sppb-btn-default.dropdown-toggle, .sppb-btn-default.active, .sppb-btn-default:active {
    background-color: #d7dadd;
    background-image: none;
    border-color: #d7dadd
}

.sppb-btn-default.sppb-btn-outline {
    color: #d7dadd;
    background-color: transparent
}

.sppb-btn-default.sppb-btn-outline:hover {
    color: #010101;
    background-color: #eff1f4;
    border-color: #eff1f4
}

.sppb-btn-default.sppb-btn-outline.focus:hover, .sppb-btn-default.sppb-btn-outline:focus:hover {
    color: #010101;
    background-color: #eff1f4;
    border-color: #eff1f4
}

.sppb-btn-default.sppb-btn-outline.focus, .sppb-btn-default.sppb-btn-outline:focus {
    color: #d7dadd;
    background: 0 0
}

.sppb-btn-default.sppb-btn-outline.disabled, .sppb-btn-default.sppb-btn-outline:disabled {
    color: #010101;
    background-color: transparent;
    border-color: #eff1f4
}

.show > .sppb-btn-default.sppb-btn-outline.dropdown-toggle, .sppb-btn-default.sppb-btn-outline.active, .sppb-btn-default.sppb-btn-outline:active {
    color: #010101;
    background-color: #eff1f4;
    border-color: #eff1f4
}

.sppb-btn-primary {
    color: #fff;
    background-color: #3071ff;
    border-color: #3071ff
}

.sppb-btn-primary.sppb-btn-3d {
    border-bottom-color: #1e58d6
}

.sppb-btn-primary.sppb-btn-gradient {
    background-image: linear-gradient(0deg, #2858c2 0, #5186f9 100%);
    border: none
}

.sppb-btn-primary:hover {
    color: #fff;
    background-color: #1e58d6;
    border-color: #1e58d6
}

.sppb-btn-primary.sppb-btn-gradient:hover {
    background-image: -webkit-linear-gradient(-180deg, #004cf4 0, #2567f5 100%);
    background-image: linear-gradient(-180deg, #004cf4 0, #2567f5 100%);
    border: none
}

.sppb-btn-primary.focus, .sppb-btn-primary:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(48, 113, 255, .5)
}

.sppb-btn-primary.disabled, .sppb-btn-primary:disabled {
    background-color: #3071ff;
    border-color: #3071ff;
    color: #fff
}

.show > .sppb-btn-primary.dropdown-toggle, .sppb-btn-primary.active, .sppb-btn-primary:active {
    background-color: #1e58d6;
    background-image: none;
    border-color: #1e58d6
}

.sppb-btn-primary.sppb-btn-outline {
    color: #3071ff;
    background-color: transparent
}

.sppb-btn-primary.sppb-btn-outline:hover {
    color: #fff;
    background-color: #3071ff;
    border-color: #3071ff
}

.sppb-btn-primary.sppb-btn-outline.focus:hover, .sppb-btn-primary.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #3071ff;
    border-color: #3071ff
}

.sppb-btn-primary.sppb-btn-outline.focus, .sppb-btn-primary.sppb-btn-outline:focus {
    color: #3071ff;
    background: 0 0
}

.sppb-btn-primary.sppb-btn-outline.disabled, .sppb-btn-primary.sppb-btn-outline:disabled {
    color: #3071ff;
    background-color: transparent;
    border-color: #3071ff
}

.show > .sppb-btn-primary.sppb-btn-outline.dropdown-toggle, .sppb-btn-primary.sppb-btn-outline.active, .sppb-btn-primary.sppb-btn-outline:active {
    color: #fff;
    background-color: #3071ff;
    border-color: #3071ff
}

.sppb-btn-secondary {
    color: #fff;
    background-color: #98a7b5;
    border-color: #98a7b5
}

.sppb-btn-secondary.sppb-btn-3d {
    border-bottom-color: #7a8793
}

.sppb-btn-secondary.sppb-btn-gradient {
    background-image: linear-gradient(0deg, #6a757f 0, #a7b8c7 100%);
    border: none
}

.sppb-btn-secondary:hover {
    color: #fff;
    background-color: #7a8793;
    border-color: #7a8793
}

.sppb-btn-secondary.focus, .sppb-btn-secondary:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(152, 167, 181, .5)
}

.sppb-btn-secondary.disabled, .sppb-btn-secondary:disabled {
    background-color: #98a7b5;
    border-color: #98a7b5;
    color: #fff
}

.show > .sppb-btn-secondary.dropdown-toggle, .sppb-btn-secondary.active, .sppb-btn-secondary:active {
    background-color: #7a8793;
    background-image: none;
    border-color: #7a8793
}

.sppb-btn-secondary.sppb-btn-outline {
    color: #98a7b5;
    background-color: transparent
}

.sppb-btn-secondary.sppb-btn-outline:hover {
    color: #fff;
    background-color: #98a7b5;
    border-color: #98a7b5
}

.sppb-btn-secondary.sppb-btn-outline.focus:hover, .sppb-btn-secondary.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #98a7b5;
    border-color: #98a7b5
}

.sppb-btn-secondary.sppb-btn-outline.focus, .sppb-btn-secondary.sppb-btn-outline:focus {
    color: #98a7b5;
    background: 0 0
}

.sppb-btn-secondary.sppb-btn-outline.disabled, .sppb-btn-secondary.sppb-btn-outline:disabled {
    color: #98a7b5;
    background-color: transparent;
    border-color: #98a7b5
}

.show > .sppb-btn-secondary.sppb-btn-outline.dropdown-toggle, .sppb-btn-secondary.sppb-btn-outline.active, .sppb-btn-secondary.sppb-btn-outline:active {
    color: #fff;
    background-color: #98a7b5;
    border-color: #98a7b5
}

.sppb-btn-success {
    color: #fff;
    background-color: #23cf5f;
    border-color: #23cf5f
}

.sppb-btn-success.sppb-btn-3d {
    border-bottom-color: #1fae51
}

.sppb-btn-success.sppb-btn-gradient {
    background-image: linear-gradient(-180deg, #27da65 0, #1d9d4a 100%);
    border: none
}

.sppb-btn-success:hover {
    color: #fff;
    background-color: #1fae51;
    border-color: #1fae51
}

.sppb-btn-success.focus, .sppb-btn-success:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(35, 207, 97, .5)
}

.sppb-btn-success.disabled, .sppb-btn-success:disabled {
    background-color: #23cf5f;
    border-color: #23cf5f;
    color: #fff
}

.show > .sppb-btn-success.dropdown-toggle, .sppb-btn-success.active, .sppb-btn-success:active {
    background-color: #1fae51;
    background-image: none;
    border-color: #1fae51
}

.sppb-btn-success.sppb-btn-outline {
    color: #23cf5f;
    background-color: transparent
}

.sppb-btn-success.sppb-btn-outline:hover {
    color: #fff;
    background-color: #23cf5f;
    border-color: #23cf5f
}

.sppb-btn-success.sppb-btn-outline.focus:hover, .sppb-btn-success.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #23cf5f;
    border-color: #23cf5f
}

.sppb-btn-success.sppb-btn-outline.focus, .sppb-btn-success.sppb-btn-outline:focus {
    color: #23cf5f;
    background: 0 0
}

.sppb-btn-success.sppb-btn-outline.disabled, .sppb-btn-success.sppb-btn-outline:disabled {
    color: #23cf5f;
    background-color: transparent;
    border-color: #23cf5f
}

.show > .sppb-btn-success.sppb-btn-outline.dropdown-toggle, .sppb-btn-success.sppb-btn-outline.active, .sppb-btn-success.sppb-btn-outline:active {
    color: #fff;
    background-color: #23cf5f;
    border-color: #23cf5f
}

.sppb-btn-info {
    color: #fff;
    background-color: #0ac9c9;
    border-color: #0ac9c9
}

.sppb-btn-info.sppb-btn-3d {
    border-bottom-color: #09aeae
}

.sppb-btn-info.sppb-btn-gradient {
    background-image: linear-gradient(-180deg, #0ddada 0, #0aa9a9 100%);
    border: none
}

.sppb-btn-info:hover {
    color: #fff;
    background-color: #09aeae;
    border-color: #09aeae
}

.sppb-btn-info.focus, .sppb-btn-info:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(10, 201, 201, .5)
}

.sppb-btn-info.disabled, .sppb-btn-info:disabled {
    background-color: #0ac9c9;
    border-color: #0ac9c9;
    color: #fff
}

.show > .sppb-btn-info.dropdown-toggle, .sppb-btn-info.active, .sppb-btn-info:active {
    background-color: #09aeae;
    background-image: none;
    border-color: #09aeae
}

.sppb-btn-info.sppb-btn-outline {
    color: #0ac9c9;
    background-color: transparent
}

.sppb-btn-info.sppb-btn-outline:hover {
    color: #fff;
    background-color: #0ac9c9;
    border-color: #0ac9c9
}

.sppb-btn-info.sppb-btn-outline.focus:hover, .sppb-btn-info.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #0ac9c9;
    border-color: #0ac9c9
}

.sppb-btn-info.sppb-btn-outline.focus, .sppb-btn-info.sppb-btn-outline:focus {
    color: #0ac9c9;
    background: 0 0
}

.sppb-btn-info.sppb-btn-outline.disabled, .sppb-btn-info.sppb-btn-outline:disabled {
    color: #0ac9c9;
    background-color: transparent;
    border-color: #0ac9c9
}

.show > .sppb-btn-info.sppb-btn-outline.dropdown-toggle, .sppb-btn-info.sppb-btn-outline.active, .sppb-btn-info.sppb-btn-outline:active {
    color: #fff;
    background-color: #0ac9c9;
    border-color: #0ac9c9
}

.sppb-btn-warning {
    color: #fff;
    background-color: #ffd012;
    border-color: #ffd012
}

.sppb-btn-warning.sppb-btn-3d {
    border-bottom-color: #e6bc15
}

.sppb-btn-warning.sppb-btn-gradient {
    background-image: linear-gradient(0deg, #f29412 0, #ffd012 100%);
    border: none
}

.sppb-btn-warning:hover {
    color: #fff;
    background-color: #e6bc15;
    border-color: #e6bc15
}

.sppb-btn-warning.focus, .sppb-btn-warning:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 208, 18, .5)
}

.sppb-btn-warning.disabled, .sppb-btn-warning:disabled {
    background-color: #ffd012;
    border-color: #ffd012;
    color: #fff
}

.show > .sppb-btn-warning.dropdown-toggle, .sppb-btn-warning.active, .sppb-btn-warning:active {
    background-color: #e6bc15;
    background-image: none;
    border-color: #e6bc15
}

.sppb-btn-warning.sppb-btn-outline {
    color: #ffd012;
    background-color: transparent
}

.sppb-btn-warning.sppb-btn-outline:hover {
    color: #fff;
    background-color: #ffd012;
    border-color: #ffd012
}

.sppb-btn-warning.sppb-btn-outline.focus:hover, .sppb-btn-warning.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #ffd012;
    border-color: #ffd012
}

.sppb-btn-warning.sppb-btn-outline.focus, .sppb-btn-warning.sppb-btn-outline:focus {
    color: #ffd012;
    background: 0 0
}

.sppb-btn-warning.sppb-btn-outline.disabled, .sppb-btn-warning.sppb-btn-outline:disabled {
    color: #ffd012;
    background-color: transparent;
    border-color: #ffd012
}

.show > .sppb-btn-warning.sppb-btn-outline.dropdown-toggle, .sppb-btn-warning.sppb-btn-outline.active, .sppb-btn-warning.sppb-btn-outline:active {
    color: #fff;
    background-color: #ffd012;
    border-color: #ffd012
}

.sppb-btn-danger {
    color: #fff;
    background-color: #ff2b02;
    border-color: #ff2b02
}

.sppb-btn-danger.sppb-btn-3d {
    border-bottom-color: #d72503
}

.sppb-btn-danger.sppb-btn-gradient {
    background-image: linear-gradient(-180deg, #ff5a3b 0, #db2300 100%);
    border: none
}

.sppb-btn-danger:hover {
    color: #fff;
    background-color: #d72503;
    border-color: #d72503
}

.sppb-btn-danger.focus, .sppb-btn-danger:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 43, 2, .5)
}

.sppb-btn-danger.disabled, .sppb-btn-danger:disabled {
    background-color: #ff2b02;
    border-color: #ff2b02;
    color: #fff
}

.show > .sppb-btn-danger.dropdown-toggle, .sppb-btn-danger.active, .sppb-btn-danger:active {
    background-color: #d72503;
    background-image: none;
    border-color: #d72503
}

.sppb-btn-danger.sppb-btn-outline {
    color: #ff2b02;
    background-color: transparent
}

.sppb-btn-danger.sppb-btn-outline:hover {
    color: #fff;
    background-color: #ff2b02;
    border-color: #ff2b02
}

.sppb-btn-danger.sppb-btn-outline.focus:hover, .sppb-btn-danger.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #ff2b02;
    border-color: #ff2b02
}

.sppb-btn-danger.sppb-btn-outline.focus, .sppb-btn-danger.sppb-btn-outline:focus {
    color: #ff2b02;
    background: 0 0
}

.sppb-btn-danger.sppb-btn-outline.disabled, .sppb-btn-danger.sppb-btn-outline:disabled {
    color: #ff2b02;
    background-color: transparent;
    border-color: #ff2b02
}

.show > .sppb-btn-danger.sppb-btn-outline.dropdown-toggle, .sppb-btn-danger.sppb-btn-outline.active, .sppb-btn-danger.sppb-btn-outline:active {
    color: #fff;
    background-color: #ff2b02;
    border-color: #ff2b02
}

.sppb-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.sppb-btn-dark.sppb-btn-3d {
    border-bottom-color: #23272b
}

.sppb-btn-dark.sppb-btn-gradient {
    background-image: linear-gradient(0deg, #202428 0, #6e7a86 100%);
    border: none
}

.sppb-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.sppb-btn-dark.focus, .sppb-btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
}

.sppb-btn-dark.disabled, .sppb-btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.show > .sppb-btn-dark.dropdown-toggle, .sppb-btn-dark.active, .sppb-btn-dark:active {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124
}

.sppb-btn-dark.sppb-btn-outline {
    color: #343a40;
    background-color: transparent
}

.sppb-btn-dark.sppb-btn-outline:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.sppb-btn-dark.sppb-btn-outline.focus:hover, .sppb-btn-dark.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.sppb-btn-dark.sppb-btn-outline.focus, .sppb-btn-dark.sppb-btn-outline:focus {
    color: #343a40;
    background: 0 0
}

.sppb-btn-dark.sppb-btn-outline.disabled, .sppb-btn-dark.sppb-btn-outline:disabled {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}

.show > .sppb-btn-dark.sppb-btn-outline.dropdown-toggle, .sppb-btn-dark.sppb-btn-outline.active, .sppb-btn-dark.sppb-btn-outline:active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.sppb-btn-link {
    font-weight: 400;
    color: #3071ff;
    border-radius: 0
}

.sppb-btn-link, .sppb-btn-link.active, .sppb-btn-link:active, .sppb-btn-link:disabled {
    background-color: transparent
}

.sppb-btn-link, .sppb-btn-link:active, .sppb-btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.sppb-btn-link:hover {
    border-color: transparent
}

.sppb-btn-link:focus, .sppb-btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent
}

.sppb-btn-link:disabled {
    color: #868e96
}

.sppb-btn-link:disabled:focus, .sppb-btn-link:disabled:hover {
    text-decoration: none
}

.sppb-btn-xlg {
    padding: 20px 50px;
    font-size: 22px;
    line-height: 1.6;
    border-radius: 6px
}

.sppb-btn-xlg.sppb-btn.sppb-btn-3d {
    border-bottom-width: 7px;
    padding-top: 17px;
    padding-bottom: 17px
}

.sppb-btn-lg {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px
}

.sppb-btn-lg.sppb-btn.sppb-btn-3d {
    border-bottom-width: 5px;
    padding-top: 6px;
    padding-bottom: 6px
}

.sppb-btn-sm {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.sppb-btn-sm.sppb-btn.sppb-btn-3d {
    padding-top: 3px;
    padding-bottom: 3px
}

.sppb-btn-xs {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.sppb-btn-xs.sppb-btn.sppb-btn-3d {
    border-bottom-width: 2px;
    padding-top: 1.5px;
    padding-bottom: 1.5px
}

.sppb-btn-block {
    display: block;
    width: 100%
}

.sppb-btn-block + .sppb-btn-block {
    margin-top: 5px
}

input[type=button].sppb-btn-block, input[type=reset].sppb-btn-block, input[type=submit].sppb-btn-block {
    width: 100%
}

.sppb-btn-round {
    border-radius: 100px
}

.sppb-btn-square {
    border-radius: 0
}

.sppb-fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.sppb-fade.in {
    opacity: 1
}

.sppb-collapse {
    display: none
}

.sppb-collapse.in {
    display: block
}

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

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

.sppb-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.sppb-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.sppb-label:focus, a.sppb-label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.sppb-label:empty {
    display: none
}

.sppb-btn .sppb-label {
    position: relative;
    top: -1px
}

.sppb-label-default {
    background-color: #777
}

.sppb-label-default[href]:focus, .sppb-label-default[href]:hover {
    background-color: #5e5e5e
}

.sppb-label-primary {
    background-color: #428bca
}

.sppb-label-primary[href]:focus, .sppb-label-primary[href]:hover {
    background-color: #3071a9
}

.sppb-label-success {
    background-color: #5cb85c
}

.sppb-label-success[href]:focus, .sppb-label-success[href]:hover {
    background-color: #449d44
}

.sppb-label-info {
    background-color: #5bc0de
}

.sppb-label-info[href]:focus, .sppb-label-info[href]:hover {
    background-color: #31b0d5
}

.sppb-label-warning {
    background-color: #f0ad4e
}

.sppb-label-warning[href]:focus, .sppb-label-warning[href]:hover {
    background-color: #ec971f
}

.sppb-label-danger {
    background-color: #d9534f
}

.sppb-label-danger[href]:focus, .sppb-label-danger[href]:hover {
    background-color: #c9302c
}

.sppb-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sppb-thumbnail a > img, .sppb-thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

a.sppb-thumbnail.active, a.sppb-thumbnail:focus, a.sppb-thumbnail:hover {
    border-color: #428bca
}

.sppb-thumbnail .sppb-caption {
    padding: 9px;
    color: #333
}

.sppb-alert {
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.sppb-alert h4 {
    margin-top: 0;
    color: inherit
}

.sppb-alert hr {
    border-bottom: 0
}

.sppb-alert .sppb-alert-link {
    font-weight: 700
}

.sppb-alert-dismissable, .sppb-alert-dismissible {
    padding-right: 35px
}

.sppb-alert .sppb-close {
    color: inherit
}

.sppb-alert-primary {
    background: rgba(48, 113, 255, .1);
    color: #3071ff
}

.sppb-alert-primary hr {
    border-top-color: rgba(48, 113, 255, .4)
}

.sppb-alert-primary .alert-link, .sppb-alert-primary .alert-link:active, .sppb-alert-primary .alert-link:focus, .sppb-alert-primary .alert-link:hover, .sppb-alert-primary a, .sppb-alert-primary a:active, .sppb-alert-primary a:focus, .sppb-alert-primary a:hover {
    color: #3071ff;
    font-weight: 700
}

.sppb-alert-primary .alert-link:hover, .sppb-alert-primary a:hover {
    text-decoration: underline
}

.sppb-alert-light {
    background: #f5f5f5;
    color: #848e97
}

.sppb-alert-light hr {
    border-top-color: #e5e5e5
}

.sppb-alert-light .alert-link, .sppb-alert-light .alert-link:active, .sppb-alert-light .alert-link:focus, .sppb-alert-light .alert-link:hover, .sppb-alert-light a, .sppb-alert-light a:active, .sppb-alert-light a:focus, .sppb-alert-light a:hover {
    font-weight: 700
}

.sppb-alert-light .alert-link:hover, .sppb-alert-light a:hover {
    text-decoration: underline
}

.sppb-alert-dark {
    background: #333a41;
    color: #fff
}

.sppb-alert-dark hr {
    border-top-color: #3e464e
}

.sppb-alert-dark .alert-link, .sppb-alert-dark .alert-link:active, .sppb-alert-dark .alert-link:focus, .sppb-alert-dark .alert-link:hover, .sppb-alert-dark a, .sppb-alert-dark a:active, .sppb-alert-dark a:focus, .sppb-alert-dark a:hover {
    font-weight: 700
}

.sppb-alert-dark .alert-link:hover, .sppb-alert-dark a:hover {
    text-decoration: underline
}

.sppb-alert-success {
    background: rgba(35, 207, 95, .1);
    color: #23cf5f
}

.sppb-alert-success hr {
    border-top-color: rgba(35, 207, 95, .4)
}

.sppb-alert-success .alert-link, .sppb-alert-success .alert-link:active, .sppb-alert-success .alert-link:focus, .sppb-alert-success .alert-link:hover, .sppb-alert-success a, .sppb-alert-success a:active, .sppb-alert-success a:focus, .sppb-alert-success a:hover {
    color: #23cf5f;
    font-weight: 700
}

.sppb-alert-success .alert-link:hover, .sppb-alert-success a:hover {
    text-decoration: underline
}

.sppb-alert-info {
    background: rgba(10, 201, 201, .1);
    color: #0ac9c9
}

.sppb-alert-info hr {
    border-top-color: rgba(10, 201, 201, .4)
}

.sppb-alert-info .alert-link, .sppb-alert-info .alert-link:active, .sppb-alert-info .alert-link:focus, .sppb-alert-info .alert-link:hover, .sppb-alert-info a, .sppb-alert-info a:active, .sppb-alert-info a:focus, .sppb-alert-info a:hover {
    color: #0ac9c9;
    font-weight: 700
}

.sppb-alert-info .alert-link:hover, .sppb-alert-info a:hover {
    text-decoration: underline
}

.sppb-alert-warning {
    background: rgba(255, 208, 18, .1);
    color: #f5a623
}

.sppb-alert-warning hr {
    border-top-color: rgba(255, 208, 18, .4)
}

.sppb-alert-warning .alert-link, .sppb-alert-warning .alert-link:active, .sppb-alert-warning .alert-link:focus, .sppb-alert-warning .alert-link:hover, .sppb-alert-warning a, .sppb-alert-warning a:active, .sppb-alert-warning a:focus, .sppb-alert-warning a:hover {
    color: #f5a623;
    font-weight: 700
}

.sppb-alert-warning .alert-link:hover, .sppb-alert-warning a:hover {
    text-decoration: underline
}

.sppb-alert-danger {
    background: rgba(255, 43, 2, .1);
    color: #ff2b02
}

.sppb-alert-danger hr {
    border-top-color: rgba(255, 43, 2, .4)
}

.sppb-alert-danger .alert-link, .sppb-alert-danger .alert-link:active, .sppb-alert-danger .alert-link:focus, .sppb-alert-danger .alert-link:hover, .sppb-alert-danger a, .sppb-alert-danger a:active, .sppb-alert-danger a:focus, .sppb-alert-danger a:hover {
    color: #ff2b02;
    font-weight: 700
}

.sppb-alert-danger .alert-link:hover, .sppb-alert-danger a:hover {
    text-decoration: underline
}

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

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

.sppb-progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px
}

.sppb-progress-label {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative
}

.sppb-progress-label > span {
    float: right;
    font-weight: 700
}

.sppb-progress.sppb-progress-square {
    border-radius: 0
}

.sppb-progress.sppb-progress-round {
    border-radius: 40px
}

.sppb-progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #3071ff;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    overflow: hidden
}

.sppb-progress-bar-striped, .sppb-progress-striped .sppb-progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.sppb-progress-bar.active, .sppb-progress.active .sppb-progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.sppb-progress-bar[aria-valuenow="0"] {
    color: #777;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.sppb-progress-bar-success {
    background-color: #23cf5f
}

.progress-striped .sppb-progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.sppb-progress-bar-info {
    background-color: #0ac9c9
}

.progress-striped .sppb-progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.sppb-progress-bar-warning {
    background-color: #ffd012
}

.progress-striped .sppb-progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.sppb-progress-bar-danger {
    background-color: #ff2b02
}

.progress-striped .sppb-progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.sppb-media, .sppb-media-body {
    overflow: hidden;
    zoom: 1
}

.sppb-media, .sppb-media .sppb-media {
    margin-top: 15px
}

.sppb-media:first-child {
    margin-top: 0
}

.sppb-media-object {
    display: block
}

.sppb-media-heading {
    margin: 0 0 5px
}

.sppb-media > .pull-left {
    margin-right: 15px
}

.sppb-media > .pull-right {
    margin-left: 15px
}

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

.sppb-panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-top-width: 0
}

.sppb-panel.sppb-panel-faq {
    background: 0 0
}

.sppb-panel-group > .sppb-panel:first-child {
    border-top-width: 1px
}

.sppb-panel-body {
    padding: 15px;
    border-top: 1px solid transparent
}

.sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
    border-top-width: 1px;
    border-bottom-width: 0
}

.sppb-panel-heading {
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    position: relative
}

.sppb-panel-heading .sppb-toggle-direction {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bolder;
    color: inherit
}

.sppb-panel-title > a {
    color: inherit
}

.sppb-panel-default {
    border-color: #e5e5e5
}

.sppb-panel-default .sppb-panel-body {
    border-top-color: #e5e5e5
}

.sppb-panel-default > .sppb-panel-heading {
    background: #f9f9f9
}

.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
    color: #ccc
}

.sppb-panel-modern {
    background: #fff;
    border: 1px solid #e8eff1;
    border-radius: 4px;
    margin-bottom: 10px
}

.sppb-panel-group > .sppb-panel-modern:last-child {
    margin-bottom: 0
}

.sppb-panel-modern .sppb-panel-body {
    border-top-color: #e8eff1
}

.sppb-panel-modern > .sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #f6fafb;
    color: #4b5981
}

.sppb-panel-primary {
    border-color: rgba(48, 113, 255, .3)
}

.sppb-panel-primary > .sppb-panel-heading {
    color: #3071ff;
    background: rgba(48, 113, 255, .1)
}

.sppb-panel-primary .sppb-panel-body {
    border-top-color: rgba(48, 113, 255, .3)
}

.sppb-panel-success {
    border-color: rgba(35, 207, 95, .3)
}

.sppb-panel-success > .sppb-panel-heading {
    color: #23cf5f;
    background: rgba(35, 207, 95, .1)
}

.sppb-panel-success .sppb-panel-body {
    border-top-color: rgba(35, 207, 95, .3)
}

.sppb-panel-info {
    border-color: rgba(10, 201, 201, .3)
}

.sppb-panel-info > .sppb-panel-heading {
    color: #0ac9c9;
    background: rgba(10, 201, 201, .1)
}

.sppb-panel-info .sppb-panel-body {
    border-top-color: rgba(10, 201, 201, .3)
}

.sppb-panel-warning {
    border-color: rgba(255, 208, 18, .3)
}

.sppb-panel-warning > .sppb-panel-heading {
    color: #f5a623;
    background: rgba(255, 208, 18, .1)
}

.sppb-panel-warning .sppb-panel-body {
    border-top-color: rgba(255, 208, 18, .3)
}

.sppb-panel-danger {
    border-color: rgba(255, 43, 2, .2)
}

.sppb-panel-danger > .sppb-panel-heading {
    color: #ff2b02;
    background: rgba(255, 43, 2, .1)
}

.sppb-panel-danger .sppb-panel-body {
    border-top-color: rgba(255, 43, 2, .2)
}

.sppb-panel-faq {
    border: 0
}

.sppb-panel-faq .sppb-panel-body {
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.sppb-panel-faq > .sppb-panel-heading {
    border-bottom: 1px solid #e5e5e5
}

.sppb-panel-faq > .sppb-panel-heading .sppb-toggle-direction {
    color: #ccc
}

.sppb-panel.sppb-panel-custom {
    overflow: hidden
}

.sppb-accordion-icon-position-right {
    display: table;
    width: 100%
}

.sppb-panel-custom .sppb-panel-heading {
    transition: .4s
}

.sppb-accordion-icon-wrap {
    transition: .4s;
    display: inline-block
}

.sppb-accordion-icon-position-right .sppb-accordion-icon-wrap {
    float: right
}

.sppb-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.sppb-nav > li {
    position: relative;
    display: block
}

.sppb-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.sppb-nav > li > a:focus, .sppb-nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.sppb-nav > li.disabled > a {
    color: #777
}

.sppb-nav > li.disabled > a:focus, .sppb-nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.sppb-nav .open > a, .sppb-nav .open > a:focus, .sppb-nav .open > a:hover {
    background-color: #eee;
    border-color: #428bca
}

.sppb-nav > li > a > img {
    max-width: none
}

.sppb-nav-tabs {
    border-bottom: 1px solid #e5e5e5
}

.sppb-tab-content {
    margin-top: 15px
}

.sppb-nav-tabs-content {
    margin-top: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-top: 0;
    padding: 15px
}

.sppb-nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.sppb-nav-tabs > li > a {
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857143;
    padding: 12px 15px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-right-width: 0
}

.sppb-nav-tabs > li:last-child > a {
    border-right-width: 1px
}

.sppb-nav-tabs > li > a > i {
    margin-right: 5px
}

.sppb-nav-tabs > li.active > a, .sppb-nav-tabs > li.active > a:focus, .sppb-nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default
}

.sppb-nav-tabs.sppb-nav-justified {
    width: 100%;
    border-bottom: 0
}

.sppb-nav-tabs.sppb-nav-justified > li {
    float: none
}

.sppb-nav-tabs.sppb-nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .sppb-nav-tabs.sppb-nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .sppb-nav-tabs.sppb-nav-justified > li > a {
        margin-bottom: 0
    }
}

.sppb-nav-tabs.sppb-nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.sppb-nav-tabs.sppb-nav-justified > .active > a, .sppb-nav-tabs.sppb-nav-justified > .active > a:focus, .sppb-nav-tabs.sppb-nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .sppb-nav-tabs.sppb-nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .sppb-nav-tabs.sppb-nav-justified > .active > a, .sppb-nav-tabs.sppb-nav-justified > .active > a:focus, .sppb-nav-tabs.sppb-nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.sppb-nav-modern-content {
    margin-top: 0;
    border: 1px solid #e8eff1;
    background: #fff;
    padding: 15px;
    border-radius: 0 4px 4px 4px
}

.sppb-nav-modern > li {
    float: left;
    margin-right: 5px;
    margin-bottom: -1px
}

.sppb-nav-modern > li > a {
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857143;
    padding: 12px 15px;
    background: #f6fafb;
    color: #4b5981;
    border: 1px solid #e8eff1;
    border-radius: 4px 4px 0 0
}

.sppb-nav-modern > li > a:focus, .sppb-nav-modern > li > a:hover {
    background-color: #f2f6f7
}

.sppb-nav-modern > li > a > i {
    margin-right: 5px
}

.sppb-nav-modern > li.active > a, .sppb-nav-modern > li.active > a:focus, .sppb-nav-modern > li.active > a:hover {
    color: #4b5981;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default
}

.sppb-nav-pills > li {
    float: left
}

.sppb-nav-pills > li > a {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: bolder;
    color: inherit;
    padding: 13px 15px;
    border-radius: 3px;
    color: inherit
}

.sppb-nav-pills > li > a > i {
    margin-right: 5px
}

.sppb-nav-pills > li + li {
    margin-left: 2px
}

.sppb-nav-pills > li > a:focus, .sppb-nav-pills > li > a:hover {
    background: 0 0
}

.sppb-nav-pills > li.active > a, .sppb-nav-pills > li.active > a:focus, .sppb-nav-pills > li.active > a:hover {
    color: #333;
    background-color: #e5e5e5
}

.sppb-nav-stacked > li {
    float: none
}

.sppb-nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.sppb-nav-justified {
    width: 100%
}

.sppb-nav-justified > li {
    float: none
}

.sppb-nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .sppb-nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .sppb-nav-justified > li > a {
        margin-bottom: 0
    }
}

.sppb-nav-tabs-justified {
    border-bottom: 0
}

.sppb-nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.sppb-nav-tabs-justified > .active > a, .sppb-nav-tabs-justified > .active > a:focus, .sppb-nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .sppb-nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .sppb-nav-tabs-justified > .active > a, .sppb-nav-tabs-justified > .active > a:focus, .sppb-nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.sppb-nav-lines {
    border-bottom: 2px solid #e5e5e5
}

.sppb-nav-lines > li {
    float: left
}

.sppb-nav-lines > li > a {
    padding: 13px 15px;
    font-size: 14px;
    color: inherit;
    font-weight: bolder;
    line-height: 1.42857143;
    color: inherit
}

.sppb-nav-lines > li > a > i {
    margin-right: 5px
}

.sppb-nav-lines > li + li {
    margin-left: 0
}

.sppb-nav-lines > li > a:focus, .sppb-nav-lines > li > a:hover {
    background: 0 0
}

.sppb-nav-lines > li.active > a, .sppb-nav-lines > li.active > a:focus, .sppb-nav-lines > li.active > a:hover {
    color: #006cff;
    background-color: transparent;
    border-bottom: 2px solid #006cff;
    margin-bottom: -2px
}

.sppb-tab-content > .sppb-tab-pane {
    display: none
}

.sppb-tab-content > .active {
    display: block
}

.sppb-tab.custom-tab {
    display: table;
    width: 100%
}

.sppb-nav-custom {
    float: left
}

.sppb-nav-custom li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .4s
}

.sppb-nav-custom li a.tab-icon-block-wrap {
    display: block
}

.sppb-nav-custom li a.sppb-text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sppb-nav-custom li a.sppb-text-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sppb-nav-custom li a.sppb-text-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sppb-tab-custom-content {
    float: left;
    margin-top: 0
}

.sppb-tab-icon {
    display: inline-block;
    line-height: 1;
    transition: .4s
}

.sppb-tab-icon.tab-icon-block {
    display: block
}

.sppb-embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.sppb-embed-responsive .sppb-embed-responsive-item, .sppb-embed-responsive embed, .sppb-embed-responsive iframe, .sppb-embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.sppb-embed-responsive.sppb-embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.sppb-embed-responsive.sppb-embed-responsive-4by3 {
    padding-bottom: 75%
}

.sppb-close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5
}

.sppb-close > span {
    display: block;
    line-height: 1
}

.sppb-close:focus, .sppb-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.sppb-close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
    display: block;
    width: 100%;
    height: inherit;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.sppb-form-control.sppb-has-field-error, .sppb-form-group .sppb-form-control.sppb-has-field-error {
    border: 1px solid #ff4500
}

.sppb-form-validation-error {
    color: #ff4500;
    padding-top: 10px
}

.sppb-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.sppb-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0
}

.sppb-form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.sppb-form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.sppb-form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.sppb-form-control:disabled, .sppb-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.sppb-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.sppb-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.sppb-form-control-file, .sppb-form-control-range {
    display: block
}

.sppb-col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.sppb-col-form-label-lg {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    font-size: 1.25rem
}

.sppb-col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.sppb-col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.sppb-form-control-plaintext {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.sppb-form-control-plaintext.sppb-form-control-lg, .sppb-form-control-plaintext.sppb-form-control-sm, .sppb-input-group-lg > .sppb-form-control-plaintext.sppb-form-control, .sppb-input-group-lg > .sppb-form-control-plaintext.sppb-input-group-addon, .sppb-input-group-lg > .sppb-input-group-btn > .sppb-form-control-plaintext.btn, .sppb-input-group-sm > .sppb-form-control-plaintext.sppb-form-control, .sppb-input-group-sm > .sppb-form-control-plaintext.sppb-input-group-addon, .sppb-input-group-sm > .sppb-input-group-btn > .sppb-form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.sppb-form-control-sm, .sppb-input-group-sm > .sppb-form-control, .sppb-input-group-sm > .sppb-input-group-addon, .sppb-input-group-sm > .sppb-input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.sppb-input-group-sm > .sppb-input-group-btn > select.btn:not([size]):not([multiple]), .sppb-input-group-sm > select.sppb-form-control:not([size]):not([multiple]), .sppb-input-group-sm > select.sppb-input-group-addon:not([size]):not([multiple]), select.sppb-form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.sppb-form-control-lg, .sppb-input-group-lg > .sppb-form-control, .sppb-input-group-lg > .sppb-input-group-addon, .sppb-input-group-lg > .sppb-input-group-btn > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.sppb-input-group-lg > .sppb-input-group-btn > select.btn:not([size]):not([multiple]), .sppb-input-group-lg > select.sppb-form-control:not([size]):not([multiple]), .sppb-input-group-lg > select.sppb-input-group-addon:not([size]):not([multiple]), select.sppb-form-control-lg:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px)
}

.sppb-form-group {
    margin-bottom: 20px
}

.sppb-form-check {
    position: relative;
    display: block;
    padding-left: 18px
}

.sppb-form-check .sppb-form-check-input {
    position: absolute;
    margin-top: 6px;
    margin-left: -18px
}

.sppb-form-check .sppb-form-check-label {
    line-height: 24px
}

.sppb-form-text {
    display: block;
    margin-top: 8px
}

.sppb-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.sppb-page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.sppb-page-link:hover {
    z-index: 1;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.sppb-page-link:focus {
    z-index: 1;
    outline: 0
}

.sppb-page-item:first-child .sppb-page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.sppb-page-item:last-child .sppb-page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.sppb-page-item.active .sppb-page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.sppb-popover {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e9;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.sppb-popover.top {
    margin-top: -10px
}

.sppb-popover.right {
    margin-left: 10px
}

.sppb-popover.bottom {
    margin-top: 10px
}

.sppb-popover.left {
    margin-left: -10px
}

.sppb-popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    background-color: #f7f7f7;
    color: #4c4c4c;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.sppb-popover-content {
    padding: 15px;
    line-height: 22px;
    font-size: 13px;
    color: #666
}

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

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

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

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

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

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

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

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

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

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

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

.sppb-carousel {
    position: relative
}

.sppb-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.sppb-carousel-inner > .sppb-item {
    padding: 60px;
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.sppb-carousel-inner > .sppb-item > .sppb-addon-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img {
    line-height: 1
}

.sppb-carousel-inner > .active, .sppb-carousel-inner > .next, .sppb-carousel-inner > .prev {
    display: block
}

.sppb-carousel-inner > .active {
    left: 0
}

.sppb-carousel-inner > .next, .sppb-carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.sppb-carousel-inner > .next {
    left: 100%
}

.sppb-carousel-inner > .prev {
    left: -100%
}

.sppb-carousel-inner > .next.left, .sppb-carousel-inner > .prev.right {
    left: 0
}

.sppb-carousel-inner > .active.left {
    left: -100%
}

.sppb-carousel-inner > .active.right {
    left: 100%
}

.sppb-carousel-arrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: .8;
    filter: alpha(opacity=80);
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.sppb-carousel-arrow.right {
    left: auto;
    right: 0
}

.sppb-carousel-arrow:focus, .sppb-carousel-arrow:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.sppb-carousel-arrow i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.sppb-carousel-arrow.left i {
    left: 50%;
    margin-left: -10px
}

.sppb-carousel-arrow.right i {
    right: 50%;
    margin-right: -10px
}

.sppb-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.sppb-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.sppb-carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.sppb-item.sppb-item-has-bg {
    padding: 0;
    background-size: cover
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div {
    height: 100%;
    width: 100%;
    display: table
}

.sppb-item.sppb-item-has-bg > img {
    width: 100%
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
    display: table-cell;
    vertical-align: middle
}

.sppb-carousel-pro-text h2 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 0
}

.sppb-carousel-item-inner .sppb-text-right {
    margin-top: 30px
}

.sppb-addon-testimonial .fa-quote-left, .sppb-addon-testimonial .fa-quote-right {
    display: block;
    font-size: 48px;
    color: #edeef2;
    margin-bottom: 10px
}

.sppb-testimonial-top-content.sppb-addon-testimonial-footer {
    display: flex;
    flex-wrap: wrap
}

.sppb-text-center .sppb-testimonial-top-content.sppb-addon-testimonial-footer {
    justify-content: center
}

.sppb-text-right .sppb-testimonial-top-content.sppb-addon-testimonial-footer {
    justify-content: flex-end
}

.sppb-testimonial-top-content.sppb-addon-testimonial-footer > span {
    margin-left: auto;
    margin-bottom: 0
}

.sppb-addon-testimonial-review {
    margin: 0 0 20px 0
}

.sppb-addon-testimonial-footer {
    display: block;
    font-size: 90%
}

.sppb-addon-testimonial-footer img {
    display: inline-block;
    margin-right: 10px
}

.sppb-addon-testimonial-footer img.sppb-avatar-round {
    border-radius: 4px
}

.sppb-addon-testimonial-footer img.sppb-avatar-circle {
    border-radius: 100%
}

.sppb-addon-testimonial-content-wrap {
    display: flex;
    flex-wrap: wrap
}

.sppb-text-center .sppb-addon-testimonial-content-wrap {
    justify-content: center
}

.sppb-text-left .sppb-addon-testimonial-content-wrap {
    justify-content: flex-start
}

.sppb-text-right .sppb-addon-testimonial-content-wrap {
    justify-content: flex-end
}

.sppb-addon-testimonial-footer a {
    display: inline-block
}

.sppb-addon-testimonial-rating i {
    display: inline-block
}

.sppb-testimonial-pro {
    padding-bottom: 40px
}

.sppb-testimonial-pro .sppb-carousel-inner > .sppb-item {
    padding: 0
}

.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    display: inline-block
}

.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar, .sppb-testimonial-pro .sppb-testimonial-client, .sppb-testimonial-pro .sppb-testimonial-message {
    margin-bottom: 10px
}

.sppb-testimonial-pro .sppb-testimonial-message {
    font-size: 16px;
    line-height: 24px
}

.sppb-testimonial-pro .sppb-carousel-control {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #333;
    color: #888;
    margin: 5px 3px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.sppb-testimonial-pro .sppb-carousel-control:hover {
    background: #333;
    color: #fff
}

.sppb-testimonial-pro .sppb-carousel-indicators {
    bottom: 0;
    margin-bottom: 0
}

.sppb-testimonial-pro .sppb-carousel-indicators li {
    border-color: rgba(0, 0, 0, .3)
}

.sppb-testimonial-pro .sppb-carousel-indicators li.active {
    border-color: #666;
    background-color: #666
}

.sppb-testimonial-pro .fa-quote-left {
    display: block;
    font-size: 48px;
    color: #edeef2;
    margin-bottom: 10px
}

.sppb-addon-testimonial-pro-footer {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 90%
}

.sppb-testimonial-pro.sppb-text-left .sppb-addon-testimonial-pro-footer {
    justify-content: flex-start
}

.sppb-testimonial-pro.sppb-text-center .sppb-addon-testimonial-pro-footer {
    justify-content: center
}

.sppb-testimonial-pro.sppb-text-right .sppb-addon-testimonial-pro-footer {
    justify-content: flex-end
}

.sppb-addon-testimonial-pro-footer img {
    display: inline-block;
    margin-right: 10px
}

.sppb-testimonial-pro .sppb-item > img {
    display: inline-block;
    margin-bottom: 15px
}

.sppb-addon-testimonial-pro-footer img.sppb-avatar-round, .sppb-testimonial-pro .sppb-item > img.sppb-avatar-round {
    border-radius: 4px
}

.sppb-addon-testimonial-pro-footer img.sppb-avatar-circle, .sppb-testimonial-pro .sppb-item > img.sppb-avatar-circle {
    border-radius: 100%
}

.sppb-testimonial-pro.sppb-text-left .sppb-carousel-indicators {
    left: 0;
    margin-left: 0;
    text-align: left
}

.sppb-testimonial-pro.sppb-text-right .sppb-carousel-indicators {
    left: auto;
    margin-left: 0;
    right: 0;
    text-align: right
}

.sppb-addon-tweet .sppb-tweet-avatar {
    display: inline-block;
    margin-bottom: 15px
}

.sppb-addon-tweet .sppb-tweet-username {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-inner > .sppb-item {
    padding: 0
}

.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-created {
    display: inline-block;
    margin-bottom: 5px
}

.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #333;
    color: #888;
    margin: 15px 3px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover {
    background: #333;
    color: #fff
}

.clearfix:after, .clearfix:before, .sp-pagebuilder-row:after, .sp-pagebuilder-row:before, .sppb-container-fluid:after, .sppb-container-fluid:before, .sppb-container:after, .sppb-container:before, .sppb-nav:after, .sppb-nav:before, .sppb-panel-body:after, .sppb-panel-body:before {
    content: " ";
    display: table
}

.clearfix:after, .sp-pagebuilder-row:after, .sppb-container-fluid:after, .sppb-container:after, .sppb-nav:after, .sppb-panel-body:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@-ms-viewport {
    width: device-width
}

.sppb-visible-lg, .sppb-visible-md, .sppb-visible-sm, .sppb-visible-xs {
    display: none !important
}

.sppb-visible-lg-block, .sppb-visible-lg-inline, .sppb-visible-lg-inline-block, .sppb-visible-md-block, .sppb-visible-md-inline, .sppb-visible-md-inline-block, .sppb-visible-sm-block, .sppb-visible-sm-inline, .sppb-visible-sm-inline-block, .sppb-visible-xs-block, .sppb-visible-xs-inline, .sppb-visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .sppb-visible-xs {
        display: block !important
    }

    table.sppb-visible-xs {
        display: table
    }

    tr.sppb-visible-xs {
        display: table-row !important
    }

    td.sppb-visible-xs, th.sppb-visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .sppb-visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .sppb-visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .sppb-visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm {
        display: block !important
    }

    table.sppb-visible-sm {
        display: table
    }

    tr.sppb-visible-sm {
        display: table-row !important
    }

    td.sppb-visible-sm, th.sppb-visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md {
        display: block !important
    }

    table.sppb-visible-md {
        display: table
    }

    tr.sppb-visible-md {
        display: table-row !important
    }

    td.sppb-visible-md, th.sppb-visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .sppb-visible-lg {
        display: block !important
    }

    table.sppb-visible-lg {
        display: table
    }

    tr.sppb-visible-lg {
        display: table-row !important
    }

    td.sppb-visible-lg, th.sppb-visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .sppb-visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .sppb-visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .sppb-visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .sppb-hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sppb-hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sppb-hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .sppb-hidden-lg {
        display: none !important
    }
}

.sppb-visible-print {
    display: none !important
}

@media print {
    .sppb-visible-print {
        display: block !important
    }

    table.sppb-visible-print {
        display: table
    }

    tr.sppb-visible-print {
        display: table-row !important
    }

    td.sppb-visible-print, th.sppb-visible-print {
        display: table-cell !important
    }
}

.sppb-visible-print-block {
    display: none !important
}

@media print {
    .sppb-visible-print-block {
        display: block !important
    }
}

.sppb-visible-print-inline {
    display: none !important
}

@media print {
    .sppb-visible-print-inline {
        display: inline !important
    }
}

.sppb-visible-print-inline-block {
    display: none !important
}

@media print {
    .sppb-visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .sppb-hidden-print {
        display: none !important
    }
}

.sppb-empty-space-edit {
    display: block;
    border: 1px dotted rgba(0, 0, 0, .2)
}

.sppb-divider {
    display: inline-block;
    width: 100%
}

.sppb-countdown-number {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-weight: 700;
    margin: 0 0 5px 0
}

.sppb-countdown-text {
    display: block
}

.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-finishedtext {
    margin: 30px 0;
    width: 100% !important;
    padding: 20px 0;
    height: auto !important
}

.sppb-social-share-wrap {
    align-items: center
}

.sppb-addon-social-share ul {
    margin: -5px;
    padding: 0;
    list-style: none
}

.sppb-addon-social-share.sppb-social-share-style-colored ul, .sppb-addon-social-share.sppb-social-share-style-simple ul {
    margin: -10px
}

.sppb-addon-social-share.sppb-social-share-style-colored ul li, .sppb-addon-social-share.sppb-social-share-style-simple ul li {
    margin: 10px
}

.sppb-addon-social-share ul li {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px
}

.sppb-addon-social-share ul li a {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none
}

.sppb-addon-social-share ul li a:active, .sppb-addon-social-share ul li a:focus, .sppb-addon-social-share ul li a:hover {
    text-decoration: none
}

.sppb-social-share-style-custom ul li a, .sppb-social-share-style-solid ul li a {
    padding: 10px
}

.sppb-social-share-style-custom ul li a i, .sppb-social-share-style-solid ul li a i {
    display: inline-block;
    font-size: 16px;
    width: 24px;
    height: 20px;
    line-height: 20px
}

.sppb-social-share-title {
    margin-left: 5px
}

.sppb-social-share-wrap ul li a:focus, .sppb-social-share-wrap ul li a:hover {
    text-decoration: none
}

.sppb-social-share-wrap ul li .social-share-count, .sppb-social-share-wrap ul li .social-share-title {
    padding-left: 5px
}

.sppb-social-share-wrap .sppb-social-total-shares {
    position: relative;
    text-align: center
}

.sppb-social-share-wrap span.sppb-social-share-count {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    opacity: .9
}

.sppb-social-share-wrap .sppb-social-total-shares:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 15px;
    top: 0;
    background: #ddd
}

.sppb-social-share-wrap .sppb-social-total-shares em {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px
}

.sppb-social-share-wrap .sppb-social-total-shares .sppb-social-total-share-caption {
    text-transform: uppercase;
    font-size: 14px
}

.sppb-social-share-style-solid ul li a {
    color: #fff
}

.sppb-social-share-style-solid ul li.sppb-social-share-facebook a {
    background-color: #306199
}

.sppb-social-share-style-solid ul li.sppb-social-share-facebook a:hover {
    background-color: #244872
}

.sppb-social-share-style-solid ul li.sppb-social-share-twitter a {
    background-color: #26c4f1
}

.sppb-social-share-style-solid ul li.sppb-social-share-twitter a:hover {
    background-color: #0eaad6
}

.sppb-social-share-style-solid ul li.sppb-social-share-linkedin a {
    background-color: #007bb6
}

.sppb-social-share-style-solid ul li.sppb-social-share-linkedin a:hover {
    background-color: #005983
}

.sppb-social-share-style-solid ul li.sppb-social-share-pinterest a {
    background-color: #b81621
}

.sppb-social-share-style-solid ul li.sppb-social-share-pinterest a:hover {
    background-color: #8a1119
}

.sppb-social-share-style-solid ul li.sppb-social-share-glpus a {
    background-color: #e93f2e
}

.sppb-social-share-style-solid ul li.sppb-social-share-glpus a:hover {
    background-color: #ce2616
}

.sppb-social-share-style-solid ul li.sppb-social-share-thumblr a {
    background-color: #32506d
}

.sppb-social-share-style-solid ul li.sppb-social-share-thumblr a:hover {
    background-color: #22364a
}

.sppb-social-share-style-solid ul li.sppb-social-share-getpocket a {
    background-color: #ed4054
}

.sppb-social-share-style-solid ul li.sppb-social-share-getpocket a:hover {
    background-color: #e4162d
}

.sppb-social-share-style-solid ul li.sppb-social-share-reddit a {
    background-color: #ff4500
}

.sppb-social-share-style-solid ul li.sppb-social-share-reddit a:hover {
    background-color: #e83f00
}

.sppb-social-share-style-solid ul li.sppb-social-share-vk a {
    background-color: #597ba5
}

.sppb-social-share-style-solid ul li.sppb-social-share-vk a:hover {
    background-color: #3d5f88
}

.sppb-social-share-style-solid ul li.sppb-social-share-xing a {
    background-color: #005658
}

.sppb-social-share-style-solid ul li.sppb-social-share-xing a:hover {
    background-color: #004748
}

.sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a {
    background-color: #00d66e
}

.sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a:hover {
    background-color: #00b55d
}

.sppb-social-share-style-colored ul li.sppb-social-share-facebook a {
    color: #306199
}

.sppb-social-share-style-colored ul li.sppb-social-share-facebook a:hover {
    color: #244872
}

.sppb-social-share-style-colored ul li.sppb-social-share-twitter a {
    color: #26c4f1
}

.sppb-social-share-style-colored ul li.sppb-social-share-twitter a:hover {
    color: #0eaad6
}

.sppb-social-share-style-colored ul li.sppb-social-share-linkedin a {
    color: #007bb6
}

.sppb-social-share-style-colored ul li.sppb-social-share-linkedin a:hover {
    color: #005983
}

.sppb-social-share-style-colored ul li.sppb-social-share-pinterest a {
    color: #b81621
}

.sppb-social-share-style-colored ul li.sppb-social-share-pinterest a:hover {
    color: #8a1119
}

.sppb-social-share-style-colored ul li.sppb-social-share-glpus a {
    color: #e93f2e
}

.sppb-social-share-style-colored ul li.sppb-social-share-glpus a:hover {
    color: #ce2616
}

.sppb-social-share-style-colored ul li.sppb-social-share-thumblr a {
    color: #32506d
}

.sppb-social-share-style-colored ul li.sppb-social-share-thumblr a:hover {
    color: #22364a
}

.sppb-social-share-style-colored ul li.sppb-social-share-getpocket a {
    color: #ed4054
}

.sppb-social-share-style-colored ul li.sppb-social-share-getpocket a:hover {
    color: #e4162d
}

.sppb-social-share-style-colored ul li.sppb-social-share-reddit a {
    color: #ff4500
}

.sppb-social-share-style-colored ul li.sppb-social-share-reddit a:hover {
    color: #e83f00
}

.sppb-social-share-style-colored ul li.sppb-social-share-vk a {
    color: #597ba5
}

.sppb-social-share-style-colored ul li.sppb-social-share-vk a:hover {
    color: #3d5f88
}

.sppb-icon-inner {
    display: inline-block;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s
}

.sppb-icon-hover-effect-zoom-in .sppb-icon-inner:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.sppb-icon-hover-effect-zoom-out .sppb-icon-inner:hover {
    transform: scale(.8);
    -webkit-transform: scale(.8)
}

.sppb-icon-hover-effect-rotate {
    -webkit-transition: all .8s;
    transition: all .8s
}

.sppb-icon-hover-effect-rotate .sppb-icon-inner:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}

.sppb-ajax-contact-status .sppb-text-danger, .sppb-ajax-contact-status .sppb-text-success {
    font-weight: 700
}

.sppb-addon-flickr .sppb-flickr-gallery, .sppb-instagram-images {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.sppb-addon-flickr .sppb-flickr-gallery li, .sppb-instagram-image {
    margin: 0;
    width: 20%;
    float: left;
    text-align: center;
    position: relative
}

.sppb-addon-flickr .sppb-flickr-gallery li a {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s
}

.sppb-addon-flickr .sppb-flickr-gallery li a:before {
    content: '';
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible;
    opacity: 1
}

.sppb-addon-flickr .sppb-flickr-gallery li a:after {
    content: '\f002';
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    height: 25px;
    margin: auto;
    bottom: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.sppb-instagram-gallery-btn:focus, .sppb-instagram-gallery-btn:hover {
    outline: 0
}

.sppb-addon-flickr .sppb-flickr-gallery li a:hover {
    transform: scale(.83)
}

.sppb-addon-flickr .sppb-flickr-gallery li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.sppb-addon-flickr .sppb-flickr-gallery li a:hover:before {
    visibility: visible;
    opacity: 1
}

.sppb-addon-flickr .sppb-flickr-gallery img {
    width: 100%
}

.addon-instagram-item-wrap {
    position: relative
}

.addon-instagram-item-overlay {
    visibility: hidden;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    z-index: 1
}

.addon-instagram-meta-content {
    position: relative;
    top: 30px;
    transition: .4s
}

.addon-instagram-item-info {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sppb-instagram-image:hover .addon-instagram-item-info {
    visibility: visible;
    opacity: 1
}

.sppb-instagram-image:hover .addon-instagram-item-overlay {
    visibility: visible;
    background: rgba(0, 0, 0, .85);
    opacity: 1
}

.sppb-instagram-image:hover .addon-instagram-meta-content {
    top: 0
}

.addon-instagram-author-image, .addon-instagram-item-info i, .addon-instagram-item-info span {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #fff
}

.addon-instagram-item-likes {
    margin-right: 20px
}

.addon-instagram-item-likes i, .addon-instagram-item-likes span {
    float: left
}

.addon-instagram-item-likes span {
    font-size: 16px
}

.intagram-like-number {
    margin-left: 5px
}

.addon-instagram-item-comments {
    margin-left: 20px
}

.addon-instagram-item-comments i, .addon-instagram-item-comments span {
    float: left
}

.addon-instagram-item-comments span {
    font-size: 16px
}

.intagram-comment-number {
    margin-left: 5px
}

.addon-instagram-caption {
    margin-top: 40px;
    text-align: center
}

.addon-instagram-caption p {
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.addon-instagram-image-wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden
}

.instagram-image.sppb-img-responsive {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .4s;
    transform: scale(1);
    object-fit: cover
}

.sppb-instagram-image:hover .instagram-image.sppb-img-responsive {
    transform: scale(1.08)
}

.sppb-addon-instagram-gallery.layout-classic {
    margin: -10px
}

.layout-classic .sppb-instagram-images {
    display: flex;
    flex-wrap: wrap
}

.layout-classic .sppb-instagram-image {
    float: none;
    padding: 10px
}

.sppb-instagram-classic-content-wrap {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    height: 100%
}

.addon-instagram-item-author-wrap {
    display: table;
    width: 100%;
    padding: 10px 20px
}

.addon-instagram-author-info {
    float: left
}

.instagram-redirect-link {
    float: right
}

.instagram-author-image {
    float: left;
    width: 36px;
    height: 36px;
    background: -webkit-linear-gradient(50deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
    background: -o-linear-gradient(50deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
    background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
    padding: 2px;
    border-radius: 50%
}

.instagram-author-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.instagram-author-meta-content {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
    line-height: 1
}

.instagram-author-meta-content a {
    display: block;
    line-height: 1;
    font-weight: 700;
    color: #000;
    font-size: 14px
}

.instagram-author-meta-content span {
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .7);
    font-weight: 600
}

.instagram-redirect-link {
    font-size: 24px;
    color: #000
}

.addon-instagram-classic-meta-content {
    padding: 15px
}

.addon-instagram-classic-meta-content .addon-instagram-item-info {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: flex-start
}

.addon-instagram-item-share {
    margin-left: auto
}

.layout-classic .addon-instagram-caption {
    margin: 10px 0 0;
    text-align: left
}

.layout-classic .addon-instagram-caption p {
    color: #000
}

.layout-classic .addon-instagram-author-image, .layout-classic .addon-instagram-item-info i, .layout-classic .addon-instagram-item-info span {
    color: #000
}

.addon-instagram-classic-meta-content .addon-instagram-item-likes {
    margin: 0
}

.layout-classic .addon-instagram-item-share i {
    font-size: 18px
}

.addon-instagram-item-share span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px
}

.layout-classic .instagram-image.sppb-img-responsive {
    transition: none
}

.layout-classic .sppb-instagram-image:hover .instagram-image.sppb-img-responsive {
    transform: scale(1)
}

.layout-classic .addon-instagram-item-comments {
    margin-left: auto
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper {
    list-style: none;
    position: relative
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
    background-color: #0095eb;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    top: 8px;
    width: 2px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge {
    height: 90px;
    position: absolute;
    left: 50%;
    z-index: 5
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 30px;
    background-color: #fff;
    border: 3px solid #0095eb;
    height: 20px;
    width: 20px;
    border-radius: 100%
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
    background: #0095eb none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    top: 37px;
    width: 20px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after {
    left: auto;
    right: 10px;
    top: 45px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge .timeline-date {
    font-size: 1.4em
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement {
    position: relative;
    padding-top: 0;
    padding-bottom: 30px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper > .timeline-movement:last-child {
    padding-bottom: 0;
    bottom: -15px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    text-align: initial;
    padding: 20px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    position: relative;
    width: 345px;
    margin-left: 15px
}

.sppb-col-md-6 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    width: 93%
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 18px;
    margin: 0 0 10px;
    position: relative
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details {
    font-size: 14px;
    margin: 0
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge {
    height: 76px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
    line-height: 76px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    text-align: right;
    margin-right: 15px;
    float: right;
    padding: 13px 20px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part .title:after {
    right: -80px;
    left: inherit
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
    left: inherit;
    right: 1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 1px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2)
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    font-size: 16px;
    line-height: 90px;
    margin: 0 0 0 30px
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
    margin: 0 30px 0 0
}

.timeline-item.mobile-block {
    display: none
}

.timeline-item.mobile-hidden {
    display: block
}

.sppb-flipbox-panel {
    margin: 0 auto;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.sppb-flipbox-panel .sppb-flipbox-back, .sppb-flipbox-panel .sppb-flipbox-front {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sppb-flipbox-panel .sppb-flipbox-front {
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.sppb-flipbox-panel .sppb-flipbox-back {
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.sppb-flipbox-panel .flip-box {
    display: table
}

.sppb-flipbox-panel .flip-box .flip-box-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.flip_right .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0)
}

.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(0) rotateY(178deg);
    -moz-transform: rotateX(0) rotateY(178deg);
    transform: rotateX(0) rotateY(178deg)
}

.flip_right .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(0) rotateY(-178deg);
    -moz-transform: rotateX(0) rotateY(-178deg);
    transform: rotateX(0) rotateY(-178deg)
}

.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.flip_left .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0)
}

.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(0) rotateY(-178deg);
    -moz-transform: rotateX(0) rotateY(-178deg);
    transform: rotateX(0) rotateY(-178deg)
}

.flip_left .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(0) rotateY(178deg);
    -moz-transform: rotateX(0) rotateY(178deg);
    transform: rotateX(0) rotateY(178deg)
}

.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.flip_top .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}

.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(178deg) rotateY(0);
    -moz-transform: rotateX(178deg) rotateY(0);
    transform: rotateX(178deg) rotateY(0)
}

.flip_top .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(-178deg) rotateY(0);
    -moz-transform: rotateX(-178deg) rotateY(0);
    transform: rotateX(-178deg) rotateY(0)
}

.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.flip_bottom .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}

.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(-178deg) rotateY(0);
    -moz-transform: rotateX(-178deg) rotateY(0);
    transform: rotateX(-178deg) rotateY(0)
}

.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(178deg) rotateY(0);
    -moz-transform: rotateX(178deg) rotateY(0);
    transform: rotateX(178deg) rotateY(0)
}

.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.sppb-addon-sppb-flibox.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-front, .sppb-addon-sppb-flibox.slide-flipbox .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.fade-flipbox .sppb-flipbox-panel, .slide-flipbox .sppb-flipbox-panel {
    overflow: hidden;
    -webkit-perspective: initial;
    -moz-perspective: initial;
    perspective: initial;
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    transform-style: initial
}

.slide-flipbox.flip_right .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(100%) translateY(0);
    -moz-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.slide-flipbox.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back, .slide-flipbox .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    transform-style: initial
}

.slide-flipbox.flip_left .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(-100%) translateY(0);
    -moz-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.slide-flipbox.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.slide-flipbox.flip_top .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(-100%);
    -moz-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.slide-flipbox.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.slide-flipbox.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(100%);
    -moz-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.slide-flipbox.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 0
}

.fade-flipbox .sppb-flipbox-panel.flip .sppb-flipbox-back {
    opacity: 1
}

.threeD-content-wrap {
    -webkit-perspective: 2000;
    -moz-perspective: 2000;
    -ms-perspective: 2000;
    perspective: 2000;
    -ms-transform: perspective(2000px);
    -moz-transform: perspective(2000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    display: inline-block;
    width: 100%
}

.threeD-item {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-timing-function: cubic-bezier(.5, .3, .3, 1);
    transition-timing-function: cubic-bezier(.5, .3, .3, 1)
}

.threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip_left .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip_top .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip_top .threeD-content-wrap .threeD-item .threeD-flip-back {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.flip_bottom .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip_bottom .threeD-content-wrap .threeD-item .threeD-flip-back {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.threeD-flip-front {
    z-index: 2
}

.threeD-flip-back {
    -webkit-transform: rotate3d(0, 45, 0, 180deg);
    transform: rotate3d(0, 45, 0, 180deg)
}

.threeD-flip-back, .threeD-flip-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.threeD-flip-back .threeD-content-inner, .threeD-flip-front .threeD-content-inner {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(60px);
    -webkit-transform: translateY(-50%) translateZ(60px);
    -ms-transform: translateY(-50%) translateZ(60px)
}

.sppb-flipbox-back.flip-box:before, .sppb-flipbox-front.flip-box:before, .threeD-flip-back:before, .threeD-flip-front:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.sppb-flipbox-panel, .threeD-item {
    height: 280px
}

@media screen and (max-width: 767px) {
    .timeline-item.mobile-block {
        display: block
    }

    .timeline-item.mobile-hidden {
        display: none
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper {
        padding: 0 0 10px 40px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
        left: 10px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge {
        width: 30px;
        left: -29px;
        top: 48px;
        height: 76px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
        left: 23px;
        width: 6px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
        border-width: 2px;
        height: 16px;
        width: 16px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after {
        left: 23px;
        right: auto;
        top: 37px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
        text-align: left !important;
        margin-right: 0 !important;
        float: left !important;
        width: 100%;
        margin-left: 0;
        padding: 15px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
        padding: 15px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
        left: 0;
        right: auto;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%)
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
        margin: 0;
        text-align: left !important
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
        line-height: 40px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
        margin: 0;
        text-align: left !important
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
        margin: 0;
        line-height: 40px
    }

    .sppb-addon-timeline .sppb-addon-timeline-wrapper > .timeline-movement:last-child {
        bottom: 0
    }

    .sppb-carousel-pro .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
        padding: 20px 30px
    }
}

.sppb-modal-selector {
    display: inline-block
}

.sppb-ajax-contact-content .g-recaptcha {
    margin-bottom: 15px
}

.sppb-addon-tweet .sppb-tweet-slider .sppb-item-image {
    padding: 20px 0
}

.sppb-addon-tweet .sppb-tweet-slider .sppb-item-image .sppb-tweet-image {
    display: inline-block
}

.mfp-close-btn-in .mfp-content .mfp-close {
    color: #fff
}

.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #333
}

.mfp-content .popup-image-block {
    position: relative;
    display: inline-block
}

.sppb-youtube-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.sppb-youtube-video-bg iframe {
    border: none
}

.sppb-carousel-pro .sppb-carousel-inner .sppb-item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.sppb-carousel-pro .sppb-carousel-inner .active.left, .sppb-carousel-pro .sppb-carousel-inner .active.right, .sppb-carousel-pro .sppb-carousel-inner .sppb-item {
    opacity: 0
}

.sppb-carousel-pro .sppb-carousel-inner .active, .sppb-carousel-pro .sppb-carousel-inner .next.left, .sppb-carousel-pro .sppb-carousel-inner .prev.right {
    opacity: 1
}

.sppb-carousel-pro .sppb-carousel-inner .active.left, .sppb-carousel-pro .sppb-carousel-inner .active.right, .sppb-carousel-pro .sppb-carousel-inner .next, .sppb-carousel-pro .sppb-carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sppb-carousel-pro .sppb-carousel-control {
    z-index: 2
}

.sppb-carousel-pro-arrow-bottom-center, .sppb-carousel-pro-arrow-bottom-left, .sppb-carousel-pro-arrow-bottom-right {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0
}

.sppb-carousel-pro-arrow-bottom-center .sppb-col-sm-12, .sppb-carousel-pro-arrow-bottom-left .sppb-col-sm-12, .sppb-carousel-pro-arrow-bottom-right .sppb-col-sm-12 {
    font-size: 0
}

.sppb-carousel-pro-arrow-bottom-center .sppb-carousel-control, .sppb-carousel-pro-arrow-bottom-left .sppb-carousel-control, .sppb-carousel-pro-arrow-bottom-right .sppb-carousel-control {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    left: 0;
    opacity: 1;
    border: 1px solid #fff;
    text-shadow: none
}

.sppb-carousel-pro-arrow-bottom-left {
    text-align: left
}

.sppb-carousel-pro-arrow-bottom-center .sppb-carousel-control i, .sppb-carousel-pro-arrow-bottom-left .sppb-carousel-control i, .sppb-carousel-pro-arrow-bottom-right .sppb-carousel-control i {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 0
}

.sppb-carousel-pro-arrow-bottom-center {
    text-align: center
}

.sppb-carousel-pro-arrow-bottom-right {
    text-align: right
}

.sppb-align-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.sppb-section-content-center {
    display: flex;
    width: 100%;
    align-items: center
}

.sppb-section-content-center .sppb-align-center {
    flex: 1 0 100%
}

.sppb-section-content-center .sppb-container-inner {
    width: 100%
}

.sppb-shape-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2
}

.sppb-shape-container.sppb-top-shape {
    top: -1px
}

.sppb-shape-container.sppb-bottom-shape {
    bottom: -1px
}

.sppb-shape-container svg {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sppb-shape-container.sppb-bottom-shape svg {
    transform: rotateX(180deg) translateX(-50%)
}

.sppb-shape-container.sppb-top-shape.sppb-shape-flip svg {
    transform: rotateY(180deg) translateX(50%)
}

.sppb-shape-container.sppb-bottom-shape.sppb-shape-flip svg {
    transform: rotate(180deg) translateX(50%)
}

.sppb-shape-container.sppb-top-shape.sppb-shape-invert svg {
    transform: rotateX(180deg) translateX(-50%)
}

.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert svg {
    transform: rotateX(0) translateX(-50%)
}

.sppb-shape-container.sppb-top-shape.sppb-shape-invert.sppb-shape-flip svg {
    transform: rotate(180deg) translateX(50%)
}

.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert.sppb-shape-flip svg {
    transform: rotateY(180deg) translateX(50%)
}

.sppb-shape-container.sppb-shape-to-front {
    z-index: 99999
}

.sppb-addon-optin-forms {
    padding: 30px
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
    padding: 20px 0
}

.sppb-addon-optin-forms .sppb-optin-form-info-wrap {
    overflow: hidden
}

.sppb-addon-optin-forms .sppb-optin-form input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sppb-optin-form-box.has-grid, .sppb-optin-form-info-wrap.media-position-left, .sppb-optin-form-info-wrap.media-position-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.sppb-optin-form-info-wrap.media-position-right {
    flex-direction: row-reverse
}

.sppb-optin-form-info-wrap.media-position-left .sppb-optin-form-icon, .sppb-optin-form-info-wrap.media-position-left .sppb-optin-form-img {
    padding-right: 20px
}

.sppb-optin-form-info-wrap.media-position-right .sppb-optin-form-icon, .sppb-optin-form-info-wrap.media-position-right .sppb-optin-form-img {
    padding-left: 20px
}

.sppb-optin-form.form-inline .button-wrap {
    margin-bottom: 20px
}

form.sppb-optin-form.submit-button-inside {
    position: relative
}

.sppb-optin-form.submit-button-inside .name-wrap, form.sppb-optin-form.submit-button-inside .email-wrap {
    padding-right: 0
}

form.sppb-optin-form.submit-button-inside .button-wrap {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width: 480px) {
    .sppb-optin-form.form-inline {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .sppb-optin-form.form-inline .email-wrap, .sppb-optin-form.form-inline .name-wrap {
        padding-right: 20px
    }

    .sppb-optin-form.form-inline .email-wrap, .sppb-optin-form.form-inline .name-wrap {
        flex: 1
    }
}

.com-sppagebuilder .mfp-content, .com_sppagebuilder .mfp-content {
    text-align: center
}

.com-sppagebuilder .sppb-optin-form-popup-wrap, .com_sppagebuilder .sppb-optin-form-popup-wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.com-sppagebuilder .sppb-optin-form-popup-wrap .mfp-close, .com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close {
    width: 35px;
    height: 35px;
    line-height: 30px;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.com-sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover, .com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover {
    opacity: 1
}

.com-sppagebuilder .sppb-optin-form-popup-wrap > [id*=sppb-addon-], .com_sppagebuilder .sppb-optin-form-popup-wrap > [id*=sppb-addon-] {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.com-sppagebuilder:not(.layout-edit) .sppb-addon-optin-forms.optintype-popup .sppb-optin-forms-close {
    position: absolute;
    top: -25px;
    right: -5px;
    z-index: 999;
    cursor: pointer;
    font-size: 20px
}

.com-sppagebuilder:not(.layout-edit) .sppb-addon-optin-forms.optintype-popup {
    display: none !important
}

.com-sppagebuilder:not(.layout-edit) .mfp-content .sppb-addon-optin-forms.optintype-popup {
    display: block !important
}

.sppb-modal-selector {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center
}

@media screen and (min-width: 768px) {
    .sppb-addon-cta .sppb-row {
        display: table;
        width: 100%;
        height: 100%
    }

    .sppb-addon-cta .sppb-row > div {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.sppb-addon-testimonial-avatar {
    display: inline-block
}

.sppb-addon-testimonial-footer span {
    display: inline-block
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.sppb-addon-overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.sppb-link-list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sppb-link-list-wrap ul li a {
    display: inline-block;
    color: #000
}

.sppb-link-list-wrap.sppb-link-list-nav ul li {
    display: inline-block
}

.sppb-nav-align-right {
    text-align: right
}

.sppb-nav-align-center {
    text-align: center
}

.sppb-responsive-bars {
    display: none;
    cursor: pointer;
    padding: 10px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
    transition: all .3s
}

.sppb-responsive-bars.open {
    background-color: #22b8f0
}

.sppb-responsive-bar {
    display: block;
    height: 3px;
    width: 35px;
    background-color: #000;
    transition: all .3s
}

.sppb-responsive-bars.open .sppb-responsive-bar {
    background-color: #fff
}

.sppb-responsive-bar + .sppb-responsive-bar {
    margin-top: 7px
}

#sp-page-builder .page-content .sppb-section.sppb-sticky-it, #sp-page-builder .sppb-section.sppb-sticky-it {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.sp-pagebuilder-addons-list-sidebar ul li > span > span > span {
    vertical-align: middle
}

@media (max-width: 991px) {
    .sppb-responsive-bars {
        display: inline-block
    }

    .sppb-link-list-responsive.sppb-link-list-wrap ul {
        max-height: 0;
        overflow: hidden;
        transition: all .5s
    }

    .sppb-link-list-responsive.sppb-link-list-wrap ul.open {
        max-height: 1000px;
        transition: all .5s ease-in
    }

    .sppb-link-list-responsive.sppb-link-list-wrap ul li a {
        display: block
    }

    .sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li {
        display: block
    }

    .sppb-link-list-responsive.sppb-nav-align-right ul {
        text-align: left
    }
}

.sppb-icons-group-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table
}

.sppb-icons-group-list li a {
    display: inline-block
}

.sppb-icons-label-text {
    display: block;
    line-height: 1
}

.sppb-icons-label-text.right {
    display: inline-block
}

.sppb-addon-icons-group.icons-group-title-postion-left, .sppb-addon-icons-group.icons-group-title-postion-right {
    display: flex
}

.sppb-addon-icons-group.icons-group-title-postion-right .sppb-addon-title {
    order: 2
}

.overlay-image-title .sppb-addon-subtitle, .overlay-image-title .sppb-addon-title {
    transition: .35s;
    color: #fff;
    margin-top: 0
}

.overlay-image-title .sppb-addon-subtitle {
    margin-bottom: 0
}

.overlay-image-title .sppb-addon-subtitle i, .overlay-image-title .sppb-addon-title i {
    margin-right: 5px
}

.sppb-addon-overlay-image-content {
    padding: 35px;
    -ms-display: flex;
    display: flex;
    position: relative;
    backface-visibility: hidden;
    overflow: hidden
}

.title-subtitle-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.title-subtitle-top-center {
    align-items: flex-start;
    justify-content: center;
    text-align: center
}

.title-subtitle-top-right {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right
}

.title-subtitle-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.title-subtitle-bottom-center {
    align-items: flex-end;
    justify-content: center;
    text-align: center
}

.title-subtitle-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right
}

.title-subtitle-center-left {
    align-items: center;
    justify-content: flex-start
}

.title-subtitle-center-center {
    align-items: center;
    justify-content: center;
    text-align: center
}

.title-subtitle-center-right {
    align-items: center;
    justify-content: flex-end;
    text-align: right
}

.overlay-image-button-wrap {
    position: relative;
    z-index: 1
}

.title-subtitle-bottom-left .sppb-addon-title, .title-subtitle-center-left .sppb-addon-title, .title-subtitle-top-left .sppb-addon-title {
    transform: translate3d(15px, 0, 0)
}

.title-subtitle-bottom-left .sppb-addon-subtitle, .title-subtitle-center-left .sppb-addon-subtitle, .title-subtitle-top-left .sppb-addon-subtitle {
    transform: translate3d(15px, 0, 0);
    transition: .45s
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-bottom-left .sppb-addon-title, .sppb-addon-overlay-image:hover .title-subtitle-center-left .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-center-left .sppb-addon-title, .sppb-addon-overlay-image:hover .title-subtitle-top-left .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-top-left .sppb-addon-title {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-bottom-right .sppb-addon-title, .title-subtitle-center-right .sppb-addon-title, .title-subtitle-top-right .sppb-addon-title {
    transform: translate3d(-15px, 0, 0);
    transition: .45s
}

.title-subtitle-bottom-right .sppb-addon-subtitle, .title-subtitle-center-right .sppb-addon-subtitle, .title-subtitle-top-right .sppb-addon-subtitle {
    transform: translate3d(-15px, 0, 0)
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-bottom-right .sppb-addon-title, .sppb-addon-overlay-image:hover .title-subtitle-center-right .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-center-right .sppb-addon-title, .sppb-addon-overlay-image:hover .title-subtitle-top-right .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-top-right .sppb-addon-title {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-top-center .sppb-addon-title {
    transform: translate3d(0, 15px, 0);
    transition: .45s
}

.title-subtitle-top-center .sppb-addon-subtitle {
    transform: translate3d(0, 15px, 0)
}

.sppb-addon-overlay-image:hover .title-subtitle-top-center .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-top-center .sppb-addon-title {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-center-center .sppb-addon-title {
    transform: translate3d(0, 15px, 0)
}

.title-subtitle-center-center .sppb-addon-subtitle {
    transform: translate3d(0, 15px, 0);
    transition: .45s
}

.sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-title {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-bottom-center .sppb-addon-title {
    transform: translate3d(0, -15px, 0)
}

.title-subtitle-bottom-center .sppb-addon-subtitle {
    transform: translate3d(0, -15px, 0);
    transition: .45s
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-title {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-bottom-left .overlay-image-button-wrap, .title-subtitle-center-left .overlay-image-button-wrap, .title-subtitle-top-left .overlay-image-button-wrap {
    transform: translate3d(15px, 0, 0);
    transition: .55s
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .overlay-image-button-wrap, .sppb-addon-overlay-image:hover .title-subtitle-center-left .overlay-image-button-wrap, .sppb-addon-overlay-image:hover .title-subtitle-top-left .overlay-image-button-wrap {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-bottom-right .overlay-image-button-wrap, .title-subtitle-center-right .overlay-image-button-wrap, .title-subtitle-top-right .overlay-image-button-wrap {
    transform: translate3d(-15px, 0, 0);
    transition: .55s
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .overlay-image-button-wrap, .sppb-addon-overlay-image:hover .title-subtitle-center-right .overlay-image-button-wrap, .sppb-addon-overlay-image:hover .title-subtitle-top-right .overlay-image-button-wrap {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-top-center .overlay-image-button-wrap {
    transform: translate3d(0, 15px, 0);
    transition: .3s
}

.sppb-addon-overlay-image:hover .title-subtitle-top-center .overlay-image-button-wrap {
    transform: translate3d(0, 0, 0)
}

.title-subtitle-center-center .overlay-image-button-wrap {
    transform: translate3d(0, 0, 0);
    transition: .3s
}

.sppb-addon-overlay-image:hover .title-subtitle-center-center .overlay-image-button-wrap {
    transform: translate3d(0, -15px, 0)
}

.title-subtitle-bottom-center .overlay-image-button-wrap {
    transform: translate3d(0, -15px, 0);
    transition: .3s
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .overlay-image-button-wrap {
    transform: translate3d(0, 0, 0)
}

.overlay-image-title {
    position: relative;
    z-index: 1
}

.title-subtitle-center-center .overlay-image-title {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.overlay-background-image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay-background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: .35s
}

.image-effect-slide-top .overlay-background-image {
    height: -webkit-calc(100% + 50px);
    height: calc(100% + 50px);
    transform: translate3d(0, -50px, 0)
}

.image-effect-slide-top:hover .overlay-background-image {
    transform: translate3d(0, 0, 0)
}

.image-effect-slide-bottom .overlay-background-image {
    height: -webkit-calc(100% + 50px);
    height: calc(100% + 50px);
    transform: translate3d(0, 0, 0)
}

.image-effect-slide-bottom:hover .overlay-background-image {
    transform: translate3d(0, -50px, 0)
}

.image-effect-slide-left .overlay-background-image {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    transform: translate3d(-50px, 0, 0)
}

.image-effect-slide-left:hover .overlay-background-image {
    transform: translate3d(0, 0, 0)
}

.image-effect-slide-right .overlay-background-image {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    transform: translate3d(0, 0, 0)
}

.image-effect-slide-right:hover .overlay-background-image {
    transform: translate3d(-50px, 0, 0)
}

.image-effect-zoom-in:hover .overlay-background-image {
    transform: scale3d(1.15, 1.15, 1)
}

.image-effect-zoom-out .overlay-background-image {
    transform: scale3d(1.15, 1.15, 1)
}

.image-effect-zoom-out:hover .overlay-background-image {
    transform: scale3d(1, 1, 1)
}

.image-effect-zoom-in .overlay-image-title::before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .35s;
    transition: .35s
}

.image-effect-zoom-out .overlay-image-title::before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: .35s;
    transition: .35s;
    border-left: none;
    border-right: none
}

.image-effect-zoom-out .overlay-image-title::after {
    position: absolute;
    content: '';
    opacity: 0;
    top: -15px;
    right: 0;
    bottom: -15px;
    left: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: .35s;
    transition: .35s;
    border-top: none;
    border-bottom: none
}

.image-effect-zoom-out:hover .title-subtitle-center-center .overlay-image-title::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-effect-zoom-out:hover .title-subtitle-center-center .overlay-image-title::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-effect-zoom-in:hover .title-subtitle-center-center .overlay-image-title::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sppb-addon-overlay-image .sppb-addon-image-overlay-icon {
    z-index: 1
}

.sppb-addon-overlay-image:hover .sppb-addon-image-overlay-icon {
    display: block;
    -webkit-animation: zoomIn .2s;
    animation: zoomIn .2s
}

.overlay-background-style {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .4s linear
}

.overlay-background-style::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .6s linear
}

.overlay-show-content-on-hover .overlay-image-title {
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.overlay-show-content-on-hover:hover .overlay-image-title {
    opacity: 1;
    visibility: visible
}

.sppb-addon-articles-scroller, .sppb-addon-articles-ticker {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.sppb-articles-scroller-link {
    display: block
}

.sppb-addon-articles-scroller-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.sppb-articles-scroller-date-left-date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sppb-articles-scroller-date-left-date {
    background: #e91e63;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sppb-articles-scroller-meta-date-left {
    text-align: center
}

.sppb-articles-scroller-meta-date-left span {
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-transform: uppercase
}

.sppb-articles-scroller-meta-date-left span.sppb-articles-scroller-day {
    font-size: 42px;
    margin-bottom: 5px;
    font-weight: 700
}

.sppb-articles-scroller-date-left-content {
    background: #212125;
    padding: 25px;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%
}

.sppb-articles-scroller-introtext {
    color: #fff
}

.sppb-articles-scroller-introtext p {
    margin-bottom: 5px
}

.sppb-articles-scroller-introtext * {
    display: inline-block
}

.sppb-articles-scroller-introtext ol, .sppb-articles-scroller-introtext ul {
    margin: 0;
    padding: 0
}

.sppb-articles-scroller-date-left-content .sppb-addon-articles-scroller-title {
    font-size: 24px;
    margin-bottom: 15px
}

.sppb-articles-ticker-wrap {
    display: flex;
    position: relative
}

.sppb-articles-ticker-wrap .bx-wrapper {
    margin: 0 auto;
    display: table;
    width: 100%
}

.sppb-articles-ticker-heading {
    background: #e91e63;
    color: #fff;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1
}

.sppb-articles-ticker-heading svg {
    position: absolute;
    left: auto;
    top: 0;
    height: 100%;
    z-index: -1;
    right: -25px
}

.sppb-articles-ticker {
    margin: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    background: #222;
    position: relative
}

.sppb-articles-ticker .bx-wrapper {
    margin: 0 auto
}

.sppb-articles-ticker-text {
    padding: 15px 30px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sppb-articles-ticker-text.shape-enabled-need-extra-padding {
    padding-left: 42px
}

.sppb-articles-ticker-text a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 1
}

.sppb-articles-ticker-controller {
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 29px
}

.sppb-articles-ticker-controller span {
    display: inline-block;
    font-size: 22px;
    line-height: 1.2
}

.sppb-articles-ticker-controller span.sppb-articles-ticker-left-control {
    margin-right: 5px
}

.sppb-articles-ticker-controller span a {
    font-size: 22px;
    color: #fff;
    line-height: 1
}

.ticker-date-time-content-wrap {
    position: relative;
    right: 15px;
    margin-left: auto
}

@media (max-width: 550px) {
    .ticker-date-time-content-wrap {
        display: none
    }
}

.ticker-date-time-content-wrap.date-wrapper-class.hour-wrapper-class {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.ticker-date-time-content-wrap.date-wrapper-class {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.ticker-date-time-content-wrap.hour-wrapper-class {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.ticker-date-time {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    color: #fff;
    padding: 3px 4px;
    line-height: 1;
    font-size: 12px;
    background: #e91e63;
    text-transform: uppercase;
    height: 18px;
    bottom: 0;
    margin: auto 0
}

.ticker-date-time span {
    display: inline-block
}

.ticker-date-time .ticker-date + .ticker-hour {
    margin-left: 3px
}

.article-image-as-bg {
    position: relative
}

.article-image-as-bg::before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.article-image-as-bg .sppb-articles-scroller-date-left-date {
    position: relative
}

.article-image-as-bg .sppb-articles-scroller-date-left-date:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 1px;
    height: 60%;
    margin: auto;
    background: #fff
}

.date-text-overlay {
    position: relative
}

.date-text-overlay .sppb-articles-scroller-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: auto;
    right: 0;
    line-height: 1;
    top: 0;
    bottom: 0;
    color: #000;
    font-size: 24px
}

.sppb-articles-carousel-column {
    width: 25%
}

.sppb-articles-carousel-content {
    background: #fff;
    box-shadow: 0 6px 12px -3px rgba(49, 41, 41, .1);
    padding: 20px 20px 25px;
    margin-bottom: 15px
}

.sppb-articles-carousel-meta-date {
    color: rgba(0, 0, 0, .6);
    font-size: 14px
}

.sppb-articles-carousel-link {
    display: block;
    margin: 12px 0;
    font-size: 24px;
    color: #000;
    line-height: 1
}

.sppb-articles-carousel-meta-category a {
    font-size: 14px;
    font-weight: 600;
    color: #95a5a6;
    display: inline-block;
    margin-top: 10px
}

.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
    position: absolute;
    width: 100%;
    top: -40px
}

.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
    padding-top: 0;
    bottom: auto;
    font-size: 0;
    text-align: right;
    right: 10px
}

.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px;
    height: 2px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: .35s
}

.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 50px
}

.sppb-addon-articles-carousel .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .sppb-addon-articles-carousel .bx-wrapper .bx-pager-item {
    vertical-align: initial
}

div.bx-wrapper .bx-controls-direction a {
    text-indent: initial;
    color: #000;
    font-size: 24px;
    text-align: center;
    left: 10px;
    width: 20px
}

div.bx-wrapper .bx-controls-direction a:hover {
    color: #fff
}

div.bx-wrapper .bx-controls-direction a.bx-next {
    left: 35px
}

.sppb-addon-video .sppb-addon-video-local-video-wrap {
    padding-top: 56.3%;
    position: relative
}

.sppb-addon-video-local-source {
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.sppb-addon-pricelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sppb-addon-pricelist .sppb-addon-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.pricelist-price {
    margin-left: 5px
}

.pricelist-price sup {
    font-weight: 400
}

.pricelist-title-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pricelist-text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

.pricelist-price-content, .pricelist-title {
    white-space: nowrap
}

.pricelist-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 5px 0 10px
}

.bottom-of-content + .pricelist-line, .pricelist-line.title-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.pricelist-line span {
    border-bottom-color: #d2d2d2;
    border-bottom-width: 2px;
    width: 100%
}

.pricelist-line-style-dotted {
    border-bottom-style: dotted
}

.pricelist-line-style-solid {
    border-bottom-style: solid
}

.pricelist-line-style-dashed {
    border-bottom-style: dashed
}

span.pricelist-line-style-double {
    border-bottom-style: double;
    border-bottom-width: 3px
}

.pricelist-price.discounted-price {
    text-decoration: line-through;
    font-size: 70%;
    display: inline-block;
    line-height: 1
}

.pricelist-price.discounted-price .pricelist-point-zero {
    font-size: 80%;
    vertical-align: initial !important
}

.pricelist-left-image {
    position: relative
}

.pricelist-tag {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    background: #000;
    line-height: 1;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 700
}

.pricelist-left-number {
    color: #ccc;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center
}

.pricelist-point-zero {
    font-size: 60%
}

@media only screen and (max-width: 550px) {
    .pricelist-price-content, .pricelist-title {
        white-space: initial
    }
}

.sppb-addon-animated-heading .sppb-addon-title {
    font-size: 45px;
    font-weight: 600;
    color: #4e5465;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.sppb-addon-animated-heading.sppb-text-left .sppb-addon-title {
    justify-content: flex-start
}

.sppb-addon-animated-heading.sppb-text-center .sppb-addon-title {
    justify-content: center
}

.sppb-addon-animated-heading.sppb-text-right .sppb-addon-title {
    justify-content: flex-end
}

.animated-heading-after-part, .animated-heading-before-part {
    position: relative;
    z-index: 1
}

.animated-heading-before-part {
    margin-right: 8px
}

.animated-heading-after-part {
    margin-left: 8px
}

.animated-heading-highlighted-wrap {
    position: relative;
    display: inline-block
}

.animated-heading-highlighted-text.shape-circle {
    padding: 5px 15px 10px
}

.animated-heading-highlighted-text.shape-square {
    padding: 7px 20px 5px 40px
}

.animated-heading-highlighted-text.shape-wave {
    padding: 5px 5px 0
}

.animated-heading-highlighted-text.shape-bg-fill {
    padding: 5px
}

.animated-heading-highlighted-text {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 5px 5px 10px
}

.animated-heading-highlighted-wrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible !important
}

.animated-heading-highlighted-wrap svg path {
    stroke: #f44336;
    stroke-width: 10;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation-name: highlighted-text-animation;
    animation-name: highlighted-text-animation;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.animated-heading-highlighted-wrap svg path:nth-of-type(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes highlighted-text-animation {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

@keyframes highlighted-text-animation {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

.animated-text-words-wrapper {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    color: #26c4f1
}

.animated-text-words-wrapper .animated-text {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.animated-text em, .animated-text i {
    font-style: normal
}

.animated-text-words-wrapper span.is-visible {
    position: relative
}

.no-js .animated-text-words-wrapper .animated-text {
    opacity: 0
}

.no-js .animated-text-words-wrapper span.is-visible {
    opacity: 1
}

.animated-heading-text.text-animation-flip .animated-text-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.animated-heading-text.text-animation-flip .animated-text {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.animated-heading-text.text-animation-flip span.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: animated-text-animation-flip-in 1.2s;
    animation: animated-text-animation-flip-in 1.2s
}

.animated-heading-text.text-animation-flip span.is-hidden {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: animated-text-animation-flip-out 1.2s;
    animation: animated-text-animation-flip-out 1.2s
}

@-webkit-keyframes animated-text-animation-flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1
    }
}

@keyframes animated-text-animation-flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@-webkit-keyframes animated-text-animation-flip-out {
    0% {
        -webkit-transform: rotateX(0);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes animated-text-animation-flip-out {
    0% {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

.animated-heading-text.type .animated-text-words-wrapper {
    vertical-align: top;
    overflow: hidden
}

.animated-heading-text.type .animated-text-words-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9
}

.animated-heading-text.type .animated-text-words-wrapper.waiting::after {
    -webkit-animation: animated-text-pulse 1s infinite;
    animation: animated-text-pulse 1s infinite
}

.animated-heading-text.type .animated-text-words-wrapper.selected {
    background-color: #000
}

.animated-heading-text.type .animated-text-words-wrapper.selected::after {
    visibility: hidden
}

.animated-heading-text.type .animated-text-words-wrapper.selected .animated-text {
    color: #fff
}

.animated-heading-text.type .animated-text {
    visibility: hidden
}

.animated-heading-text.type span.is-visible {
    visibility: visible
}

.animated-heading-text.type i {
    position: absolute;
    visibility: hidden;
    font-style: normal
}

.animated-heading-text.type i.in {
    position: relative;
    visibility: visible
}

@-webkit-keyframes animated-text-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@keyframes animated-text-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.animated-heading-text.animation-wave .animated-text-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.animated-heading-text.animation-wave em, .animated-heading-text.animation-wave i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.animated-heading-text.animation-wave .animated-text {
    opacity: 0
}

.animated-heading-text.animation-wave i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}

span.is-visible .animated-heading-text.animation-wave i {
    opacity: 1
}

.animated-heading-text.animation-wave i.in {
    -webkit-animation: animated-text-animation-wave-in .4s forwards;
    animation: animated-text-animation-wave-in .4s forwards
}

.animated-heading-text.animation-wave i.out {
    -webkit-animation: animated-text-animation-wave-out .4s forwards;
    animation: animated-text-animation-wave-out .4s forwards
}

.animated-heading-text.animation-wave em {
    -webkit-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    transform: translateZ(20px)
}

.no-csstransitions .animated-heading-text.animation-wave i {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0
}

.no-csstransitions .animated-heading-text.animation-wave i em {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.no-csstransitions .animated-heading-text.animation-wave span.is-visible i {
    opacity: 1
}

@-webkit-keyframes animated-text-animation-wave-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0)
    }
}

@keyframes animated-text-animation-wave-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
}

@-webkit-keyframes animated-text-animation-wave-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes animated-text-animation-wave-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

.animated-heading-text.loading-bar .animated-text-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.animated-heading-text.loading-bar .animated-text-words-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #22b8f0;
    z-index: 2;
    -webkit-transition: width .3s -.1s;
    -o-transition: width .3s -.1s;
    transition: width .3s -.1s
}

.animated-heading-text.loading-bar .animated-text-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -o-transition: width 3s;
    transition: width 3s
}

.animated-heading-text.loading-bar .animated-text {
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.animated-heading-text.loading-bar span.is-visible {
    opacity: 1;
    top: 0
}

.animated-heading-text.slide .animated-text-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.animated-heading-text.slide .animated-text {
    opacity: 0;
    top: .2em
}

.animated-heading-text.slide span.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in .6s;
    animation: slide-in .6s
}

.animated-heading-text.slide span.is-hidden {
    -webkit-animation: slide-out .6s;
    animation: slide-out .6s
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.animated-heading-text.text-clip .animated-text-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.animated-heading-text.text-clip .animated-text-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9
}

.animated-heading-text.text-clip .animated-text {
    opacity: 0;
    visibility: hidden
}

.animated-heading-text.text-clip span.is-visible {
    opacity: 1;
    visibility: visible
}

.animated-heading-text.zoom .animated-text-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.animated-heading-text.zoom .animated-text {
    opacity: 0
}

.animated-heading-text.zoom span.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in .8s;
    animation: zoom-in .8s
}

.animated-heading-text.zoom span.is-hidden {
    -webkit-animation: zoom-out .8s;
    animation: zoom-out .8s
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px)
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.animated-heading-text.animation-blinds .animated-text-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.animated-heading-text.animation-blinds .animated-text {
    opacity: 0
}

.animated-heading-text.animation-blinds i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

span.is-visible .animated-heading-text.animation-blinds i {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.animated-heading-text.animation-blinds i.in {
    -webkit-animation: animated-text-animation-blinds-in .6s forwards;
    animation: animated-text-animation-blinds-in .6s forwards
}

.animated-heading-text.animation-blinds i.out {
    -webkit-animation: animated-text-animation-blinds-out .6s forwards;
    animation: animated-text-animation-blinds-out .6s forwards
}

.no-csstransitions .animated-heading-text.animation-blinds i {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0
}

.no-csstransitions .animated-heading-text.animation-blinds span.is-visible i {
    opacity: 1
}

@-webkit-keyframes animated-text-animation-blinds-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0)
    }
}

@keyframes animated-text-animation-blinds-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@-webkit-keyframes animated-text-animation-blinds-out {
    0% {
        -webkit-transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@keyframes animated-text-animation-blinds-out {
    0% {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.animated-heading-text.scale .animated-text {
    opacity: 0
}

.animated-heading-text.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

span.is-visible .animated-heading-text.scale i {
    opacity: 1
}

.animated-heading-text.scale i.in {
    -webkit-animation: scale-up .6s forwards;
    animation: scale-up .6s forwards
}

.animated-heading-text.scale i.out {
    -webkit-animation: scale-down .6s forwards;
    animation: scale-down .6s forwards
}

.no-csstransitions .animated-heading-text.scale i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0
}

.no-csstransitions .animated-heading-text.scale span.is-visible i {
    opacity: 1
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    60% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.animated-heading-text.push .animated-text {
    opacity: 0
}

.animated-heading-text.push span.is-visible {
    opacity: 1;
    -webkit-animation: push-in .6s;
    animation: push-in .6s
}

.animated-heading-text.push span.is-hidden {
    -webkit-animation: push-out .6s;
    animation: push-out .6s
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.sppb-addon-sp-slider .sp-item.slider-content-vercally-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.sppb-addon-sp-slider.sp-slider .sp-item.active [data-layer=true] {
    opacity: 1
}

.sppb-addon-sp-slider .sp-slider-outer-stage, div.sp-slider.on-3d-active .sp-slider-outer-stage {
    background: 0 0
}

.slider-content-vercally-center .sppb-row div[class*=sppb-col], .slider-content-vercally-center .sppb-row div[class^=sppb-col] {
    display: flex;
    align-items: center
}

.sp-item .sppb-row div[class*=sppb-col].image-align-right, .sp-item .sppb-row div[class^=sppb-col].image-align-right {
    justify-content: flex-end
}

.sp-item .sppb-row div[class*=sppb-col].image-align-center, .sp-item .sppb-row div[class^=sppb-col].image-align-center {
    justify-content: center
}

.sp-item .sppb-row div[class*=sppb-col].image-align-left, .sp-item .sppb-row div[class^=sppb-col].image-align-left {
    justify-content: flex-start
}

.sppb-addon-sp-slider.sp-slider .sp-dots ul {
    margin: 0
}

.dot-controller-dot.sp-slider .sp-dots ul li, .dot-controller-dot.sp-slider .sp-dots ul li.active {
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    transition: .4s;
    overflow: hidden
}

.dot-controller-dot.sp-slider .sp-dots ul li::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 8px;
    top: 0;
    border-radius: 50%;
    height: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
    opacity: 0
}

.dot-controller-dot.sp-slider .sp-dots ul li.active::after, .dot-controller-dot.sp-slider .sp-dots ul li:hover::after {
    opacity: 1
}

.dot-controller-with_image.sp-slider .sp-dots {
    height: 50px;
    margin: 0
}

.dot-controller-with_image.sp-slider .sp-dots ul li, .dot-controller-with_image.sp-slider .sp-dots ul li.active {
    width: 50px;
    height: 50px;
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    transition: .4s
}

.dot-controller-dot.sp-slider .sp-dots ul li span, .dot-controller-with_image.sp-slider .sp-dots ul li span {
    display: none
}

.dot-controller-with_image.sp-slider .sp-dots ul li::after {
    content: '';
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    transition: .3s
}

.dot-controller-with_image.sp-slider .sp-dots ul li.active::after, .dot-controller-with_image.sp-slider .sp-dots ul li:hover::after {
    background: 0 0
}

.dot-controller-position-bottom_left.sp-slider .sp-dots, .dot-controller-position-bottom_right.sp-slider .sp-dots {
    transform: initial;
    margin: auto
}

.dot-controller-position-bottom_left.sp-slider .sp-dots ul {
    text-align: left
}

.dot-controller-position-bottom_right.sp-slider .sp-dots ul {
    text-align: right
}

.dot-controller-position-bottom_right.sp-slider .sp-dots {
    left: auto
}

.dot-controller-position-vertical_left.sp-slider .sp-dots {
    transform: initial;
    margin: auto;
    max-width: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dot-controller-position-vertical_right.sp-slider .sp-dots {
    transform: initial;
    margin: auto;
    left: auto;
    max-width: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dot-controller-line.dot-controller-position-vertical_left .sp-dots, .dot-controller-line.dot-controller-position-vertical_right .sp-dots {
    max-width: 50px
}

.dot-controller-with_image.dot-controller-position-vertical_left .sp-dots, .dot-controller-with_image.dot-controller-position-vertical_right .sp-dots {
    max-width: 50px
}

.dot-controller-line.dot-controller-position-vertical_left .sp-dots ul li.active, .dot-controller-line.dot-controller-position-vertical_right .sp-dots ul li.active {
    width: 50px
}

.dot-controller-line.dot-controller-position-vertical_left .sp-dots ul {
    text-align: left
}

.dot-controller-line.dot-controller-position-vertical_right .sp-dots ul {
    text-align: right
}

.dot-controller-line.sp-slider .sp-dots ul li .dot-indicator {
    bottom: 0;
    margin: auto
}

.dot-controller-line.sp-slider .sp-dots ul li::before {
    content: "";
    padding-top: 3px;
    display: block;
    margin-top: -3px
}

.dot-controller-line.sp-slider .sp-dots ul li::after {
    content: "";
    padding-bottom: 3px;
    display: block;
    margin-top: 3px
}

.dot-controller-position-vertical_left .sp-dots ul, .dot-controller-position-vertical_right .sp-dots ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.sp-slider .sp-nav-control .nav-control {
    transition: .3s
}

div.sp-slider .sp-indicator.line-indicator {
    background: rgba(0, 0, 0, .3)
}

div.sp-slider .sp-nav-control {
    position: absolute;
    height: 1px;
    z-index: 3;
    left: 50px;
    top: -50px;
    bottom: 0;
    margin: auto;
    right: 50px;
    width: auto
}

div.sp-slider .sp-nav-control .nav-control {
    color: #fff;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .3);
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    top: 0;
    bottom: 0
}

div.sp-slider .sp-nav-control .nav-control:hover {
    background: rgba(0, 0, 0, .6)
}

div[data-arrow-content=icon_only].sp-slider .sp-nav-control {
    height: 1px;
    top: -70px
}

div[data-arrow-content=icon_only].sp-slider .sp-nav-control .nav-control {
    font-size: 28px;
    width: 70px;
    height: 70px
}

div[data-arrow-content=icon_only] .sp-nav-control .nav-control i {
    line-height: 70px
}

div[data-arrow-content=icon_with_text] .sp-nav-control .nav-control {
    width: 70px;
    height: 60px;
    line-height: 60px
}

.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_center .sp-nav-control, .sppb-addon-sp-slider.sp-slider.arrow-position-bottom_left .sp-nav-control, .sppb-addon-sp-slider.sp-slider.arrow-position-bottom_right .sp-nav-control {
    top: auto;
    bottom: 50px;
    left: 0;
    width: 160px;
    margin: auto;
    right: 0;
    height: 70px;
    z-index: 4
}

.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_right .sp-nav-control {
    left: auto;
    right: 50px
}

.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_left .sp-nav-control {
    left: 50px;
    right: auto
}

.sp-slider.arrow-show-on-hover .sp-nav-control {
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.sp-slider.arrow-show-on-hover:hover .sp-nav-control {
    opacity: 1;
    visibility: visible
}

.sppb-sp-slider-title {
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 0
}

.sppb-sp-slider-image, .sppb-sp-slider-text, .sppb-sp-slider-title {
    display: table;
    word-break: break-word
}

.sp-slider-content-align-left, .sp-slider-image-align-left {
    text-align: left;
    width: 100%
}

.sp-slider-content-align-center, .sp-slider-image-align-center {
    text-align: center;
    width: 100%
}

.sp-slider-content-align-right, .sp-slider-image-align-right {
    text-align: right;
    width: 100%
}

.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-image, .sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-text, .sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-title {
    margin-right: auto !important
}

.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-image, .sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-text, .sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-title {
    margin-left: auto !important;
    margin-right: auto !important
}

.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-image, .sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-text, .sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-title {
    margin-left: auto !important
}

.sppb-addon-sp-slider .sp-slider-image-align-left .sppb-sp-slider-image {
    margin-right: auto !important
}

.sppb-addon-sp-slider .sp-slider-image-align-center .sppb-sp-slider-image {
    margin-left: auto !important;
    margin-right: auto !important
}

.sppb-addon-sp-slider .sp-slider-image-align-right .sppb-sp-slider-image {
    margin-left: auto !important
}

.sp-slider .sp-item .sppb-sp-slider-image img {
    display: inline-block
}

.sppb-sp-slider-icon {
    display: inline-block
}

.sppb-sp-slider-icon.sp-slider-icon-block {
    display: table
}

.sppb-sp-slider-button {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px
}

.sp-slider-content-align-left .sppb-sp-slider-button {
    margin-left: 0;
    margin-right: 30px
}

.sp-slider-content-align-right .sppb-sp-slider-button {
    margin-right: 0;
    margin-left: 30px
}

.sppb-sp-slider-button .sp-slider-btn-text {
    display: block;
    color: #fff;
    background: #f102f2;
    padding: 10px 20px;
    transition-duration: .4s;
    transition-property: color, background;
    font-size: 16px;
    border-radius: 2px
}

.sp-slider-btn-icon {
    display: inline-block
}

.sp-slider-custom-dot-indecators {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    padding: 30px;
    z-index: 1;
    width: 50%
}

.sp-slider-custom-dot-indecators ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    color: #fff
}

.sp-slider-custom-dot-indecators ul li {
    margin: 0 25px;
    width: 180px;
    float: left;
    cursor: pointer
}

.sp-slider-number {
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, .8)
}

.sp-slider-dot-indecator-text.sp-dot-text-key-1 {
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .75)
}

.sp-slider-dot-indecator-text.sp-dot-text-key-2 {
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, .3);
    margin-top: 10px
}

.sp-dot-indicator-wrap {
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, .2);
    margin: 10px 0
}

.sp-dot-indicator-wrap .dot-indicator {
    background: rgba(255, 255, 255, .3);
    position: absolute;
    transition-property: width;
    -webkit-transition-property: width;
    width: 0;
    left: 0;
    top: 0;
    height: 2px
}

.sp-dot-indicator-wrap .dot-indicator.active {
    width: 100%
}

.sppb-addon-sp-slider .sp-video-control .sp-volumn-control {
    font-size: 20px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .35s;
    transition: .35s
}

.sppb-addon-sp-slider .sp-video-control .sp-volumn-control:hover {
    color: #fff;
    background: #000
}

.sppb-addon-sp-slider .sp-video-container {
    height: 100%
}

.sppb-addon-sp-slider .sp-item .sp-background::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.sp-html5-video-container video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%
}

.sppb-image-layouts-inline, .sppb-image-layouts-inline-img {
    position: relative
}

.image-layout-preset-style-card .sppb-addon-image-overlay-icon, .sppb-image-layouts-inline .sppb-addon-image-overlay-icon {
    transition: .35s;
    line-height: 32px;
    z-index: 1
}

.image-layout-preset-style-card:hover .sppb-addon-image-overlay-icon, .sppb-image-layouts-inline:hover .sppb-addon-image-overlay-icon {
    display: block
}

.image-layout-preset-style-card .sppb-addon-image-overlay-icon {
    background: 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0
}

.sppb-addon-image-layouts-card-text-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    padding: 15px
}

.image-layouts-card-text-caption-icon {
    font-size: 24px;
    padding-right: 15px;
    line-height: 1;
    color: #ffc900
}

.image-layouts-card-text-caption-title {
    font-size: 16px;
    line-height: 1;
    margin: 0
}

.sppb-image-layouts-inline:hover .sppb-addon-image-overlay {
    opacity: 1
}

.sppb-addon-image-layout-image.image-fit, .sppb-img-responsive.image-fit {
    width: 100%
}

.sppb-addon-image-layout-caption {
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 10px 15px;
    position: relative;
    z-index: 1
}

.sppb-addon-image-layout-caption.caption-overlay, .sppb-addon-image-layout-caption.caption-overlay-on-over {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%
}

.sppb-addon-image-layout-caption.caption-overlay-on-over {
    opacity: 0;
    visibility: hidden;
    transition: .35s
}

.sppb-image-layouts-inline:hover .sppb-addon-image-layout-caption.caption-overlay-on-over {
    opacity: 1;
    visibility: visible
}

.sppb-addon-image-layout-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.sppb-addon-image-layout-content {
    background: #f1f1f1;
    padding: 30px 40px 40px
}

.image-layout-preset-style-poster {
    align-items: center;
    text-align: center
}

.image-layout-preset-style-poster .sppb-addon-image-layout-content {
    position: absolute;
    margin: 0 50px
}

.image-layout-preset-style-card .sppb-addon-image-layout-content {
    background: 0 0;
    padding: 0 30px 0 50px
}

.image-layout-preset-style-overlap .sppb-addon-image-layout-content {
    background: 0 0;
    padding: 0 20px
}

.image-layout-preset-style-card .sppb-row, .image-layout-preset-style-collage .sppb-row, .image-layout-preset-style-overlap .sppb-row {
    margin: 0;
    width: 100%
}

.image-layout-preset-style-collage .sppb-col-sm-6, .image-layout-preset-style-overlap .sppb-col-sm-6 {
    padding: 0
}

.image-layout-preset-style-card div[class*=sppb-col-sm], .image-layout-preset-style-card div[class^=sppb-col-sm] {
    padding: 0
}

.image-layout-preset-style-card .sppb-row .sppb-col-sm-6:nth-child(2), .image-layout-preset-style-overlap .sppb-row .sppb-col-sm-6:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.image-layout-preset-style-card .sppb-row .sppb-col-sm-6:nth-child(2) .sppb-addon-image-layout-content, .image-layout-preset-style-overlap .sppb-row .sppb-col-sm-6:nth-child(2) .sppb-addon-image-layout-content {
    max-width: 100%
}

.image-layout-preset-style-card .sppb-addon-image-layout-image, .image-layout-preset-style-card .sppb-img-responsive, .image-layout-preset-style-overlap .sppb-addon-image-layout-image, .image-layout-preset-style-overlap .sppb-img-responsive {
    height: 100%
}

.image-layout-preset-style-overlap .sppb-image-layout-title {
    background: #fff;
    box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
    display: inline;
    text-transform: uppercase
}

.image-layout-preset-style-overlap .sppb-addon-image-layout-text {
    margin-top: 10px
}

.image-layout-preset-style-collage .sppb-addon-image-layout-content {
    margin-left: -10%;
    box-shadow: -10px 15px 20px 0 rgba(0, 0, 0, .3);
    background: -webkit-linear-gradient(225deg, rgba(38, 51, 159, .95) 0, rgba(61, 59, 136, .95) 100%) transparent;
    background: linear-gradient(225deg, rgba(38, 51, 159, .95) 0, rgba(61, 59, 136, .95) 100%) transparent
}

.image-layout-preset-style-collage .sppb-image-layout-title {
    font-size: 30px;
    line-height: 35px;
    color: #fff
}

.image-layout-preset-style-collage .sppb-addon-image-layout-text {
    color: rgba(255, 255, 255, .8)
}

.collage-content-vertical-top {
    margin-top: 5%
}

.collage-content-vertical-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.collage-content-vertical-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 5%
}

.image-layout-tittle-wrap {
    margin-left: -50%
}

@media (min-width: 992px) {
    .image-layout-tittle-wrap.title-align-right {
        margin-right: -50%;
        margin-left: auto
    }

    .sppb-addon-image-layout-content.collage-content-right {
        margin-left: auto;
        margin-right: -10%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-layout-tittle-wrap.title-align-sm-right {
        margin-right: -50%;
        margin-left: auto
    }

    .sppb-addon-image-layout-content.collage-content-sm-right {
        margin-left: auto;
        margin-right: -10%
    }

    .sppb-order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .sppb-order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .sppb-order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .sppb-order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .sppb-order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .sppb-order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .sppb-order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .sppb-order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .sppb-order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .sppb-order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .sppb-order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .sppb-order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (max-width: 767px) {
    .image-layout-tittle-wrap {
        margin-left: auto
    }

    .image-layout-preset-style-collage .sppb-addon-image-layout-content {
        margin-top: auto;
        margin-left: auto;
        margin-bottom: auto;
        display: block
    }
}

.sppb-addon-form-builder-form {
    display: flex;
    flex-wrap: wrap
}

.sppb-addon-form-builder-form .sppb-form-group {
    width: 100%
}

.sppb-form-builder-btn {
    width: 100%;
    transition: .35s
}

.sppb-addon-form-builder-form textarea.sppb-form-control {
    height: 150px;
    transition: .35s
}

.sppb-form-builder-invisible-recaptcha, .sppb-form-builder-recaptcha {
    margin-bottom: 15px
}

.sppb-addon-form-builder .form-builder-checkbox-content input, .sppb-addon-form-builder .form-builder-radio-content input, .sppb-addon-form-builder .sppb-form-check-input {
    position: absolute;
    opacity: 0
}

.sppb-addon-form-builder .form-builder-checkbox-content input, .sppb-addon-form-builder .form-builder-checkbox-content label, .sppb-addon-form-builder .form-builder-radio-content input, .sppb-addon-form-builder .form-builder-radio-content label {
    display: inline-block;
    width: auto
}

.form-builder-radio-content label {
    margin-right: 25px;
    margin-left: 22px
}

.form-builder-checkbox-content label {
    margin-right: 25px;
    margin-left: 25px
}

.sppb-addon-form-builder .sppb-form-check-label {
    margin-left: 10px
}

.form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0345bf;
    position: absolute;
    top: 4px;
    left: 0
}

.sppb-addon-form-builder label.sppb-form-check-label::before, div.form-builder-checkbox-item label::before {
    border-radius: 0;
    width: 19px;
    height: 19px
}

.form-builder-checkbox-item label::after, .sppb-addon-form-builder .sppb-form-check-label::after {
    content: '\2713';
    color: #fff;
    width: auto;
    height: auto;
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 3px;
    font-weight: 700;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    transition: .35s
}

.form-builder-checkbox-item input:checked + label::after, .sppb-addon-form-builder .sppb-form-check-input:checked + label::after {
    visibility: visible;
    opacity: 1
}

.form-builder-checkbox-item input:checked + label::before, .form-builder-radio-item input:checked + label::before, .sppb-addon-form-builder .sppb-form-check-input:checked + label::before {
    background: #0345bf
}

.sppb-addon-form-builder .sppb-form-check {
    position: relative
}

.form-builder-checkbox-item, .form-builder-radio-item {
    position: relative;
    display: inline-block
}

.sppb-form-group.sppb-form-builder-range input {
    padding: 0;
    margin: 0
}

.sppb-form-builder-range-wrap {
    position: relative
}

.sppb-form-builder-range-output {
    position: absolute;
    top: -30px;
    display: none;
    width: 50px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 4px;
    color: #495057;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    left: 50%
}

.sppb-addon-form-builder .fa-spinner {
    margin-right: 5px
}

.sppb-form-builder-range input[type=range]:active + output {
    display: block;
    transform: translateX(-50%)
}

.sppb-addon-form-builder button {
    cursor: pointer
}

span.sppb-form-builder-required {
    display: none;
    font-size: 14px;
    color: red
}

textarea.not-resize {
    resize: none
}

.sppb-addon-table-not-responsive {
    overflow-x: auto
}

.sppb-addon-table-main {
    width: 100%
}

.sppb-addon-table-main tr {
    transition: .35s
}

.sppb-addon-table-main th {
    border: none;
    color: #fff;
    padding: 16px 20px;
    font-size: 18px
}

.sppb-addon-table-main td {
    border: none;
    color: grey;
    padding: 16px 20px;
    font-size: 16px
}

.sppb-addon-table-main tbody tr {
    background: #f8f6ff;
    border: none
}

.sppb-addon-table-main tbody tr:nth-child(even) {
    background: #fff
}

.sppb-addon-table-main.bt tbody th, .sppb-addon-table-main.bt thead {
    display: none
}

.sppb-addon-table-main.bt tbody td, .sppb-addon-table-main.bt tfoot td, .sppb-addon-table-main.bt tfoot th {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    float: left \9;
    width: 100% \9
}

.sppb-addon-table-main.bt tbody td::before, .sppb-addon-table-main.bt tfoot td::before, .sppb-addon-table-main.bt tfoot th::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: 700;
    width: 6.5em
}

.sppb-addon-table-main.bt tbody td.bt-hide, .sppb-addon-table-main.bt tfoot td.bt-hide, .sppb-addon-table-main.bt tfoot th.bt-hide {
    display: none
}

.sppb-addon-table-main.bt tbody td .bt-content, .sppb-addon-table-main.bt tfoot td .bt-content, .sppb-addon-table-main.bt tfoot th .bt-content {
    vertical-align: top
}

.sppb-addon-table-main.bt.bt--no-header tbody td::before, .sppb-addon-table-main.bt.bt--no-header tfoot td::before {
    display: none
}

.sppb-addon-table-main.two-axis tr td:first-of-type {
    background: #dff1f7
}

.sppb-table-addon-sortable-data {
    position: relative
}

.sppb-table-addon-sortable[data-content=sort-asc]::after {
    content: '';
    position: absolute;
    top: 1px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.sppb-table-addon-sortable[data-content=sort-desc]::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 12px
}

.sppb-table-addon-sortable[data-content=no-sort]::before {
    content: '';
    position: absolute;
    top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.sppb-table-addon-sortable[data-content=no-sort]::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 11px
}

.sppb-table-addon-sortable {
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 15px;
    margin: auto
}

.sppb-addon-table-pagination-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.sppb-addon-table-pagination-wrap.sppb-total-entries-to-left {
    flex-direction: row-reverse
}

.sppb-addon-table-pagination-wrap.center-pagi {
    justify-content: center
}

.sppb-addon-table-pagination-wrap.right-pagi {
    justify-content: flex-end
}

.sppb-addon-table-pagination-wrap .sppb-pagination {
    margin: 0;
    list-style: none
}

.sppb-table-total-reg {
    line-height: 1;
    color: #6c7ae0
}

.sppb-addon-table input[type=text].sppb-addon-table-search {
    border-radius: 0;
    padding: 15px 20px 15px 40px;
    border-color: #f8f6ff;
    color: grey
}

.sppb-addon-table input[type=text].sppb-addon-table-search::placeholder, .sppb-addon-table input[type=text].sppb-addon-table-search:focus {
    color: grey
}

.sppb-addon-table-pagination-wrap .sppb-page-link {
    padding: .8rem 1.2rem;
    color: #6c7ae0
}

.sppb-addon-table-pagination-wrap .sppb-page-item.active .sppb-page-link {
    background-color: #6c7ae0;
    border-color: #6c7ae0
}

.sppb-addon-table-search-wrap {
    position: relative
}

.sppb-addon-table-search-wrap i {
    color: grey;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px
}

@media only screen and (max-width: 568px) {
    .sppb-addon-table-search-wrap {
        display: none
    }

    .sppb-no-table-header tbody tr:first-child {
        display: none
    }
}

@media (min-width: 576px) {
    body.helix-ultimate .sppb-row-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    body.helix-ultimate .sppb-row-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    body.helix-ultimate .sppb-row-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    body.helix-ultimate .sppb-row-container {
        max-width: 1140px
    }
}

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

.sppb-sr-only-focusable:active, .sppb-sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.sppb-interaction-hide {
    visibility: hidden;
    opacity: 0 !important
}

.sppb-mouseMovement p {
    transform: translateZ(20px)
}

.sppb-context-menu-wrapper {
    position: fixed;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(64, 72, 74, .3);
    border: 1px solid rgba(223, 223, 223, .96);
    font-size: 13px;
    min-width: 185px;
    outline: 0;
    opacity: 1;
    text-align: left;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    z-index: 1071;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 140px;
    left: 110px
}

.sppb-context-menu-wrapper .sppb-context-menu-title {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    color: #444;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    pointer-events: none;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    line-height: 1
}

.sppb-context-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sppb-context-menu-wrapper ul li {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #444;
    white-space: nowrap;
    position: relative;
    transition: all .1s linear;
    display: flex;
    cursor: pointer
}

.sppb-context-menu-wrapper ul li span:first-child {
    width: 30px;
    text-align: center;
    padding-right: 5px
}

.sppb-context-menu-wrapper ul li span:nth-child(2) {
    flex: 1
}

.sppb-context-menu-wrapper ul li.sppb-context-menu-item-active, .sppb-context-menu-wrapper ul li:hover {
    background: #007bff;
    color: #fff
}

.sppb-context-menu-wrapper ul li:hover small {
    color: #fff
}

.sppb-context-menu-wrapper ul li small {
    text-transform: capitalize;
    color: #007bff
}

.sppb-context-menu-wrapper ul li.sppb-disabled-item, .sppb-context-menu-wrapper ul li.sppb-disabled-item:hover {
    color: #9e9e9e;
    cursor: not-allowed;
    background: 0 0
}

.sppb-context-menu-wrapper ul li.sppb-addon-column-opt {
    border-top: 1px solid rgba(151, 151, 151, .3)
}

.sppb-addon-column-opt i {
    font-size: 18px
}

.sppb-context-menu-wrapper ul li .sppb-sub-context-menu-container {
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(64, 72, 74, .3);
    border: solid 1px rgba(223, 223, 223, .96);
    font-size: 13px;
    min-width: 185px;
    outline: 0;
    opacity: 1;
    text-align: left;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    z-index: 1071;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 100.8%;
    bottom: 0
}

.sppb-row-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .sppb-row-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .sppb-row-container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .sppb-row-container {
        width: 1170px
    }
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none
}

div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px
}

div.mod-languages ul.lang-inline li {
    display: inline
}

div.mod-languages ul.lang-block li {
    display: block
}

div.mod-languages img {
    border: none
}

div.mod-languages a {
    text-decoration: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-width: 767px) {
    .white-popup-block {
        width: 100% !important;
        height: auto !important
    }

    .popup-image-block img {
        width: 100% !important;
        height: auto !important
    }
}

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

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

.fa-rotate-90 {
    -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
}

.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown {
    position: absolute;
    top: auto;
    left: auto;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active {
    opacity: 1;
    visibility: visible;
    overflow: visible
}

.g-main-nav ul, #g-mobilemenu-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

*, *::before, *::after {
    box-sizing: inherit
}

body {
    margin: 0
}

#g-page-surround {
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

article, aside, details, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent;
    text-decoration: none
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

iframe, svg {
    max-width: 100%
}

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

figure {
    margin: 1em 40px
}

hr {
    height: 0
}

pre {
    overflow: auto
}

code {
    vertical-align: bottom
}

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    padding: 0
}

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

tr, td, th {
    vertical-align: middle
}

th, td {
    padding: 0.375rem 0
}

th {
    text-align: left
}

@media print {
    body {
        background: #fff !important;
        color: #000 !important
    }
}

.g-container {
    margin: 0 auto;
    padding: 0
}

.g-block .g-container {
    width: auto
}

.g-grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed
}

.g-grid.nowrap {
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    flex-flow: row
}

.g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 0
}

.first-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.last-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%
}

.size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%
}

.size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%
}

.size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%
}

.size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%
}

.size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%
}

.size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%
}

.size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%
}

.size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%
}

.size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%
}

.size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%
}

.size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%
}

.size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%
}

.size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%
}

.size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%
}

.size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%
}

.size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%
}

.size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%
}

.size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%
}

.size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%
}

.size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%
}

.size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%
}

.size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%
}

.size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%
}

.size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%
}

.size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%
}

.size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%
}

.size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%
}

.size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%
}

.size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%
}

.size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%
}

.size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%
}

.size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%
}

.size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%
}

.size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%
}

.size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%
}

.size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%
}

.size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%
}

.size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%
}

.size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%
}

.size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%
}

.size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%
}

.size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%
}

.size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%
}

.size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%
}

.size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%
}

.size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%
}

.size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%
}

.size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%
}

.size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%
}

.size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%
}

.size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%
}

.size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%
}

.size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%
}

.size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%
}

.size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%
}

.size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%
}

.size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%
}

.size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%
}

.size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%
}

.size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%
}

.size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%
}

.size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%
}

.size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%
}

.size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%
}

.size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%
}

.size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%
}

.size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%
}

.size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%
}

.size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%
}

.size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%
}

.size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%
}

.size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%
}

.size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%
}

.size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%
}

.size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%
}

.size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%
}

.size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%
}

.size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%
}

.size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%
}

.size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%
}

.size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%
}

.size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%
}

.size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%
}

.size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%
}

.size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%
}

.size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%
}

.size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%
}

.size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%
}

.size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%
}

.size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%
}

.size-33-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33.3333333333%;
    -moz-flex: 0 33.3333333333%;
    -ms-flex: 0 33.3333333333%;
    flex: 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%
}

.size-16-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16.6666666667%;
    -moz-flex: 0 16.6666666667%;
    -ms-flex: 0 16.6666666667%;
    flex: 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%
}

.size-14-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14.2857142857%;
    -moz-flex: 0 14.2857142857%;
    -ms-flex: 0 14.2857142857%;
    flex: 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%
}

.size-12-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12.5%;
    -moz-flex: 0 12.5%;
    -ms-flex: 0 12.5%;
    flex: 0 12.5%;
    width: 12.5%;
    max-width: 12.5%
}

.size-11-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11.1111111111%;
    -moz-flex: 0 11.1111111111%;
    -ms-flex: 0 11.1111111111%;
    flex: 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%
}

.size-9-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9.0909090909%;
    -moz-flex: 0 9.0909090909%;
    -ms-flex: 0 9.0909090909%;
    flex: 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%
}

.size-8-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8.3333333333%;
    -moz-flex: 0 8.3333333333%;
    -ms-flex: 0 8.3333333333%;
    flex: 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%
}

.size-100 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown {
    z-index: 10;
    top: -9999px
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active {
    top: 100%
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown {
    top: 0
}

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active {
    top: auto
}

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active {
    top: 0
}

.g-main-nav .g-toplevel > li {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
    transition: background 0.2s ease-out, transform 0.2s ease-out
}

.g-main-nav .g-toplevel > li.g-menu-item-type-particle, .g-main-nav .g-toplevel > li.g-menu-item-type-module {
    cursor: initial
}

.g-main-nav .g-toplevel > li .g-menu-item-content {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.g-main-nav .g-toplevel > li .g-menu-item-container {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
    display: inline-block;
    cursor: pointer;
    width: 1.5rem;
    opacity: 0.5;
    font-family: FontAwesome, serif;
    content: "\f078";
    text-align: right
}

.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
    content: "\f00d"
}

.g-main-nav .g-dropdown {
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    z-index: 1
}

.g-main-nav .g-sublevel > li {
    -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
    transition: background 0.2s ease-out, transform 0.2s ease-out
}

.g-main-nav .g-sublevel > li.g-menu-item-type-particle, .g-main-nav .g-sublevel > li.g-menu-item-type-module {
    cursor: initial
}

.g-main-nav .g-sublevel > li .g-menu-item-content {
    display: inline-block;
    vertical-align: middle;
    word-break: break-word
}

.g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
    margin-right: 2rem
}

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
    position: absolute;
    right: 0.738rem;
    top: 0.838rem;
    width: auto;
    text-align: center
}

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
    content: "\f054";
    text-align: center
}

.g-main-nav .g-sublevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
    content: "\f00d"
}

[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
    margin-right: inherit;
    margin-left: 2rem;
    text-align: right
}

[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
    right: inherit;
    left: 0.738rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.g-menu-item-container {
    display: block;
    position: relative
}

.g-menu-item-container input, .g-menu-item-container textarea {
    color: #666
}

.g-main-nav .g-standard {
    position: relative
}

.g-main-nav .g-standard .g-sublevel > li {
    position: relative
}

.g-main-nav .g-standard .g-dropdown {
    top: 100%
}

.g-main-nav .g-standard .g-dropdown.g-dropdown-left {
    right: 0
}

.g-main-nav .g-standard .g-dropdown.g-dropdown-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
    left: 0
}

.g-main-nav .g-standard .g-dropdown .g-dropdown {
    top: 0
}

.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left {
    left: auto;
    right: 100%
}

.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
    left: 100%;
    right: auto
}

.g-main-nav .g-standard .g-dropdown .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%
}

.g-main-nav .g-standard .g-go-back {
    display: none
}

.g-main-nav .g-fullwidth .g-dropdown {
    position: absolute;
    left: 0;
    right: 0
}

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left {
    right: 0;
    left: inherit
}

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center {
    left: inherit;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right {
    left: 0;
    right: inherit
}

.g-main-nav .g-fullwidth .g-dropdown .g-block {
    position: relative;
    overflow: hidden
}

.g-main-nav .g-fullwidth .g-dropdown .g-go-back {
    display: block
}

.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 {
    display: none
}

.g-main-nav .g-fullwidth .g-sublevel .g-dropdown {
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.g-main-nav .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.g-go-back.g-level-1 {
    display: none
}

.g-go-back a span {
    display: none
}

.g-go-back a:before {
    display: block;
    text-align: center;
    width: 1.28571em;
    font-family: FontAwesome;
    content: "\f053";
    opacity: 0.5
}

.g-menu-item-container > i {
    vertical-align: middle;
    margin-right: 0.2rem
}

.g-menu-item-subtitle {
    display: block;
    font-size: 0.8rem;
    line-height: 1.1
}

.g-nav-overlay, .g-menu-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
    -moz-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
    transition: opacity 0.3s ease-out, z-index 0.1s ease-out
}

#g-mobilemenu-container .g-toplevel {
    position: relative
}

#g-mobilemenu-container .g-toplevel li {
    display: block;
    position: static !important;
    margin-right: 0;
    cursor: pointer
}

#g-mobilemenu-container .g-toplevel li .g-menu-item-container {
    padding: 0.938rem 1rem
}

#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
    display: inline-block;
    line-height: 1rem
}

#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content {
    position: relative
}

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator {
    position: absolute;
    right: 0.938rem;
    text-align: center
}

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    width: 1.5rem;
    line-height: normal;
    font-family: FontAwesome;
    content: "\f054"
}

#g-mobilemenu-container .g-toplevel .g-dropdown {
    top: 0;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

#g-mobilemenu-container .g-toplevel .g-dropdown.g-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 0
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back {
    display: block
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block {
    width: 100%;
    overflow: visible
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back {
    display: none
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back {
    display: block
}

#g-mobilemenu-container .g-toplevel .g-dropdown-column {
    float: none;
    padding: 0
}

#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

#g-mobilemenu-container .g-sublevel {
    cursor: default
}

#g-mobilemenu-container .g-sublevel li {
    position: static
}

#g-mobilemenu-container .g-sublevel .g-dropdown {
    top: 0
}

#g-mobilemenu-container .g-menu-item-container {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out
}

#g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

#g-mobilemenu-container .g-menu-item-subtitle {
    line-height: 1.5
}

#g-mobilemenu-container i {
    float: left;
    line-height: 1.4rem;
    margin-right: 0.3rem
}

.g-menu-overlay.g-menu-overlay-open {
    z-index: 2;
    position: fixed;
    opacity: 1;
    height: 100vh
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.75rem 0 1.5rem 0;
    text-rendering: optimizeLegibility
}

p {
    margin: 1.5rem 0
}

ul, ol, dl {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

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

ul {
    margin-left: 1.5rem;
    padding: 0
}

dl {
    padding: 0
}

ol {
    padding-left: 1.5rem
}

blockquote {
    margin: 1.5rem 0;
    padding-left: 0.75rem
}

cite {
    display: block
}

cite:before {
    content: "\2014 \0020"
}

pre {
    margin: 1.5rem 0;
    padding: 0.938rem
}

hr {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5rem 0
}

fieldset {
    border: 0;
    padding: 0.938rem;
    margin: 0 0 1.5rem 0
}

label {
    margin-bottom: 0.375rem
}

label abbr {
    display: none
}

textarea, select[multiple=multiple] {
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    padding: 0.375rem 0.375rem
}

textarea:focus, select[multiple=multiple]:focus {
    outline: none
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    padding: 0.375rem 0.375rem
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    outline: none
}

textarea {
    resize: vertical
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: 0.375rem
}

input[type="file"] {
    width: 100%
}

select {
    max-width: 100%;
    margin-bottom: 1.5rem
}

button, input[type="submit"] {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: inherit
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.hide, body .g-offcanvas-hide {
    display: none
}

.clearfix::after {
    clear: both;
    content: "";
    display: table
}

.center {
    text-align: center !important
}

.align-right {
    text-align: right !important
}

.align-left {
    text-align: left !important
}

.full-height {
    min-height: 100vh
}

.nomarginall {
    margin: 0 !important
}

.nomarginall .g-content {
    margin: 0 !important
}

.nomargintop {
    margin-top: 0 !important
}

.nomargintop .g-content {
    margin-top: 0 !important
}

.nomarginbottom {
    margin-bottom: 0 !important
}

.nomarginbottom .g-content {
    margin-bottom: 0 !important
}

.nomarginleft {
    margin-left: 0 !important
}

.nomarginleft .g-content {
    margin-left: 0 !important
}

.nomarginright {
    margin-right: 0 !important
}

.nomarginright .g-content {
    margin-right: 0 !important
}

.nopaddingall {
    padding: 0 !important
}

.nopaddingall .g-content {
    padding: 0 !important
}

.nopaddingtop {
    padding-top: 0 !important
}

.nopaddingtop .g-content {
    padding-top: 0 !important
}

.nopaddingbottom {
    padding-bottom: 0 !important
}

.nopaddingbottom .g-content {
    padding-bottom: 0 !important
}

.nopaddingleft {
    padding-left: 0 !important
}

.nopaddingleft .g-content {
    padding-left: 0 !important
}

.nopaddingright {
    padding-right: 0 !important
}

.nopaddingright .g-content {
    padding-right: 0 !important
}

.g-flushed {
    padding: 0 !important
}

.g-flushed .g-content {
    padding: 0;
    margin: 0
}

.g-flushed .g-container {
    width: 100%
}

.full-width {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%
}

.full-width .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%
}

.hidden {
    display: none;
    visibility: hidden
}

@media print {
    .visible-print {
        display: inherit !important
    }

    .g-block.visible-print {
        display: block !important
    }

    .hidden-print {
        display: none !important
    }
}

.equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.equal-height .g-content {
    width: 100%
}

#g-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    display: none;
    -webkit-overflow-scrolling: touch
}

.g-offcanvas-toggle {
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 10;
    line-height: 1;
    cursor: pointer
}

.g-offcanvas-active {
    overflow-x: hidden
}

.g-offcanvas-open {
    overflow: hidden
}

.g-offcanvas-open body, .g-offcanvas-open #g-page-surround {
    overflow: hidden
}

.g-offcanvas-open .g-nav-overlay {
    z-index: 15;
    position: absolute;
    opacity: 1;
    height: 100%
}

.g-offcanvas-open #g-offcanvas {
    display: block
}

.g-offcanvas-left #g-page-surround {
    left: 0
}

.g-offcanvas-right #g-offcanvas {
    left: inherit
}

.g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 0.7rem
}

.g-offcanvas-right #g-page-surround {
    right: 0
}

.g-offcanvas-left #g-offcanvas {
    right: inherit
}

.g-content {
    margin: 0.625rem;
    padding: 0.938rem
}

.g-flushed .g-content {
    margin: 0;
    padding: 0
}

body {
    font-size: 1rem;
    line-height: 2
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.9rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1rem
}

h6 {
    font-size: 0.85rem
}

small {
    font-size: 0.875rem
}

cite {
    font-size: 0.875rem
}

sub, sup {
    font-size: 0.75rem
}

code, kbd, pre, samp {
    font-size: 1rem;
    font-family: "Menlo", "Monaco", monospace
}

textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
    border-radius: 0.25rem
}

@font-face {
    font-family: 'rockettheme-apps';
    font-style: normal;
    font-weight: normal;
    src: url(../font/fontawesome-webfont-4.7.0.eot#iefix) format("embedded-opentype"), url(../font/fontawesome-webfont-4.7.0.woff2) format("woff2"), url(../font/fontawesome-webfont-4.7.0.woff) format("woff"), url(../font/fontawesome-webfont-4.7.0.ttf) format("truetype"), url(../font/fontawesome-webfont-4.7.0.svg#rockettheme-apps) format("svg")
}

i.fa-grav-spaceman, i.fa-grav-text, i.fa-grav-full, i.fa-grav-logo, i.fa-grav-symbol, i.fa-grav-logo-both, i.fa-grav-both, i.fa-gantry, i.fa-gantry-logo, i.fa-gantry-symbol, i.fa-gantry-logo-both, i.fa-gantry-both {
    font-family: 'rockettheme-apps';
    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
}

.fa-grav-logo:before, .fa-grav-text:before {
    content: "\61"
}

.fa-grav-symbol:before, .fa-grav-spaceman:before {
    content: "\62"
}

.fa-grav-logo-both:before, .fa-grav-both:before, .fa-grav-full:before {
    content: "\66"
}

.fa-gantry-logo:before {
    content: "\64"
}

.fa-gantry:before, .fa-gantry-symbol:before {
    content: "\63"
}

.fa-gantry-logo-both:before, .fa-gantry-both:before {
    content: "\65"
}

body {
    color: #06589c;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto
}

body *::selection {
    color: #fff;
    background: #009de0
}

body *::-moz-selection {
    color: #fff;
    background: #009de0
}

body p {
    margin: 1rem 0
}

body p.h1 {
    font-size: 2.25rem
}

body p.h2 {
    font-size: 1.9rem
}

body p.h3 {
    font-size: 1.5rem
}

body p.h4 {
    font-size: 1.25rem
}

body p.h5 {
    font-size: 1rem
}

body p.h6 {
    font-size: 0.85rem
}

body span.para {
    display: block;
    margin: 1rem 0
}

a {
    color: #009de0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

a:hover {
    color: #70cbff
}

body {
    font-family: "museo";
    font-weight: 400
}

h1, h2, h3, h4, h5 {
    font-family: "museo";
    font-weight: 400
}

h1 {
    font-weight: 700
}

h4 {
    font-size: 1.25rem
}

blockquote {
    border-left: 10px solid #e0e0e5
}

blockquote p {
    font-size: 1.1rem;
    color: #128ff6
}

blockquote cite {
    display: block;
    text-align: right;
    color: #06589c;
    font-size: 1.2rem
}

code, kbd, pre, samp {
    font-family: "Menlo", "Monaco", monospace
}

code {
    background: #f9f2f4;
    color: #9c1d3d
}

pre {
    padding: 1rem;
    margin: 2rem 0;
    background: #f6f6f6;
    border: 1px solid #e0e0e5;
    border-radius: 0.25rem;
    line-height: 1.15;
    font-size: 0.9rem
}

pre code {
    color: #237794;
    background: inherit;
    font-size: 0.9rem
}

pre.prettyprint {
    border-color: rgba(0, 0, 0, 0.1) !important
}

hr {
    margin: 1.5rem 0;
    border-bottom: 1px solid #e0e0e5
}

.noliststyle {
    list-style: none
}

.g-uppercase {
    text-transform: uppercase
}

.g-notexttransform {
    text-transform: none
}

.g-positive-margin-top {
    margin-top: 23rem
}

.g-negative-margin-bottom {
    margin-bottom: -25rem
}

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

.section-horizontal-paddings {
    padding-left: 10%;
    padding-right: 10%
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .section-horizontal-paddings {
        padding-left: 0;
        padding-right: 0
    }
}

@media only all and (max-width: 762.048px) {
    .section-horizontal-paddings {
        padding-left: 0;
        padding-right: 0
    }
}

.section-horizontal-paddings-small {
    padding-left: 5%;
    padding-right: 5%
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .section-horizontal-paddings-small {
        padding-left: 0;
        padding-right: 0
    }
}

@media only all and (max-width: 762.048px) {
    .section-horizontal-paddings-small {
        padding-left: 0;
        padding-right: 0
    }
}

.section-horizontal-paddings-large {
    padding-left: 15%;
    padding-right: 15%
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .section-horizontal-paddings-large {
        padding-left: 0;
        padding-right: 0
    }
}

@media only all and (max-width: 762.048px) {
    .section-horizontal-paddings-large {
        padding-left: 0;
        padding-right: 0
    }
}

.section-vertical-paddings {
    padding-top: 4vw;
    padding-bottom: 4vw
}

.section-vertical-paddings-small {
    padding-top: 2vw;
    padding-bottom: 2vw
}

.section-vertical-paddings-large {
    padding-top: 6vw;
    padding-bottom: 6vw
}

.flush > .g-container, .g-flushed > .g-container, .flush > .g-content, .g-flushed > .g-content {
    margin: 0 !important;
    padding: 0 !important
}

.g-container-flushed {
    margin: -4rem 0
}

.nomarginleft, .nomarginleft > .g-content {
    margin-left: 0
}

.nomarginright, .nomarginright > .g-content {
    margin-right: 0
}

.nomargintop, .nomargintop > .g-content {
    margin-top: 0
}

.nomarginbottom, .nomarginbottom > .g-content {
    margin-bottom: 0
}

.nomarginall, .nomarginall > .g-content {
    margin: 0
}

.margin2x > .g-content {
    margin: 1.25rem
}

.margin3x > .g-content {
    margin: 1.875rem
}

.nopaddingleft, .nopaddingleft > .g-content {
    padding-left: 0
}

.nopaddingright, .nopaddingright > .g-content {
    padding-right: 0
}

.nopaddingtop, .nopaddingtop > .g-content {
    padding-top: 0
}

.nopaddingbottom, .nopaddingbottom > .g-content {
    padding-bottom: 0
}

.nopaddingall, .nopaddingall > .g-content {
    padding: 0
}

.padding2x > .g-content {
    padding: 1.876rem
}

.padding3x > .g-content {
    padding: 2.814rem
}

.title-center .g-title {
    text-align: center;
    margin: 0 0 2rem 0
}

.title1 .g-title, .title2 .g-title, .title-gradient .g-title, .title-outline .g-title {
    margin: -0.938rem -0.938rem 1.5rem -0.938rem;
    padding: 0.625rem 1rem
}

.platform-content, .moduletable, .widget {
    margin: 0.625rem 0;
    padding: 0.938rem 0
}

.platform-content .moduletable, .moduletable .moduletable, .widget .moduletable, .platform-content .widget, .moduletable .widget, .widget .widget {
    margin: 0;
    padding: 0
}

.platform-content:first-child, .moduletable:first-child, .widget:first-child {
    margin-top: 0;
    padding-top: 0
}

.platform-content:last-child, .moduletable:last-child, .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.moduletable[class*="box"], .widget[class*="box"] {
    padding: 0.938rem;
    margin: 0.625rem
}

.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.title1 .g-title {
    background: #009de0;
    color: #fff
}

.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
    background: #0080b7
}

.box1.moduletable, .box1.widget, .box1 > .g-content {
    color: #fff
}

.box1 .button {
    color: #fff
}

.box1 .button:hover {
    background: #006794
}

.box1 a {
    color: #7ad7ff
}

.box1 a:hover {
    color: #fff
}

.box1.title1 .g-title {
    background: #006794
}

.title2 .g-title {
    background: #8db9d4;
    color: #fff
}

.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
    background: #8db9d4
}

.box2.moduletable, .box2.widget, .box2 > .g-content {
    color: #fff
}

.box2 .button {
    color: #fff;
    background: #68a2c6
}

.box2 .button:hover {
    background: #5597bf
}

.box2 a {
    color: #376f91
}

.box2 a:hover {
    color: #fff
}

.box2.title2 .g-title {
    background: #68a2c6
}

.title-gradient .g-title {
    background-color: #009de0;
    background-image: -webkit-linear-gradient(-360deg, #009de0, #8db9d4);
    background-image: linear-gradient(90deg, #009de0, #8db9d4);
    color: #fff
}

.box-gradient.moduletable, .box-gradient.widget, .box-gradient.g-outer-box, .box-gradient > .g-content {
    background-color: #009de0;
    background-image: -webkit-linear-gradient(-315deg, #009de0, #8db9d4);
    background-image: linear-gradient(45deg, #009de0, #8db9d4)
}

.box-gradient.moduletable, .box-gradient.widget, .box-gradient > .g-content {
    color: #fff
}

.box-gradient .button {
    color: #fff;
    background: #008bc7
}

.box-gradient .button:hover {
    background: #006794
}

.box-gradient a {
    color: #7ad7ff
}

.box-gradient a:hover {
    color: #fff
}

.box-gradient.title-gradient .g-title {
    background-color: #009de0;
    background-image: -webkit-linear-gradient(-280deg, #009de0, #8db9d4);
    background-image: linear-gradient(10deg, #009de0, #8db9d4)
}

.title-outline .g-title {
    border: 1px solid #009de0
}

.box-outline.moduletable, .box-outline.widget, .box-outline.g-outer-box, .box-outline > .g-content {
    border: 1px solid #009de0
}

.box-outline.title-outline .g-title {
    border: none;
    border-bottom: 1px solid #009de0
}

.spaced .g-content {
    margin: 1px
}

.shadow .g-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.disabled .g-content {
    opacity: 0.4
}

.rounded .g-content {
    border-radius: 0.25rem;
    overflow: hidden
}

.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
    width: 100%
}

.equal-height .g-content {
    width: auto
}

.button {
    display: inline-block;
    font-family: "museo";
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #009de0;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.button:hover, .button:active, .button:focus {
    background: #0079ad;
    color: #fff;
    outline: 0
}

.button:disabled {
    opacity: 0.25;
    cursor: not-allowed
}

.button:disabled:hover {
    background: #009de0
}

.button.fa {
    line-height: 1.15
}

.button.fa[class*="fa-"]:before, .button.fa[class*="fa-"]:after {
    font-family: FontAwesome
}

.button.button-block {
    width: 100%;
    display: block
}

.button.button-xlarge {
    font-size: 1.2rem;
    padding: 1.9rem 3.525rem;
    border-radius: 3.5rem
}

.button.button-large {
    font-size: 1rem;
    padding: 1.7rem 3.325rem
}

.button.button-small {
    font-size: 0.7rem;
    padding: 1.2rem 2.825rem
}

.button.button-xsmall {
    font-size: 0.6rem;
    padding: 1.1rem 2.725rem
}

.button.button-2 {
    background: #8db9d4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.button.button-2:hover, .button.button-2:active, .button.button-2:focus {
    background: #68a2c6;
    color: #fff
}

.button.button-outline {
    background: transparent;
    color: #009de0;
    border-color: #009de0
}

.button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
    background: #009de0;
    border-color: transparent;
    color: #fff
}

.button.button-gradient {
    background-color: #009de0;
    background-image: -webkit-linear-gradient(-360deg, #009de0, #8db9d4);
    background-image: linear-gradient(90deg, #009de0, #8db9d4);
    border: none
}

.button.button-gradient:hover, .button.button-gradient:active, .button.button-gradient:focus {
    background: #009de0;
    color: white
}

.button.button-bevel {
    border-radius: 0.4rem
}

.button.button-square {
    border-radius: 0
}

table {
    border: 1px solid #dce2e9
}

th {
    background: #eceff3;
    padding: 0.5rem
}

td {
    padding: 0.5rem;
    border: 1px solid #dce2e9
}

textarea, select[multiple=multiple] {
    background-color: white;
    border: 1px solid #e0e0e5
}

textarea:hover, select[multiple=multiple]:hover {
    border-color: #009de0;
    box-shadow: 0 0 4px rgba(0, 157, 224, 0.5)
}

textarea:focus, select[multiple=multiple]:focus {
    border-color: #009de0;
    box-shadow: 0 0 4px rgba(0, 157, 224, 0.5)
}

textarea {
    width: 100%;
    box-sizing: border-box !important;
    padding: 0.75rem 1.25rem
}

fieldset.input {
    margin: 0;
    padding: 0
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    background-color: white;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    box-shadow: 0 0 4px rgba(0, 157, 224, 0.5)
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    box-shadow: 0 0 4px rgba(0, 157, 224, 0.5)
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #009de0
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #009de0
}

.g-main-nav .g-standard .g-dropdown {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.g-main-nav .g-standard .g-fade.g-dropdown {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out
}

.g-main-nav .g-standard .g-zoom.g-active {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: g-dropdown-zoom;
    -moz-animation-name: g-dropdown-zoom;
    animation-name: g-dropdown-zoom
}

.g-main-nav .g-standard .g-fade-in-up.g-active {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: g-dropdown-fade-in-up;
    -moz-animation-name: g-dropdown-fade-in-up;
    animation-name: g-dropdown-fade-in-up
}

.g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: g-dropdown-bounce-in-left;
    -moz-animation-name: g-dropdown-bounce-in-left;
    animation-name: g-dropdown-bounce-in-left
}

.g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: g-dropdown-bounce-in-right;
    -moz-animation-name: g-dropdown-bounce-in-right;
    animation-name: g-dropdown-bounce-in-right
}

.g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: g-dropdown-bounce-in-down;
    -moz-animation-name: g-dropdown-bounce-in-down;
    animation-name: g-dropdown-bounce-in-down
}

.g-main-nav .g-fullwidth > .g-dropdown {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out
}

.g-main-nav .g-fullwidth > .g-zoom.g-active {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: g-dropdown-zoom;
    -moz-animation-name: g-dropdown-zoom;
    animation-name: g-dropdown-zoom
}

.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-left.g-active {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: g-dropdown-bounce-in-left;
    -moz-animation-name: g-dropdown-bounce-in-left;
    animation-name: g-dropdown-bounce-in-left
}

.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-right.g-active {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: g-dropdown-bounce-in-right;
    -moz-animation-name: g-dropdown-bounce-in-right;
    animation-name: g-dropdown-bounce-in-right
}

.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-down.g-active {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: g-dropdown-bounce-in-down;
    -moz-animation-name: g-dropdown-bounce-in-down;
    animation-name: g-dropdown-bounce-in-down
}

@-webkit-keyframes g-dropdown-zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8)
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes g-dropdown-zoom {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.8, 0.8, 0.8)
    }
    100% {
        opacity: 1
    }
}

@keyframes g-dropdown-zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -moz-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        -o-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8)
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes g-dropdown-fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes g-dropdown-fade-in-up {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1
    }
}

@keyframes g-dropdown-fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        -o-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes g-dropdown-bounce-in-left {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none
    }
}

@-moz-keyframes g-dropdown-bounce-in-left {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -moz-transform: translate3d(-50px, 0, 0)
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(25px, 0, 0)
    }
    75% {
        -moz-transform: translate3d(-10px, 0, 0)
    }
    90% {
        -moz-transform: translate3d(5px, 0, 0)
    }
    to {
        -moz-transform: none
    }
}

@keyframes g-dropdown-bounce-in-left {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        -o-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        -o-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        -o-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        -o-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-webkit-keyframes g-dropdown-bounce-in-down {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none
    }
}

@-moz-keyframes g-dropdown-bounce-in-down {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -50px, 0)
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(0, 25px, 0)
    }
    75% {
        -moz-transform: translate3d(0, -10px, 0)
    }
    90% {
        -moz-transform: translate3d(0, 5px, 0)
    }
    to {
        -moz-transform: none
    }
}

@keyframes g-dropdown-bounce-in-down {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        -moz-transform: translate3d(0, -50px, 0);
        -ms-transform: translate3d(0, -50px, 0);
        -o-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        -o-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        -o-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-webkit-keyframes g-dropdown-bounce-in-right {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none
    }
}

@-moz-keyframes g-dropdown-bounce-in-right {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -moz-transform: translate3d(50px, 0, 0)
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(-25px, 0, 0)
    }
    75% {
        -moz-transform: translate3d(10px, 0, 0)
    }
    90% {
        -moz-transform: translate3d(-5px, 0, 0)
    }
    to {
        -moz-transform: none
    }
}

@keyframes g-dropdown-bounce-in-right {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        -o-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        -o-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        -o-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        -o-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media only all and (min-width: 768px) {
    .g-home-particles.g-helium-style #g-navigation {
        background: transparent
    }

    .g-home-particles.g-helium-style #g-navigation .g-logo {
        color: #fff
    }

    .g-home-particles.g-helium-style #g-navigation .g-logo.g-logo-helium svg {
        fill: #fff
    }
}

.g-home-particles.g-helium-style #g-navigation .g-social a {
    color: rgba(255, 255, 255, 0.5)
}

@media only all and (max-width: 762.048px) {
    .g-home-particles.g-helium-style #g-navigation .g-social a {
        color: inherit
    }
}

.g-home-particles.g-helium-style #g-navigation .g-social a:hover {
    color: #fff
}

@media only all and (max-width: 762.048px) {
    .g-home-particles.g-helium-style #g-navigation .g-social a:hover {
        color: #009de0
    }
}

.g-home-particles.g-helium-style #g-header {
    text-align: center;
    padding: 0
}

@media only all and (min-width: 768px) {
    .g-home-particles.g-helium-style #g-header {
        margin-top: -9.5rem;
        padding: 0
    }
}

@media only all and (min-width: 581.952px) and (max-width: 762.048px) {
    .g-home-particles.g-helium-style #g-header {
        padding-top: 2rem
    }
}

.g-home-particles.g-helium-style #g-header .button.button-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5)
}

.g-home-particles.g-helium-style #g-header .button.button-outline:hover, .g-home-particles.g-helium-style #g-header .button.button-outline:active, .g-home-particles.g-helium-style #g-header .button.button-outline:focus {
    background: rgba(255, 255, 255, 0.5);
    border-color: transparent
}

.g-home-particles.g-helium-style #g-intro {
    padding-bottom: 0
}

.g-home-particles.g-helium-style #g-intro .g-content {
    margin-bottom: 0;
    padding-bottom: 0
}

.g-home-particles.g-helium-style #g-intro .g-content .fp-intro p {
    margin-bottom: 2rem
}

@media only all and (max-width: 762.048px) {
    .g-home-particles.g-helium-style .fp-features .g-block:not(:last-child) {
        margin-bottom: 4.5rem
    }
}

.g-home-particles.g-helium-style .fp-features .g-block .card .card-block {
    padding: 0 0.938rem
}

.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .fa {
    width: 120px;
    height: 120px;
    font-size: 4.125rem;
    line-height: 6.5rem;
    margin: 0 auto 20px;
    border: 8px solid rgba(224, 224, 229, 0.4);
    border-radius: 50%
}

.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title {
    margin-bottom: 5px;
    font-size: 2.25rem;
    line-height: 1.66rem;
    font-weight: 600
}

.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-subtitle {
    display: block;
    color: rgba(6, 88, 156, 0.5);
    margin-bottom: 1.5rem;
    font-weight: 200
}

.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-subtitle:after {
    display: block;
    width: 80%;
    height: 1px;
    margin: 30px auto 0;
    content: "";
    background-color: rgba(224, 224, 229, 0.8)
}

.g-home-particles.g-helium-style .fp-testimonials blockquote {
    margin: 2.5rem 0;
    border-left: none
}

.g-home-particles.g-helium-style .fp-testimonials blockquote p {
    color: #eceeef
}

.g-home-particles.g-helium-style .fp-testimonials blockquote footer:after {
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.25)
}

.g-home-particles.g-helium-style .fp-testimonials img {
    margin-bottom: 1.25rem;
    border: 4px solid #fff
}

.g-home-particles.g-helium-style .fp-multi-column-text .g-block p {
    padding: 0 5rem;
    border-left: 1px solid #e0e0e5
}

@media only all and (max-width: 762.048px) {
    .g-home-particles.g-helium-style .fp-multi-column-text .g-block p {
        border: none
    }
}

.g-home-particles.g-helium-style .fp-multi-column-text .g-block:first-child p {
    padding-left: 0;
    padding-right: 5rem;
    border-left: none
}

@media only all and (max-width: 762.048px) {
    .g-home-particles.g-helium-style .fp-multi-column-text .g-block:first-child p {
        padding: 0
    }
}

.g-home-particles.g-helium-style .fp-multi-column-text .g-block:last-child p {
    padding-right: 0;
    padding-left: 5rem
}

@media only all and (max-width: 762.048px) {
    .g-home-particles.g-helium-style .fp-multi-column-text .g-block:last-child p {
        padding: 0
    }
}

#g-page-surround {
    background: #fff;
    overflow: hidden
}

.g-bodyonly #g-page-surround {
    color: #06589c;
    background: #fff
}

@media print {
    #g-page-surround {
        background: #fff !important;
        color: #000 !important
    }
}

#g-header {
    background-color: #fff;
    color: #06589c;
    padding: 3rem 0;
    position: relative;
    z-index: 10
}

#g-header a {
    color: rgba(6, 88, 156, 0.6)
}

#g-header a:hover {
    color: rgba(6, 88, 156, 0.8)
}

#g-header h2 {
    font-weight: 300;
    line-height: 2
}

@media only all and (min-width: 581.952px) and (max-width: 762.048px) {
    #g-header h2 {
        font-size: 1.35rem
    }
}

#g-header h2 em {
    font-weight: 500
}

#g-header h2.large-heading {
    font-size: 3.8rem
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    #g-header h2.large-heading {
        font-size: 2.375rem
    }
}

@media only all and (max-width: 762.048px) {
    #g-header h2.large-heading {
        font-size: 1.9rem
    }
}

@media print {
    #g-header {
        background: #fff !important;
        color: #000 !important
    }
}

#g-navigation {
    background: #fff;
    color: #06589c;
    position: relative;
    z-index: 11
}

#g-navigation .g-container {
    position: relative
}

#g-navigation .g-logo {
    color: #06589c;
    line-height: 2.8rem
}

#g-navigation .g-logo.g-logo-helium svg {
    fill: #06589c
}

@media only all and (max-width: 762.048px) {
    #g-navigation .g-social-header .g-content {
        margin-top: 0;
        padding: 0 0.938rem
    }
}

#g-navigation .g-social {
    text-align: right;
    line-height: 3.125
}

@media only all and (max-width: 762.048px) {
    #g-navigation .g-social {
        text-align: center
    }
}

.rtl #g-navigation .g-social {
    text-align: left
}

#g-navigation .g-main-nav {
    font-family: "museo";
    font-weight: 700;
    line-height: 1.5
}

#g-navigation .g-main-nav .g-toplevel {
    line-height: 3.125
}

#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 0.5rem
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    #g-navigation .g-main-nav .g-toplevel > li {
        margin: 0 0.2rem
    }
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    color: #06589c;
    padding: 0.2345rem 0
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    padding: 0 0 0.2345rem
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
    vertical-align: top
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
    content: "\f107";
    opacity: 0.75;
    width: 1rem;
    font-weight: 400
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container i {
    opacity: 1
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
    color: rgba(6, 88, 156, 0.7)
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected {
    color: rgba(6, 88, 156, 0.7)
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 rgba(6, 88, 156, 0.2)
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
    box-shadow: 0 2px 0 rgba(6, 88, 156, 0.2)
}

#g-navigation .g-main-nav .g-dropdown {
    background: #fff;
    border: 1px solid rgba(6, 88, 156, 0.2);
    border-radius: 0.25rem
}

#g-navigation .g-main-nav .g-dropdown > .g-dropdown-column {
    border: 1px solid transparent
}

#g-navigation .g-main-nav .g-dropdown a {
    color: #06589c
}

#g-navigation .g-main-nav .g-dropdown a:hover {
    color: #009de0
}

#g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
    position: relative
}

#g-navigation .g-main-nav .g-dropdown .g-dropdown {
    margin-left: 20px
}

#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
    color: #06589c
}

#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
    color: #06589c
}

#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
    border-bottom: 1px solid rgba(6, 88, 156, 0.2)
}

#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container > .g-selected {
    border-bottom: 1px solid rgba(6, 88, 156, 0.2)
}

#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    color: #009de0
}

#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
    color: #009de0
}

#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
    border: 0
}

#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
    border: 0
}

#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
    background: inherit
}

@media only all and (max-width: 762.048px) {
    #g-navigation .g-menu-block {
        display: none
    }
}

#g-navigation .g-menu-item-subtitle {
    text-transform: lowercase;
    font-size: 0.8rem;
    opacity: 0.8;
    padding-top: 0
}

@media print {
    #g-navigation {
        background: #fff !important;
        color: #000 !important
    }
}

.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.469rem 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition: 0.35s ease
}

.g-main-nav .g-standard .g-dropdown {
    width: 300px;
    float: left
}

.g-main-nav {
    z-index: 20
}

.g-main-nav .g-toplevel > li > .g-menu-item-container {
    text-decoration: none;
    line-height: 1
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    word-break: normal;
    line-height: normal
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
    width: 1.25rem;
    padding: 0.1rem 0.25rem 0.25rem 0rem;
    height: 1.25rem
}

.g-main-nav .g-toplevel i {
    opacity: 0.6
}

.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
    top: -7px !important
}

.g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
    top: -7px
}

.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
    left: -30px !important
}

.g-main-nav .g-dropdown {
    text-align: left;
    border-radius: 0.25rem
}

.dir-rtl .g-main-nav .g-dropdown {
    text-align: right
}

.g-main-nav .g-sublevel > li {
    margin: 0.3125rem 0.9375rem;
    padding: 0 0 0.2345rem 0
}

.g-main-nav .g-sublevel > li > .g-menu-item-container {
    line-height: normal;
    font-size: 0.85rem;
    font-weight: bold
}

.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
    word-break: normal;
    vertical-align: top
}

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
    right: 0;
    top: 0;
    margin-top: -0.35rem
}

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
    content: "\f0da";
    position: relative;
    opacity: 1;
    top: 0.75rem
}

.g-menu-item-subtitle {
    opacity: 0.7
}

.g-preset-thumbnails .g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto !important;
    -moz-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.g-preset-thumbnails .g-block > .g-content {
    margin: 1rem 0;
    padding: 0 0.5rem !important
}

.g-main-nav .g-standard .g-dropdown {
    margin-left: 15px
}

.g-main-nav .g-standard .g-dropdown:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: -1
}

.g-main-nav .g-standard > .g-dropdown {
    margin-left: 0
}

.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
    margin-top: 5px
}

.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 5px solid transparent;
    z-index: -1
}

.g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border-radius: 0.25rem;
    margin: -0.2rem 0 -0.2rem 0.5rem;
    padding: 0.2rem
}

.g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border-radius: 0.25rem;
    padding: 0.1rem;
    margin-top: -0.1rem;
    margin-right: -0.1rem
}

#g-intro {
    background: #fff;
    color: #424753;
    padding: 3rem 0
}

@media print {
    #g-intro {
        background: #fff !important;
        color: #000 !important
    }
}

#g-features {
    background: #fff;
    color: #424753;
    padding: 3rem 0
}

@media print {
    #g-features {
        background: #fff !important;
        color: #000 !important
    }
}

#g-utility {
    background: #fff;
    color: #06589c;
    padding: 3rem 0
}

@media print {
    #g-utility {
        background: #fff !important;
        color: #000 !important
    }
}

#g-above {
    background: #f4f5f7;
    color: #424753;
    padding: 3rem 0
}

@media print {
    #g-above {
        background: #fff !important;
        color: #000 !important
    }
}

#g-testimonials {
    background: #06589c;
    color: #eceeef;
    padding: 3rem 0;
    position: relative;
    z-index: 10;
    background: url(../image/img01.jpg) no-repeat center top;
    background-size: cover
}

#g-testimonials:before {
    background-color: #009de0;
    background-image: -webkit-linear-gradient(-310deg, #009de0, #8db9d4);
    background-image: linear-gradient(40deg, #009de0, #8db9d4);
    opacity: 0.9;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

#g-testimonials a {
    color: #47c8ff
}

#g-testimonials a:hover {
    color: inherit
}

@media print {
    #g-testimonials {
        background: #fff !important;
        color: #000 !important
    }
}

#g-expanded {
    background: #fff;
    color: #424753;
    padding: 3rem
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    #g-expanded {
        padding: 0
    }
}

@media print {
    #g-expanded {
        background: #fff !important;
        color: #000 !important
    }
}

#g-mainbar {
    background: #fff;
    color: #06589c;
    padding: 3rem 0
}

@media print {
    #g-main {
        background: #fff !important;
        color: #000 !important
    }
}

#g-aside {
    background: #fff;
    color: #06589c;
    padding: 3rem 0
}

@media print {
    #g-aside {
        background: #fff !important;
        color: #000 !important
    }
}

#g-sidebar {
    background: #fff;
    color: #06589c;
    padding: 3rem 0
}

@media print {
    #g-sidebar {
        background: #fff !important;
        color: #000 !important
    }
}

#g-footer {
    background: #081c41;
    color: #fff;
    padding: 3rem 0
}

#g-footer .g-content {
    margin: 0.625rem 0
}

#g-footer .g-copyright {
    font-size: 0.8125rem;
    line-height: 1.25rem
}

@media only all and (max-width: 762.048px) {
    #g-footer .g-copyright {
        text-align: center
    }
}

#g-footer .g-horizontalmenu {
    padding: 0.5rem 0;
    text-align: right
}

@media only all and (max-width: 762.048px) {
    #g-footer .g-horizontalmenu {
        text-align: center
    }
}

#g-footer .g-horizontalmenu a {
    color: #fff
}

#g-footer .g-horizontalmenu a:hover {
    color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2)
}

#g-footer .g-totop {
    padding: 0.5rem 0
}

#g-footer .g-totop a {
    color: #fff
}

#g-footer .g-totop a:hover {
    color: rgba(255, 255, 255, 0.6)
}

@media print {
    #g-footer {
        background: #fff !important;
        color: #000 !important
    }
}

#g-offcanvas {
    background: #6ab5d2;
    width: 250px;
    color: #fff
}

#g-offcanvas a {
    color: #fff
}

#g-offcanvas a:hover {
    color: #004461
}

#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
    color: #fff
}

#g-offcanvas .button {
    background: #8db9d4;
    color: #fff
}

#g-offcanvas .button:hover {
    background: #a0c4db
}

#g-offcanvas .button:active {
    background: #7aaecd
}

#g-offcanvas hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

#g-offcanvas .g-offcanvas-toggle {
    color: #fff;
    left: -38px;
    top: 1rem
}

.g-offcanvas-toggle {
    font-size: 2rem;
    color: #06589c;
    width: 32px;
    height: 32px;
    top: 1.2rem;
    z-index: 100001;
    display: none
}

.g-offcanvas-open .g-offcanvas-toggle {
    color: rgba(255, 255, 255, 0.6)
}

@media only all and (max-width: 992px) {
    .g-offcanvas-toggle {
        display: block
    }
}

.g-offcanvas-open .g-nav-overlay {
    z-index: 100000
}

.g-offcanvas-open .g-offcanvas-left #g-page-surround {
    left: 250px
}

.g-offcanvas-open .g-offcanvas-right #g-page-surround {
    right: 250px
}

.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
    right: auto
}

.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
    left: auto
}

#g-offcanvas #g-mobilemenu-container ul {
    background: #6ab5d2
}

#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #fff;
    padding: 0.938rem
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
    color: #fff
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: #0080b7
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #008bc7
}

#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: 1px solid #00b2ff;
    background: #008fcc;
    border-radius: 0.25rem;
    margin: -0.3rem 0 -0.2rem 0.5rem;
    padding: 0.2rem
}

#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
    background: #0080b7
}

#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
    width: 250px
}

#g-offcanvas #g-mobilemenu-container ul i.fa {
    width: 1.5rem
}

#g-mobilemenu-container {
    margin: -1.563rem
}

.g-preset-thumbnails img {
    margin-bottom: 1rem
}

@media only all and (max-width: 762.048px) {
    .g-preset-thumbnails {
        text-align: center
    }

    .g-preset-thumbnails .g-block {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50% !important
    }

    .g-preset-thumbnails .g-content {
        margin: 0
    }
}

@media print {
    #g-offcanvas {
        background: #fff !important;
        color: #000 !important
    }
}

.g-error #g-header .g-content {
    padding: 3.5rem 0.938rem;
    text-align: center
}

.g-error #g-header .g-content h2.g-title {
    font-size: 3.5rem
}

.g-error #g-header .g-content p {
    font-size: 1.5rem
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-error #g-header .g-content h2.g-title {
        font-size: 3rem
    }

    .g-error #g-header .g-content p {
        font-size: 1rem
    }
}

@media only all and (max-width: 762.048px) {
    .g-error #g-header .g-content {
        padding: 1rem 0.938rem
    }

    .g-error #g-header .g-content h2.g-title {
        font-size: 2rem
    }

    .g-error #g-header .g-content p {
        font-size: 1rem
    }
}

.g-error #g-mainbar {
    text-align: center
}

.g-error #g-footer .g-content .g-totop {
    text-align: center
}

.g-offline #g-header .g-content {
    padding: 3.5rem 0.938rem;
    text-align: center
}

.g-offline #g-header .g-content h2.g-title {
    font-size: 3.5rem
}

.g-offline #g-header .g-content p {
    font-size: 1.5rem
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-offline #g-header .g-content h2.g-title {
        font-size: 3rem
    }

    .g-offline #g-header .g-content p {
        font-size: 1rem
    }
}

@media only all and (max-width: 762.048px) {
    .g-offline #g-header .g-content {
        padding: 1rem 0.938rem
    }

    .g-offline #g-header .g-content h2.g-title {
        font-size: 2rem
    }

    .g-offline #g-header .g-content p {
        font-size: 1rem
    }
}

.g-offline #g-footer .g-content .g-totop {
    text-align: center
}

.g-offline #grav-login {
    max-width: 36rem
}

.g-offline #grav-login .form-actions {
    margin-top: 0.625rem
}

@media only all and (max-width: 762.048px) {
    .g-offline #grav-login .form-actions {
        text-align: center
    }
}

.g-offline #grav-login .button {
    text-transform: capitalize;
    font-size: 1rem;
    padding: 1rem 2.5rem
}

@media only all and (max-width: 762.048px) {
    .g-offline #grav-login .rememberme {
        float: none;
        display: block
    }
}

.g-logo {
    font-family: "museo";
    font-weight: 900;
    font-size: 1.35rem;
    vertical-align: middle;
    text-transform: uppercase
}

.g-logo img, .g-logo svg {
    display: block
}

.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    max-height: 50px
}

.g-logo.g-logo-helium svg {
    fill: #fff
}

@media only all and (max-width: 762.048px) {
    .g-logo {
        display: block;
        text-align: center;
        margin: -0.85rem 0;
        padding-left: 0.938rem
    }

    .g-logo img, .g-logo svg {
        margin: 0 auto
    }
}

.g-social a {
    padding: 0.1875rem 0.4rem;
    text-decoration: none
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-social a {
        padding: 0.1875rem 0.25rem
    }
}

.g-content-array {
    margin-left: -0.938rem;
    margin-right: -0.938rem
}

.g-content-array .g-grid {
    margin-bottom: 2.3445rem
}

.g-content-array .g-grid:last-child {
    margin-bottom: 0
}

@media only all and (max-width: 762.048px) {
    .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
        margin-bottom: 0
    }
}

@media only all and (max-width: 762.048px) {
    .g-content-array .g-grid {
        margin-bottom: 0
    }
}

.g-content-array .g-content {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media only all and (max-width: 762.048px) {
    .g-content-array .g-array-item {
        margin-bottom: 2.3445rem
    }
}

.g-content-array .g-array-item-image {
    margin: 0 0 15px 0
}

.g-content-array .g-item-title {
    margin: 0
}

.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
    margin: 15px 0 0
}

.g-content-array .g-array-item-details {
    font-size: 90%
}

.g-content-array .g-array-item-details > span {
    margin-right: 10px
}

.g-content-array .g-array-item-details i {
    margin-right: 5px
}

.g-contentcubes .cube-items-wrapper {
    background: linear-gradient(45deg, #8db9d4, #009de0);
    color: #fff
}

.g-contentcubes .cube-items-wrapper .cube-row.g-grid.image-position-right {
    flex-flow: row-reverse wrap
}

.g-contentcubes .cube-items-wrapper .cube-image-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.g-contentcubes .cube-items-wrapper .cube-image-wrapper img {
    display: block;
    height: auto;
    -webkit-transform: scale3d(1.8, 1.8, 1);
    -moz-transform: scale3d(1.8, 1.8, 1);
    -ms-transform: scale3d(1.8, 1.8, 1);
    -o-transform: scale3d(1.8, 1.8, 1);
    transform: scale3d(1.8, 1.8, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1)
}

.g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.g-contentcubes .cube-items-wrapper .cube-image-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover:after {
    opacity: 0
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper {
    max-width: 22.5rem;
    padding: 6.5rem 0;
    margin: 0 auto
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
        padding: 4.6rem 0
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
        max-width: 18.5rem;
        padding: 2.6rem 0
    }
}

@media only all and (max-width: 762.048px) {
    .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
        padding: 3rem 0
    }
}

@media only all and (max-width: 576px) {
    .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
        max-width: 14.5rem
    }
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
    display: inline-block;
    background: #009de0;
    padding: 0.35em 0.85em;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.1538;
    font-weight: 600;
    border-radius: 2.5rem;
    text-align: center
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.78;
    margin-bottom: 1rem
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link {
    display: block;
    color: #fff
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link .item-link-text {
    display: inline-block;
    margin-left: 0.25rem;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link:hover .item-link-text {
    -webkit-transform: translate3d(15px, 0, 0);
    -moz-transform: translate3d(15px, 0, 0);
    -ms-transform: translate3d(15px, 0, 0);
    -o-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.35rem 0;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.15
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag .fa {
    margin-right: 0.15rem;
    font-size: 1rem;
    vertical-align: text-top
}

.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag a:hover {
    color: inherit
}

.ui-tabs {
    position: relative
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media only all and (max-width: 762.048px) {
    .ui-tabs .ui-tabs-nav {
        flex-direction: column
    }
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    border-bottom-width: 0;
    padding: 0;
    outline: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: text
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
    cursor: text
}

.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-decoration: none
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    color: inherit
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.g-contenttabs .g-contenttabs-tab-wrapper-container {
    list-style: none;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #e0e0e5
}

@media only all and (max-width: 762.048px) {
    .g-contenttabs .g-contenttabs-tab-wrapper-container {
        border: 0 none
    }
}

.g-contenttabs .g-contenttabs-tab {
    outline: none
}

.g-contenttabs .g-contenttabs-tab-wrapper-head {
    display: block;
    height: 100%;
    margin-bottom: -1px;
    margin-right: 3px;
    padding: 0.938rem 1.876rem;
    border-radius: 0.25rem 0.25rem 0 0;
    background: rgba(0, 157, 224, 0.15)
}

@media only all and (max-width: 762.048px) {
    .g-contenttabs .g-contenttabs-tab-wrapper-head {
        border-radius: 0
    }
}

.g-contenttabs .g-contenttabs-tab-wrapper-head .g-contenttabs-tab-title {
    display: block;
    outline: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700
}

.g-contenttabs .g-contenttabs-content-wrapper-container {
    list-style: none;
    margin: 0;
    padding: 0.938rem 0
}

.g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body {
    padding: 0
}

.g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body .g-contenttabs-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body .g-contenttabs-content a:hover {
    color: inherit
}

.ui-tabs-active .g-contenttabs-tab-wrapper-head {
    background: #009de0
}

.ui-tabs-active .g-contenttabs-tab-title {
    color: #fff
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../image/img01.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav [class*='owl-'] {
    display: inline-block;
    margin: auto;
    padding: 0.9rem 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

.owl-nav [class*='owl-']:hover {
    text-decoration: none
}

.owl-nav.disabled {
    opacity: 0.5;
    cursor: default
}

.owl-nav .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-nav .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-nav .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 0.3125rem;
    background: #06589c;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 15px
}

.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
    background: #fff
}

.g-owlcarousel {
    color: #eceeef
}

.g-owlcarousel .g-owlcarousel-item-wrapper {
    position: relative
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
    position: relative
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media only all and (min-width: 1200px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
        width: 1200px
    }
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
        width: 992px
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
        width: 0px
    }
}

@media only all and (min-width: 581.952px) and (max-width: 762.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
        width: 576px
    }
}

@media only all and (max-width: 576px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
        width: 100%
    }
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100%
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
        padding-top: 2.5rem
    }
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    margin: 1.25rem 0.625rem 0.625rem;
    padding: 0.938rem;
    text-align: center
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
        padding-top: 2.5rem
    }
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-family: "museo";
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 500;
    margin: 1.25rem 1.25rem 0.625rem
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
        font-size: 3rem;
        line-height: 3.875rem
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
        font-size: 2rem;
        line-height: 2.875rem;
        margin-top: 3.125rem
    }
}

@media only all and (min-width: 581.952px) and (max-width: 762.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
        margin-top: 0;
        font-size: 2rem;
        line-height: 2.875rem
    }
}

@media only all and (max-width: 576px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
        margin-top: 0;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 200;
    padding-bottom: 1.407rem;
    margin-top: 0;
    margin-bottom: 0.625rem
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
        font-size: 1rem;
        line-height: 1.875rem
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
        font-size: 1rem;
        line-height: 1.875rem;
        padding-bottom: 0
    }
}

@media only all and (max-width: 762.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
        display: none
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
        padding: 1rem 2.625rem;
        font-size: 0.6rem
    }
}

@media only all and (max-width: 762.048px) {
    .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
        display: none
    }
}

.g-owlcarousel .owl-nav {
    margin: 0
}

.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
    position: relative
}

.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent
}

.g-owlcarousel .owl-nav .owl-prev {
    left: 3rem
}

@media only all and (max-width: 762.048px) {
    .g-owlcarousel .owl-nav .owl-prev {
        left: 2rem
    }
}

.g-owlcarousel .owl-nav .owl-prev .fa {
    left: -1px;
    top: 1px
}

.g-owlcarousel .owl-nav .owl-next {
    right: 3rem
}

@media only all and (max-width: 762.048px) {
    .g-owlcarousel .owl-nav .owl-next {
        right: 2rem
    }
}

.g-owlcarousel .owl-nav .owl-next .fa {
    left: 1px;
    top: 1px
}

.g-owlcarousel .owl-dots {
    position: absolute;
    bottom: 12%;
    width: 100%;
    text-align: center
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-owlcarousel .owl-dots {
        bottom: 5%
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-owlcarousel .owl-dots {
        bottom: 1rem
    }
}

@media only all and (max-width: 762.048px) {
    .g-owlcarousel .owl-dots {
        bottom: 0.5rem
    }
}

.g-owlcarousel .owl-dots .owl-dot {
    display: inline-block;
    background: #06589c;
    margin: 0 0.3125rem;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    opacity: 0.75;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background: #fff
}

.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
    background-color: #009de0;
    background-color: #009de0;
    background-image: -webkit-linear-gradient(-310deg, #009de0, #8db9d4);
    background-image: linear-gradient(40deg, #009de0, #8db9d4);
    opacity: 0.9
}

.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
    background-color: #8db9d4;
    background-color: #8db9d4;
    background-image: -webkit-linear-gradient(-410deg, #8db9d4, #009de0);
    background-image: linear-gradient(140deg, #8db9d4, #009de0);
    opacity: 0.9
}

.g-horizontalmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "museo";
    font-weight: 700
}

@media only all and (max-width: 762.048px) {
    .g-horizontalmenu {
        text-align: center
    }
}

.g-horizontalmenu li {
    display: inline-block;
    padding: 0 1rem
}

.g-horizontalmenu li a {
    display: inline-block;
    padding: 0 0 0.5rem;
    margin-bottom: 0.5rem
}

.g-horizontalmenu li:first-child {
    padding-left: 0
}

.g-horizontalmenu li:last-child {
    padding-right: 0
}

.g-totop {
    font-family: "museo";
    font-weight: 700;
    text-align: right
}

@media only all and (max-width: 762.048px) {
    .g-totop {
        text-align: center
    }
}

.g-container {
    width: 1200px
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .g-container {
        width: 992px
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .g-container {
        width: 768px
    }
}

@media only all and (min-width: 581.952px) and (max-width: 762.048px) {
    .g-container {
        width: 576px
    }
}

@media only all and (max-width: 576px) {
    .g-container {
        width: 100%
    }
}

.g-container.g-flushed {
    width: 100%
}

@media only all and (max-width: 762.048px) {
    .g-block {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-positive: 0;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%
    }
}

@media only all and (max-width: 762.048px) {
    body [class*="size-"] {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-positive: 0;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 100%
    }
}

@media only all and (max-width: 762.048px) {
    @supports not (flex-wrap:wrap) {
        .g-grid {
            display: block;
            -webkit-box-lines: inherit;
            -moz-box-lines: inherit;
            box-lines: inherit;
            -webkit-flex-wrap: inherit;
            -moz-flex-wrap: inherit;
            -ms-flex-wrap: inherit;
            flex-wrap: inherit
        }

        .g-block {
            display: block;
            -webkit-box-flex: inherit;
            -moz-box-flex: inherit;
            box-flex: inherit;
            -webkit-flex: inherit;
            -moz-flex: inherit;
            -ms-flex: inherit;
            flex: inherit
        }
    }
}

.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
    display: none !important
}

@media only all and (max-width: 762.048px) {
    .visible-phone {
        display: block !important
    }

    .g-block.visible-phone {
        display: block !important
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .visible-tablet {
        display: block !important
    }

    .g-block.visible-tablet {
        display: block !important
    }
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .visible-desktop {
        display: block !important
    }

    .g-block.visible-desktop {
        display: block !important
    }
}

@media only all and (min-width: 1200px) {
    .visible-large {
        display: block !important
    }

    .g-block.visible-large {
        display: block !important
    }

    .visible-desktop {
        display: block !important
    }

    .g-block.visible-desktop {
        display: block !important
    }
}

@media only all and (max-width: 762.048px) {
    .hidden-phone {
        display: none !important
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .hidden-tablet {
        display: none !important
    }
}

@media only all and (min-width: 992px) and (max-width: 1194.048px) {
    .hidden-desktop {
        display: none !important
    }
}

@media only all and (min-width: 1200px) {
    .hidden-large {
        display: none !important
    }

    .hidden-desktop {
        display: none !important
    }
}

@media only all and (max-width: 762.048px) {
    .align-right {
        text-align: inherit !important
    }

    .align-left {
        text-align: inherit !important
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

#map_canvas img, .google-maps img {
    max-width: none
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input {
    *overflow: visible;
    line-height: normal
}

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

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

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

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

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

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.img-rounded {
    border-radius: 6px
}

.img-circle {
    border-radius: 500px
}

.row {
    margin-left: 0px;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: ""
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

a.muted:hover, a.muted:focus {
    color: #808080
}

.text-warning {
    color: #c09853
}

a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:hover, a.text-error:focus {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:hover, a.text-info:focus {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:hover, a.text-success:focus {
    color: #356635
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none
}

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none
}

ul.inline > li, ol.inline > li {
    display: inline-block;
    *display: inline;
    padding-right: 5px;
    padding-left: 5px;
    *zoom: 1
}

.dl-horizontal {
    *zoom: 1
}

.dl-horizontal:before, .dl-horizontal:after {
    display: table;
    line-height: 0;
    content: ""
}

.dl-horizontal:after {
    clear: both
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote p {
    margin-bottom: 0;
    font-weight: 300
}

blockquote small {
    display: block
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    float: right;
    padding-left: 0;
    border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before, q:after, blockquote:before, blockquote:after {
    content: ""
}

address {
    display: block;
    font-style: normal
}

code, pre {
    padding: 0 3px 2px
}

code {
    padding: 2px 4px;
    white-space: nowrap
}

pre {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

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

form {
    margin: 0 0 20px
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    border: 0
}

label {
    display: block;
    margin-bottom: 5px
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 4px
}

input, textarea, .uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9
}

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

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
}

select, input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc
}

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

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

.uneditable-input, .uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

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

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block
}

input, textarea, .uneditable-input {
    margin-left: 0
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px
}

.controls-row {
    *zoom: 1
}

.controls-row:before, .controls-row:after {
    display: table;
    line-height: 0;
    content: ""
}

.controls-row:after {
    clear: both
}

.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
    float: left
}

.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
    padding-top: 5px
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent
}

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3a87ad
}

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}

.form-actions:before, .form-actions:after {
    display: table;
    line-height: 0;
    content: ""
}

.form-actions:after {
    clear: both
}

.help-block, .help-inline {
    color: #595959
}

.help-block {
    display: block;
    margin-bottom: 10px
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
    font-size: 14px
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
    z-index: 2
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-append .active, .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}

.control-group {
    margin-bottom: 10px
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: ""
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 180px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    border: 0 solid;
    width: 100%;
    margin-bottom: 20px
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 0 solid;
    border-top: 1px solid #ddd;
    background-color: transparent
}

.table th {
    font-weight: bold
}

.table thead th {
    vertical-align: bottom
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}

.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

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

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success > td {
    background-color: #dff0d8
}

.table tbody tr.error > td {
    background-color: #f2dede
}

.table tbody tr.warning > td {
    background-color: #fcf8e3
}

.table tbody tr.info > td {
    background-color: #d9edf7
}

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

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc
}

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

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

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

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

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

.open {
    *z-index: 1000
}

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

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

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

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

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

.dropdown-submenu {
    position: relative
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

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

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.collapse.in {
    height: auto
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.btn:active, .btn.active {
    background-color: #ccc \9
}

.btn:first-child {
    *margin-left: 0
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}

.btn-primary:active, .btn-primary.active {
    background-color: #039 \9
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505
}

.btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a
}

.btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249
}

.btn-success:active, .btn-success.active {
    background-color: #408140 \9
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0
}

.btn-info:active, .btn-info.active {
    background-color: #24748c \9
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515
}

.btn-inverse:active, .btn-inverse.active {
    background-color: #080808 \9
}

button.btn, input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}

button.btn.btn-small, input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btn.btn-mini, input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link:hover, .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus {
    color: #333;
    text-decoration: none
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1
}

.btn-group:first-child {
    *margin-left: 0
}

.btn-group + .btn-group {
    margin-left: 5px
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
    margin-left: 5px
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

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

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px
}

.btn-group > .btn-mini {
    font-size: 10.5px
}

.btn-group > .btn-small {
    font-size: 11.9px
}

.btn-group > .btn-large {
    font-size: 17.5px
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 2
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0
}

.btn-large .caret {
    margin-top: 6px
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px
}

.btn-mini .caret, .btn-small .caret {
    margin-top: 8px
}

.dropup .btn-large .caret {
    border-bottom-width: 5px
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical > .btn + .btn {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert, .alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success h4 {
    color: #468847
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger h4, .alert-error h4 {
    color: #b94a48
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block > p, .alert-block > ul {
    margin-bottom: 0
}

.alert-block p + p {
    margin-top: 5px
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none
}

.nav > li > a {
    display: block
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none
}

.nav > li > a > img {
    max-width: none
}

.nav > .pull-right {
    float: right
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.nav li + .nav-header {
    margin-top: 9px
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0
}

.nav-list > li > a, .nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-list > li > a {
    padding: 3px 15px
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
}

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    margin-right: 2px
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.nav-tabs, .nav-pills {
    *zoom: 1
}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    display: table;
    line-height: 0;
    content: ""
}

.nav-tabs:after, .nav-pills:after {
    clear: both
}

.nav-tabs > li, .nav-pills > li {
    float: left
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    margin-bottom: -1px
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #08c
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li > a {
    margin-right: 0
}

.nav-tabs.nav-stacked {
    border-bottom: 0
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px
}

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    z-index: 2;
    border-color: #ddd
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
    border-color: #999
}

.tabbable {
    *zoom: 1
}

.tabbable:before, .tabbable:after {
    display: table;
    line-height: 0;
    content: ""
}

.tabbable:after {
    clear: both
}

.tab-content {
    overflow: auto
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none
}

.tab-content > .active, .pill-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eee #ddd #eee #eee
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eee #eee #eee #ddd
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff
}

.nav > .disabled > a {
    color: #999
}

.nav > .disabled > a:hover, .nav > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}

.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: ""
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff
}

.navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777
}

.navbar-link {
    color: #777
}

.navbar-link:hover, .navbar-link:focus {
    color: #333
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2
}

.navbar .btn, .navbar .btn-group {
    margin-top: 5px
}

.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
    margin-top: 0
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1
}

.navbar-form:before, .navbar-form:after {
    display: table;
    line-height: 0;
    content: ""
}

.navbar-form:after {
    clear: both
}

.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
    margin-top: 5px
}

.navbar-form input, .navbar-form select, .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0
}

.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
    margin-top: 3px
}

.navbar-form .input-append, .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap
}

.navbar-form .input-append input, .navbar-form .input-prepend input {
    margin-top: 0
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}

.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.navbar-static-top {
    position: static;
    margin-bottom: 0
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1)
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}

.navbar .nav > li {
    float: left
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075)
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9
}

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #ccc \9
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2)
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto
}

.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0)
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
    color: #fff
}

.navbar-inverse .brand {
    color: #999
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #fff;
    background-color: #111
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: #fff
}

.navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #111
}

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: #000
}

.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: #000 \9
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #fff;
    *zoom: 1
}

.breadcrumb > li > .divider {
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999;
    cursor: default
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999;
    cursor: default;
    background-color: transparent
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1
}

.pager:before, .pager:after {
    display: table;
    line-height: 0;
    content: ""
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

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

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    cursor: default;
    background-color: #fff
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.modal-footer:before, .modal-footer:after {
    display: table;
    line-height: 0;
    content: ""
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

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

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

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

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

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}

.thumbnails:before, .thumbnails:after {
    display: table;
    line-height: 0;
    content: ""
}

.thumbnails:after {
    clear: both
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

.media, .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    margin-left: 0;
    list-style: none
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}

.label {
    border-radius: 3px
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 9px
}

.label:empty, .badge:empty {
    display: none
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-important, .badge-important {
    background-color: #b94a48
}

.label-important[href], .badge-important[href] {
    background-color: #953b39
}

.label-warning, .badge-warning {
    background-color: #f89406
}

.label-warning[href], .badge-warning[href] {
    background-color: #c67605
}

.label-success, .badge-success {
    background-color: #468847
}

.label-success[href], .badge-success[href] {
    background-color: #356635
}

.label-info, .badge-info {
    background-color: #3a87ad
}

.label-info[href], .badge-info[href] {
    background-color: #2d6987
}

.label-inverse, .badge-inverse {
    background-color: #333
}

.label-inverse[href], .badge-inverse[href] {
    background-color: #1a1a1a
}

.btn .label, .btn .badge {
    position: relative;
    top: -1px
}

.btn-mini .label, .btn-mini .badge {
    top: 0
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.accordion {
    margin-bottom: 20px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    right: 15px;
    left: auto
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4, .carousel-caption p {
    line-height: 20px;
    color: #fff
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit
}

.hero-unit li {
    line-height: 30px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

div.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

div.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out
}

div.modal.fade.in {
    top: 10%
}

p {
    margin: 1.5rem 0
}

dl {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

dd {
    margin-left: 1.5rem
}

ul.menu ul {
    margin-left: 1.5rem
}

.list-striped, .row-striped {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0
}

.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
    padding: 0.75rem
}

.row-striped .row-fluid {
    width: 97%
}

.row-striped .row-fluid [class*="span"] {
    min-height: 10px
}

.row-striped .row-fluid [class*="span"] {
    margin-left: 0.75rem
}

.row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.list-condensed li {
    padding: 0.5rem
}

.row-condensed .row, .row-condensed .row-fluid {
    padding: 0.5rem
}

.list-bordered, .row-bordered {
    list-style: none;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border-radius: 4px
}

.blog-row-rule, .blog-item-rule {
    border: 0
}

.row-even, .row-odd {
    padding: 5px;
    width: 99%
}

.row-odd {
    background-color: transparent
}

.row-fluid .row-reveal {
    visibility: hidden
}

.row-fluid:hover .row-reveal {
    visibility: visible
}

hr.hr-condensed {
    margin: 10px 0
}

.img_caption .left {
    float: left;
    margin-right: 1.5rem
}

.img_caption .right {
    float: right;
    margin-left: 1.5rem
}

.img_caption .left p {
    clear: left;
    text-align: center
}

.img_caption .right p {
    clear: right;
    text-align: center
}

.img_caption {
    text-align: center !important
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto
}

figure {
    display: table
}

figure.pull-center, img.pull-center {
    margin-left: auto;
    margin-right: auto
}

img.pull-center {
    display: block
}

figcaption {
    display: table-caption;
    caption-side: bottom
}

blockquote {
    padding: 0 0 0 0.938rem;
    margin: 0 0 1.5rem
}

blockquote.pull-right {
    padding-right: 1.5rem
}

address {
    margin-bottom: 1.5rem
}

code, pre {
    border-radius: 0.1875rem
}

pre {
    padding: 0.938rem;
    margin: 0 0 1.5rem;
    border-radius: 0.1875rem
}

pre.prettyprint {
    margin-bottom: 1.5rem
}

.btn .caret {
    margin-bottom: 7px
}

.btn.btn-micro .caret {
    margin: 5px 0
}

.btn-wide {
    width: 80%
}

.radio.btn-group input[type=radio] {
    display: none
}

.radio.btn-group > label:first-of-type {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

fieldset.radio.btn-group {
    padding-left: 0
}

.btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px
}

.btn-group > .btn-micro {
    font-size: 10px
}

.btn-group > .btn + .dropdown-backdrop + .btn {
    margin-left: -1px
}

.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px
}

.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px
}

.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}

.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px
}

.btn-group .chzn-results {
    white-space: normal
}

.controls .input-append .btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px
}

.btn.jmodedit {
    padding: 0;
    text-align: center;
    font-size: 0.8rem
}

.btn.jmodedit [class^="icon-"], .btn.jmodedit [class*=" icon-"] {
    margin: 6px 8px;
    align: center
}

.filters.btn-toolbar .btn-group, .filters.btn-toolbar {
    font-size: inherit
}

.platform-content input {
    box-sizing: content-box
}

legend {
    margin-bottom: 1.5rem
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    padding: 0.375rem 0.375rem
}

.uneditable-input {
    width: 100%
}

.platform-content .input-block-level, .platform-content .input-large, .platform-content .input-xlarge, .platform-content .input-xxlarge, .platform-content .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px
}

.input-prepend .chzn-container-single .chzn-single, .input-append .chzn-container-single .chzn-single {
    height: 26px;
    box-shadow: none
}

.input-prepend > .add-on, .input-append > .add-on {
    vertical-align: top;
    height: auto;
    padding: 5px
}

.input-prepend .chzn-container-single .chzn-single {
    border-radius: 0 0.1875rem 0.1875rem 0
}

.input-prepend .chzn-container-single .chzn-single-with-drop {
    border-radius: 0 0.1875rem 0 0
}

.input-append .chzn-container-single .chzn-single {
    border-radius: 0.1875rem 0 0 0.1875rem
}

.input-append .chzn-container-single .chzn-single-with-drop {
    border-radius: 0.1875rem 0 0 0
}

.input-prepend.input-append .chzn-container-single .chzn-single, .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
    border-radius: 0
}

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left
}

.control-label .hasTooltip, .control-label .hasPopover {
    display: inline-block
}

.form-vertical .controls {
    margin-left: 0
}

.invalid {
    color: #9d261d
}

input.invalid {
    border: 1px solid #9d261d
}

#modules-form .btn-group {
    font-size: inherit
}

#modules-form .radio.btn-group input[type=radio] {
    display: inherit;
    margin-left: inherit
}

.controls input[type="radio"] {
    margin-right: 5px
}

.layout-edit #sbox-content.sbox-content-iframe {
    overflow: hidden
}

.nav-list > li.offset > a {
    padding-left: 30px;
    font-size: 12px
}

.navbar .nav > li > a.btn {
    padding: 4px 10px;
    line-height: 18px
}

.nav-tabs.nav-dark > .active > a, .nav-tabs.nav-dark > .active > a:hover {
    border-bottom-color: transparent
}

.tab-content {
    overflow: visible
}

.tabs-left .tab-content {
    overflow: auto
}

.nav-tabs > li > span {
    display: block;
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 0.1875rem 0.1875rem 0 0
}

.dropdown-menu {
    text-align: left
}

body.modal {
    padding-top: 0
}

.thumbnail.pull-left {
    margin: 0 10px 10px 0
}

.thumbnail.pull-right {
    margin: 0 0 10px 10px
}

body.modal .manager .height-50 .icon-folder-2 {
    font-size: 30px;
    height: 35px;
    width: 35px;
    line-height: 35px
}

body.modal .manager.thumbnails .small {
    font-size: 12px
}

.accordion-body.in:hover {
    overflow: visible
}

.tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 0.1875rem;
    z-index: 100
}

.tooltip {
    max-width: 400px
}

.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none
}

th .tooltip-inner {
    font-weight: normal
}

.tooltip.hasimage {
    opacity: 1
}

.tip-text {
    text-align: left
}

#helpsite-refresh {
    vertical-align: top
}

#pop-print {
    float: right;
    margin: 10px
}

#filter-search {
    vertical-align: top
}

.editor {
    overflow: hidden;
    position: relative
}

.search span.highlight {
    font-weight: bold;
    padding: 1px 4px
}

.img-rounded {
    border-radius: 0.1875rem
}

.img-polaroid {
    padding: 4px
}

.alert {
    border-radius: 0.1875rem;
    padding: 0.938rem;
    margin-bottom: 1.5rem;
    text-shadow: none
}

.add-on [class^="icon-"], .add-on [class*=" icon-"] {
    height: auto;
    line-height: 1.5;
    margin-right: auto
}

[class^="icon-"], [class*=" icon-"] {
    margin-right: .25em;
    line-height: 14px
}

.pull-right.item-image {
    margin: 0 0 1.5rem 1.5rem
}

.pull-left.item-image {
    margin: 0 1.5rem 1.5rem 0
}

#imageForm button:hover, #uploadForm button:hover {
    border-color: inherit
}

.calendar .title {
    border: none
}

.calendar thead .name {
    padding: 2px
}

.calendar thead .button {
    color: #000 !important;
    font-weight: normal;
    border: 1px solid transparent;
    display: table-cell;
    background: inherit
}

.calendar thead .hilite {
    border-radius: 0;
    padding: 2px
}

.width-10 {
    width: 10px
}

.width-20 {
    width: 20px
}

.width-30 {
    width: 30px
}

.width-40 {
    width: 40px
}

.width-50 {
    width: 50px
}

.width-60 {
    width: 60px
}

.width-70 {
    width: 70px
}

.width-80 {
    width: 80px
}

.width-90 {
    width: 90px
}

.width-100 {
    width: 100px
}

.height-10 {
    height: 10px
}

.height-20 {
    height: 20px
}

.height-30 {
    height: 30px
}

.height-40 {
    height: 40px
}

.height-50 {
    height: 50px
}

.height-60 {
    height: 60px
}

.height-70 {
    height: 70px
}

.height-80 {
    height: 80px
}

.height-90 {
    height: 90px
}

.height-100 {
    height: 100px
}

.view-mailto .formelm label, .print-mode .formelm label {
    display: block
}

.contentpane.modal {
    padding: 1.5rem
}

.sprocket-strips.loading .sprocket-strips-overlay {
    box-sizing: content-box
}

#frame {
    margin: 20px auto;
    width: 400px;
    padding: 20px
}

#frame img {
    max-width: 100%;
    height: auto
}

#frame form {
    text-align: left
}

.outline {
    padding: 2px
}

#system-message {
    margin: 0 auto;
    padding: 20px 0 0
}

@font-face {
    font-family: 'IcoMoon';
    src: url(../font/fontawesome-webfont-4.7.0.eot);
    src: url(../font/fontawesome-webfont-4.7.0.eot#iefix) format('embedded-opentype'), url(../font/fontawesome-webfont-4.7.0.svg#IcoMoon) format('svg'), url(../font/fontawesome-webfont-4.7.0.woff) format('woff'), url(../font/fontawesome-webfont-4.7.0.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none
}

[class^="icon-"].disabled, [class*=" icon-"].disabled {
    font-weight: normal
}

.icon-joomla:before {
    content: "\e200"
}

.icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before {
    content: "\e005"
}

.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
    content: "\e006"
}

.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before {
    content: "\e007"
}

.icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before {
    content: "\e008"
}

.icon-arrow-first:before {
    content: "\e003"
}

.icon-arrow-last:before {
    content: "\e004"
}

.icon-arrow-up-2:before {
    content: "\e009"
}

.icon-arrow-right-2:before {
    content: "\e00a"
}

.icon-arrow-down-2:before {
    content: "\e00b"
}

.icon-arrow-left-2:before {
    content: "\e00c"
}

.icon-arrow-up-3:before {
    content: "\e00f"
}

.icon-arrow-right-3:before {
    content: "\e010"
}

.icon-arrow-down-3:before {
    content: "\e011"
}

.icon-arrow-left-3:before {
    content: "\e012"
}

.icon-menu-2:before {
    content: "\e00e"
}

.icon-arrow-up-4:before {
    content: "\e201"
}

.icon-arrow-right-4:before {
    content: "\e202"
}

.icon-arrow-down-4:before {
    content: "\e203"
}

.icon-arrow-left-4:before {
    content: "\e204"
}

.icon-share:before, .icon-redo:before {
    content: "\27"
}

.icon-undo:before {
    content: "\28"
}

.icon-forward-2:before {
    content: "\e205"
}

.icon-backward-2:before, .icon-reply:before {
    content: "\e206"
}

.icon-unblock:before, .icon-refresh:before, .icon-redo-2:before {
    content: "\6c"
}

.icon-undo-2:before {
    content: "\e207"
}

.icon-move:before {
    content: "\7a"
}

.icon-expand:before {
    content: "\66"
}

.icon-contract:before {
    content: "\67"
}

.icon-expand-2:before {
    content: "\68"
}

.icon-contract-2:before {
    content: "\69"
}

.icon-play:before {
    content: "\e208"
}

.icon-pause:before {
    content: "\e209"
}

.icon-stop:before {
    content: "\e210"
}

.icon-previous:before, .icon-backward:before {
    content: "\7c"
}

.icon-next:before, .icon-forward:before {
    content: "\7b"
}

.icon-first:before {
    content: "\7d"
}

.icon-last:before {
    content: "\e000"
}

.icon-play-circle:before {
    content: "\e00d"
}

.icon-pause-circle:before {
    content: "\e211"
}

.icon-stop-circle:before {
    content: "\e212"
}

.icon-backward-circle:before {
    content: "\e213"
}

.icon-forward-circle:before {
    content: "\e214"
}

.icon-loop:before {
    content: "\e001"
}

.icon-shuffle:before {
    content: "\e002"
}

.icon-search:before {
    content: "\53"
}

.icon-zoom-in:before {
    content: "\64"
}

.icon-zoom-out:before {
    content: "\65"
}

.icon-apply:before, .icon-edit:before, .icon-pencil:before {
    content: "\2b"
}

.icon-pencil-2:before {
    content: "\2c"
}

.icon-brush:before {
    content: "\3b"
}

.icon-save-new:before, .icon-plus-2:before {
    content: "\5d"
}

.icon-minus-sign:before, .icon-minus-2:before {
    content: "\5e"
}

.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
    content: "\49"
}

.icon-publish:before, .icon-save:before, .icon-ok:before, .icon-checkmark:before {
    content: "\47"
}

.icon-new:before, .icon-plus:before {
    content: "\2a"
}

.icon-plus-circle:before {
    content: "\e215"
}

.icon-minus:before, .icon-not-ok:before {
    content: "\4b"
}

.icon-ban-circle:before, .icon-minus-circle:before {
    content: "\e216"
}

.icon-unpublish:before, .icon-cancel:before {
    content: "\4a"
}

.icon-cancel-circle:before {
    content: "\e217"
}

.icon-checkmark-2:before {
    content: "\e218"
}

.icon-checkmark-circle:before {
    content: "\e219"
}

.icon-info:before {
    content: "\e220"
}

.icon-info-2:before, .icon-info-circle:before {
    content: "\e221"
}

.icon-question:before, .icon-question-sign:before, .icon-help:before {
    content: "\45"
}

.icon-question-2:before, .icon-question-circle:before {
    content: "\e222"
}

.icon-notification:before {
    content: "\e223"
}

.icon-notification-2:before, .icon-notification-circle:before {
    content: "\e224"
}

.icon-pending:before, .icon-warning:before {
    content: "\48"
}

.icon-warning-2:before, .icon-warning-circle:before {
    content: "\e225"
}

.icon-checkbox-unchecked:before {
    content: "\3d"
}

.icon-checkin:before, .icon-checkbox:before, .icon-checkbox-checked:before {
    content: "\3e"
}

.icon-checkbox-partial:before {
    content: "\3f"
}

.icon-square:before {
    content: "\e226"
}

.icon-radio-unchecked:before {
    content: "\e227"
}

.icon-radio-checked:before {
    content: "\e228"
}

.icon-circle:before {
    content: "\e229"
}

.icon-signup:before {
    content: "\e230"
}

.icon-grid:before, .icon-grid-view:before {
    content: "\58"
}

.icon-grid-2:before, .icon-grid-view-2:before {
    content: "\59"
}

.icon-menu:before {
    content: "\5a"
}

.icon-list:before, .icon-list-view:before {
    content: "\31"
}

.icon-list-2:before {
    content: "\e231"
}

.icon-menu-3:before {
    content: "\e232"
}

.icon-folder-open:before, .icon-folder:before {
    content: "\2d"
}

.icon-folder-close:before, .icon-folder-2:before {
    content: "\2e"
}

.icon-folder-plus:before {
    content: "\e234"
}

.icon-folder-minus:before {
    content: "\e235"
}

.icon-folder-3:before {
    content: "\e236"
}

.icon-folder-plus-2:before {
    content: "\e237"
}

.icon-folder-remove:before {
    content: "\e238"
}

.icon-file:before {
    content: "\e016"
}

.icon-file-2:before {
    content: "\e239"
}

.icon-file-add:before, .icon-file-plus:before {
    content: "\29"
}

.icon-file-minus:before {
    content: "\e017"
}

.icon-file-check:before {
    content: "\e240"
}

.icon-file-remove:before {
    content: "\e241"
}

.icon-save-copy:before, .icon-copy:before {
    content: "\e018"
}

.icon-stack:before {
    content: "\e242"
}

.icon-tree:before {
    content: "\e243"
}

.icon-tree-2:before {
    content: "\e244"
}

.icon-paragraph-left:before {
    content: "\e246"
}

.icon-paragraph-center:before {
    content: "\e247"
}

.icon-paragraph-right:before {
    content: "\e248"
}

.icon-paragraph-justify:before {
    content: "\e249"
}

.icon-screen:before {
    content: "\e01c"
}

.icon-tablet:before {
    content: "\e01d"
}

.icon-mobile:before {
    content: "\e01e"
}

.icon-box-add:before {
    content: "\51"
}

.icon-box-remove:before {
    content: "\52"
}

.icon-download:before {
    content: "\e021"
}

.icon-upload:before {
    content: "\e022"
}

.icon-home:before {
    content: "\21"
}

.icon-home-2:before {
    content: "\e250"
}

.icon-out-2:before, .icon-new-tab:before {
    content: "\e024"
}

.icon-out-3:before, .icon-new-tab-2:before {
    content: "\e251"
}

.icon-link:before {
    content: "\e252"
}

.icon-picture:before, .icon-image:before {
    content: "\2f"
}

.icon-pictures:before, .icon-images:before {
    content: "\30"
}

.icon-palette:before, .icon-color-palette:before {
    content: "\e014"
}

.icon-camera:before {
    content: "\55"
}

.icon-camera-2:before, .icon-video:before {
    content: "\e015"
}

.icon-play-2:before, .icon-video-2:before, .icon-youtube:before {
    content: "\56"
}

.icon-music:before {
    content: "\57"
}

.icon-user:before {
    content: "\22"
}

.icon-users:before {
    content: "\e01f"
}

.icon-vcard:before {
    content: "\6d"
}

.icon-address:before {
    content: "\70"
}

.icon-share-alt:before, .icon-out:before {
    content: "\26"
}

.icon-enter:before {
    content: "\e257"
}

.icon-exit:before {
    content: "\e258"
}

.icon-comment:before, .icon-comments:before {
    content: "\24"
}

.icon-comments-2:before {
    content: "\25"
}

.icon-quote:before, .icon-quotes-left:before {
    content: "\60"
}

.icon-quote-2:before, .icon-quotes-right:before {
    content: "\61"
}

.icon-quote-3:before, .icon-bubble-quote:before {
    content: "\e259"
}

.icon-phone:before {
    content: "\e260"
}

.icon-phone-2:before {
    content: "\e261"
}

.icon-envelope:before, .icon-mail:before {
    content: "\4d"
}

.icon-envelope-opened:before, .icon-mail-2:before {
    content: "\4e"
}

.icon-unarchive:before, .icon-drawer:before {
    content: "\4f"
}

.icon-archive:before, .icon-drawer-2:before {
    content: "\50"
}

.icon-briefcase:before {
    content: "\e020"
}

.icon-tag:before {
    content: "\e262"
}

.icon-tag-2:before {
    content: "\e263"
}

.icon-tags:before {
    content: "\e264"
}

.icon-tags-2:before {
    content: "\e265"
}

.icon-options:before, .icon-cog:before {
    content: "\38"
}

.icon-cogs:before {
    content: "\37"
}

.icon-screwdriver:before, .icon-tools:before {
    content: "\36"
}

.icon-wrench:before {
    content: "\3a"
}

.icon-equalizer:before {
    content: "\39"
}

.icon-dashboard:before {
    content: "\78"
}

.icon-switch:before {
    content: "\e266"
}

.icon-filter:before {
    content: "\54"
}

.icon-purge:before, .icon-trash:before {
    content: "\4c"
}

.icon-checkedout:before, .icon-lock:before, .icon-locked:before {
    content: "\23"
}

.icon-unlock:before {
    content: "\e267"
}

.icon-key:before {
    content: "\5f"
}

.icon-support:before {
    content: "\46"
}

.icon-database:before {
    content: "\62"
}

.icon-scissors:before {
    content: "\e268"
}

.icon-health:before {
    content: "\6a"
}

.icon-wand:before {
    content: "\6b"
}

.icon-eye-open:before, .icon-eye:before {
    content: "\3c"
}

.icon-eye-close:before, .icon-eye-blocked:before, .icon-eye-2:before {
    content: "\e269"
}

.icon-clock:before {
    content: "\6e"
}

.icon-compass:before {
    content: "\6f"
}

.icon-broadcast:before, .icon-connection:before, .icon-wifi:before {
    content: "\e01b"
}

.icon-book:before {
    content: "\e271"
}

.icon-lightning:before, .icon-flash:before {
    content: "\79"
}

.icon-print:before, .icon-printer:before {
    content: "\e013"
}

.icon-feed:before {
    content: "\71"
}

.icon-calendar:before {
    content: "\43"
}

.icon-calendar-2:before {
    content: "\44"
}

.icon-calendar-3:before {
    content: "\e273"
}

.icon-pie:before {
    content: "\77"
}

.icon-bars:before {
    content: "\76"
}

.icon-chart:before {
    content: "\75"
}

.icon-power-cord:before {
    content: "\32"
}

.icon-cube:before {
    content: "\33"
}

.icon-puzzle:before {
    content: "\34"
}

.icon-attachment:before, .icon-paperclip:before, .icon-flag-2:before {
    content: "\72"
}

.icon-lamp:before {
    content: "\74"
}

.icon-pin:before, .icon-pushpin:before {
    content: "\73"
}

.icon-location:before {
    content: "\63"
}

.icon-shield:before {
    content: "\e274"
}

.icon-flag:before {
    content: "\35"
}

.icon-flag-3:before {
    content: "\e275"
}

.icon-bookmark:before {
    content: "\e023"
}

.icon-bookmark-2:before {
    content: "\e276"
}

.icon-heart:before {
    content: "\e277"
}

.icon-heart-2:before {
    content: "\e278"
}

.icon-thumbs-up:before {
    content: "\5b"
}

.icon-thumbs-down:before {
    content: "\5c"
}

.icon-unfeatured:before, .icon-asterisk:before, .icon-star-empty:before {
    content: "\40"
}

.icon-star-2:before {
    content: "\41"
}

.icon-featured:before, .icon-default:before, .icon-star:before {
    content: "\42"
}

.icon-smiley:before, .icon-smiley-happy:before {
    content: "\e279"
}

.icon-smiley-2:before, .icon-smiley-happy-2:before {
    content: "\e280"
}

.icon-smiley-sad:before {
    content: "\e281"
}

.icon-smiley-sad-2:before {
    content: "\e282"
}

.icon-smiley-neutral:before {
    content: "\e283"
}

.icon-smiley-neutral-2:before {
    content: "\e284"
}

.icon-cart:before {
    content: "\e019"
}

.icon-basket:before {
    content: "\e01a"
}

.icon-credit:before {
    content: "\e286"
}

.icon-credit-2:before {
    content: "\e287"
}

.alert {
    border-radius: 0.1875rem;
    padding: 0.938rem;
    margin-bottom: 1.5rem;
    text-shadow: none
}

.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

.alert, .alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success h4 {
    color: #468847
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger h4, .alert-error h4 {
    color: #b94a48
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block > p, .alert-block > ul {
    margin-bottom: 0
}

.alert-block p + p {
    margin-top: 5px
}

legend {
    font-size: 1.3rem;
    line-height: 1.5
}

legend small {
    font-size: 0.8rem
}

.input-prepend > .add-on, .input-append > .add-on {
    line-height: 1.5
}

.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
    display: inline-block;
    font-family: "museo";
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #009de0;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.edit.item-page .btn-toolbar .btn:hover, .pager.pagenav a:hover, p.readmore .btn:hover, .contact .form-actions .btn:hover, #contact-form .controls .btn-primary.validate:hover, .profile .btn:hover, .login .btn:hover, .logout .btn:hover, .registration .btn:hover, .profile-edit .btn:hover, .remind .btn:hover, .reset .btn:hover, .search #searchForm .btn:hover, .finder #searchForm .btn:hover, .search #search-form .btn:hover, .finder #search-form .btn:hover, .edit.item-page .btn-toolbar .btn:active, .pager.pagenav a:active, p.readmore .btn:active, .contact .form-actions .btn:active, #contact-form .controls .btn-primary.validate:active, .profile .btn:active, .login .btn:active, .logout .btn:active, .registration .btn:active, .profile-edit .btn:active, .remind .btn:active, .reset .btn:active, .search #searchForm .btn:active, .finder #searchForm .btn:active, .search #search-form .btn:active, .finder #search-form .btn:active, .edit.item-page .btn-toolbar .btn:focus, .pager.pagenav a:focus, p.readmore .btn:focus, .contact .form-actions .btn:focus, #contact-form .controls .btn-primary.validate:focus, .profile .btn:focus, .login .btn:focus, .logout .btn:focus, .registration .btn:focus, .profile-edit .btn:focus, .remind .btn:focus, .reset .btn:focus, .search #searchForm .btn:focus, .finder #searchForm .btn:focus, .search #search-form .btn:focus, .finder #search-form .btn:focus {
    background: #0079ad;
    color: #fff
}

.edit.item-page .btn-toolbar .btn:disabled, .pager.pagenav a:disabled, p.readmore .btn:disabled, .contact .form-actions .btn:disabled, #contact-form .controls .btn-primary.validate:disabled, .profile .btn:disabled, .login .btn:disabled, .logout .btn:disabled, .registration .btn:disabled, .profile-edit .btn:disabled, .remind .btn:disabled, .reset .btn:disabled, .search #searchForm .btn:disabled, .finder #searchForm .btn:disabled, .search #search-form .btn:disabled, .finder #search-form .btn:disabled {
    opacity: 0.25;
    cursor: not-allowed
}

.edit.item-page .btn-toolbar .btn:disabled:hover, .pager.pagenav a:disabled:hover, p.readmore .btn:disabled:hover, .contact .form-actions .btn:disabled:hover, #contact-form .controls .btn-primary.validate:disabled:hover, .profile .btn:disabled:hover, .login .btn:disabled:hover, .logout .btn:disabled:hover, .registration .btn:disabled:hover, .profile-edit .btn:disabled:hover, .remind .btn:disabled:hover, .reset .btn:disabled:hover, .search #searchForm .btn:disabled:hover, .finder #searchForm .btn:disabled:hover, .search #search-form .btn:disabled:hover, .finder #search-form .btn:disabled:hover {
    background: #009de0
}

.btn {
    border-radius: 0.25rem;
    border: 0;
    color: #06589c;
    box-shadow: none
}

.btn span {
    padding: 0;
    margin: 0
}

.btn-mini {
    margin: 0.5rem 0
}

.btn-primary {
    font-family: "museo";
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #009de0;
    color: #fff;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #0079ad;
    color: #fff
}

.btn-group > .btn.dropdown-toggle {
    background: #e0e0e0
}

.btn-group.open .btn-primary.dropdown-toggle {
    background: #8db9d4
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-image: none;
    background: #8db9d4
}

.btn-link {
    color: #009de0
}

table.table-bordered {
    border-collapse: separate;
    *border-collapse: collapse
}

table.table-bordered th {
    background-color: #eceff3
}

table.table-bordered thead th {
    background-color: #dce2e9
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background: #eceff3
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background: #e3e7ed
}

.table, .table-bordered {
    border-color: #e0e0e5 #e0e0e5 #e0e0e5 transparent
}

.table th, .table-bordered th, .table td, .table-bordered td {
    border-left-color: #e0e0e5
}

.edit.item-page .inputbox, .edit.item-page .chzn-choices {
    border-radius: 6px
}

.edit.item-page .input-append .inputbox {
    border-radius: 6px 0 0 6px
}

.edit.item-page .input-append button {
    border-radius: 0 6px 6px 0
}

.edit.item-page .btn-toolbar .btn {
    font-size: 0.6rem;
    padding: 1.1rem 2.725rem;
    margin-left: 5px
}

.edit.item-page .btn-toolbar .btn span {
    margin-right: 5px
}

.label, .badge {
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: 400
}

.label-info, .badge-info {
    background: #8db9d4
}

.label-info[href], .badge-info[href] {
    background: #8db9d4
}

.pagination {
    text-align: center
}

.print-mode #g-page-surround {
    padding: 0.938rem
}

.print-mode #g-page-surround .btn a {
    font-family: "museo";
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-shadow: none
}

.print-mode #g-page-surround .btn .icon-print {
    margin-right: 5px
}

.list-striped, .row-striped {
    border: 1px solid #e0e0e5
}

.list-striped li:not(:last-child), .list-striped dd:not(:last-child), .row-striped .row:not(:last-child), .row-striped .row-fluid:not(:last-child) {
    border-bottom: 1px solid #e0e0e5
}

.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
    background-color: #f2f4f7
}

.list-bordered, .row-bordered {
    border: 1px solid #e0e0e5
}

.row-even, .row-odd {
    border-bottom: 1px solid #e0e0e5
}

.row-even {
    background-color: #f2f4f7
}

.iframe-bordered {
    border: 1px solid #e0e0e5
}

blockquote {
    border-left: 5px solid #e0e0e5
}

blockquote small {
    color: #128ff6
}

blockquote.pull-right {
    border-right: 5px solid #e0e0e5
}

code, pre {
    background-color: #eceff3;
    border: 1px solid #e0e0e5
}

pre.prettyprint {
    padding: 1rem !important
}

legend {
    color: #06589c;
    font-family: "museo";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1rem 0
}

.input-prepend .chzn-container-single .chzn-single, .input-append .chzn-container-single .chzn-single {
    border-color: #e0e0e5
}

.input-prepend .chzn-container-single .chzn-drop, .input-append .chzn-container-single .chzn-drop {
    border-color: #e0e0e5
}

.form-actions {
    background: none;
    border: 0
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #06589c;
    background-color: #fff;
    border: 1px solid #e0e0e5;
    box-sizing: border-box !important;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear
}

.input-prepend textarea, .input-prepend input[type="text"], .input-prepend input[type="password"], .input-prepend input[type="datetime"], .input-prepend input[type="datetime-local"], .input-prepend input[type="date"], .input-prepend input[type="month"], .input-prepend input[type="time"], .input-prepend input[type="week"], .input-prepend input[type="number"], .input-prepend input[type="email"], .input-prepend input[type="url"], .input-prepend input[type="search"], .input-prepend input[type="tel"], .input-prepend input[type="color"], .input-prepend .uneditable-input, .input-append textarea, .input-append input[type="text"], .input-append input[type="password"], .input-append input[type="datetime"], .input-append input[type="datetime-local"], .input-append input[type="date"], .input-append input[type="month"], .input-append input[type="time"], .input-append input[type="week"], .input-append input[type="number"], .input-append input[type="email"], .input-append input[type="url"], .input-append input[type="search"], .input-append input[type="tel"], .input-append input[type="color"], .input-append .uneditable-input {
    padding: 0.35rem;
    max-width: 95%
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 41px
}

.input-prepend > .add-on, .input-append > .add-on {
    background: #d9d9d9;
    border: 1px solid #e0e0e5;
    padding: 0.275rem;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    margin-right: -2px
}

.dir-rtl .input-prepend > .add-on, .dir-rtl .input-append > .add-on {
    margin-right: auto;
    margin-left: -2px
}

.dir-rtl .input-prepend > .add-on .btn, .dir-rtl .input-append > .add-on .btn {
    margin-right: auto;
    margin-left: -2px
}

#filter_search {
    width: auto;
    padding: 4px 12px;
    line-height: normal;
    height: 28px
}

textarea {
    width: 100%
}

.dir-rtl .form-horizontal .control-label {
    float: right;
    text-align: left
}

.dir-rtl .form-horizontal .controls {
    margin-left: 0;
    margin-right: 180px
}

select {
    color: #06589c;
    background: #fff;
    border: 1px solid #e0e0e5
}

.view-mailto, .body-only {
    padding: 0 1.5rem
}

.view-mailto #g-page-surround, .body-only #g-page-surround {
    box-shadow: none
}

.controls input[type="radio"] {
    margin-right: 5px
}

.layout-edit #sbox-content.sbox-content-iframe {
    overflow: hidden
}

#login-form .input-prepend, #login-form .input-append {
    width: 100%
}

#login-form .input-prepend .add-on, #login-form .input-append .add-on, #login-form .input-prepend .input-small, #login-form .input-append .input-small {
    height: 50px
}

#login-form .input-prepend .btn, #login-form .input-append .btn {
    height: 50px;
    line-height: 33px;
    background: #4db2b3;
    color: #fff;
    text-shadow: none
}

#login-form .input-prepend .input-small, #login-form .input-append .input-small {
    width: 80%
}

#login-form #modlgn-secretkey {
    width: 65%
}

#finder-search .inputbox {
    margin: 1rem 0 0.5rem 0
}

.controls .input-append .btn {
    padding: 0.65rem 12px;
    font-size: 14px;
    line-height: 20px
}

.nav-tabs.nav-stacked > li > a {
    border: 0 none
}

.nav-tabs.nav-dark {
    border-bottom: 1px solid #333;
    text-shadow: 1px 1px 1px #000
}

.nav-tabs.nav-dark > li > a {
    color: #e0e0e5
}

.nav-tabs.nav-dark > li > a:hover {
    border-color: #333 #333 #111;
    background-color: #777
}

.nav-tabs.nav-dark > .active > a, .nav-tabs.nav-dark > .active > a:hover {
    color: #fff;
    background-color: #555;
    border: 1px solid #222
}

.chzn-container .chzn-drop, .chzn-container .chzn-results li.no-results {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #06589c
}

.chzn-container-multi .chzn-choices {
    color: #06589c;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 250px;
    background-image: none
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    box-shadow: none;
    height: 35px;
    margin: 0;
    padding: 0 5px;
    color: #06589c !important
}

.tip-wrap {
    color: #fff;
    background-color: #000
}

.img-polaroid {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.muted {
    color: #999
}

a.muted:hover, a.muted:focus {
    color: #808080
}

.alert {
    background-color: #f8f4ec;
    border-color: #eee4d2;
    padding: 0.938rem
}

.alert a, .alert a:hover, .alert .alert-link, .alert .alert-link:hover {
    right: 0 !important;
    color: #6c5328;
    font-weight: bold;
    text-decoration: none
}

.alert, .alert h4, .text-warning {
    color: #c09853
}

a.text-warning:hover, a.text-warning:focus {
    color: #b78c43
}

.alert-success {
    color: #468847;
    background-color: #dfeedf;
    border-color: #c4e0c4
}

.alert-success a, .alert-success a:hover, .alert-success .alert-link, .alert-success .alert-link:hover {
    color: #356635;
    font-weight: bold
}

.alert-success a:hover, .alert-success a:hover:hover, .alert-success .alert-link:hover, .alert-success .alert-link:hover:hover {
    text-decoration: underline
}

.alert-success h4, .text-success {
    color: #468847
}

a.text-success:hover, a.text-success:focus {
    color: #3d773e
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f6e7e7;
    border-color: #edd1d0
}

.alert-danger a, .alert-error a, .alert-danger a:hover, .alert-error a:hover, .alert-danger .alert-link, .alert-error .alert-link, .alert-danger .alert-link:hover, .alert-error .alert-link:hover {
    color: #953b39;
    font-weight: bold
}

.alert-danger a:hover, .alert-error a:hover, .alert-danger a:hover:hover, .alert-error a:hover:hover, .alert-danger .alert-link:hover, .alert-error .alert-link:hover, .alert-danger .alert-link:hover:hover, .alert-error .alert-link:hover:hover {
    text-decoration: underline
}

.alert-danger h4, .alert-error h4, .text-error {
    color: #b94a48
}

a.text-error:hover, a.text-error:focus {
    color: #a74240
}

.alert-info {
    color: #3a87ad;
    background-color: #e2eff5;
    border-color: #c7e0ec
}

.alert-info a, .alert-info a:hover, .alert-info .alert-link, .alert-info .alert-link:hover {
    color: #2d6987;
    font-weight: bold
}

.alert-info a:hover, .alert-info a:hover:hover, .alert-info .alert-link:hover, .alert-info .alert-link:hover:hover {
    text-decoration: underline
}

.alert-info h4, .text-info {
    color: #3a87ad
}

a.text-info:hover, a.text-info:focus {
    color: #34789a
}

.pull-left, .pull-right {
    max-width: 100%
}

.dir-rtl .pull-left {
    float: right
}

.dir-rtl .pull-right {
    float: left
}

.thumbnails {
    margin-left: -20px;
    list-style: none
}

.thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0
}

.thumbnails:after {
    clear: both
}

.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #08c;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

.manager > li {
    float: left !important;
    margin-bottom: 18px !important;
    margin-left: 20px !important
}

.calendar .title {
    border: none
}

.calendar thead .name {
    padding: 2px
}

.calendar thead .button {
    font-weight: normal;
    border: 1px solid transparent
}

.calendar thead .hilite {
    border-radius: 0;
    padding: 2px
}

.pagination-list {
    list-style: none
}

.pagination-list li {
    display: inline-block;
    margin: 0 0.5rem
}

#imageForm button, #uploadForm button {
    padding: 0.25rem 1rem;
    margin: 1rem 0
}

#imageForm button:hover, #uploadForm button:hover {
    border: none
}

.moduletable .nav.menu, .moduletable .mostread, .moduletable .latestnews, .moduletable .archive-module, .moduletable .relateditems, .moduletable .categories-module, .moduletable .category-module, .moduletable .latestusers, .moduletable .unstyled {
    margin: 0;
    display: inline-block;
    border: 1px solid #e0e0e5;
    padding: 0.938rem 1.876rem
}

.moduletable .nav.menu li, .moduletable .mostread li, .moduletable .latestnews li, .moduletable .archive-module li, .moduletable .relateditems li, .moduletable .categories-module li, .moduletable .category-module li, .moduletable .latestusers li, .moduletable .unstyled li {
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 0.938rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #e0e0e5
}

.moduletable .nav.menu li:last-child, .moduletable .mostread li:last-child, .moduletable .latestnews li:last-child, .moduletable .archive-module li:last-child, .moduletable .relateditems li:last-child, .moduletable .categories-module li:last-child, .moduletable .category-module li:last-child, .moduletable .latestusers li:last-child, .moduletable .unstyled li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.moduletable .nav li {
    margin-bottom: 0.625rem
}

.moduletable .nav .nav-header {
    margin: 0.625rem 0;
    padding: 0.469rem 0.938rem;
    font-size: 0.7rem;
    font-weight: 400;
    border-radius: 0.25rem;
    color: #06589c;
    background: #e0e0e0
}

.moduletable .nav .nav-child {
    margin-top: 0.625rem
}

.moduletable .categories-module h4 {
    display: inline-block;
    font-size: 1rem;
    margin: 0
}

.moduletable .breadcrumb {
    font-family: "museo"
}

.moduletable .breadcrumb li {
    text-shadow: none;
    vertical-align: middle
}

.moduletable .breadcrumb a {
    display: inline-block
}

.moduletable .breadcrumb span {
    display: inline-block
}

.moduletable .breadcrumb span.divider {
    position: relative;
    vertical-align: top;
    width: 21px;
    height: 21px;
    line-height: 1.5
}

.moduletable .breadcrumb span.divider:before {
    text-align: center;
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    vertical-align: middle
}

.moduletable .breadcrumb span img {
    display: none
}

.moduletable #login-form .control-group {
    margin-bottom: 10px
}

.moduletable #login-form .control-group .input-prepend .add-on {
    color: #fff;
    background: none;
    padding: 5px
}

.moduletable #login-form .control-group .input-prepend .add-on [class^="icon-"], .moduletable #login-form .control-group .input-prepend .add-on [class*=" icon-"] {
    width: auto;
    background: #009de0;
    padding: 0.45rem 1rem;
    border-radius: 3px
}

.moduletable #login-form .control-group .input-prepend input {
    border-left: none
}

.moduletable #login-form .control-group .input-prepend input:hover {
    border-color: #e0e0e5
}

.moduletable #login-form .control-group .input-prepend input:focus {
    box-shadow: none;
    border-color: #e0e0e5
}

.moduletable .search #mod-search-searchword {
    border-radius: 0.25rem
}

.moduletable #mod-finder-searchform input[type="text"] {
    border-radius: 0.25rem
}

#g-offcanvas .moduletable .nav, #g-offcanvas .moduletable .nav.menu {
    padding: 0;
    width: 100%;
    border: 0
}

#g-offcanvas .moduletable .nav li, #g-offcanvas .moduletable .nav.menu li {
    background: #6ab5d2;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    float: none
}

#g-offcanvas .moduletable .nav li a, #g-offcanvas .moduletable .nav.menu li a {
    line-height: inherit;
    padding: 0.938rem;
    margin: 0
}

#g-offcanvas .moduletable .nav li.active, #g-offcanvas .moduletable .nav.menu li.active {
    background: #0080b7
}

#g-offcanvas .moduletable .nav li.active a, #g-offcanvas .moduletable .nav.menu li.active a {
    background-color: inherit;
    color: inherit
}

#g-offcanvas .moduletable .nav li:hover, #g-offcanvas .moduletable .nav.menu li:hover {
    background: #008bc7
}

#g-offcanvas .moduletable .nav .nav-header, #g-offcanvas .moduletable .nav.menu .nav-header {
    margin: 0.625rem 0;
    padding: 0.469rem 0.938rem;
    font-size: 0.7rem;
    font-weight: 400;
    border-radius: 0.25rem;
    color: #06589c;
    background: #e0e0e0
}

#g-offcanvas .moduletable .nav .nav-child, #g-offcanvas .moduletable .nav.menu .nav-child {
    margin-top: 0.625rem
}

dl.article-info {
    margin-top: 0;
    margin-bottom: 2rem
}

dl.article-info dt {
    display: none
}

dl.article-info dd {
    display: inline-block;
    margin: 0;
    font-family: "museo";
    text-transform: uppercase;
    color: #06589c;
    font-size: 0.85rem;
    line-height: 1.35
}

dl.article-info dd > * {
    display: inline-block
}

dl.article-info dd:not(:last-child):after {
    content: "/";
    margin: 0 5px;
    color: #e0e0e5
}

.article-info-term {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.25rem;
    background: #ebebeb;
    border-radius: 0.25rem;
    padding: 0.3126666667rem 0.938rem
}

.filter-search .btn {
    height: 40px;
    padding: 0 1.5rem
}

.blog .items-row, .item-page .items-row {
    margin-bottom: 0.625rem;
    padding-bottom: 0.938rem
}

.blog .g-lead, .item-page .g-lead {
    font-size: 1.5rem;
    padding-bottom: 1.876rem
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .blog .g-lead, .item-page .g-lead {
        font-size: 1.25rem
    }
}

@media only all and (max-width: 762.048px) {
    .blog .g-lead, .item-page .g-lead {
        font-size: 1rem
    }
}

.blog dl.article-info {
    margin-left: 0
}

.blog dl.article-info dt, .blog dl.article-info dd {
    margin-left: 0
}

.blog ol.nav {
    padding-left: 0
}

.dir-rtl .blog ol.nav {
    padding-right: 0
}

.blog .icons .pull-right {
    top: -1rem
}

.chzn-container-single .chzn-single, .chzn-container-active.chzn-with-drop .chzn-single {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    height: 40px;
    line-height: 36px;
    border-radius: 6px
}

.chzn-container-single .chzn-single div b, .chzn-container-active.chzn-with-drop .chzn-single div b {
    position: relative;
    top: 6px
}

.chzn-container-active.chzn-with-drop .chzn-single {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -15px 2px
}

.contact > h3 {
    display: none
}

.contact .contact-address {
    margin: 0
}

.contact .form-actions {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0
}

.contact .form-actions .btn {
    font-size: 0.6rem;
    padding: 1.1rem 2.725rem;
    margin-left: 5px
}

#contact-form .controls input, #contact-form .controls textarea {
    border: 1px solid #e0e0e5;
    background: #fff;
    border-radius: 0.25rem
}

#contact-form .controls .btn-primary.validate {
    font-size: 0.6rem;
    padding: 1.1rem 2.725rem;
    margin-left: 5px
}

.profile legend {
    margin: 0
}

.profile dt, .profile dd {
    margin-bottom: 0.625rem
}

.profile .btn {
    font-size: 0.6rem;
    padding: 1.1rem 2.725rem;
    margin-left: 5px
}

.login input, .logout input, .registration input, .profile-edit input, .remind input, .reset input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 6px
}

.login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn {
    margin-right: 10px
}

.login .controls #helpsite-refresh, .logout .controls #helpsite-refresh, .registration .controls #helpsite-refresh, .profile-edit .controls #helpsite-refresh, .remind .controls #helpsite-refresh, .reset .controls #helpsite-refresh {
    font-size: 0.7rem;
    border-radius: 0.25rem;
    padding: 0.8rem 1rem;
    margin-left: 5px
}

.search #searchForm input.inputbox, .finder #searchForm input.inputbox, .search #search-form input.inputbox, .finder #search-form input.inputbox {
    height: 51px;
    border-radius: 0.25rem
}

.search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
    font-size: 0.6rem;
    padding: 1.1rem 2.725rem
}

.search #searchForm .btn span, .finder #searchForm .btn span, .search #search-form .btn span, .finder #search-form .btn span {
    margin-right: 0.625rem
}

.search span.highlight, .finder span.highlight {
    background-color: #e6e6e6
}

.rokbox-content #login-form .input-prepend .input-small, .rokbox-content #login-form .input-append .input-small {
    width: 240px
}

.rokbox-content #modlgn-secretkey {
    width: 200px !important
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #login-form .input-prepend, #login-form .input-append {
        width: 95% !important
    }

    #login-form #modlgn-secretkey {
        width: 183px !important
    }
}

@media only all and (max-width: 762.048px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px
    }

    .container-fluid {
        padding: 0
    }

    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0
    }

    .row-fluid {
        width: 100%
    }

    .row, .thumbnails {
        margin-left: 0
    }

    .thumbnails > li {
        float: none;
        margin-left: 0
    }

    .manager.thumbnails > li {
        float: left;
        margin-left: 20px
    }

    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box
    }

    .span12, .row-fluid .span12 {
        width: 100%;
        box-sizing: border-box
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }

    .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        box-sizing: border-box
    }

    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }

    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0
    }
}

@media only all and (max-width: 576px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }

    .page-header h1 small {
        display: block;
        line-height: 20px
    }

    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .form-horizontal .control-list {
        padding-top: 0
    }

    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px
    }

    .media .pull-left, .media .pull-right {
        display: block;
        float: none;
        margin-bottom: 10px
    }

    .media-object {
        margin-right: 0;
        margin-left: 0
    }

    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
}

@media only all and (min-width: 768px) and (max-width: 986.048px) {
    .row {
        margin-left: -20px
    }

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .row:after {
        clear: both
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }

    .span12 {
        width: 724px
    }

    .span11 {
        width: 662px
    }

    .span10 {
        width: 600px
    }

    .span9 {
        width: 538px
    }

    .span8 {
        width: 476px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span5 {
        width: 290px
    }

    .span4 {
        width: 228px
    }

    .span3 {
        width: 166px
    }

    .span2 {
        width: 104px
    }

    .span1 {
        width: 42px
    }

    .offset12 {
        margin-left: 764px
    }

    .offset11 {
        margin-left: 702px
    }

    .offset10 {
        margin-left: 640px
    }

    .offset9 {
        margin-left: 578px
    }

    .offset8 {
        margin-left: 516px
    }

    .offset7 {
        margin-left: 454px
    }

    .offset6 {
        margin-left: 392px
    }

    .offset5 {
        margin-left: 330px
    }

    .offset4 {
        margin-left: 268px
    }

    .offset3 {
        margin-left: 206px
    }

    .offset2 {
        margin-left: 144px
    }

    .offset1 {
        margin-left: 82px
    }

    .row-fluid {
        width: 100%
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392%;
        box-sizing: border-box
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.7624309392%
    }

    .row-fluid .span12 {
        width: 100%
    }

    .row-fluid .span11 {
        width: 91.4364640884%
    }

    .row-fluid .span10 {
        width: 82.8729281768%
    }

    .row-fluid .span9 {
        width: 74.3093922652%
    }

    .row-fluid .span8 {
        width: 65.7458563536%
    }

    .row-fluid .span7 {
        width: 57.182320442%
    }

    .row-fluid .span6 {
        width: 48.6187845304%
    }

    .row-fluid .span5 {
        width: 40.0552486188%
    }

    .row-fluid .span4 {
        width: 31.4917127072%
    }

    .row-fluid .span3 {
        width: 22.9281767956%
    }

    .row-fluid .span2 {
        width: 14.364640884%
    }

    .row-fluid .span1 {
        width: 5.8011049724%
    }

    .row-fluid .offset12 {
        margin-left: 105.5248618785%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.7624309392%
    }

    .row-fluid .offset11 {
        margin-left: 96.9613259669%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276%
    }

    .row-fluid .offset10 {
        margin-left: 88.3977900552%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.635359116%
    }

    .row-fluid .offset9 {
        margin-left: 79.8342541436%
    }

    .row-fluid .offset9:first-child {
        margin-left: 77.0718232044%
    }

    .row-fluid .offset8 {
        margin-left: 71.270718232%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.5082872928%
    }

    .row-fluid .offset7 {
        margin-left: 62.7071823204%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.9447513812%
    }

    .row-fluid .offset6 {
        margin-left: 54.1436464088%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.3812154696%
    }

    .row-fluid .offset5 {
        margin-left: 45.5801104972%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.817679558%
    }

    .row-fluid .offset4 {
        margin-left: 37.0165745856%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.2541436464%
    }

    .row-fluid .offset3 {
        margin-left: 28.453038674%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.6906077348%
    }

    .row-fluid .offset2 {
        margin-left: 19.8895027624%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.1270718232%
    }

    .row-fluid .offset1 {
        margin-left: 11.3259668508%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.5635359116%
    }

    input, textarea, .uneditable-input {
        margin-left: 0
    }

    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 20px
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 710px
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 648px
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 586px
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 524px
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 462px
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 400px
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 338px
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 276px
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 214px
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 152px
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 90px
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 28px
    }
}

@media only all and (max-width: 986.048px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static
    }

    .navbar-fixed-top {
        margin-bottom: 20px
    }

    .navbar-fixed-bottom {
        margin-top: 20px
    }

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }

    .navbar .container {
        width: auto;
        padding: 0
    }

    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px
    }

    .nav-collapse .nav > li {
        float: none
    }

    .nav-collapse .nav > li > a {
        margin-bottom: 2px
    }

    .nav-collapse .nav > .divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none
    }

    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777;
        border-radius: 0.25rem
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        border-radius: 0.25rem
    }

    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px
    }

    .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2
    }

    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999
    }

    .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #111
    }

    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .nav-collapse .open > .dropdown-menu {
        display: block
    }

    .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
        display: none
    }

    .nav-collapse .dropdown-menu .divider {
        display: none
    }

    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only all and (min-width: 992px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

@media only all and (max-width: 762.048px) {
    .form-horizontal .control-label {
        display: block;
        float: none;
        text-align: left
    }

    .form-horizontal .controls {
        margin: 0
    }

    [dir="rtl"] .form-horizontal .control-label {
        text-align: right
    }
}

@media only all and (max-width: 762.048px) {
    div.modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0
    }

    div.modal.fade {
        top: -100px
    }

    div.modal.fade.in {
        top: 20px
    }
}

@media only all and (max-width: 576px) {
    div.modal {
        top: 10px;
        right: 10px;
        left: 10px
    }
}

@media only all and (max-width: 762.048px) {
    .pull-right.item-image {
        margin-left: 0
    }

    .pull-left.item-image {
        margin-right: 0
    }
}



@font-face {
    font-family: 'museo';
    src: url(../font/fontawesome-webfont-4.7.0.eot);
    src: local('☺'), url(../font/fontawesome-webfont-4.7.0.woff) format('woff'), url(../font/fontawesome-webfont-4.7.0.ttf) format('truetype'), url(../font/fontawesome-webfont-4.7.0.svg) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'museo';
    src: url(../font/fontawesome-webfont-4.7.0.eot);
    src: local('☺'), url(../font/fontawesome-webfont-4.7.0.woff) format('woff'), url(../font/fontawesome-webfont-4.7.0.ttf) format('truetype'), url(../font/fontawesome-webfont-4.7.0.svg) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'museo';
    src: url(../font/fontawesome-webfont-4.7.0.eot);
    src: local('☺'), url(../font/fontawesome-webfont-4.7.0.woff) format('woff'), url(../font/fontawesome-webfont-4.7.0.ttf) format('truetype'), url(../font/fontawesome-webfont-4.7.0.svg) format('svg');
    font-weight: bold;
    font-style: normal
}

html, body {
    font-family: "museo", helvetica, arial, sans;
    letter-spacing: 0.01em;
    line-height: 1.5
}

body div#g-page-surround {
    background: url(../image/sfondo.png) repeat-x #8DBAD6
}

h1, h2, h3, h4, h5, h6, .blocco-info .sottotitolo .field-value {
    font-weight: bold;
    color: #0F2F68
}

#menu-principale.g-fixed-element {
    background: none;
    pointer-events: none;
    z-index: -1
}

nav.g-main-nav ul.g-toplevel {
    background: white;
    z-index: 99999 !important;
    position: relative !important;
    pointer-events: all
}

nav.g-main-nav ul.g-toplevel:before {
}

@media (min-width: 768px) {
    section#g-container-main {
        padding-left: 60px;
        padding-right: 60px;
        background: white
    }
}

.testo-overlay-slide {
    mix-blend-mode: difference
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.z-max {
    z-index: 100
}

.animazione {
    transition: 0.15s linear, 0.15s linear
}

.z-alto {
    z-index: 99
}

.z-basso {
    z-index: 1
}

.z-sfondo {
    z-index: 0
}

@media (max-width: 986px) {
    #g-container-main .g-container .g-grid .g-block:not(:first-child) [id^=g-] {
        padding-top: 0px !important
    }
}

@media (min-width: 577px) and (max-width: 581px) {
    .g-container {
        width: 100%
    }
}

@media (min-width: 763px) and (max-width: 767px) {
    .g-container {
        width: 100%
    }
}

@media (min-width: 987px) and (max-width: 991px) {
    .g-container {
        width: 100%
    }
}

@media (min-width: 763px) and (max-width: 986px) {
    .g-block {
        flex: 0 100%
    }
}

div.g-block.boxato > div.g-content, .boxato.g-flushed > div.g-container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 25px !important;
    padding-right: 25px !important
}

.sppb-row-container, section.sp-pagebuilder-section {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.boxato.g-flushed div.g-container {
    max-width: 580px
}

div.sppb-row-container {
    width: inherit
}

.sppb-row-container, section.sp-pagebuilder-section, div.g-block.boxato > div.g-content, .boxato.g-flushed > div.g-container {
    margin-left: auto;
    margin-right: auto
}

.g-flushed #sp-page-builder div.sppb-row-container {
    padding-left: 25px !important;
    padding-right: 25px !important
}

@media (min-width: 763px) {
    .sppb-row-container, section.sp-pagebuilder-section, div.g-block.boxato > div.g-content, .boxato.g-flushed > div.g-container {
        max-width: 750px !important
    }

    .boxato.g-flushed > div.g-container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media (min-width: 987px) {
    .sppb-row-container, section.sp-pagebuilder-section, div.g-block.boxato > div.g-content, .boxato.g-flushed > div.g-container {
        max-width: 970px !important
    }
}

@media (min-width: 1195px) {
    .sppb-row-container, section.sp-pagebuilder-section, div.g-block.boxato > div.g-content, .boxato.g-flushed > div.g-container {
        max-width: 1170px !important
    }

    .larghezza-1200 {
        width: 1120px;
        margin: 0 auto !important
    }

    .boxato.g-flushed > div.g-container {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

body.layout-edit-iframe section#g-container-main div.g-container.g-flushed {
    width: 100%
}

body.layout-edit-iframe #g-page-surround .g-flushed {
    width: 100%
}

body.layout-edit-iframe #g-page-surround section.sp-pagebuilder-section.sppb-section, body.layout-edit-iframe #g-page-surround div.sp-pagebuilder-section.sppb-section {
    max-width: none !important
}

div.sppb-section-content-center > div.sppb-container-inner {
    width: 100%
}

div.sppb-column-addons > div {
    margin-left: auto !important;
    margin-right: auto !important
}

h1.sppb-addon-title, h2.sppb-addon-title, h3.sppb-addon-title, h4.sppb-addon-title, h5.sppb-addon-title, h6.sppb-addon-title {
    margin-top: 0em !important;
    margin-bottom: 0.5em !important
}

@media (min-width: 768px) {
    h1.sppb-addon-title, h2.sppb-addon-title, h3.sppb-addon-title, h4.sppb-addon-title, h5.sppb-addon-title, h6.sppb-addon-title {
        margin-bottom: 0em !important
    }
}

div.sppb-panel.sppb-panel-modern i.fa.fa-chevron-right::before {
    content: "";
    font-size: 1.4rem
}

.sppb-panel-modern div.sppb-panel-heading {
    padding-top: 5px;
    padding-bottom: 5px
}

.modern-tab .sppb-nav-modern li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px
}

.sppb-panel.sppb-panel-modern:not(:last-child) {
    border-bottom: none
}

.sppb-panel.sppb-panel-modern {
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}

#sp-page-builder .lista li:not(:last-child) {
    border-bottom: 1px dotted #DFD4F5
}

#sp-page-builder .lista li {
    text-decoration: none;
    line-height: 1.15;
    padding-bottom: 10px;
    padding-top: 10px
}

#sp-page-builder .lista ul {
    list-style: none
}

#sp-page-builder .lista li::before {
    content: "\2022";
    color: #719EFF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

#sp-page-builder .lista.evidenza {
    padding: 5vw;
    margin-bottom: 60px;
    background-color: #F5F3FC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px
}

@media (min-width: 1200px) {
    #sp-page-builder .lista.evidenza {
        padding: 2vw
    }
}

#sp-page-builder .lista.evidenza li {
    line-height: 1.8;
    padding: 0
}

#sp-page-builder .lista.evidenza ul {
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

#sp-page-builder .lista.evidenza li:not(:last-child) {
    padding-bottom: 20px
}

#sp-page-builder .lista.evidenza li:not(:first-child) {
    padding-top: 20px
}

#sp-page-builder .lista.evidenza > div {
    margin: 0px
}

#rl_modals.trasparente {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

#rl_modals_close {
    display: none
}

div.g-container {
    -moz-box-shadow: 0 0 2px rgba(40, 66, 100, 0.306);
    -webkit-box-shadow: 0 0 2px rgba(40, 66, 100, 0.306);
    box-shadow: 0 0 2px rgba(40, 66, 100, 0.306)
}

html body div#g-page-surround {
    -moz-box-shadow: 0 0 2px rgba(40, 66, 100, 0.306) !important;
    -webkit-box-shadow: 0 0 2px rgba(40, 66, 100, 0.306) !important;
    box-shadow: 0 0 2px rgba(40, 66, 100, 0.306) !important
}

body div#g-page-surround div.g-container section#g-navigation {
    background-color: rgba(255, 255, 255, 0.5)
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em
}

.sinistra {
    text-align: left
}

.catenaccio .sppb-addon-title {
    font-weight: 400;
    color: #61A5E5
}

.immagine-icona img {
    max-height: 90px
}

div.blog h2 span.subheading-category {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.25;
    padding-bottom: 90px
}

@media (min-width: 768px) {
    div.blog h2 span.subheading-category {
        font-size: 46.8px;
        font-size: 1.6em
    }
}

div.pagination p.counter {
    display: none
}

div.pagination ul {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

div.pagination ul li a, div.pagination ul li span.pagenav {
    border: none !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    font-weight: 600;
    margin-right: 6px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
    -moz-transition: background-color 0.3s ease, color 0.3s ease !important;
    -o-transition: background-color 0.3s ease, color 0.3s ease !important;
    transition: background-color 0.3s ease, color 0.3s ease !important
}

div.pagination ul li a:hover {
    background: rgba(0, 156, 223, 0.5);
    color: white
}

div.pagination ul li span.pagenav {
    background: #009DE0;
    color: white
}

.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
    display: none !important
}

html body div#g-page-surround div.g-container section#g-navigation {
    background: url(../image/testata.png) center 44% / 150% no-repeat white;
    padding-top: 50px
}

header#g-header {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    html body div#g-page-surround div.g-container section#g-navigation {
        background-position: center 30px;
        background-size: auto;
        height: 326px;
        padding-top: 0;
        background-size: contain
    }

    #g-navigation div.g-logo {
        margin-top: 27px;
        margin-left: 15px;
        width: 280px
    }
}

@media (min-width: 992px) {
    html body div#g-page-surround div.g-container section#g-navigation {
        background-position: center 15px;
        background-size: 100%;
        height: 474px;
        padding-top: 0
    }

    div#menu-principale {
        bottom: 0;
        position: absolute;
        background: white;
        height: 100px
    }

    nav.g-main-nav > ul {
        padding-top: 25px;
        padding-bottom: 25px
    }

    #menu-principale.g-fixed-element nav.g-main-nav > ul {
        border-bottom: 1px solid rgba(0, 89, 155, 0.319)
    }

    #g-navigation div.g-logo {
        margin-top: 35px;
        margin-left: 80px
    }
}

@media (min-width: 1200px) {
    html body div#g-page-surround div.g-container section#g-navigation {
        background-position: center -45px;
        background-size: auto;
        height: 474px;
        padding-top: 0
    }

    #menu-principale.g-fixed-element #menu-1280-particle nav ul {
        width: 1200px
    }
}

@media (min-width: 1300px) {
    #menu-principale.g-fixed-element nav.g-main-nav > ul {
        background: url(/images/servizio/marchio-tubiplast.png) 3vw center / 9vw no-repeat white
    }
}

#menu-principale nav.g-main-nav ul.g-toplevel li span {
    font-size: 1.5rem;
    font-weight: 400
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li {
    border: none !important
}

#menu-principale nav.g-main-nav ul.g-toplevel ul {
    padding: 10px 0
}

#menu-principale nav.g-main-nav ul.g-toplevel > li > ul {
    left: -30px
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li.g-menu-item {
    margin: 0px !important;
    padding: 0px 30px !important
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li.g-menu-item a, #menu-principale nav.g-main-nav ul.g-toplevel ul li.g-menu-item div {
    border: none !important
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li.g-menu-item ul.g-active {
    margin-left: -10px;
    margin-top: -14px
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li ul li.g-selected:hover {
    background-color: #62A5E5
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li ul li.g-selected:hover > a, #menu-principale nav.g-main-nav ul.g-toplevel ul li ul li.g-selected:hover > div {
    color: white !important
}

#menu-principale nav.g-main-nav ul.g-toplevel ul li ul li.g-selected:hover > div > span.g-menu-parent-indicator:after {
    content: "";
    font-family: fontawesome
}

#menu-principale nav.g-main-nav ul.g-dropdown {
    -moz-box-shadow: 0px 2px 2px rgba(2, 32, 57, 0.509);
    -webkit-box-shadow: 0px 2px 2px rgba(2, 32, 57, 0.509);
    box-shadow: 0px 2px 2px rgba(2, 32, 57, 0.509)
}

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after, li.g-menu-item:hover a.g-menu-item-container span.g-menu-parent-indicator:after {
    content: "";
    text-align: right;
    padding: 0px !important
}

li.g-menu-item:hover a.g-menu-item-container span.g-menu-parent-indicator:after, li.g-menu-item:active:hover a.g-menu-item-container span.g-menu-parent-indicator:after {
    content: "" !important
}

#menu-principale nav.g-main-nav ul.g-toplevel ul ul ul ul li a span {
    margin: 0
}

#g-offcanvas {
    padding-top: 23px
}

#g-page-surround div.g-offcanvas-toggle i {
    color: #06589C;
    font-size: 1.2rem
}

#g-offcanvas a.g-menu-item-container > span, #g-offcanvas li.g-menu-item span.g-menu-item-title {
    max-width: 130px;
    display: inline-block
}

#g-offcanvas #g-mobilemenu-container li.g-go-back a span {
    display: none
}

#g-offcanvas span.g-menu-parent-indicator {
    border: none !important;
    background: transparent !important
}

#g-mobilemenu-container span.g-menu-item-title {
    line-height: 1.15
}

#g-offcanvas span.g-menu-parent-indicator:after {
    content: '' !important;
    -filter: alpha(opacity=100) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    width: 15px !important;
    padding-top: 5px
}

#g-offcanvas a.g-menu-item-container {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

#blocco-lingua {
    margin-top: 51%;
    background-color: white;
    padding-right: 7%
}

#blocco-lingua div.g-content {
    display: flex
}

#blocco-lingua div.g-content > div:first-child {
    flex-basis: 70%;
    display: flex;
    align-items: center;
    flex-direction: row
}

#blocco-lingua div.g-content > div:nth-child(2) {
    flex-basis: 30%
}

#blocco-lingua div.platform-content {
    margin: 0;
    padding: 0
}

#blocco-lingua .mod-lingua {
    flex-basis: 100%
}

#blocco-lingua .mod-lingua ul.lang-block li {
    width: 70%;
    margin: 0 auto
}

#blocco-lingua .mod-lingua ul.lang-block li a {
    text-align: center;
    width: 100%;
    display: block;
    color: white;
    text-transform: uppercase;
    background-color: #6AB5D2;
    font-weight: 600;
    padding: 3px 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px
}

#blocco-lingua .mod-lingua ul.lang-block li:not(:last-child) a {
    margin-bottom: 5px
}

#blocco-lingua .mod-lingua ul.lang-block li a:hover {
    background-color: #004B85
}

#blocco-lingua div.cont-scarica-qui {
    width: 100%;
    margin: 0 auto
}

.custom.cont-icone-social a.icona-social img {
    width: 25px;
    margin-right: 10px
}

@media (min-width: 768px) {
    #blocco-lingua {
        margin-top: 40px;
        background: none;
        padding-right: 0
    }

    #blocco-lingua div.g-content {
        display: block
    }

    #blocco-lingua div.cont-scarica-qui {
        width: 70%;
        margin: 30px auto 0
    }
}

@media (min-width: 768px) and (max-width: 986px) {
    #blocco-lingua {
        flex-basis: 25%
    }

    #logo-tubiplast {
        flex-basis: 75%
    }
}

@media (min-width: 986px) {
    .custom.cont-icone-social a.icona-social img {
        width: 22px;
        margin-right: 9px;
        margin-bottom: 4px
    }

    .cont-icone-social {
        display: block
    }
}

div.rl_tabs-responsive div.rl_tabs ul.nav.nav-tabs {
    border-right: none;
    padding: 0 !important;
    margin: 0 !important
}

div.rl_tabs-responsive > div.rl_tabs > div.tab-content {
    border: 1px solid #325BA0 !important
}

div.rl_tabs-responsive .tab-pane {
    padding: 20px !important
}

div.rl_tabs ul.nav-tabs li.rl_tabs-tab.nn_tabs-tab.nav-item {
    border-right: none !important
}

div.rl_tabs ul.nav-tabs li.rl_tabs-tab.nn_tabs-tab.nav-item a {
    border-right: none !important;
    padding-left: 11px;
    border-color: #62A5E5 white #62A5E5 #62A5E5;
    color: #82AAE5
}

div.rl_tabs ul.nav-tabs li.rl_tabs-tab.active a.rl_tabs-toggle {
    font-weight: 600;
    box-shadow: none;
    color: #06589C;
    border-color: #06589C white #06589C #06589C;
    border-right: 1px solid white !important;
    margin-right: -1px !important
}

div.rl_tabs ul.nav-tabs li.rl_tabs-tab a:before {
    color: red
}

.legenda ol li {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 8px
}

table.scheda-tecnica {
    text-align: center;
    border: none
}

table.scheda-tecnica td {
    width: 18%;
    border: none;
    padding: 0px 0;
    font-size: 15px;
    display: inline-block;
    margin: 0px !important
}

table.scheda-tecnica td.testo {
    width: 100%;
    display: block;
    font-weight: 600
}

table.scheda-tecnica tbody tr {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px
}

table.scheda-tecnica tbody tr:nth-child(odd) {
    background-color: rgba(97, 164, 228, 0.15);
    border-radius: 5px !important
}

table.scheda-tecnica td.dimensione-5 {
    width: 20%;
    display: inline
}

table.scheda-tecnica td.dimensione-full {
    width: 100%
}

@media (min-width: 768px) {
    table.scheda-tecnica td {
        width: 10%;
        text-align: center;
        padding: 0px 8px;
        font-size: 1rem
    }

    table.scheda-tecnica.elementi-10 td {
        width: 7%;
        text-align: center
    }

    table.scheda-tecnica td.testo {
        width: 50%;
        text-align: left
    }

    table.scheda-tecnica.elementi-10 td.testo {
        width: 30%;
        text-align: left
    }

    table.scheda-tecnica td.dimensione-5 {
        width: 50%
    }

    table.scheda-tecnica td.dimensione-full {
        width: 60%
    }

    table.scheda-tecnica tbody tr {
        display: flex;
        display: inline-flex;
        line-height: 1.3rem;
        align-items: center
    }
}

header ul.breadcrumb li, header ul.breadcrumb li a span {
    color: #61A5E5;
    font-weight: 400
}

header ul.breadcrumb li span {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease
}

header ul.breadcrumb li a:hover span {
    color: #474B85
}

header ul.breadcrumb li > span, header ul.breadcrumb li {
    cursor: default
}

header ul.breadcrumb span.divider:before {
    content: "" !important;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #61A5E5
}

header ul.breadcrumb span.divider:first-child {
    display: none !important
}

header ul.breadcrumb {
    background-color: rgba(106, 180, 209, 0.15)
}

header#g-header ul.breadcrumb li span.divider {
    padding: 3px 8px 0 !important;
    display: inline-block
}

header ul.breadcrumb li {
    display: inline
}

header ul.breadcrumb li.active {
    color: rgba(71, 75, 132, 0.75);
    font-weight: 500
}

@media (min-width: 768px) {
    header#g-header ul.breadcrumb {
        margin: 0px 60px
    }
}

.dettagli {
    position: relative;
    color: rgba(0, 75, 132, 0.75);
    background-color: rgba(106, 180, 209, 0.15);
    border: 2px solid rgba(106, 180, 209, 0.25);
    padding: 15px 20px 15px 50px;
    font-size: 0.9rem;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.35em;
    margin: 30px 0 0px;
    text-align: left
}

div.blocco-info dl.fields-container dd.field-entry.dettagli p {
    margin: 0 0 10px 0
}

div.blocco-info dl.fields-container dd.field-entry.dettagli p:first-child {
    margin-top: 0
}

div.blocco-info dd.dettagli:before {
    display: block;
    line-height: 0;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 1.8rem;
    font-family: fontawesome;
    padding-top: 20px;
    padding-left: 22px
}

@media (min-width: 768px) {
    div.blocco-info dl.fields-container dd.field-entry.dettagli {
        margin: 0 180px 30px 0
    }

    div.blocco-info dd.dettagli:before {
        font-size: 1.5rem;
        padding-top: 19px
    }
}

div#logo-tubiplast img {
    max-height: none;
    width: 80%
}

div#logo-tubiplast div div.g-logo {
    padding: 0
}

@media (min-width: 768px) {
    div#logo-tubiplast img {
        max-height: 80px;
        width: auto;
        padding-top: 20px;
        padding-left: 20px
    }
}

.blocco-info .sottotitolo span {
    font-size: 0.9em;
    display: inline-block;
    margin-bottom: 10px
}

.blocco-info .sottotitolo {
    font-weight: 500;
    color: inherit
}

div.items-leading > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    text-align: center
}

div.items-leading > div * {
    order: 100000
}

div.items-leading > div > div.pull-left.item-image {
    width: 70%;
    display: block;
    margin: 0 auto !important;
    text-align: center;
    order: 1
}

div.blog div.blocco-info div.page-header {
    order: 2
}

div.blog div.blocco-info dd.sottotitolo {
    order: 3;
    margin: 0;
    font-size: 1.3rem;
    color: #009DE0;
    line-height: 1.3;
    padding-top: 5px
}

div.blog div div dl.fields-container {
    margin: 0
}

div.blog div div dl.fields-container dd.dettagli {
    margin: 0px
}

div.blog div.blocco-info div.page-header h2 {
    margin: 20px 0 0;
    text-align: center;
    font-size: 1.5rem
}

table.prodotto {
    border: none;
    margin-bottom: 30px
}

table.prodotto td, table.prodotto th {
    padding-bottom: 1px;
    padding-top: 1px;
    background: none;
    padding-left: 0;
    padding-right: 0
}

table.prodotto tbody tr:nth-child(odd) {
    background-color: rgba(97, 164, 228, 0.15);
    border-radius: 5px !important
}

table.prodotto, table.prodotto thead, table.prodotto tbody, table.prodotto th, table.prodotto td, tr {
    display: inline-block;
    width: 100%;
    border: none
}

table.prodotto thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}

table.prodotto tr {
    padding-top: 10px;
    padding-bottom: 10px
}

table.prodotto td {
    border: none;
    position: relative;
    width: 100%;
    padding-left: 50%;
    text-align: left
}

table.prodotto td:before {
    position: absolute;
    font-weight: bold;
    right: 50%;
    content: attr(data-header);
    padding-right: 10px
}

@media (min-width: 768px) {
    section#g-container-main main#g-mainbar div.blocco-info table.prodotto {
        margin-top: 10px
    }

    div.blog > div > div {
        display: flex;
        flex-direction: row;
        margin-bottom: 60px
    }

    div.blog div div div.item-image {
        width: 25% !important
    }

    div.blog div.blocco-info {
        flex-direction: column;
        width: 75%;
        padding-left: 5%
    }

    div.blog div.blocco-info div.page-header h2 {
        font-size: 1.8rem;
        font-weight: 500;
        text-align: left;
        margin-top: 0;
        padding-right: 100px
    }

    div.blog div.blocco-info table.prodotto {
        margin-top: 30px
    }

    table.prodotto tr {
        margin-top: 0px;
        display: flex !important;
        padding-top: 0;
        padding-bottom: 0
    }

    table.prodotto td {
        position: relative;
        padding-left: 0px;
        padding-top: 4px;
        padding-bottom: 4px
    }

    table.prodotto td:before {
        display: none
    }

    table.prodotto th, table.prodotto td {
        text-align: center
    }

    div.blog div.blocco-info dd.sottotitolo {
        text-align: left;
        font-size: 1.3rem
    }

    table.prodotto thead tr {
        position: relative;
        top: auto;
        left: auto
    }

    table.prodotto thead tr th {
        font-size: 13px;
        font-weight: 400;
        padding-bottom: 7px
    }

    .prodotto tbody tr td:first-child {
        font-weight: bold
    }

    div.blog div div dl.fields-container dd.dettagli {
        text-align: left
    }
}

.lista-pdf div ul {
    list-style: none;
    padding: 0 !important
}

div.lista-pdf ul {
    margin-bottom: 0;
    margin-top: 0
}

.lista-pdf div ul li:hover {
    color: #61A5E5
}

.lista-pdf div ul li {
    margin-bottom: 12px;
    color: #004B85;
    transition: color 0.3s ease
}

.lista-pdf div ul li a {
    color: #004B85
}

.lista-pdf div ul li:hover, .lista-pdf div ul li:hover a {
    color: #61A5E5
}

.lista-pdf div ul li:before {
    font-family: 'FontAwesome';
    content: '\f1c1 ';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em
}

@media (min-width: 768px) {
    .lista-pdf div ul li:before {
        font-size: 1.7em;
        top: 4px;
        position: relative
    }

    .lista-pdf div ul li {
        margin-left: 11px
    }
}

footer ul.g-horizontalmenu {
    display: flex;
    flex-direction: column
}

footer {
    margin-bottom: 3px;
    padding-bottom: 0
}

html body div div footer#g-footer {
    margin-bottom: 0;
    padding-bottom: 0
}

footer div div div ul.g-horizontalmenu {
    padding: 0 !important
}

footer ul.g-horizontalmenu li {
    padding: 0;
    text-align: center
}

footer ul.g-horizontalmenu li a {
    padding: 0;
    margin-bottom: 2px
}

footer div.credits {
    -filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-align: center;
    margin-bottom: 30px
}

footer div.credits a {
    color: white
}

footer div.credits img {
    height: 21px;
    top: -2px;
    position: relative
}

footer div.credits {
    font-size: 11px;
    line-height: 11px
}

footer .marchio-tubiplast img {
    width: 60%
}

@media (min-width: 768px) {
    div.testi-azienda {
        font-size: 14px
    }
}

.bottoni-gdpr a {
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 4px;
    font-weight: bold;
    border: 2px solid white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.7rem;
    max-width: 220px;
    margin: 0 auto 10px;
    letter-spacing: 0.033em
}

.bottoni-gdpr a:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: inherit
}

.g-totop {
    text-align: center
}

.chronoforms6_credits {
    display: none
}

div.ui.message {
    box-shadow: none !important;
    border: 2px solid transparent;
    padding: 30px 35px
}

div.ui.message ul {
    color: inherit !important;
    opacity: 1 !important
}

div.ui.message ul li {
    margin-left: 0 !important
}

div.ui.message ul li:before {
    display: none
}

div.ui.message.warning {
    background-color: rgba(255, 81, 2, 0.1);
    border-color: #FF5102;
    color: #FF5102
}

div.ui.message.error {
    background-color: rgba(195, 0, 0, 0.1);
    border-color: #C40000;
    color: #C40000
}

div.ui.message.success {
    background-color: rgba(116, 187, 79, 0.1);
    border-color: #74BC4F;
    color: #74BC4F
}

div.ui p.test-conferma-invio {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.3em;
    padding-top: 5px
}

DIV.ui.message .chronoforms .ui.dropdown.selection.multiple {
    min-height: 51px
}

.chronoforms .ui.dropdown.selection.multiple A {
    color: #868686;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #868686 !important;
    padding-right: 0px;
    line-height: 1.6em;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-transition: all 0.1s ease 0, 0.1s ease 0 !important;
    -moz-transition: all 0.1s ease 0, 0.1s ease 0 !important;
    -o-transition: all 0.1s ease 0, 0.1s ease 0 !important;
    transition: all 0.1s ease 0, 0.1s ease 0 !important;
    cursor: default !important
}

.chronoforms .ui.dropdown.selection.multiple A:hover {
    color: #F3F3F3;
    background-color: #868686
}

.chronoforms .ui.dropdown.selection.multiple A I {
    height: 100%;
    -filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.7em !important
}

.chronoforms > *, .chronoforms *, .chronoforms BUTTON, .chronoforms LABEL {
    font-size: inherit !important;
    letter-spacing: inherit !important
}

.chronoforms SELECT.ui.dropdown {
    height: auto
}

.ui.dropdown DIV.text {
    background-color: inherit !important;
    color: inherit !important
}

.chronoforms SELECT OPTION {
    padding-top: 3px;
    padding-bottom: 3px
}

.chronoforms A {
    color: #74BC4F !important;
    font-weight: 600;
    -webkit-transition: color 0.1s ease 0 !important;
    -moz-transition: color 0.1s ease 0 !important;
    -o-transition: color 0.1s ease 0 !important;
    transition: color 0.1s ease 0 !important
}

.chronoforms A:hover {
    color: #69AE42
}

FORM#display-section1 DIV.required.error DIV.label, .chronoforms .field.error SMALL.custom-error, .chronoforms .fields.error SMALL.custom-error {
    color: #BF0303 !important;
    border-style: none !important;
    transition: background-color 0ms linear 0ms, color 0ms linear 0ms, border 0ms linear 0ms !important;
    margin: 0;
    font-weight: bold;
    font-size: 0.8em !important;
    letter-spacing: 0.018em !important;
    display: inline-block !important
}

DIV.ui {
    margin-right: 8px
}

DIV.ui::before {
    display: none !important
}

DIV.required > LABEL::after, .required .checkbox::after {
    display: none !important
}

DIV.required > DIV.toggle::after {
    display: none !important
}

.chronoforms INPUT:focus, .chronoforms TEXTAREA:focus, .chronoforms .ui.dropdown:focus, .chronoforms .checkbox:focus LABEL:focus::before, .chronoforms .ui.checkbox:active LABEL::before, .ui.checkbox.checked ::before {
    border-color: #74BC4F !important;
    -webkit-transition: border-color 0.1s ease 0;
    -moz-transition: border-color 0.1s ease 0;
    -o-transition: border-color 0.1s ease 0;
    transition: border-color 0.1s ease 0
}

.chronoforms INPUT:hover, .chronoforms TEXTAREA:hover, .chronoforms .ui.dropdown:hover, .chronoforms .checkbox:hover LABEL:hover::before, .chronoforms .ui.checkbox:hover LABEL::before {
    border-color: #74BC4F !important;
    transition: border-color 0.1s ease 0
}

.ui.checkbox.toggle LABEL::before {
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    cursor: pointer
}

.ui.toggle.checkbox INPUT:checked ~ .box::before, .ui.toggle.checkbox INPUT:checked ~ LABEL::before {
    background-color: #74BC4F !important
}

.ui.checkbox INPUT:checked ~ .box::after, .ui.checkbox INPUT:checked ~ LABEL::after {
    color: #74BC4F !important;
    cursor: pointer
}

.ui.checkbox.toggle:hover LABEL::before {
    background-color: rgba(116, 187, 79, 0.5) !important
}

.ui.radio.checkbox INPUT ~ .box:after, .ui.radio.checkbox INPUT ~ LABEL:after {
    background-color: #74BC4F !important
}

.chronoforms .ui.checkbox:active LABEL::before {
    background-color: rgba(116, 187, 79, 0.5) !important;
    cursor: pointer
}

.chronoforms INPUT, .chronoforms TEXTAREA, .chronoforms .dropdown, .chronoforms .checkbox LABEL::before, .chronoforms .ui.dropdown {
    border-width: 2px !important
}

INPUT[id*=file]::-webkit-file-upload-button {
    visibility: hidden !important
}

INPUT[id*=file] {
    min-height: 40px !important;
    padding: 10px 0 9px 14px !important;
    border: none
}

INPUT[id*=file]::before {
    content: 'Files' !important;
    display: inline;
    background-color: #74BC4F;
    border-radius: 4px;
    padding: 7px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
    width: 79px;
    text-align: center;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, border-color 0.1s ease;
    position: relative;
    left: -7px;
    top: 0px;
    color: rgba(255, 255, 255, 0.66);
    pointer-events: auto
}

.ui.form INPUT[type=file] {
    color: inherit !important
}

INPUT[id*=file]:hover {
    cursor: default
}

.chronoforms * {
    font-family: inherit
}

INPUT[id*=file]:hover::before {
    background-color: #16AB39;
    color: white
}

INPUT[id*=file]:active::before {
    background-color: #16AB39
}

.ui.slider.checkbox INPUT:checked ~ .box:before, .ui.slider.checkbox INPUT:checked ~ LABEL:before {
    background-color: #74BC4F !important
}

.ui.slider.checkbox:hover INPUT ~ .box:before, .ui.slider.checkbox:hover INPUT ~ LABEL:before {
    background-color: rgba(116, 187, 79, 0.5) !important
}

LABEL[for*=file], LABEL {
    pointer-events: visible
}

DIV LABEL[for^=password] {
    pointer-events: none
}

.chronoforms FORM INPUT, .chronoforms FORM TEXTAREA, .chronoforms DIV.ui.dropdown {
    background-color: #F2F2F2 !important;
    border-color: rgba(221, 221, 222, 0) !important;
    -webkit-transition: border-color 0.1s ease;
    -moz-transition: border-color 0.1s ease;
    -o-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease
}

.chronoforms FORM .error INPUT, .chronoforms FORM .error TEXTAREA, .chronoforms FORM .error .ui.dropdown {
    background-color: #FFD8D3 !important
}

::-webkit-input-placeholder {
    color: inherit !important;
    -filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

::-moz-placeholder {
    color: inherit !important;
    -filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

:-ms-input-placeholder {
    color: inherit !important;
    -filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

:-moz-placeholder {
    color: inherit !important;
    -filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

.chronoforms SMALL.field-desc, .chronoforms P.testo-descrizione {
    font-size: 0.8em !important;
    line-height: 1.45em !important;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    padding-right: 0 !important
}

.chronoforms SMALL.field-desc:before {
    display: block;
    content: '';
    margin-top: 1em
}

.chronoforms FORM .bottone-form-submit BUTTON {
    padding: 25px 50px
}

.chronoforms FORM LABEL {
    color: inherit !important
}

.ui.toggle.checkbox INPUT:focus:checked ~ .box:before, .ui.toggle.checkbox INPUT:focus:checked ~ LABEL:before, .ui.toggle.checkbox.toggle INPUT:checked ~ LABEL::before {
    background-color: #74BC4F !important
}

.chronoforms FORM .bottone-form-submit {
    text-align: center
}

@media screen and (min-width: 768px) {
    .chronoforms FORM .multicolonna {
        column-count: 2;
        column-gap: 3em
    }

    .chronoforms FORM .bottone-form-submit {
        text-align: left
    }

    .chronoforms FORM DIV.g-recaptcha DIV {
        margin-left: 0px !important
    }
}

.chronoforms FORM DIV.g-recaptcha DIV {
    margin: 0 auto 60px
}

.chronoforms FORM .ui.toggle.checkbox INPUT:checked ~ .box, .chronoforms FORM .ui.toggle.checkbox INPUT:checked ~ LABEL, .chronoforms FORM .field LABEL {
    color: inherit !important
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected, .ui.selection.dropdown, .dropdown SELECT OPTION, DIV.ui.dropdown.selection.active.visible * {
    color: inherit !important
}

DIV .ui.checkbox.checked LABEL::after {
    color: #74BC4F !important
}

.chronoforms * {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important
}

.chronoforms FORM .field INPUT, .chronoforms FORM .field TEXTAREA {
    color: inherit !important
}

.chronoforms FORM SPAN {
    line-height: 1.5em;
    display: inline-block
}

.chronoforms FORM .ui.form INPUT[type=text]:-webkit-autofill {
    background-color: #FB0000 !important
}

DIV.elementor-widget-container DIV.chronoforms + H3 {
    display: none
}

.chronoforms6_credits {
    display: none
}

DIV.ui.message * {
    -filter: alpha(opacity=100) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important
}

DIV.ui.message {
    box-shadow: none !important;
    border: 2px solid;
    padding: 45px 50px
}

DIV.ui.message P {
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.033em !important
}

DIV.ui.message UL {
    color: inherit !important;
    opacity: 1 !important
}

DIV.ui.message UL LI {
    margin-left: 0 !important
}

DIV.ui.message UL LI:before {
    display: none
}

DIV.ui.message.warning {
    background-color: #FF8502;
    color: #FFF !important
}

DIV.ui.message.error {
    background-color: #FF0202;
    color: #FFF !important
}

DIV.ui.message.success {
    background-color: #74BC4F;
    color: #FFF !important
}

.sp-page-builder .page-content #section-id-1548616479817 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

#column-id-1548616479815 {
    box-shadow: 0 0 0 0 #fff
}

#sppb-addon-1551977307357 {
    box-shadow: 0 0 0 0 #fff
}

#sppb-addon-1551977307357 h3.sppb-addon-title {
    margin: 0px 0px 30px 0px;
    text-transform: none;
    padding: 0px 0px 0px 0px
}

.sp-page-builder .page-content #section-id-1551976818681 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

#column-id-1551976818682 {
    box-shadow: 0 0 0 0 #fff
}

#sppb-addon-wrapper-1551976818684 {
    margin: 0px 0px 0px 0px
}

#sppb-addon-1551976818684 {
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #sppb-addon-wrapper-1551976818684 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #sppb-addon-wrapper-1551976818684 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px
    }
}

#column-id-1551976818685 {
    box-shadow: 0 0 0 0 #fff
}

#sppb-addon-wrapper-1551976818686 {
    margin: 0px 0px 30px 0px
}

#sppb-addon-1551976818686 {
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #sppb-addon-wrapper-1551976818686 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #sppb-addon-wrapper-1551976818686 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px
    }
}

#column-id-1552405214135 {
    box-shadow: 0 0 0 0 #fff
}

#sppb-addon-wrapper-1552405338166 {
    margin: 0px 0px 30px 0px
}

#sppb-addon-1552405338166 {
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #sppb-addon-wrapper-1552405338166 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #sppb-addon-wrapper-1552405338166 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px
    }
}

#menu-principale.g-fixed-element {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1003
}

@media all {
    .n2-in-fullscreen * {
        animation-name: initial
    }

    .n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
        opacity: 1
    }

    .n2-section-smartslider {
        position: relative;
        width: 100%
    }

    .n2-ss-align {
        position: relative;
        z-index: 0;
        overflow: hidden
    }

    .n2-ss-align.n2-ss-align-visible {
        overflow: visible
    }

    .n2-ss-slider {
        -webkit-font-smoothing: antialiased
    }

    .n2-ss-slider, .n2-ss-slider .n2-ss-swipe-element {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent
    }

    .n2-ss-slider .n2-ss-swipe-element > *, .n2-ss-slider > * {
        -webkit-tap-highlight-color: initial
    }

    .n2-ss-slider .n2-ow, .n2-ss-slider .n2-ow-all * {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit
    }

    .n2-ss-slider .n2-ow, .n2-ss-slider .n2-ow-all *, .n2-ss-slider .n2-ow-all *:after, .n2-ss-slider .n2-ow-all *:before, .n2-ss-slider .n2-ow:after, .n2-ss-slider .n2-ow:before {
        box-sizing: content-box
    }

    .n2-ss-slider .n2-ow-all:not(i):after, .n2-ss-slider .n2-ow-all:not(i):before, .n2-ss-slider .n2-ow:after, .n2-ss-slider .n2-ow:before {
        display: none
    }

    .n2-ss-slider .n2-ow-all a, .n2-ss-slider a.n2-ow {
        border: 0;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }

    .n2-ss-slider .n2-ow-all a, .n2-ss-slider .n2-ow-all a:focus, .n2-ss-slider a.n2-ow, .n2-ss-slider a.n2-ow:focus {
        outline: none !important;
        transition: none 0s;
        box-shadow: none;
        text-decoration: none
    }

    .n2-ss-slider .n2-ow-all b, .n2-ss-slider .n2-ow-all i {
        color: inherit
    }

    .n2-ss-slider .n2-ow-all h1, .n2-ss-slider .n2-ow-all h2, .n2-ss-slider .n2-ow-all h3, .n2-ss-slider .n2-ow-all h4, .n2-ss-slider .n2-ow-all h5, .n2-ss-slider .n2-ow-all h6, .n2-ss-slider .n2-ow-all p, .n2-ss-slider h1.n2-ow, .n2-ss-slider h2.n2-ow, .n2-ss-slider h3.n2-ow, .n2-ss-slider h4.n2-ow, .n2-ss-slider h5.n2-ow, .n2-ss-slider h6.n2-ow, .n2-ss-slider p.n2-ow {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        width: auto;
        border: 0;
        box-shadow: none;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }

    .n2-ss-slider .n2-ow-all iframe, .n2-ss-slider iframe.n2-ow {
        margin: 0
    }

    .n2-ss-slider .n2-ow-all img, .n2-ss-slider img.n2-ow {
        width: auto;
        box-shadow: none;
        border-radius: 0;
        background: 0 0;
        padding: 0;
        margin: 0;
        border: 0;
        vertical-align: top
    }

    .n2-ss-slider a.n2-ow, .n2-ss-slider button.n2-ow, .n2-ss-slider img.n2-ow, .n2-ss-slider input.n2-ow, .n2-ss-slider li.n2-ow, .n2-ss-slider ol.n2-ow, .n2-ss-slider p.n2-ow, .n2-ss-slider textarea.n2-ow, .n2-ss-slider ul.n2-ow {
        transition: none 0s
    }

    .n2-ss-slider p {
        background-color: transparent
    }

    .n2-ss-slider {
        z-index: 3;
        position: relative;
        text-align: left;
        width: 100%;
        min-height: 1px
    }

    [dir=rtl] .n2-ss-slider {
        text-align: right
    }

    .n2-ss-slider:focus {
        outline: none
    }

    [dir=rtl] .n2-ss-slider .n2-ss-slide-background {
        text-align: left
    }

    .n2-ss-slider.n2-ss-load-fade {
        position: absolute;
        opacity: 0;
        transition: opacity .3s ease-in-out
    }

    .n2-ss-slider.n2-ss-load-fade.n2-ss-loaded {
        opacity: 1;
        position: relative
    }

    .n2-ss-slider .n2-unselectable {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .n2-ss-slider.n2notransition * {
        transition: none 0s !important
    }

    .n2-ss-slider .n2-ss-slide {
        text-align: center
    }

    .n2-ss-slider .n2-ss-canvas, .n2-ss-slider .n2-ss-slide {
        position: relative;
        overflow: hidden !important
    }

    .n2-ss-slider .n2-ss-slide-background, .n2-ss-slider .n2-ss-slide-background * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left
    }

    .n2-ss-slider .n2-ss-slide-background {
        z-index: 10
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
        z-index: 1
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"] {
        z-index: 7
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video {
        z-index: 3
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image {
        z-index: 5
    }

    .n2-ss-slider .n2-ss-slide-background-image img {
        max-width: none;
        display: none;
        width: 0;
        height: 0
    }

    .n2-ss-slider .n2-ss-slide-background-image {
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        box-sizing: content-box
    }

    .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image, .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
        background-size: cover
    }

    .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image + .n2-ss-slide-background-image, .n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image {
        background-size: contain
    }

    .n2-ss-slider [data-mode=simple] .n2-ss-slide-background-image {
        background-size: cover
    }

    .n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image {
        background-size: 100% 100%
    }

    .n2-ss-slider [data-mode=center] .n2-ss-slide-background-image {
        background-position: 50% 50%
    }

    .n2-ss-slider [data-mode=tile] .n2-ss-slide-background-image {
        background-repeat: repeat
    }

    .n2-ss-slider [data-mode=fixed] .n2-ss-slide-background-image {
        background-size: cover
    }

    .n2-ss-slider .n2-ss-slide-background-video {
        position: absolute;
        top: 0;
        left: 0
    }

    .n2-ss-slider .n2-ss-layers-container {
        visibility: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        z-index: 20
    }

    .n2-ss-slider .n2-ss-layers-container > *, .n2-ss-slider [onclick].n2-ss-layers-container {
        visibility: visible
    }

    .n2-ss-slider .n2-ss-layer {
        outline: 1px solid RGBA(0, 0, 0, 0);
        z-index: 2
    }

    .n2-ss-slider .n2-ss-layer[data-pm=absolute] {
        position: absolute
    }

    .n2-ss-slider .n2-ss-layer[data-pm=default], .n2-ss-slider .n2-ss-layer[data-pm=normal] {
        position: relative;
        min-height: 1px
    }

    .n2-ss-item-video-container video, .n2-ss-slider .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-layer-rotation {
        width: 100%;
        height: 100%
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-rotation, .n2-ss-slider .n2-ss-layer-row .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer-row .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-layer-row .n2-ss-layer-rotation {
        height: auto;
        flex-grow: 1
    }

    .n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-rotation {
        height: 100%
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=col] > .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer[data-sstype=col] > .n2-ss-layer-mask > .n2-ss-layer-rotation, .n2-ss-slider .n2-ss-layer[data-sstype=col] > .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-layer[data-sstype=col] > .n2-ss-layer-parallax > .n2-ss-layer-rotation, .n2-ss-slider .n2-ss-layer[data-sstype=col] > .n2-ss-layer-rotation, .n2-ss-slider .n2-ss-layer[data-sstype=content] > .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer[data-sstype=content] > .n2-ss-layer-mask > .n2-ss-layer-rotation, .n2-ss-slider .n2-ss-layer[data-sstype=content] > .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-layer[data-sstype=content] > .n2-ss-layer-parallax > .n2-ss-layer-rotation, .n2-ss-slider .n2-ss-layer[data-sstype=content] > .n2-ss-layer-rotation {
        display: flex;
        flex-direction: column
    }

    .n2-ss-slider .n2-ss-layer-group {
        visibility: hidden;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2
    }

    .n2-ss-slider .n2-ss-layer-group > .n2-ss-layer-parallax, .n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"], .n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content {
        visibility: hidden
    }

    .n2-ss-slider .n2-ss-layer-group > *, .n2-ss-slider .n2-ss-layer-group > .n2-ss-layer-parallax > * {
        visibility: visible
    }

    .n2-ss-slider.n2-ss-mobile .n2-ss-slider-1, .n2-ss-slider.n2-ss-tablet .n2-ss-slider-1 {
        background-attachment: scroll !important
    }

    .n2-ss-slider .n2-ss-widget {
        position: relative;
        display: none;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000px;
        z-index: 12;
        font-size: 16px;
        transition: opacity .4s ease;
        opacity: 1
    }

    .n2-ss-slider .n2-ss-widget[data-position=above], .n2-ss-slider .n2-ss-widget[data-position=below] {
        margin-left: auto;
        margin-right: auto
    }

    .n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
        opacity: 0 !important;
        pointer-events: none
    }

    .n2-ss-slider.n2-ss-tablet .n2-ss-widget {
        font-size: 14px
    }

    .n2-ss-slider.n2-ss-mobile .n2-ss-widget {
        font-size: 12px
    }

    .n2-ss-slider .n2-ss-mobile, .n2-ss-slider .n2-ss-tablet, .n2-ss-slider.n2-ss-mobile .n2-ss-desktop, .n2-ss-slider.n2-ss-tablet .n2-ss-desktop {
        display: none
    }

    .n2-ss-slider .n2-ss-desktop, .n2-ss-slider.n2-ss-desktop .n2-ss-desktop, .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop, .n2-ss-slider.n2-ss-mobile .n2-ss-mobile, .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile, .n2-ss-slider.n2-ss-tablet .n2-ss-tablet, .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet {
        display: block
    }

    .n2-ss-slider .n2-ss-desktop.n2-ib, .n2-ss-slider.n2-ss-desktop .n2-ss-desktop.n2-ib, .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-ib, .n2-ss-slider.n2-ss-mobile .n2-ss-mobile.n2-ib, .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib, .n2-ss-slider.n2-ss-tablet .n2-ss-tablet.n2-ib, .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-ib {
        display: inline-block
    }

    .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-flex, .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-flex, .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-flex {
        display: flex
    }

    .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-inline-flex, .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-inline-flex, .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-inline-flex {
        display: inline-flex
    }

    .n2-ss-slider .n2-ss-widget-always {
        -webkit-transform: translate3d(0, 0, 0)
    }

    .n2-ss-slider .n2-ss-static-slide {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 25;
        visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    .n2-ss-slider .n2-ss-shape-divider.n2-ss-divider-animate .n2-ss-divider-start, .n2-ss-slider .n2-ss-static-slide .n2-ss-layer, .n2-ss-slider .n2-ss-static-slide .n2-ss-section-main-content > div, .n2-ss-slider .n2-ss-static-slide div[data-sstype=content] > div, .n2-ss-slider .n2-ss-static-slide > div {
        visibility: visible
    }

    .n2-ss-slider .n2-ss-shape-divider {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100px;
        pointer-events: none;
        z-index: 13
    }

    .n2-ss-slider .n2-ss-shape-divider-inner {
        height: 100%
    }

    .n2-ss-slider .n2-ss-shape-divider svg {
        display: block;
        height: 100%;
        width: 100%
    }

    .n2-ss-slider .n2-ss-shape-divider-top {
        top: 0
    }

    .n2-ss-slider .n2-ss-shape-divider-top.n2-ss-flip-horizontal {
        transform: scaleX(-1)
    }

    .n2-ss-slider .n2-ss-shape-divider-bottom {
        bottom: 0;
        transform: scaleY(-1)
    }

    .n2-ss-slider .n2-ss-shape-divider-bottom.n2-ss-flip-horizontal {
        transform: scale(-1)
    }

    .n2-ss-slider .n2-ss-shape-divider .n2-ss-divider-start, .n2-ss-slider .n2-ss-shape-divider.n2-ss-divider-animate .n2-ss-divider-end {
        visibility: hidden
    }

    .n2-ss-slider .n2-ss-slide .nextend-slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none !important;
        height: auto;
        background: rgba(0, 0, 0, .002)
    }

    .n2-ss-slider video.n2-ow {
        max-width: none
    }

    .n2-ss-item-video-container {
        overflow: hidden;
        width: 100%;
        height: 100%
    }

    .n2-ss-slider .n2-ss-item-iframe-wrapper {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        height: 100%
    }

    .n2-ss-slider .n2i {
        vertical-align: top
    }

    .n2-ss-slider iframe.n2-ow {
        max-width: none;
        display: block
    }

    .n2-ss-slider .n2-ss-item-iframe {
        height: 100%
    }

    .n2-ss-slider .n2-grab {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: grab
    }

    .n2-ss-slider .n2-grabbing {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: grabbing
    }

    .n2-ss-slider .n2-grabbing .n2-ss-slide {
        pointer-events: none
    }

    .n2-ss-slider .n2-ss-item-input-form {
        display: flex;
        flex-flow: row
    }

    .n2-ss-slider .n2-ss-item-input-form .n2-input {
        flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-item-input-form .n2-form-button {
        margin: 0
    }

    .n2-ss-slider .n2-input, .n2-ss-slider form.n2-ow {
        margin: 0;
        border: 0;
        padding: 0
    }

    .n2-ss-slider .n2-input {
        height: auto;
        width: auto;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        background: 0 0;
        line-height: 1;
        font-size: 13px;
        font-family: Arial;
        box-shadow: none
    }

    .n2-ss-slider input.n2-ow:focus {
        outline: 0
    }

    .n2-ss-slider input.n2-ow[placeholder] {
        overflow: hidden;
        text-overflow: clip
    }

    .n2-ss-slider::-moz-placeholder, .n2-ss-slider input.n2-ow:-moz-placeholder {
        text-overflow: clip;
        color: inherit
    }

    .n2-ss-slider input.n2-ow::-webkit-input-placeholder, .n2-ss-slider input.n2-ow::placeholder {
        color: inherit
    }

    .n2-ss-slider table.n2-ow {
        table-layout: auto;
        margin: 0
    }

    .n2-ss-slider .n2-ow .n2-ss-thumbnail-type {
        width: 48px;
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
        position: absolute;
        left: 50%;
        top: 50%
    }

    .n2-ss-slider .n2-ss-icon-normal {
        display: inline-block
    }

    .n2-ss-slider .n2-ss-icon-has-hover:HOVER .n2-ss-icon-normal, .n2-ss-slider .n2-ss-icon-hover {
        display: none
    }

    .n2-ss-slider .n2-ss-icon-has-hover:HOVER .n2-ss-icon-hover {
        display: inline-block
    }

    .n2-ss-slider .n2-ss-section-main-content .n2-ss-item {
        float: none
    }

    .n2-ss-slider .n2-ss-section-main-content > .n2-ss-layer[data-sstype=row] {
        width: 100%
    }

    .n2-ss-slider .n2-ss-section-main-content > .n2-ss-layer[data-sstype=row][data-frontend-fullwidth="0"] {
        width: auto
    }

    .n2-ss-slider [data-frontend-fullwidth="0"][data-sstype=row] > .n2-ss-layer-row[row-wrapped="0"] > .n2-ss-layer-row-inner > .n2-ss-layer {
        width: auto !important;
        flex: 0 1 auto
    }

    .n2-ss-slider[data-ie] [data-frontend-fullwidth="0"][data-sstype=row] > .n2-ss-layer-row[row-wrapped="0"] > .n2-ss-layer-row-inner > .n2-ss-layer {
        display: inline-block;
        flex: none;
        max-width: 100%
    }

    .n2-ss-slider [data-frontend-fullwidth="0"][data-sstype=row] > .n2-ss-layer-row[row-wrapped="0"] > .n2-ss-layer-row-inner {
        flex-wrap: wrap
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer {
        display: flex;
        flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer > .n2-ss-layer-mask, .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer > .n2-ss-layer-parallax {
        display: flex
    }

    .n2-ss-slider[data-ie] .n2-ss-layer-col, .n2-ss-slider[data-ie] .n2-ss-layer-row, .n2-ss-slider[data-ie] .n2-ss-layer[data-sstype=content] {
        background-attachment: scroll !important
    }

    .n2-ss-slider .n2-ss-layer-row {
        box-sizing: border-box;
        display: flex
    }

    .n2-ss-slider .n2-ss-layer-row-inner {
        box-sizing: border-box;
        display: flex;
        visibility: hidden
    }

    .n2-ss-slider .n2-ss-layer-row-inner > * {
        visibility: visible
    }

    .n2-ss-slider [row-wrapped="1"] > .n2-ss-layer-row-inner {
        flex-wrap: wrap
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row {
        height: auto;
        width: 100%
    }

    .n2-ss-slider .n2-ss-layer-row > .n2-ss-layer {
        box-sizing: border-box;
        width: 1px;
        flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer-row .n2-ss-item {
        float: none
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
        width: auto
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
        max-width: 100%
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=content] {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2
    }

    .n2-ss-slider .n2-ss-section-main-content {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .n2-ss-slider .n2-ss-layer-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
        position: relative;
        height: 40px
    }

    .n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
        min-height: 100%
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-needsize {
        width: 100%
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=stretch] {
        align-items: stretch
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=flex-start] {
        align-items: flex-start
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=center] {
        align-items: center
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=flex-end] {
        align-items: flex-end
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-start] {
        justify-content: flex-start
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
        justify-content: center
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-end] {
        justify-content: flex-end
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=space-around] {
        justify-content: space-around
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=space-between] {
        justify-content: space-between
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=col] {
        display: flex;
        flex-flow: column;
        order: 10;
        flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=col][data-has-maxwidth="1"] {
        align-self: stretch
    }

    .n2-ss-slider .n2-ss-layer-col {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: auto;
        flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer-col > .n2-ss-layer {
        flex: 0 0 auto
    }

    .n2-ss-slider .n2-ss-section-main-content.n2-ss-section-main-content-calc {
        min-height: 0;
        height: auto
    }

    .n2-ss-slider [data-csstextalign=left] {
        text-align: left
    }

    .n2-ss-slider [data-csstextalign=center] {
        text-align: center
    }

    .n2-ss-slider [data-csstextalign=right] {
        text-align: right
    }

    .n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-pm=normal] {
        width: 100%
    }

    .n2-ss-slider [data-csstextalign=left] [data-frontend-fullwidth="0"], .n2-ss-slider [data-csstextalign=left] [data-has-maxwidth="1"], .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=center]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"], .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=center]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
        align-self: flex-start
    }

    .n2-ss-slider [data-csstextalign=center] [data-frontend-fullwidth="0"], .n2-ss-slider [data-csstextalign=center] [data-has-maxwidth="1"], .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"], .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
        align-self: center
    }

    .n2-ss-slider [data-csstextalign=right] [data-frontend-fullwidth="0"], .n2-ss-slider [data-csstextalign=right] [data-has-maxwidth="1"], .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=center]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"], .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=center]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
        align-self: flex-end
    }

    .n2-ss-slider .n2-ss-layer-content > [data-cssselfalign=left], .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=left], .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=left] {
        align-self: flex-start !important
    }

    .n2-ss-slider .n2-ss-layer-content > [data-cssselfalign=center], .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=center], .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=center] {
        align-self: center !important
    }

    .n2-ss-slider .n2-ss-layer-content > [data-cssselfalign=right], .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=right], .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=right] {
        align-self: flex-end !important
    }

    .n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-sstype=col] {
        align-self: stretch !important
    }

    .n2-ss-slider [data-frontend-fullwidth="1"][data-has-maxwidth="0"][data-cssselfalign] {
        align-self: initial !important
    }

    .n2-ss-slider .n2-ss-layer-inline {
        flex-direction: row;
        flex-wrap: wrap
    }

    .n2-ss-slider .n2-ss-img-wrapper, .n2-ss-slider .n2-ss-img-wrapper img {
        line-height: 0
    }

    .n2-ss-slider .n2-ss-layer-player, .n2-ss-slider .n2-ss-layer-player > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .n2-ss-slider .n2-ss-layer-player-cover img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 48px;
        height: 48px;
        margin-left: -24px;
        margin-top: -24px
    }

    .n2-ss-slider .n2-ss-animated-heading-wrapper, .n2-ss-slider .n2-ss-animated-heading-wrapper *, .n2-ss-slider .n2-ss-highlighted-heading-wrapper, .n2-ss-slider .n2-ss-highlighted-heading-wrapper * {
        text-decoration: none !important
    }

    .n2-clear {
        clear: both
    }

    .elementor-sticky__spacer .n2-section-smartslider *, [data-force-hidden], [data-force-hidden] * {
        visibility: hidden !important
    }

    .n2-ss-reveal-clip, .n2-ss-reveal-clip > * {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .n2-ss-reveal-clip {
        pointer-events: none;
        visibility: hidden;
        z-index: 1000000;
        overflow: hidden
    }

    .n2-ss-reveal-clip > * {
        outline: 1px solid transparent
    }
}

.n2-ss-spinner-simple-white-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000
}

.n2-ss-spinner-simple-white {
    outline: 1px solid RGBA(0, 0, 0, 0);
    width: 100%;
    height: 100%
}

.n2-ss-spinner-simple-white:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px
}

.n2-ss-spinner-simple-white:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: n2SimpleWhite .6s linear infinite
}

@keyframes n2SimpleWhite {
    to {
        transform: rotate(360deg)
    }
}

.n2-ss-spinner-simple-white-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000
}

.n2-ss-spinner-simple-white {
    outline: 1px solid RGBA(0, 0, 0, 0);
    width: 100%;
    height: 100%
}

.n2-ss-spinner-simple-white:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px
}

.n2-ss-spinner-simple-white:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: n2SimpleWhite .6s linear infinite
}

@keyframes n2SimpleWhite {
    to {
        transform: rotate(360deg)
    }
}

div#n2-ss-2 {
    width: 1200px;
    float: left;
    margin: 0px 0px 0px 0px
}

html[dir="rtl"] div#n2-ss-2 {
    float: right
}

div#n2-ss-2 .n2-ss-slider-1 {
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 623px;
    border-style: solid;
    border-width: 0px;
    border-color: #3e3e3e;
    border-color: RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll
}

div#n2-ss-2 .n2-ss-slider-background-video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div#n2-ss-2 .n2-ss-slider-2 {
    position: relative;
    width: 100%;
    height: 100%
}

.x-firefox div#n2-ss-2 .n2-ss-slider-2 {
    opacity: 0.99999
}

div#n2-ss-2 .n2-ss-slider-3 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 1px solid rgba(0, 0, 0, 0);
    z-index: 10
}

div#n2-ss-2 .n2-ss-slide-backgrounds, div#n2-ss-2 .n2-ss-slider-3 > .n-particles-js-canvas-el, div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

div#n2-ss-2 .n2-ss-slide-backgrounds {
    z-index: 10
}

div#n2-ss-2 .n2-ss-slider-3 > .n-particles-js-canvas-el {
    z-index: 12
}

div#n2-ss-2 .n2-ss-slide-backgrounds > * {
    overflow: hidden
}

div#n2-ss-2 .n2-ss-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
    -webkit-backface-visibility: hidden
}

div#n2-ss-2 .n2-ss-layers-container {
    position: relative;
    width: 1200px;
    height: 623px
}

div#n2-ss-2 .n2-ss-parallax-clip > .n2-ss-layers-container {
    position: absolute;
    right: 0
}

div#n2-ss-2 .n2-ss-slide {
    perspective: 1000px
}

div#n2-ss-2[data-ie] .n2-ss-slide {
    perspective: none;
    transform: perspective(1000px)
}

div#n2-ss-2 .n2-ss-slide-active {
    z-index: 21
}

div#n2-ss-2 .nextend-indicator-stripe {
    width: 100%;
    overflow: hidden
}

div#n2-ss-2 .n2-ss-layer .n2-font-db311a45b68145d757b1d25d4897eaa1-hover {
    font-family: 'museo';
    color: #62a5e5;
    font-size: 162.5%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-2 .n2-style-b0cea50e288ae0a5750936c00fe44a4f-heading {
    background: #000;
    background: RGBA(0, 0, 0, 0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px
}

div#n2-ss-2 .n2-ss-layer .n2-font-e976a56af642bc619f4ce268fbd217f3-hover {
    font-family: 'museo';
    color: #fff;
    font-size: 468.75%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700
}

div#n2-ss-2 .n-uc-i2FL69WojwlW-inner {
    transition: all .3s;
    transition-property: border, background-image, background-color, border-radius, box-shadow;
    background: RGBA(8, 28, 65, 0.83)
}

div#n2-ss-2 .n2-ss-layer .n2-font-b7b9d5a933e8c2bdd60ed46cf57491b4-hover {
    font-family: 'museo';
    color: #fff;
    font-size: 225%;
    text-shadow: none;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600
}

div#n2-ss-2 .n2-ss-layer .n2-font-44477de49fe9697cff8cd57c54416d69-paragraph {
    font-family: 'museo';
    color: #fff;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-2 .n2-ss-layer .n2-font-44477de49fe9697cff8cd57c54416d69-paragraph a, div#n2-ss-2 .n2-ss-layer .n2-font-44477de49fe9697cff8cd57c54416d69-paragraph a:FOCUS {
    font-family: 'museo';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-2 .n2-ss-layer .n2-font-44477de49fe9697cff8cd57c54416d69-paragraph a:HOVER, div#n2-ss-2 .n2-ss-layer .n2-font-44477de49fe9697cff8cd57c54416d69-paragraph a:ACTIVE {
    font-family: 'museo';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-2 .n2-style-f1b10cdfdbab395ba2984946e16608dc-heading {
    background: #000;
    background: RGBA(0, 0, 0, 0);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 0px
}

div#n2-ss-2 .n-uc-129319c4f9968-inner {
    transition: all .3s;
    transition-property: border, background-image, background-color, border-radius, box-shadow;
    background: RGBA(8, 28, 65, 0.83)
}

div#n2-ss-2 .n-uc-oh676SvBHcFl-inner {
    transition: all .3s;
    transition-property: border, background-image, background-color, border-radius, box-shadow;
    background: RGBA(8, 28, 65, 0.83)
}

div#n2-ss-5 {
    width: 1200px;
    float: left;
    margin: 0px 0px 0px 0px
}

.x-rtl div#n2-ss-5 {
    float: right
}

div#n2-ss-5 .n2-ss-slider-1 {
    position: relative;
    height: 220px
}

div#n2-ss-5 .n2-ss-slider-2 {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    border-color: #000;
    border-color: RGBA(0, 0, 0, 0);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    background-color: #fff;
    background-color: RGBA(255, 255, 255, 1);
    z-index: 1
}

div#n2-ss-5 .n-particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12
}

div#n2-ss-5 .n2-ss-slider-3 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20
}

div#n2-ss-5 .n2-ss-slider-pane {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div#n2-ss-5 .n2-ss-slider-pane-single {
    position: relative;
    width: 100%;
    overflow: hidden
}

div#n2-ss-5 .n2-ss-slider-pane-single:after {
    content: "";
    display: block;
    clear: both
}

div#n2-ss-5 .n2-ss-slider-pipeline {
    height: 100%;
    width: 100000%;
    float: left;
    position: relative !important;
    transform-style: preserve-3d
}

[dir="rtl"] div#n2-ss-5 .n2-ss-slider-pipeline {
    float: right
}

.x-msie div#n2-ss-5 .n2-ss-slider-pipeline {
    perspective: 1000px;
    backface-visibility: visible;
    transform-origin: 50% 50% 0
}

div#n2-ss-5 .n2-ss-slide-group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

div#n2-ss-5 .n2-ss-slide {
    position: relative;
    width: 230px;
    height: 220px;
    float: left;
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    background-color: transparent;
    background-color: RGBA(0, 0, 0, 0);
    z-index: 1
}

[dir="rtl"] div#n2-ss-5 .n2-ss-slide {
    float: right
}

div#n2-ss-5 .n2-ss-layers-container {
    position: relative;
    width: 230px;
    height: 220px
}

div#n2-ss-5 .n2-ss-slide {
    perspective: 1000px
}

div#n2-ss-5[data-ie] .n2-ss-slide {
    perspective: none;
    transform: perspective(1000px)
}

div#n2-ss-5 .n2-ss-slide-active {
    z-index: 3;
    display: block
}

div#n2-ss-5 .n2-ss-layer {
    -webkit-backface-visibility: hidden
}

div#n2-ss-5 .nextend-arrow {
    cursor: pointer;
    overflow: hidden;
    line-height: 0 !important;
    z-index: 20
}

div#n2-ss-5 .nextend-arrow img {
    position: relative;
    min-height: 0;
    min-width: 0;
    vertical-align: top;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline
}

div#n2-ss-5 .nextend-arrow img.n2-arrow-hover-img {
    display: none
}

div#n2-ss-5 .nextend-arrow:HOVER img.n2-arrow-hover-img {
    display: inline
}

div#n2-ss-5 .nextend-arrow:HOVER img.n2-arrow-normal-img {
    display: none
}

div#n2-ss-5 .nextend-arrow-animated {
    overflow: hidden
}

div#n2-ss-5 .nextend-arrow-animated > div {
    position: relative
}

div#n2-ss-5 .nextend-arrow-animated .n2-active {
    position: absolute
}

div#n2-ss-5 .nextend-arrow-animated-fade {
    transition: background 0.3s, opacity 0.4s
}

div#n2-ss-5 .nextend-arrow-animated-horizontal > div {
    transition: all 0.4s;
    left: 0
}

div#n2-ss-5 .nextend-arrow-animated-horizontal .n2-active {
    top: 0
}

div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div, div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active {
    left: -100%
}

div#n2-ss-5 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active, div#n2-ss-5 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div {
    left: 100%
}

div#n2-ss-5 .nextend-arrow.nextend-arrow-animated-horizontal:HOVER .n2-active {
    left: 0
}

div#n2-ss-5 .nextend-arrow-animated-vertical > div {
    transition: all 0.4s;
    top: 0
}

div#n2-ss-5 .nextend-arrow-animated-vertical .n2-active {
    left: 0
}

div#n2-ss-5 .nextend-arrow-animated-vertical .n2-active {
    top: -100%
}

div#n2-ss-5 .nextend-arrow-animated-vertical:HOVER > div {
    top: 100%
}

div#n2-ss-5 .nextend-arrow-animated-vertical:HOVER .n2-active {
    top: 0
}

div#n2-ss-5 .n2-ss-layer .n2-font-44caf34f19afde440782fdce84ccf177-paragraph {
    font-family: 'museo', 'arial';
    color: #62a5e5;
    font-size: 75%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.035em;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 500
}

div#n2-ss-5 .n2-ss-layer .n2-font-44caf34f19afde440782fdce84ccf177-paragraph a, div#n2-ss-5 .n2-ss-layer .n2-font-44caf34f19afde440782fdce84ccf177-paragraph a:FOCUS {
    font-family: 'museo', 'arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.035em;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 500
}

div#n2-ss-5 .n2-ss-layer .n2-font-44caf34f19afde440782fdce84ccf177-paragraph a:HOVER, div#n2-ss-5 .n2-ss-layer .n2-font-44caf34f19afde440782fdce84ccf177-paragraph a:ACTIVE {
    font-family: 'museo', 'arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.035em;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 500
}

div#n2-ss-5 .n2-style-9b7523e63058fc06e4feea4fa64889ec-heading {
    background: #000;
    background: RGBA(0, 0, 0, 0);
    opacity: 1;
    padding: 2px 0px 2px 0px;
    box-shadow: none;
    border-width: px;
    border-style: solid;
    border-color: #000;
    border-color: RGBA(0, 0, 0, 0);
    border-radius: 3px
}

div#n2-ss-5 .n2-ss-layer .n2-font-172bb1c2e2c6a764a6d5c0fdc7951d24-hover {
    font-family: 'Museo', 'arial';
    color: #06589c;
    font-size: 150%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600
}

div#n2-ss-5 .n2-ss-layer .n2-font-550d215429653ab93f4da2d8dae593b1-paragraph {
    font-family: 'museo', 'arial';
    color: #06589c;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-5 .n2-ss-layer .n2-font-550d215429653ab93f4da2d8dae593b1-paragraph a, div#n2-ss-5 .n2-ss-layer .n2-font-550d215429653ab93f4da2d8dae593b1-paragraph a:FOCUS {
    font-family: 'museo', 'arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-5 .n2-ss-layer .n2-font-550d215429653ab93f4da2d8dae593b1-paragraph a:HOVER, div#n2-ss-5 .n2-ss-layer .n2-font-550d215429653ab93f4da2d8dae593b1-paragraph a:ACTIVE {
    font-family: 'museo', 'arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-5 .n2-ss-layer .n2-font-be7972faa1ac2b7e63de7c0f75be1b24-paragraph {
    font-family: 'museo', 'arial';
    color: #62a5e5;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-5 .n2-ss-layer .n2-font-be7972faa1ac2b7e63de7c0f75be1b24-paragraph a, div#n2-ss-5 .n2-ss-layer .n2-font-be7972faa1ac2b7e63de7c0f75be1b24-paragraph a:FOCUS {
    font-family: 'museo', 'arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-5 .n2-ss-layer .n2-font-be7972faa1ac2b7e63de7c0f75be1b24-paragraph a:HOVER, div#n2-ss-5 .n2-ss-layer .n2-font-be7972faa1ac2b7e63de7c0f75be1b24-paragraph a:ACTIVE {
    font-family: 'museo', 'arial';
    color: #1890d7;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400
}

div#n2-ss-5 .n2-style-9dc71235f20f27738ad3bd9fbdd33e5f-heading {
    background: #009de0;
    background: RGBA(0, 157, 224, 0.28);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 3px
}

div#n2-ss-5 .n2-style-9dc71235f20f27738ad3bd9fbdd33e5f-heading:Hover, div#n2-ss-5 .n2-style-9dc71235f20f27738ad3bd9fbdd33e5f-heading:ACTIVE, div#n2-ss-5 .n2-style-9dc71235f20f27738ad3bd9fbdd33e5f-heading:FOCUS {
    background: #009de0
}

#sppb-addon-wrapper-1549384859226 {
    margin: 0px 0px 30px 0px
}

#sppb-addon-1549384859226 {
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #sppb-addon-1549384859226 {
    }

    #sppb-addon-wrapper-1549384859226 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #sppb-addon-1549384859226 {
    }

    #sppb-addon-wrapper-1549384859226 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px
    }
}

#sppb-addon-1549384859226 img {
}

.sp-page-builder .page-content #section-id-1549384859223 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

#column-id-1549384859222 {
    box-shadow: 0 0 0 0 #fff
}

#sppb-addon-wrapper-1549385316268 {
    margin: 0px 0px 0px 0px
}

#sppb-addon-1549385316268 {
    box-shadow: 0 0 0 0 #fff;
    padding: 0px 0px 0px 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    #sppb-addon-1549385316268 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }

    #sppb-addon-wrapper-1549385316268 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #sppb-addon-1549385316268 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }

    #sppb-addon-wrapper-1549385316268 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

.sp-page-builder .page-content #section-id-1549384859223 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

#column-id-1549384859222 {
    box-shadow: 0 0 0 0 #fff
}

.sp-page-builder .page-content #section-id-1549384859223 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sp-page-builder .page-content #section-id-1549384859223 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

@media (max-width: 767px) {
    .sp-page-builder .page-content #section-id-1549384859223 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

#column-id-1549384859222 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #column-id-1549384859222 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

@media (max-width: 767px) {
    #column-id-1549384859222 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

#column-wrap-id-1549384859222 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    #column-wrap-id-1549384859222 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #column-wrap-id-1549384859222 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

#sppb-addon-wrapper-1549387357126 {
    margin: 0px 0px 0px 0px
}

#sppb-addon-1549387357126 {
    box-shadow: 0 0 0 0 #fff;
    padding: 0px 0px 0px 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    #sppb-addon-1549387357126 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }

    #sppb-addon-wrapper-1549387357126 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #sppb-addon-1549387357126 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }

    #sppb-addon-wrapper-1549387357126 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

.sp-page-builder .page-content #section-id-1549384859223 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

#column-id-1549384859222 {
    box-shadow: 0 0 0 0 #fff
}

.sp-page-builder .page-content #section-id-1549384859223 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sp-page-builder .page-content #section-id-1549384859223 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

@media (max-width: 767px) {
    .sp-page-builder .page-content #section-id-1549384859223 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

#column-id-1549384859222 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #column-id-1549384859222 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

@media (max-width: 767px) {
    #column-id-1549384859222 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

#column-wrap-id-1549384859222 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    #column-wrap-id-1549384859222 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #column-wrap-id-1549384859222 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

.sp-page-builder .page-content #section-id-1549384859223 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sp-page-builder .page-content #section-id-1549384859223 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    .sp-page-builder .page-content #section-id-1549384859223 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

#column-id-1549384859222 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #column-id-1549384859222 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

@media (max-width: 767px) {
    #column-id-1549384859222 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px
    }
}

#column-wrap-id-1549384859222 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
    #column-wrap-id-1549384859222 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    #column-wrap-id-1549384859222 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px
    }
}