/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont-39e237c07403e62f00bd6ddf0b59d3349c7bd3869250aaadc389419db6aa40ef.eot");
    src: url("fontawesome-webfont-39e237c07403e62f00bd6ddf0b59d3349c7bd3869250aaadc389419db6aa40efd41d.eot?#iefix") format("embedded-opentype"),url("fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"),url("fontawesome-webfont-0fd28fece9ebd606b8b071460ebd3fc2ed7bc7a66ef91c8834f11dfacab4a849.woff") format("woff"),url("fontawesome-webfont-6b49348ad53886d09ce4c32fa146e899c820de3f85a8dd3704a0624eb3bf7fa1.ttf") format("truetype"),url("fontawesome-webfont-b751f81b4b0db77c49a73fe8067c0aed1f1e46eb12f367ee53fe6df8b9043703.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: 0.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: 0.14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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: #ffffff
}

.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
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite-b9d6fddb0988440902fcfc72f371ecfa80ee2eb36073f9eebc17449ee41c886f.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(fancybox_loading-b8681cce947f5b28ed3181b11601e2470b40811722a49564d1271e7b40015064.gif) center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank-b1442e85b03bdcaf66dc58c7abb98745dd2687d86350be9a298a1d9382ac849b.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay-a163bab86035b0ba62c98fbbd4d8b4f5edabbbb774eca0b5e9e5081b5711b2ab.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(fancybox_sprite%402x-6ab68245606bbe6ad87ea3f6a044c93f6c21a07e70924b35b68bfb3786d94cf0.png);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(fancybox_loading%402x-73b27f9aeb7bc6ee3c4bd20742382f015efd89981a3706d2a29a50867849629c.gif);
            background-size: 24px 24px
        }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

    #fancybox-buttons.top {
        top: 10px
    }

    #fancybox-buttons.bottom {
        bottom: 10px
    }

    #fancybox-buttons ul {
        display: block;
        width: 166px;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        border: 1px solid #111;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
        -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
        background: #323232;
        background: -moz-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
        background: -webkit-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
        background: -o-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
        background: -ms-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
        background: linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 )
    }

        #fancybox-buttons ul li {
            float: left;
            margin: 0;
            padding: 0
        }

    #fancybox-buttons a {
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-color: transparent;
        background-image: url(fancybox_buttons-e31c3a8c15610109580e0f787dceb6e0a33c5f365d4cdbd4ee76f2b33aef5822.png);
        background-repeat: no-repeat;
        outline: none;
        opacity: 0.8
    }

        #fancybox-buttons a:hover {
            opacity: 1
        }

        #fancybox-buttons a.btnPrev {
            background-position: 5px 0
        }

        #fancybox-buttons a.btnNext {
            background-position: -33px 0;
            border-right: 1px solid #3e3e3e
        }

        #fancybox-buttons a.btnPlay {
            background-position: 0 -30px
        }

        #fancybox-buttons a.btnPlayOn {
            background-position: -30px -30px
        }

        #fancybox-buttons a.btnToggle {
            background-position: 3px -60px;
            border-left: 1px solid #111;
            border-right: 1px solid #3e3e3e;
            width: 35px
        }

        #fancybox-buttons a.btnToggleOn {
            background-position: -27px -60px
        }

        #fancybox-buttons a.btnClose {
            border-left: 1px solid #111;
            width: 35px;
            background-position: -56px 0px
        }

        #fancybox-buttons a.btnDisabled {
            opacity: 0.4;
            cursor: default
        }

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

    #fancybox-thumbs.bottom {
        bottom: 2px
    }

    #fancybox-thumbs.top {
        top: 2px
    }

    #fancybox-thumbs ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
    }

        #fancybox-thumbs ul li {
            float: left;
            padding: 1px;
            opacity: 0.5
        }

            #fancybox-thumbs ul li.active {
                opacity: 0.75;
                padding: 0;
                border: 1px solid #fff
            }

            #fancybox-thumbs ul li:hover {
                opacity: 1
            }

            #fancybox-thumbs ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                border: 1px solid #222;
                background: #111;
                outline: none
            }

            #fancybox-thumbs ul li img {
                display: block;
                position: relative;
                border: 0;
                padding: 0;
                max-width: none
            }

body {
    position: relative
}

[data-iw-google-maps], .iw-google-maps {
    width: 100%;
    padding-bottom: calc((180 / 360) * 100%);
    margin: 10px 0;
    background-image: url("default-images/sites/g-maps-ef3cfc04ae73bf2918934db1f2a5b690f1238333fdabed9a7f9328a8492685e4.jpg");
    background-size: 100%;
    background-position: center;
    position: relative;
    transition: background-size 0.3s ease-in;
    -moz-transition: background-size 0.3s ease-in;
    -ms-transition: background-size 0.3s ease-in;
    -o-transition: background-size 0.3s ease-in;
    -webkit-transition: background-size 0.3s ease-in
}

    [data-iw-google-maps]:hover, .iw-google-maps:hover {
        background-size: 120%
    }

button.lws-load-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #9c9c9c;
    color: #fff;
    border: 1px solid #696969;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

    button.lws-load-map:hover, button.lws-load-map:focus, button.lws-load-map:active {
        outline: 0
    }

[data-iw-google-maps].big, .iw-google-maps.big {
    width: 100%;
    height: 650px
}

[data-iw-google-maps].small, .iw-google-maps.small {
    width: 100%;
    height: 250px
}

a[data-iw-re-search="neighborhood"] {
    overflow: hidden;
    text-overflow: ellipsis
}

[data-iw-multiline] {
    white-space: pre-wrap
}

a.twitter-share-button, a.twitter-mention-button, a.twitter-hashtag-button {
    display: inline-block;
    padding: 1px 3px 0 19px;
    border: #ccc solid 1px;
    border-radius: 3px;
    background: #f8f8f8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat,-webkit-linear-gradient(#fff, #dedede);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat,linear-gradient(#fff, #dedede);
    background-size: 16px 13px, auto auto;
    font: bold 11px/17px Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    white-space: nowrap
}

    a.twitter-share-button:focus, a.twitter-mention-button:focus, a.twitter-hashtag-button:focus {
        outline: none;
        border-color: #0089cb
    }

form.iw-contact-form {
    margin-bottom: 20px
}

    form.iw-contact-form h3 {
        margin-bottom: 15px
    }

    form.iw-contact-form .lws-validation-error-message {
        color: red;
        margin-top: 8px
    }

@keyframes highlight {
    0% {
        background: #ffff99
    }

    100% {
        background: none
    }
}

.lws-content-highlight {
    animation: highlight 2s
}

.editor-content iframe {
    border: 0
}

.editor-content figure {
    margin-bottom: 20px
}

    .editor-content figure.image {
        display: inline-block;
        margin: 0 2px 0 1px;
        background: #f5f2f0
    }

        .editor-content figure.image img {
            max-width: 100%;
            height: auto
        }

        .editor-content figure.image figcaption {
            margin: 6px 8px 6px 8px;
            text-align: center;
            font-size: 13px;
            font-style: italic;
            color: gray
        }

    .editor-content figure.align-left {
        float: left;
        margin-right: 20px
    }

    .editor-content figure.align-right {
        float: right;
        margin-left: 20px
    }

    .editor-content figure.align-center {
        display: table;
        margin-left: auto;
        margin-right: auto
    }

.editor-content::after {
    content: ' ';
    clear: both;
    display: table
}

.editor-content .lws-table {
    margin: 15px 0;
    max-width: 100%;
    width: 100% !important
}

    .editor-content .lws-table:first-child {
        margin-top: 0
    }

    .editor-content .lws-table:last-child {
        margin-bottom: 0
    }

    .editor-content .lws-table p {
        margin: 0
    }

    .editor-content .lws-table img {
        max-width: initial
    }

    .editor-content .lws-table > tbody > tr > td {
        line-height: 1.42857143;
        vertical-align: top
    }

.editor-content table p, .editor-content table ul, .editor-content table ol {
    text-align: inherit;
    font-size: inherit
}

    .editor-content table p:first-child, .editor-content table ul:first-child, .editor-content table ol:first-child {
        margin-top: 0
    }

    .editor-content table p:last-child, .editor-content table ul:last-child, .editor-content table ol:last-child {
        margin-bottom: 0
    }

.lws-slide-table {
    display: none;
    padding: 4px;
    font-weight: bold
}

@media (max-width: 768px) {
    .editor-content table img, .lws-homesection-body table img {
        max-width: 150px
    }

    .lws-slide-table {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    figure {
        margin-bottom: 10px
    }

        figure.image {
            display: block;
            margin: 0;
            background: transparent
        }

            figure.image img {
                width: 100%;
                height: auto
            }

        figure.align-left, figure.align-right {
            float: none;
            margin-right: 0
        }
}

ul.iw-collection.iw-gallery {
    overflow: auto;
    padding: 0
}

    ul.iw-collection.iw-gallery li {
        border: 5px solid #ccc;
        margin: 16px 16px 16px 0;
        width: 140px;
        height: 140px;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        padding: 0
    }

        ul.iw-collection.iw-gallery li a {
            background-size: cover;
            background-position: center
        }

.video-body {
    padding: 0;
    margin-left: 0
}

div#gallery-wrapper-theme {
    margin: 25px 0
}

    div#gallery-wrapper-theme:first-child {
        margin-top: 0
    }

    div#gallery-wrapper-theme:last-child {
        margin-bottom: 0
    }

    div#gallery-wrapper-theme h3 {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 10px
    }

    div#gallery-wrapper-theme ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap
    }

        div#gallery-wrapper-theme ul li {
            vertical-align: top;
            display: inline-block;
            max-width: 210px;
            margin: 0 6px;
            margin-bottom: 40px
        }

            div#gallery-wrapper-theme ul li a {
                border: 2px solid #ffffff;
                box-shadow: 0px 6px 14px rgba(0,0,0,0.15);
                width: 210px;
                height: 210px;
                display: block;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #fff;
                transition: all 0.5s ease-out;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out
            }

                div#gallery-wrapper-theme ul li a:hover {
                    opacity: 0.5
                }

            div#gallery-wrapper-theme ul li span.caption {
                font-size: 13px;
                font-style: italic;
                color: gray;
                display: block;
                text-align: center;
                margin-top: 4px;
                word-break: break-word
            }

        div#gallery-wrapper-theme ul.video-body li.video_gallery_item {
            display: block;
            line-height: 0
        }

            div#gallery-wrapper-theme ul.video-body li.video_gallery_item iframe {
                margin: 0;
                padding: 0;
                border: 0
            }

div#video-gallery-wrapper-theme ul li {
    margin-bottom: 30px
}

    div#video-gallery-wrapper-theme ul li .video_gallery_item {
        border: 1px solid #c7c7c7;
        padding: 5px;
        box-shadow: 4px 4px 5px rgba(0,0,0,0.25);
        background-color: #fff
    }

.foreign_content {
    clear: both;
    margin-bottom: 30px;
    margin-top: 10px
}

img[data-iw-logo] {
    min-width: initial;
    min-height: initial
}

[data-iw-logo] {
    min-width: 150px;
    min-height: 150px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.vertical-align-wrapper {
    display: table !important;
    min-height: 150px
}

.vertical-align-itens {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important
}

.fancybox-inner {
    text-align: center;
    width: auto !important
}

.iw-contact-form h4 {
    margin-bottom: 20px
}

.iw-contact-form label, .iw-contact-form .form-control {
    width: 100%
}

.iw-contact-form .form-control {
    padding: 6px 12px
}

#DecolarIntegration {
    margin: 20px 0
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #000
}

.editor-page-break {
    display: block;
    width: 100%;
    page-break-before: always;
    clear: both
}

.lws-post-meta {
    margin-bottom: 10px;
    font-size: 13px
}

    .lws-post-meta span {
        display: inline-block;
        padding: 0 10px;
        border-left: 1px solid #d6d6d6
    }

        .lws-post-meta span:first-child {
            padding-left: 0;
            border-left: 0
        }

li.dropdown ul.dropdown-menu .li-dropdown-main-footer {
    background-color: #e4e4e4;
    border-top: 1px solid #cacaca
}

    li.dropdown ul.dropdown-menu .li-dropdown-main-footer a {
        font-weight: bold
    }

ul.lws-share-buttons {
    padding: 0;
    margin-bottom: 15px
}

    ul.lws-share-buttons li {
        margin-right: 12px;
        display: inline-block;
        font-size: 23px
    }

        ul.lws-share-buttons li.share-title {
            font-weight: bold;
            font-size: 14px;
            color: gray;
            vertical-align: text-bottom
        }

        ul.lws-share-buttons li.facebook a {
            color: #4267b2
        }

        ul.lws-share-buttons li.twitter a {
            color: #1da1f2
        }

        ul.lws-share-buttons li.whatsapp a {
            color: #009e86
        }

        ul.lws-share-buttons li.email a {
            color: #337ab7
        }

.lws-category-description img {
    max-width: 100%;
    height: auto
}

.lws-category-description::after {
    content: ' ';
    clear: both;
    display: table
}

.lws-advanced-search--wrapper {
    display: none
}

.lws-advanced-search--button {
    float: right
}

.lws-advanced-search--ul-pop-over {
    height: auto;
    max-height: 180px;
    overflow-y: scroll !important;
    overflow-x: hidden !important
}

    .lws-advanced-search--ul-pop-over .checkbox {
        padding: 5px 14px
    }

.lws-label-form-help {
    display: inline-block;
    line-height: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #797979;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 13px;
    font-family: 'Arial', sans-serif
}

.lws-main-form-newsletter p.lws-required-info {
    display: none
}

ul.lws-list-inline, .editor-content ul.lws-list-inline {
    padding-left: 0;
    list-style: none;
    margin: 0
}

    ul.lws-list-inline::after, .editor-content ul.lws-list-inline::after {
        clear: both;
        display: table;
        content: ''
    }

    ul.lws-list-inline li, .editor-content ul.lws-list-inline li {
        float: left;
        width: 100%
    }

        ul.lws-list-inline li.first, .editor-content ul.lws-list-inline li.first {
            margin-left: 0
        }

        ul.lws-list-inline li.last, .editor-content ul.lws-list-inline li.last {
            margin-right: 0
        }

ul.lws-list-inline--1 li, .editor-content ul.lws-list-inline--1 li {
    width: 100%
}

ul.lws-list-inline--2 li, .editor-content ul.lws-list-inline--2 li {
    width: 48%;
    margin: 0 1%
}

ul.lws-list-inline--3 li, .editor-content ul.lws-list-inline--3 li {
    width: 32%;
    margin: 0 1%
}

ul.lws-list-inline--4 li, .editor-content ul.lws-list-inline--4 li {
    width: 23.5%;
    margin: 0 1%
}

ul.lws-list-inline--5 li, .editor-content ul.lws-list-inline--5 li {
    width: 18.4%;
    margin: 0 1%
}

.lws-image-caption {
    margin-top: 9px;
    font-style: italic;
    font-size: 13px
}

@media (max-width: 610px) {
    ul.lws-list-inline li, .editor-content ul.lws-list-inline li {
        width: 100%;
        margin: 0
    }
}

section[data-section-area] .lws-homesection-title {
    margin-top: 0;
    margin-bottom: 20px
}

section[data-section-area] .lws-homesection-body {
    font-size: 15px
}

    section[data-section-area] .lws-homesection-body *:first-child {
        margin-top: 0
    }

    section[data-section-area] .lws-homesection-body *:last-child {
        margin-bottom: 0
    }

    section[data-section-area] .lws-homesection-body img {
        max-width: 100%;
        height: auto
    }

section[data-section-area] .lws-homesection-resource-list .lws-homesection-wrapper-item {
    margin-bottom: 30px
}

    section[data-section-area] .lws-homesection-resource-list .lws-homesection-wrapper-item .resource-list-post-thumbnail {
        height: 220px;
        margin-bottom: 10px
    }

    section[data-section-area] .lws-homesection-resource-list .lws-homesection-wrapper-item .resource-list-title {
        line-height: 24px;
        font-weight: bold
    }

    section[data-section-area] .lws-homesection-resource-list .lws-homesection-wrapper-item .resource-list-excerpt {
        margin-bottom: 10px
    }

section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-left img {
    max-width: 270px;
    height: auto
}

section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-right h4.media-heading {
    font-weight: bold
}

section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-right div.resource-list-excerpt {
    font-size: 16px;
    line-height: 24px
}

[data-section="home-section"] {
    margin: 32px 0
}

.lws-cols-footer-hs button[data-area] {
    margin-bottom: 15px
}

.lws-home-sections-footer section[data-section-area] h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-bottom: 10px
}

.lws-home-sections-footer section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-left img {
    max-width: 90px
}

.lws-home-sections-footer section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-right div.resource-list-excerpt {
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.lws-home-sections-footer section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-right .btn.btn-primary {
    padding: 2px 5px;
    font-size: 13px
}

.lws-home-sections-footer .lws-4-cols-footer section[data-section-area] .lws-homesection-form .col-xs-12.col-sm-6 {
    width: 100%
}

@media only screen and (max-width: 768px) {
    section[data-section-area] .lws-homesection-form img {
        margin-bottom: 14px
    }
}

@media only screen and (max-width: 640px) {
    section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-left img {
        max-width: 190px
    }
}

@media only screen and (max-width: 480px) {
    section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-left img {
        max-width: 140px
    }
}

@media only screen and (max-width: 410px) {
    section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-left {
        display: block;
        width: 100%;
        padding-right: 0
    }

        section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-left img {
            max-width: 100%;
            margin-bottom: 10px
        }

    section[data-section-area] .lws-homesection-resource-list .square-list .lws-homesection-wrapper-item .media .media-right {
        padding-left: 0
    }
}

.home_financings {
    margin: 30px 0
}

    .home_financings li a {
        display: inline-block;
        padding: 3px;
        border: 1px solid #d8d8d8;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
        transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s
    }

        .home_financings li a:hover {
            opacity: 0.5
        }

#AVS-ContactButtons {
    right: 0;
    position: fixed;
    top: 35%;
    z-index: 99999999 !important
}

    #AVS-ContactButtons ul {
        margin-bottom: 0
    }

        #AVS-ContactButtons ul li {
            margin-bottom: 5px
        }

            #AVS-ContactButtons ul li:last-child {
                margin-bottom: 0
            }

            #AVS-ContactButtons ul li a {
                background: #333;
                color: #fff !important;
                display: block;
                height: 55px;
                font: 16px "Open Sans", sans-serif;
                line-height: 55px;
                position: relative;
                text-align: right;
                width: 55px
            }

                #AVS-ContactButtons ul li a span {
                    font-family: Arial !important;
                    font-size: 14px !important;
                    font-color: #fff !important;
                    font-weight: bold;
                    line-height: 55px;
                    right: 100%;
                    opacity: 1;
                    position: absolute;
                    text-align: right;
                    width: 200px;
                    transition: 0.8s;
                    -moz-transition: 0.8s;
                    -o-transition: 0.8s;
                    -ms-transition: 0.8s;
                    -webkit-transition: 0.8s
                }

                #AVS-ContactButtons ul li a i.fa {
                    margin-right: 13px;
                    margin-top: 13px;
                    font-size: 30px;
                    z-index: 99999;
                    position: relative
                }

                #AVS-ContactButtons ul li a:hover span {
                    right: 100% !important
                }

                #AVS-ContactButtons ul li a[class*="whatsapp"], #AVS-ContactButtons ul li a[class*="whatsapp"]:hover, #AVS-ContactButtons ul li a[class*="whatsapp"] i, #AVS-ContactButtons ul li a[class*="whatsapp"] span {
                    background: #008000;
                    color: #fff !important
                }

                #AVS-ContactButtons ul li a[class*="email"], #AVS-ContactButtons ul li a[class*="email"]:hover, #AVS-ContactButtons ul li a[class*="email"] i, #AVS-ContactButtons ul li a[class*="email"] span {
                    background: #007296;
                    color: #fff !important
                }

                #AVS-ContactButtons ul li a[class*="callme"], #AVS-ContactButtons ul li a[class*="callme"]:hover, #AVS-ContactButtons ul li a[class*="callme"] i, #AVS-ContactButtons ul li a[class*="callme"] span {
                    background: #f44336;
                    color: #fff !important
                }

                #AVS-ContactButtons ul li a[class*="avs-shopping-cart"], #AVS-ContactButtons ul li a[class*="avs-shopping-cart"]:hover, #AVS-ContactButtons ul li a[class*="avs-shopping-cart"] i, #AVS-ContactButtons ul li a[class*="avs-shopping-cart"] span {
                    background: #032fab;
                    color: #fff !important
                }

    #AVS-ContactButtons.force-neg-right ul li a span {
        right: -200px
    }

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 55px
    }

    #AVS-ContactButtons {
        bottom: 0;
        top: initial;
        width: 100%
    }

        #AVS-ContactButtons ul {
            display: table;
            width: 100%
        }

            #AVS-ContactButtons ul li {
                display: table-cell
            }

                #AVS-ContactButtons ul li a {
                    width: 100%;
                    text-align: center
                }

                    #AVS-ContactButtons ul li a span {
                        position: initial;
                        display: none
                    }

                    #AVS-ContactButtons ul li a i.fa {
                        margin-right: 0
                    }
}

.loguei-price-area {
    margin-bottom: 20px
}

    .loguei-price-area .loguei-payment-price {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 8px
    }

    .loguei-price-area .loguei-shipping-price {
        margin-bottom: 5px;
        color: #5a5a5a
    }

    .loguei-price-area .loguei-item-quantity {
        max-width: 65px
    }

.loguei-banner-pagseguro {
    margin: 15px 0;
    max-width: 100%;
    height: auto
}

span.loguei-excerpt-price {
    font-weight: bold !important;
    display: inline-block !important;
    border-radius: 5px !important;
    margin-bottom: 6px !important;
    font-size: 15px !important;
    height: initial !important;
    width: fit-content !important
}

    span.loguei-excerpt-price:hover, span.loguei-excerpt-price:focus, span.loguei-excerpt-price:active {
        cursor: initial;
        background-color: initial
    }

.correios-shipping-costs {
    margin-top: 20px
}

    .correios-shipping-costs input.form-control.cep-mask {
        max-width: 200px;
        display: inline-block;
        vertical-align: middle
    }

.shipping-info {
    margin-top: 5px;
    font-style: italic;
    font-size: 13px
}

#side-social-networks-loguei {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    background-color: #fff;
    margin-bottom: 0;
    position: fixed;
    -webkit-backface-visibility: hidden;
    left: -60px;
    z-index: 9999;
    display: none
}

    #side-social-networks-loguei a.btn-default {
        transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        color: #fff !important;
        border-radius: 0;
        border: 0
    }

        #side-social-networks-loguei a.btn-default i.fa {
            vertical-align: middle;
            text-align: center;
            font-size: 19px;
            padding: 6px 0
        }

        #side-social-networks-loguei a.btn-default.facebook {
            background-color: #4267b2 !important
        }

        #side-social-networks-loguei a.btn-default.twitter {
            background-color: #1DA1F2 !important
        }

        #side-social-networks-loguei a.btn-default.instagram {
            background-color: #c2318e !important
        }

        #side-social-networks-loguei a.btn-default.google-plus {
            background-color: #dd4b38 !important
        }

        #side-social-networks-loguei a.btn-default.paper-plane {
            background-color: #34abdf !important
        }

        #side-social-networks-loguei a.btn-default.linkedin {
            background-color: #006699 !important
        }

        #side-social-networks-loguei a.btn-default.soundcloud {
            background-color: #ff5510 !important
        }

        #side-social-networks-loguei a.btn-default.pinterest {
            background-color: #bd081c !important
        }

        #side-social-networks-loguei a.btn-default.youtube-play {
            background-color: #ff0000 !important
        }

        #side-social-networks-loguei a.btn-default.behance {
            background-color: #0072f9 !important
        }

        #side-social-networks-loguei a.btn-default.dribbble {
            background-color: #e84c88 !important
        }

        #side-social-networks-loguei a.btn-default.skype {
            background-color: #00b1ec !important
        }

        #side-social-networks-loguei a.btn-default:hover, #side-social-networks-loguei a.btn-default:focus, #side-social-networks-loguei a.btn-default:active {
            border: 0;
            opacity: 0.6
        }

@media only screen and (max-width: 420px) {
    #side-social-networks-loguei a.btn-default {
        padding: 12px 6px
    }

        #side-social-networks-loguei a.btn-default i.fa {
            font-size: 15px;
            padding: 0
        }
}

#MainModalSite .modal-body img {
    max-width: 100%;
    height: auto
}

#MainModalSite .modal-body .iframe-content {
    position: relative
}

    #MainModalSite .modal-body .iframe-content iframe {
        margin: 0 auto;
        width: 100%
    }

.wrapper-testimonials h3.testimonial-title {
    margin-top: 0;
    margin-bottom: 15px
}

.wrapper-testimonials ul.list-unstyled {
    margin-left: 0
}

    .wrapper-testimonials ul.list-unstyled li.testimonial-item {
        margin-bottom: 15px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 15px
    }

        .wrapper-testimonials ul.list-unstyled li.testimonial-item .media {
            padding-bottom: 0;
            border-left: 4px solid #dadada;
            padding-left: 7px
        }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item .media .media-left img {
                max-width: 150px !important;
                height: auto
            }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item .media .media-body h4.media-heading {
                font-weight: bold
            }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item .media .media-body p {
                margin-bottom: 0
            }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item .media .media-body .testimonial-video {
                margin-top: 10px
            }

        .wrapper-testimonials ul.list-unstyled li.testimonial-item ul.stars-rate {
            line-height: 16px;
            margin-left: 0
        }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item ul.stars-rate li {
                margin-bottom: 0;
                padding-right: 0;
                line-height: 10px
            }

                .wrapper-testimonials ul.list-unstyled li.testimonial-item ul.stars-rate li i.fa {
                    color: #cecece
                }

                .wrapper-testimonials ul.list-unstyled li.testimonial-item ul.stars-rate li.active i.fa {
                    color: #f3b600
                }

                .wrapper-testimonials ul.list-unstyled li.testimonial-item ul.stars-rate li:first-child {
                    padding-left: 0
                }

@media only screen and (max-width: 480px) {
    .wrapper-testimonials ul.list-unstyled li.testimonial-item {
        margin-bottom: 35px;
        padding-bottom: 35px
    }

        .wrapper-testimonials ul.list-unstyled li.testimonial-item div.media .media-left {
            display: block
        }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item div.media .media-left a img {
                max-width: 100% !important;
                height: auto
            }

        .wrapper-testimonials ul.list-unstyled li.testimonial-item div.media .media-body p {
            margin-bottom: 10px
        }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item div.media .media-body p:last-child {
                margin-bottom: 0
            }

            .wrapper-testimonials ul.list-unstyled li.testimonial-item div.media .media-body p img:last-child, .wrapper-testimonials ul.list-unstyled li.testimonial-item div.media .media-body img:last-child {
                margin-bottom: 0 !important
            }
}

.inner-content-slide {
    background-color: #fff;
    margin-bottom: 20px
}

    .inner-content-slide ol.carousel-indicators {
        margin-bottom: 0;
        bottom: 0
    }

        .inner-content-slide ol.carousel-indicators li {
            margin-right: 5px
        }

    .inner-content-slide .item .item-img {
        background-position: center;
        background-repeat: no-repeat
    }

    .inner-content-slide .item .carousel-caption {
        bottom: 30px;
        padding: 20px;
        background-color: rgba(0,0,0,0.5)
    }

        .inner-content-slide .item .carousel-caption h3 {
            margin-top: 0;
            margin-bottom: 15px;
            color: #fff
        }

            .inner-content-slide .item .carousel-caption h3:last-child {
                margin-bottom: 0
            }

        .inner-content-slide .item .carousel-caption p:last-child {
            margin-bottom: 0
        }

    .inner-content-slide .carousel-control .glyphicon-chevron-left, .inner-content-slide .carousel-control .icon-prev, .inner-content-slide .carousel-control .glyphicon-chevron-right, .inner-content-slide .carousel-control .icon-next {
        font-size: 140px;
        width: 50px;
        height: 55px;
        line-height: 23px;
        margin-top: -25px
    }

@media only screen and (max-width: 768px) {
    .inner-content-slide .item .carousel-caption {
        display: block;
        max-width: initial;
        width: 100%;
        position: initial;
        width: 100%;
        background-color: gray
    }
}

body #loguei-powered-by.full {
    transition: 0.2s !important;
    -moz-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    -webkit-transition: 0.2s !important;
    -ms-transition: 0.2s !important;
    display: block !important;
    text-align: center !important;
    padding: 16px 0 !important;
    background-color: #9f0000 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-family: "Oxygen", "Open Sans", "Helvetica", Arial, sans-serif !important;
    z-index: 999999999999 !important;
    font-weight: bold !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    border-bottom: 3px solid #640303 !important
}

    body #loguei-powered-by.full:hover {
        padding: 26px 0 !important;
        text-decoration: none !important;
        background-color: #bb1414 !important
    }

        body #loguei-powered-by.full:hover span {
            background-color: #08c108 !important;
            color: #fff
        }

    body #loguei-powered-by.full span {
        display: inline-block !important;
        padding: 5px 10px !important;
        text-transform: uppercase !important;
        margin-left: 10px !important;
        color: #fff !important;
        background-color: #08c108 !important;
        border-radius: 5px !important;
        font-weight: normal !important
    }

body #loguei-powered-by.simple {
    position: relative;
    transition: 0.2s !important;
    -moz-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    -webkit-transition: 0.2s !important;
    -ms-transition: 0.2s !important;
    display: block !important;
    padding: 5px 0 !important;
    width: 100% !important;
    font-family: "Oxygen", "Open Sans", "Helvetica", Arial, sans-serif !important;
    font-size: 13px !important;
    text-align: center !important;
    background-color: #f3eadd !important;
    color: #0e3782 !important;
    font-weight: bold !important;
    margin: 0 auto !important;
    text-decoration: none !important;
    z-index: 999999999999 !important;
    text-align: center
}

    body #loguei-powered-by.simple span {
        color: #B1964C !important
    }

body #loguei-powered-by.simple-v-a {
    background-color: #ecebe7 !important;
    padding: 4px 11px !important;
    line-height: 20px !important;
    color: #886e27 !important;
    text-align: center !important;
    -webkit-backface-visibility: hidden !important;
    font-size: 12px !important;
    font-family: "Oxygen", "Open Sans", "Helvetica", Arial, sans-serif !important;
    font-weight: bold !important;
    display: inline-block !important;
    z-index: 999999999999 !important;
    width: 100%;
    text-align: center
}

    body #loguei-powered-by.simple-v-a a {
        color: #0e3782 !important;
        text-decoration: underline !important;
        font-family: Arial,sans-serif !important
    }

body #sitecentral5-powered-by {
    transition: 0.2s !important;
    -moz-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    -webkit-transition: 0.2s !important;
    -ms-transition: 0.2s !important;
    display: block !important;
    text-align: center !important;
    padding: 10px 0 !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: "Oxygen", "Open Sans", "Helvetica", Arial, sans-serif !important;
    z-index: 999999999999 !important;
    font-weight: bold !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    border-bottom: 2px solid #fff !important
}

    body #sitecentral5-powered-by span {
        display: inline-block !important;
        padding: 5px 10px !important;
        border: 1px solid #e9ca5e !important;
        text-transform: uppercase !important;
        margin-left: 10px !important;
        color: #e9ca5e !important;
        font-weight: normal !important
    }

.lws-price-table {
    margin: 25px 0
}

.lws-price-table--wrapper {
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 21px;
    border: 1px solid #ececec
}

.lws-price-table--header {
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2)
}

.lws-price-table--header--title {
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold
}

.lws-price-table--header--price {
    padding-bottom: 12px
}

.lws-price-table--header--price--currency {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 18px;
    margin-left: -20px
}

.lws-price-table--header--price--val {
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold
}

.lws-price-table--body--features {
    padding: 0;
    list-style: none
}

.lws-price-table--body--features--item {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
    text-align: left
}

.lws-price-table--body--features--item--name {
    position: relative;
    display: inline-block;
    padding-left: 25px
}

.lws-price-table--body--features--item i.fa {
    font-size: 18px;
    position: absolute;
    top: 13px;
    display: inline-block
}

    .lws-price-table--body--features--item i.fa.fa-check-circle {
        color: #48bf59
    }

    .lws-price-table--body--features--item i.fa.fa-times-circle {
        color: #f20000
    }

.lws-price-table--button {
    text-align: center;
    margin-top: 20px
}

    .lws-price-table--button a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        padding: 7px 25px;
        letter-spacing: 1px;
        border-radius: 5px
    }

        .lws-price-table--button a:hover {
            text-decoration: none
        }

.lws-consent-banner {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
    z-index: 99999999
}

.lws-consent-banner--content {
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    border-top: 1px solid #5a5a5a;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    grid-column-gap: 30px;
    column-gap: 30px;
    position: fixed;
    width: 100%;
    bottom: 0
}

.lws-consent-banner--actions {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.lws-consent-banner--actions--deny {
    margin-left: 10px;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 13px;
    color: gray
}

    .lws-consent-banner--actions--deny:hover, .lws-consent-banner--actions--deny:focus, .lws-consent-banner--actions--deny:active {
        background-color: transparent;
        color: gray
    }

.lws-consent-banner--actions--accept {
    background-color: #4caf50;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #389e3c;
    font-weight: bold;
    font-size: 16px
}

    .lws-consent-banner--actions--accept:hover, .lws-consent-banner--actions--accept:focus, .lws-consent-banner--actions--accept:active {
        background-color: #4caf50;
        color: #fff
    }

.lws-consent-banner--message--privacy-link {
    color: #000;
    text-decoration: underline
}

    .lws-consent-banner--message--privacy-link:hover, .lws-consent-banner--message--privacy-link:focus, .lws-consent-banner--message--privacy-link:active {
        text-decoration: none;
        color: #000;
        outline: 0
    }

.lws-consent-banner--message--cookies-list-button {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0
}

    .lws-consent-banner--message--cookies-list-button:hover, .lws-consent-banner--message--cookies-list-button:focus, .lws-consent-banner--message--cookies-list-button:active {
        text-decoration: none;
        color: #000;
        outline: 0
    }

.lws-consent-banner--cookies-modal .modal-body {
    height: 400px;
    overflow-y: auto
}

#lwsModalListCookies {
    z-index: 999999991
}

@media (max-width: 768px) {
    .lws-consent-banner--content {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        row-gap: 20px
    }

    .lws-consent-banner--actions {
        justify-content: flex-start
    }
}

.lws-legal--links-wrapper {
    display: inline-flex;
    border-left: 1px solid;
    margin-left: 5px;
    padding-left: 5px
}

    .lws-legal--links-wrapper a + a {
        margin-left: 7px
    }

@media (max-width: 768px) {
    .lws-legal--links-wrapper {
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 0;
        margin-left: 0;
        padding-left: 0
    }

        .lws-legal--links-wrapper a + a {
            margin-left: 0;
            margin-top: 4px
        }
}
