@charset "UTF-8";

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em;
}

*,
.rad-area,
.remodal,
:after,
:before {
    -webkit-box-sizing: border-box;
}

.fa-ul,
ul {
    list-style-type: none;
}

.media-list,
.select-options ul,
.slick-dots,
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
}

.icon-logo_immub_type:before {
    content: "\e91d"
}

.slick-slider,
label {
    -moz-user-select: none;
    -ms-user-select: none;
}

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

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

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

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

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

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

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

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

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

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

.fa-ul>li {
    position: relative
}

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

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

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

.sr-only,
.tag,
fieldset,
img {
    border: 0
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto
}

* {
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    font-family: immub
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
nav,
section,
summary {
    display: block
}

.cf:after {
    clear: both
}

embed,
iframe,
iframe[style],
img,
object,
video {
    max-width: 100%
}

.ratiohd {
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0
}

.ratio_el {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.content {
    width: 100%;
    float: left
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

b,
strong {
    font-weight: 700
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 15px 15px 26px 0
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin: 15px 0 15px 15px
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 15px auto 10px
}

.alignnone,
img.alignnone {
    clear: both;
    display: block;
    margin: 20px auto
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

ul.dropdown {
    position: relative;
    z-index: 597
}

ul.dropdown li {
    float: left;
    min-height: 1px;
    vertical-align: middle
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default
}

ul.dropdown-right ul {
    right: 0
}

ul.dropdown-left ul {
    left: 0
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 598;
    font-size: 12px
}

ul.dropdown ul li {
    float: none
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%
}

ul.dropdown li:hover>ul {
    visibility: visible;
    width: 100%
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block,
.sec-colunista .featurette-image,
.sec-equipe img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.media-list {
    padding-left: 0
}

.col-lg-five-col,
.col-md-five-col,
.col-sm-five-col,
.col-xs-five-col {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-five-col {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-five-col {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-five-col {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-five-col {
        width: 20%;
        float: left
    }
}

@font-face {
    font-family: immub;
    font-style: normal;
    font-weight: 400;
    src: url(/site/assets/fonts/immub.eot) format("embedded-opentype"), url(/site/assets/fonts/immub.ttf) format("truetype"), url(/site/assets/fonts/immub.woff) format("woff"), url(/site/assets/fonts/immub.svg) format("svg");
}

[class*=" icon-"],
[class^=icon-] {
    font-family: immub !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-tabs>li>a,
.tag {
    font-family: Montserrat, sans-serif;
    font-size: .65625em;
    font-weight: 300;
    letter-spacing: .1em;
}

.btn,
.btn-default,
.btn-favoritos,
.btn-gray,
.btn-light,
.nav-tabs>li>a,
.tag,
h1,
h2 {
    text-transform: uppercase;
}

.icon-logo_immub_simbol:before {
    content: "\e91c"
}

.icon-logo_immub_type:before {
    content: "\e91d"
}

#searchform #search-adv .caret-plus:after,
.icon-back:before {
    content: "\e900";
    color: white;
}

.icon-add:before {
    content: "\e901"
}

.icon-article_comment:before {
    content: "\e902"
}

.icon-article_grid:before {
    content: "\e903"
}

.icon-article_like:before {
    content: "\e904"
}

.icon-article_list:before {
    content: "\e905"
}

.icon-circle_add:before {
    content: "\e906"
}

.icon-circle_arrow_left:before {
    content: "\e907"
}

.icon-circle_arrow_right:before {
    content: "\e908"
}

.icon-circle_contact_email:before {
    content: "\e909"
}

.icon-circle_phone:before {
    content: "\e90a"
}

.icon-circle_pin:before {
    content: "\e90b"
}

.icon-comment:before {
    content: "\e90c"
}

.icon-contact_email:before {
    content: "\e90d"
}

.icon-contact_email2:before {
    content: "\e90e"
}

.icon-contact_phone:before {
    content: "\e90f"
}

.icon-heart:before {
    content: "\e910"
}

.icon-login:before {
    content: "\e911"
}

.icon-logo_immub:before {
    content: "\e912"
}

.icon-music_play:before {
    content: "\e913"
}

.icon-ordenar:before {
    content: "\e914"
}

.icon-search:before {
    content: "\e915"
}

.icon-social_facebook:before {
    content: "\e916"
}

.icon-social_instagram:before {
    content: "\e917"
}

.icon-social_rss:before {
    content: "\e918"
}

.icon-time:before {
    content: "\e919"
}

.icon-user:before {
    content: "\e91a"
}

.icon-exit:before {
    content: "\e91b"
}

.tag {
    display: inline-block;
    color: #FFF;
    line-height: 1.4;
    padding: 3px 8px;
    background-color: #F48136;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

@media only screen and (max-width:767px) {
    .tag {
        line-height: 1;
        padding: 3px 5px
    }
}

.nav-tabs {
    border: 0;
    margin-bottom: 25px
}

.nav-tabs>li {
    float: left;
    transition: all .2s linear 0s;
    margin-top: 4px;
    margin-left: 10px
}

.nav-tabs>li:first-child {
    margin-left: 0
}

.nav-tabs>li>a {
    border: 0;
    line-height: 1.4;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn,
.btn-default,
.btn-favoritos,
.btn-gray,
.btn-light,
.btn-p {
    font-family: "Varela Round", ​ sans-serif;
    outline: 0;
    white-space: nowrap
}

.nav-tabs>li>a:hover {
    text-decoration: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

@media only screen and (max-width:767px) {
    .nav-tabs>li {
        margin-top: 4px;
        margin-left: 2px
    }

    .nav-tabs>li>a {
        line-height: 1;
        padding: 3px 5px
    }
}

.btn,
.btn-default,
.btn-favoritos,
.btn-gray,
.btn-light {
    position: relative;
    font-size: .75em;
    line-height: 1.875em;
    display: inline-block;
    margin-bottom: 0;
    background: 0 0;
    padding: 8px 30px;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.btn-default:hover,
.btn-favoritos:hover,
.btn-gray:hover,
.btn-light:hover,
.btn:hover {
    text-decoration: none
}

.btn-rounded {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px
}

.btn-block {
    width: 100%
}

.btn-light {
    width: 100%;
    text-align: center;
    border: 2px solid #FFF;
    font-size: 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-green {
    background-color: #1AB58B
}

.btn-green.active,
.btn-green:hover {
    background-color: #1dcb9c
}

.btn-gray {
    background-color: #D6D6D6
}

.btn-gray.active,
.btn-gray:hover {
    background-color: #e3e3e3
}

.btn-default,
.btn-favoritos {
    background-color: #f48136;
    border-color: #F48136;
    color: #FFF;
    position: relative;
    height: 30px;
    line-height: 30px
}

.btn-favoritos {
    padding: 0 25px
}

.btn-default {
    padding: 0 56px 0 25px
}

.btn-default i[class*=icon-] {
    font-size: 1.375em;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 8px
}

.btn-default:after {
    content: " ";
    display: block;
    height: 30px;
    position: absolute;
    right: 33px;
    top: 0;
    width: 0;
    background-color: #000;
    opacity: .1
}

.btn-default:hover {
    color: #FFF;
    background-color: #f5904e
}

.btn-default:hover:after {
    background-color: #e78749
}

.btn-default.big {
    font-size: .875em;
    padding: 0 65px 0 35px;
    height: 35px;
    line-height: 35px
}

.btn-default.big i[class*=icon-] {
    font-size: 1.25em;
    right: 9px
}

.btn-default.big:after {
    height: 35px;
    right: 35px
}

.preview-compactos {
    color: #f5904e;
    border-color: #f5904e
}

.btn-p {
    display: inline-block;
    height: 28px;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
    font-size: 13px;
    text-decoration: none;
    word-wrap: normal;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    background-color: #f8f8f8
}

.btn-p-default {
    border-color: #1ab58b;
    background: #1ab58b;
    color: #fff
}

.btn-p-link {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #f48136
}

.input-file,
.select-area .center,
input[type=text],
select,
textarea {
    letter-spacing: .02em;
    border: 0;
    font-family: "Varela Round", ​ sans-serif;
    font-size: .9375em;
    box-shadow: none
}

#search-adv input[type=text],
.input-file,
select {
    /* background-color: #E6E6E6 */
}

::-webkit-input-placeholder {
    color: #6D6D6D
}

:-moz-placeholder {
    color: #6D6D6D;
    opacity: 1
}

::-moz-placeholder {
    color: #6D6D6D;
    opacity: 1
}

:-ms-input-placeholder {
    color: #6D6D6D
}

.input-file,
input[type=text],
select,
textarea {
    color: #6D6D6D;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 45px 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-outline: none;
    outline: 0
}

input[type=text] {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis
}

textarea {
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none
}

select {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px
}

@-moz-document url-prefix() {
    select {
        color: transparent !important;
        text-shadow: 0 0 0 #6D6D6D !important;
        padding-top: 5px;
        padding-bottom: 5px
    }

    select option {
        border: 0;
        font-size: .9375em;
        padding: 5px 15px
    }

    select option:nth-child(odd) {
        background-color: #EDEDED
    }
}

.select {
    position: relative
}

.select .icon-back {
    font-size: .6875em;
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: rotate(270deg) translate(50%, 0);
    -o-transform: rotate(270deg) translate(50%, 0);
    -ms-transform: rotate(270deg) translate(50%, 0);
    -webkit-transform: rotate(270deg) translate(50%, 0);
    transform: rotate(270deg) translate(50%, 0)
}

#search-adv .form-group,
.chk-area span {
    position: relative
}

label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.form-group {
    margin-bottom: 15px;
    font-family: "Varela Round", ​ sans-serif;
    font-size: 1.125em
}

#search-adv .form-group li {
    color: #d1d1d1;
    margin-left: 8px
}

#search-adv .form-group li:first-child {
    margin-left: 0
}

#search-adv .form-group li a {
    color: #d1d1d1
}

#search-adv input[name$="_1"]+button {
    display: block;
    background-color: #1AB58B;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    right: 0;
    padding: 5px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0
}

#search-adv input[name$="_1"]+button i[class*=" icon-"],
#search-adv input[name$="_1"]+button i[class^=icon-] {
    font-size: 1.25em;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    color: #FFF
}

#search-adv input[name$="_1"]+button.active,
#search-adv input[name$="_1"]+button:hover {
    background-color: #1dcb9c
}

.customForm-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important
}

.alert-error,
.alert-success {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert.alert-danger {
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.form-control-error {
    color: #C00
}

.chk-area {
    margin: 0 5px 0 0;
    float: left;
    overflow: hidden;
    height: 21px;
    width: 21px;
    border: 2px solid #757575;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.chk-area span {
    display: none;
    height: 100%
}

.chk-area span::after,
.chk-area span::before {
    content: "";
    position: absolute;
    display: block;
    height: 19px;
    width: 2px;
    background-color: #757575;
    top: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.chk-area span:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chk-area span:after {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.chk-checked span {
    display: block
}

.rad-label {
    min-height: 24px;
    display: inline-block;
    padding-right: 5px
}

.rad-label-active {
    background-color: #000;
    color: #FFF
}

.rad-area {
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #050509;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.border-circle,
.img-circle,
.preview-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.rad-area span {
    background: #FFF;
    display: block;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rad-checked span {
    display: block;
    height: 26px;
    background: url(/site/assets/images/cross.png) center center no-repeat
}

.rad-checked {
    height: 24px;
    width: 24px
}

.select-area {
    float: none;
    width: auto !important;
    position: relative;
    overflow: hidden
}

.select-area .select-opener {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    color: #9A9A9A;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px dashed;
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle
}

.select-area .left {
    display: none;
    position: absolute;
    width: 10px;
    height: 31px;
    z-index: 1;
    top: 0;
    left: 0
}

.select-area .center {
    position: relative;
    display: block;
    color: #6d6d6d;
    height: 44px;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 45px 10px 20px;
    background-color: #E6E6E6;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    white-space: nowrap;
    cursor: default;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.select-area .center img {
    margin: 5px 5px 0 0;
    position: relative;
    float: left
}

.options-overflow div.drop-list {
    overflow: auto
}

.options-hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.select-options {
    position: absolute;
    z-index: 3000;
    max-height: 200px;
    overflow: auto
}

.select-options .drop-holder {
    border: 1px solid #050509;
    height: 1%;
    margin: 2px 0 0;
    background: #E1DFD5
}

.select-options.select-options-flipped .drop-holder {
    margin: 0 0 2px
}

.select-options div.drop-list {
    width: 100%
}

.select-options .item-selected a {
    text-decoration: none;
    background: #666;
    color: #fff
}

.select-options strong {
    cursor: default;
    display: block;
    width: 100%
}

.select-options strong em {
    display: block;
    padding: 5px;
    height: 1%
}

.select-options ul {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.select-options ul li {
    overflow: hidden;
    float: left;
    width: 100%
}

.select-options ul li a {
    text-decoration: none;
    cursor: default;
    color: #000;
    display: block;
    overflow: hidden;
    height: 1%;
    padding: 7px 8px 8px
}

.select-options ul li a:hover {
    text-decoration: none
}

.select-options ul li a:focus {
    outline: 0
}

.select-options ul li a span {
    cursor: default;
    float: left
}

.select-options img {
    margin: 2px 3px 0 0;
    float: left;
    border: 0
}

.select-disabled {
    background-position: 0 -124px;
    color: #bbb
}

.select-disabled .left {
    background-position: 0 -93px
}

.select-disabled .select-opener {
    background-position: 100% -155px
}

.select-focus {
    background-position: 0 -217px
}

.select-focus .left {
    background-position: 0 -186px
}

.drop-cs2 ul a,
.select-cs2 .center {
    padding-left: 8px
}

#busca-com-audio {
    /* color: #eb1a22 */
    color: white;
}

.form-search ::-webkit-input-placeholder {
    color: #bdbcbc
}

.form-search ::-moz-placeholder {
    color: #bdbcbc
}

.form-search :-ms-input-placeholder {
    color: #bdbcbc
}

.form-search :-moz-placeholder {
    color: #bdbcbc
}

.form-search .select {
    background-color: #E6E6E6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.form-search select {
    color: #bdbcbc;
    position: relative;
    z-index: 9;
    background-color: transparent
}

.form-search select option {
    color: #6D6D6D;
    background-color: #E6E6E6
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-family: "Varela Round", ​ sans-serif;
    font-size: .9em
}

.list-inline>li,
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1AB58B;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #1AB58B;
    border-color: #1AB58B;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

a,
a:hover {
    color: inherit
}

.hand,
[role=button] {
    cursor: pointer
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

html {
    min-height: 100%
}

body {
    font-family: Lora, sans-serif;
    font-weight: 400;
    color: #838d8f;
    background-color: #4f4f4f;
    line-height: 1.4
}

main.main {
    background-color: #FFF
}

p {
    font-size: 1em;
    margin-bottom: 20px
}

.text-big p {
    font-size: 1.125em
}

a {
    text-decoration: none
}

a:focus {
    border: none;
    outline: 0;
    outline-offset: 0
}

.italic,
em {
    font-style: italic
}

.container,
.container-fluid {
    max-width: 1200px !important
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #020202;
    font-family: "Varela Round", ​ sans-serif;
    font-weight: 400;
    line-height: 1.2
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    line-height: 1
}

.lead,
.sec-colunista .sec-institute-3 .featurette-image p,
.sec-equipe .sec-institute-3 img p,
.sec-institute-3 .center-block p,
.sec-institute-3 .sec-colunista .featurette-image p,
.sec-institute-3 .sec-equipe img p {
    line-height: 1.4
}

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

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

h1 {
    font-size: 3.25em
}

.tt-pages,
h2 {
    font-size: 1.5625em
}

h3 {
    font-size: 1.375em
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: .75em
}

h6 {
    font-size: .625em
}

.title-page {
    font-size: 36px;
    margin-bottom: 15px
}

.lead {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 14px
}

.small,
small {
    font-size: 140%
}

.mark,
mark {
    background-color: #FCF8E3;
    padding: .2em
}

.hidden {
    display: none
}

.img-responsive {
    width: 100%;
    height: auto
}

.list-thumbs figure figcaption,
.thumbnail figure figcaption {
    z-index: auto;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    left: 0
}

.border-circle,
.img-circle {
    border-radius: 50%
}

.no-round,
img.no-round {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fade {
    opacity: 0;
    transition: opacity .15s linear 0s
}

.fade.in {
    opacity: 1
}

.text-justify {
    text-align: justify
}

#banner.banner-news,
#searchform #search-adv .caret-plus,
#searchform #search-simple button,
.landing-cover h1,
.list-thumbs figure figcaption,
.panel-result,
.sec-colunista,
.sec-equipe,
.sec-equipe img,
.sec-projects li .caption,
.text-center,
aside .banner_immub {
    text-align: center
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.fs16 {
    font-size: 1em
}

.fs18 {
    font-size: 1.125em
}

.fs20 {
    font-size: 1.25em
}

.fs22 {
    font-size: 1.375em
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.mt5,
.mv5 {
    margin-top: 5px
}

.mb5,
.mv5 {
    margin-bottom: 5px
}

.mh5,
.ml5 {
    margin-left: 5px
}

.mh5,
.mr5 {
    margin-right: 5px
}

.mt10,
.mv10 {
    margin-top: 10px
}

.mb10,
.mv10 {
    margin-bottom: 10px
}

.mh10,
.ml10 {
    margin-left: 10px
}

.mh10,
.mr10 {
    margin-right: 10px
}

.mt15,
.mv15 {
    margin-top: 15px
}

.mb15,
.mv15 {
    margin-bottom: 15px
}

.mh15,
.ml15,
.sec-equipe li+li {
    margin-left: 15px
}

.mh15,
.mr15 {
    margin-right: 15px
}

.mt20,
.mv20 {
    margin-top: 20px
}

.mb20,
.mv20 {
    margin-bottom: 20px
}

.mh20,
.ml20 {
    margin-left: 20px
}

.mh20,
.mr20 {
    margin-right: 20px
}

.mt25,
.mv25 {
    margin-top: 25px
}

.mb25,
.mv25 {
    margin-bottom: 25px
}

.mh25,
.ml25 {
    margin-left: 25px
}

.mh25,
.mr25 {
    margin-right: 25px
}

.mt30,
.mv30 {
    margin-top: 30px
}

.mb30,
.mv30 {
    margin-bottom: 30px
}

.mh30,
.ml30 {
    margin-left: 30px
}

.mh30,
.mr30 {
    margin-right: 30px
}

.mt50,
.mv50 {
    margin-top: 50px
}

.mb50,
.mv50 {
    margin-bottom: 50px
}

.mh50,
.ml50 {
    margin-left: 50px
}

.mh50,
.mr50 {
    margin-right: 50px
}

.mt100,
.mv100 {
    margin-top: 100px
}

.mb100,
.mv100 {
    margin-bottom: 100px
}

.mh100,
.ml100 {
    margin-left: 100px
}

.mh100,
.mr100 {
    margin-right: 100px
}

.hbl-title {
    border-left-width: 4px;
    border-left-style: solid;
    padding-left: 12px
}

.bg-white {
    background-color: #FFF
}

.bg-gray {
    background-color: #4F4F4F
}

.bg-darkgray {
    background-color: #3C3638
}

.bg-green {
    background-color: #1BB589
}

.bg-silver {
    background-color: #F5F6F6
}

.bg-beige {
    background-color: #E5E3DB
}

.bg-cyan {
    background-color: #BDD7DD
}

.bg-maroon {
    background-color: #713741
}

.bg-magenta {
    background-color: #EC455F
}

.bg-orange {
    background-color: #F58134
}

.bg-darkgray,
.bg-darkgray a,
.bg-darkgray h1,
.bg-darkgray h2,
.bg-darkgray h3,
.bg-darkgray h4,
.bg-darkgray h5,
.bg-darkgray h6,
.bg-darkgray p,
.bg-magenta,
.bg-magenta a,
.bg-magenta h1,
.bg-magenta h2,
.bg-magenta h3,
.bg-magenta h4,
.bg-magenta h5,
.bg-magenta h6,
.bg-magenta p,
.bg-maroon,
.bg-maroon a,
.bg-maroon h1,
.bg-maroon h2,
.bg-maroon h3,
.bg-maroon h4,
.bg-maroon h5,
.bg-maroon h6,
.bg-maroon p,
.bg-orange,
.bg-orange a,
.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange h5,
.bg-orange h6,
.bg-orange p {
    color: #FFF
}

.thumbnail {
    display: block
}

.thumbnail figure {
    position: relative
}

.thumbnail figure figcaption {
    position: absolute
}

.thumbnail figure figcaption .caption {
    margin-top: 25px
}

.border-round {
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    border-radius: 2%
}

.list-thumbs:not(.no-gutter)>li {
    padding-bottom: 20px
}

.list-thumbs a {
    display: block
}

.list-thumbs a figcaption {
    opacity: 0
}

.list-thumbs a:hover figcaption {
    opacity: 1
}

.list-thumbs figure {
    position: relative
}

.list-thumbs figure img {
    transition: all .2s ease 0s
}

.list-thumbs figure:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.list-thumbs figure figcaption {
    position: absolute;
    background-color: rgba(84, 119, 128, .6);
    transition: all .2s ease 0s
}

.list-thumbs figure figcaption .tag {
    margin-top: 20px
}

.list-thumbs figure figcaption .caption {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.list-thumbs figure figcaption .caption h3 {
    position: relative;
    font-size: 1em;
    color: #FFF;
    margin: 0 5%
}

.list-thumbs figure figcaption .caption h3:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px auto 0;
    width: 35px;
    height: 4px;
    background-color: #F48136;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

table.table-playlist,
table.table-related {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px
}

table.table-playlist tr:nth-child(even),
table.table-related tr:nth-child(even) {
    background-color: #f5f6f6
}

table.table-playlist tr td,
table.table-related tr td {
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #DFDFDF;
    color: #3D3D40
}

.article-content a,
.track-number {
    color: #F48136
}

table.table-playlist tr td.album-cover,
table.table-related tr td.album-cover {
    padding: 0
}

table.table-playlist tr td.photo,
table.table-related tr td.photo {
    padding: 5px 0
}

table.table-playlist tr:last-child td,
table.table-related tr:last-child td {
    border-bottom: 0 none transparent
}

@media only screen and (max-width:767px) {
    .list-thumbs figure figcaption .caption h3 {
        font-size: 1.25em
    }

    table.table-playlist td {
        padding: 5px 10px;
        font-size: .875em
    }

    table.table-playlist td:first-child {
        font-size: .875em
    }
}

.track-number {
    font-size: 1.25em;
    font-weight: 700
}

#player {
    height: 0;
    width: 0
}

.speaker,
.speaker-none {
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer
}

.speaker {
    background: url(/site/assets/images/playpause-24-24-2.png) left top no-repeat;
    width: 24px
}

.speaker:hover {
    background-position: left bottom
}

.speaker-none {
    background: url(/site/assets/images/playpause-24-24-2.png) left -24px no-repeat;
    width: 24px;
    opacity: .2
}

.speaker-play {
    background-position: right top
}

.speaker-play:hover {
    background-position: right bottom
}

.list-thumbs [class*=col-] {
    display: inline-block;
    float: none !important;
    vertical-align: top
}

.list-thumbs .col-xs-6 {
    width: 49.25%
}

@media (min-width:768px) {
    .list-thumbs .col-sm-4 {
        width: 32.96%
    }
}

@media (min-width:992px) {
    .list-thumbs .col-md-3 {
        width: 24.68%
    }
}

@media (min-width:1200px) {
    .list-thumbs .col-lg-2 {
        width: 16.37%
    }
}

.list-thumbs .item5,
.list-thumbs .item6,
.list-thumbs .item7,
.list-thumbs .item8 {
    display: none
}

@media (min-width:768px) {

    .list-thumbs .item5,
    .list-thumbs .item6,
    .list-thumbs .item7,
    .list-thumbs .item8 {
        display: inline-block
    }
}

.btn-default .icon-fb {
    font-family: FontAwesome !important
}

#memoriavirou p,
#searchform #search-adv .caret-plus,
#searchform #search-adv .caret-plus span,
.nav>li {
    font-family: "Varela Round", ​ sans-serif
}

.fb-comm {
    display: none;
    margin-right: 15px
}

.alert-success {
    color: #fff;
    background: #3c763d;
    padding: 30px
}

header.header {
    background-color: #f5f6f6
}

header.header nav {
    background-color: #FFF;
    border: none;
    margin-bottom: 0;
    border-radius: 4px
}

header.header nav .navbar-header {
    padding: 0 15px
}

header.header nav .navbar-header .navbar-brand {
    display: block;
    color: #272525;
    font-size: 2.75em;
    line-height: .0625em;
    padding: 12px 0
}

header.header nav .navbar-header .navbar-brand .icon-logo_immub_simbol+.icon-logo_immub_type {
    margin-left: -12px
}

header.header nav .navbar-header .navbar-brand .icon-logo_immub_simbol:before {
    color: #1AB58B
}

header.header nav .navbar-header .navbar-brand:hover {
    text-decoration: none
}

header.header nav .navbar-nav li a {
    color: #717173;
    position: relative;
    text-transform: uppercase
}

header.header nav .navbar-nav li a:hover,
header.header nav .navbar-nav li.active a {
    color: #F5904E
}

header.header .navbar .navbar-nav>li>a {
    color: inherit
}

header.header .navbar-nav>li>a {
    line-height: 14px;
    padding-bottom: 10px;
    padding-top: 10px
}

.top-language {
    background-color: #fff;
    padding: 0 8px
}

@media only screen and (min-width:840px) {
    .top-language {
        display: none
    }
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.list-language .item-list-social-top {
    padding: 0 !important
}

.list-language .item-list-social-top .lnk-language {
    padding: 3px 7px !important
}

.nav>li>a.btn-language {
    display: none !important;
    padding: 27px 3px !important
}

@media only screen and (min-width:840px) {
    .nav>li>a.btn-language {
        display: inline-block !important
    }
}

.nav>li>a.btn-language:before {
    background: 0 0 !important
}

.nav.list_social-top .item-list-social-top {
    padding-top: 8px;
    float: left
}

.nav.list_social-top .item-list-social-top>span {
    display: block;
    color: #6d6d6d;
    font-size: .8em;
    letter-spacing: .06em;
    margin-top: 11px
}

.nav.list_social-top .item-list-social-top>a {
    font-size: 1.1875em;
    padding: 11px 7px 7px;
    color: #abacae
}

.nav.list_social-top .item-list-social-top>a:hover {
    color: #ccc;
    text-decoration: none
}

@media only screen and (max-width:840px) {
    #navbar {
        display: none;
        overflow: hidden
    }

    #navbar.opened {
        aheight: auto
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        background: 0 0;
        border: 0;
        margin-right: 15px;
        margin-top: 20px;
        padding: 5px;
        cursor: pointer
    }

    .navbar-toggle .icon-bar {
        display: block;
        background-color: #000;
        height: 4px;
        width: 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        width: 20px
    }

    .navbar-toggle.active .icon-bar,
    .navbar-toggle:hover .icon-bar {
        background-color: #F48136
    }

    header.header nav .navbar-nav li a {
        display: block;
        font-size: .9em;
        padding: 15px 20px;
        border-top: 1px solid #f5f6f6
    }

    header.header nav .navbar-nav li a:hover {
        text-decoration: none
    }

    header.header nav .navbar-header .navbar-brand {
        display: block;
        width: 155px;
        margin: 0 auto;
        text-align: center
    }
}

@media only screen and (min-width:840px) {

    .navbar-toggle,
    header.header nav .navbar-nav li:first-child a:before {
        display: none
    }

    .navbar-right {
        float: right !important
    }

    .navbar-left {
        float: left !important
    }

    .navbar-nav>li,
    header.header nav .navbar-header .navbar-brand,
    header.header nav .navbar-nav {
        float: left
    }

    header.header nav .navbar-nav li a {
        color: #717173;
        font-size: .9em;
        padding: 27px 15px;
        position: relative;
        text-transform: uppercase
    }

    header.header nav .navbar-nav li a:before {
        content: "";
        background-color: #babbbb;
        display: block;
        height: 25px;
        left: 0;
        margin-top: -13px;
        position: absolute;
        top: 50%;
        width: 1px
    }
}

#searchform {
    position: relative
}

#searchform #search-simple {
    padding: 15px 0;
    background-color: #f5f6f6
}

#searchform #search-simple button {
    color: #666;
    background-color: transparent;
    border: none;
    position: absolute;
    font-size: 1.125em;
    right: 20px;
    top: 50%;
    width: 45px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#searchform #search-simple button:hover {
    cursor: pointer;
    color: #ccc
}

#searchform #search-adv {
    position: relative;
    background-color: #f5f6f6
}

#searchform #search-adv .search-adv-container {
    /* padding: 20px 0; */
    overflow: hidden
}

#searchform #search-adv .search-adv-container .list-letters li>a {
    font-size: .875em;
    /* color: #6D6D6D */
    color: white;
}

#searchform #search-adv .caret-plus {
    display: block;
    width: 170px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: .8125em;
    color: #9a9a9a;
    cursor: pointer;
    height: 34px;
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

#searchform #search-adv .caret-plus span {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    font-size: .8125em
}

#searchform #search-adv .caret-plus:after {
    font-family: immub;
    display: block;
    font-size: .9375em;
    width: auto;
    position: absolute;
    color: white;
    margin: 0 auto;
    top: 10px;
    left: 0;
    right: 0;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#searchform #search-adv.opened .caret-plus:after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width:768px) {
    #searchform .sel-ano {
        padding-left: 5px
    }

    #searchform .sel-grav {
        padding-right: 0
    }
}

#newsheader {
    display: flex;
    align-items: center;
    justify-content: center
}

#newsheader iframe {
    width: 250px
}

#newsheader p {
    line-height: 50px;
    font-size: .8em;
    float: left;
    margin-right: 10px
}

#newsheader .form-control {
    width: 50%;
    background: #E6E6E6;
    border-radius: 0;
    float: left;
    height: 30px;
    font-size: 1em;
    margin-top: 11px;
    padding-top: 5px;
    padding-bottom: 5px
}

#banner .slick-slide,
.banner .slick-slide,
.landing-cover {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}

#newsheader button {
    margin-top: 11px;
    padding: 0 40px 0 10px
}

#memoriavirou p {
    font-size: 1.9em !important;
    margin-bottom: 0 !important
}

.footer .form-news .form-group .form-control,
.footer .list_social .item-list-social>.lnk-network,
.footer h3,
.footer h3+p,
.footer p {
    font-family: Montserrat, sans-serif
}

#memoriavirou h1 {
    color: #fff;
    font-size: 3em !important
}

#memoriavirou .caption {
    margin: 145px auto 0
}

@media (max-width:767px) {
    #memoriavirou h1 {
        font-size: 2.5em !important
    }

    #memoriavirou p {
        font-size: 1.4em !important
    }
}

.hide-show-search {
    display: none
}

@media (min-width:1200px) {
    .hide-show-search {
        display: block
    }
}

#banner,
.banner {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 375px;
    background-color: #FFF
}

#banner .slick-slide,
.banner .slick-slide {
    color: #000;
    -webkit-background-size: cover;
    background-size: cover
}

#banner .caption,
.banner .caption {
    max-width: 800px;
    margin: 80px auto 0
}

#banner .caption h1,
.banner .caption h1 {
    font-size: 2.1875em
}

#banner .caption p,
.banner .caption p {
    font-size: 1.125em
}

#banner.banner-news .caption h1,
#banner.banner-news .caption p {
    color: #FFF
}

#banner.banner-news .caption h1 {
    font-size: 3.125em;
    margin: 20px 0;
    text-transform: none
}

#banner.banner-news .caption .post-date {
    font-size: .875em;
    color: #B8C6C7
}

@media only screen and (max-width:767px) {
    #banner .caption {
        text-align: center;
        padding: 0 30px
    }

    #banner .caption h1 {
        font-size: 2.1875em;
        margin-bottom: 10px
    }

    #banner .caption p {
        font-size: 1.0625em
    }
}

@media only screen and (max-width:991px) {
    #banner.banner-news .caption h1 {
        font-size: 2.375em;
        margin: 70px 0 10px
    }
}

@media only screen and (max-width:567px) {
    #banner .caption {
        margin: 50px auto 0;
        text-align: center
    }

    #banner .caption h1 {
        font-size: 1.625em;
        padding: 0 5px
    }

    #banner.banner-news .caption h1 {
        font-size: 2em;
        margin: 70px 0 10px
    }
}

.banner-pos-desktop {
    display: none
}

@media only screen and (min-width:786px) {
    .banner-pos-desktop {
        display: block
    }

    .banner-pos-mobile {
        display: none
    }
}

.footer {
    background-color: #4f4f4f;
    min-height: 240px;
    /* padding-bottom: 25px; */
    padding-top: 42px
}

.footer .icon-logo_immub_simbol+.icon-logo_immub_type {
    margin-left: -5px
}

.footer i[class*=icon-] {
    color: #A8A9AE;
    font-size: 1.75em
}

.footer p {
    color: #A2A2A2;
    font-size: .875em
}

.footer h2.logo {
    margin-bottom: 20px
}

.footer h2.logo+p {
    letter-spacing: .01em;
    padding-right: 25px
}

.footer h3 {
    font-size: .75em;
    color: #FFF;
    text-transform: uppercase
}

.footer h3+p {
    letter-spacing: .03em;
    line-height: 1.4em;
    margin-top: 16px;
    padding-right: 15%
}

.footer .btn-default:hover,
.footer .btn-favoritos:hover,
.footer .btn-gray:hover,
.footer .btn-light:hover,
.footer .btn:hover,
.footer a:hover {
    background-color: transparent;
    color: #838D8F;
    text-decoration: none
}

.footer .nav_footer li a {
    color: #b5b5b5;
    font-size: .875em;
    margin: 0 0 10px
}

.footer .nav_footer li a:hover {
    color: #838D8F
}

.footer .list_social {
    margin-top: 10px
}

.footer .list_social .item-list-social>.lnk-network {
    color: #b5b5b5;
    font-size: .875em;
    padding: 5px 0;
    letter-spacing: normal
}

.footer .list_social .item-list-social>.lnk-network:hover {
    color: #838D8F
}

.footer .list_social .item-list-social>.lnk-network i[class*=icon-] {
    color: #838D8F;
    font-size: 1.125em;
    margin-right: 10px
}

.footer .list_social .item-list-social>.lnk-network .fa {
    font-size: 1.375em;
    color: #838D8F;
    margin-right: 10px
}

.footer .form-news {
    background-color: #616161;
    border-radius: 10px;
    display: flex;
    margin-top: 22px
}

.footer .form-news .form-group {
    background-color: #616161;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    flex: 1 1 auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0
}

.footer .form-news .form-group .form-control {
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    color: #C8C8C8;
    font-size: .75em;
    height: 45px;
    letter-spacing: .02em;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.msg,
.sec-colunista .equipe-info,
.sec-targe p {
    font-family: "Varela Round", ​ sans-serif
}

.footer .form-news .form-group ::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.footer .form-news .btn-default {
    background-color: #f48136;
    border: none;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: .75em;
    height: 45px;
    margin-top: 0;
    padding-left: 17px;
    padding-right: 13px
}

.footer .form-news .btn-default>span {
    margin-right: 8px
}

.footer .form-news .btn-default i[class*=icon-] {
    font-size: 1.1em;
    position: static;
    color: #FFF
}

.footer .form-news .btn-default:after {
    display: none
}

@media only screen and (max-width:767px) {
    .footer {
        padding-top: 0
    }

    .footer h3 {
        font-size: 1em
    }

    .footer h2.logo+p,
    .footer h3+p {
        padding: 0 20px
    }

    .footer .form-news {
        max-width: 420px;
        margin: 0 auto
    }

    .footer .list_social .item-list-social {
        display: inline-flex;
        justify-content: center;
        align-items: center
    }

    .footer .list_social .item-list-social+.item-list-social {
        margin-left: 8px
    }

    .footer .list_social .item-list-social>.lnk-network {
        -webkit-align-items: center;
        -webkit-justify-content: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #A8A9AE;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .footer .list_social .item-list-social>.lnk-network i[class*=icon-] {
        font-size: 1.375em;
        margin-right: 0;
        color: #4f4f4f
    }

    .footer .list_social .item-list-social>.lnk-network .fa {
        font-size: 1.75em;
        color: #424242;
        margin-right: 0
    }

    .footer .list_social .item-list-social>.lnk-network span {
        display: none
    }

    .footer .row {
        -webkit-flex-flow: column;
        display: flex;
        flex-flow: column
    }

    .footer .row .col-xs-12 {
        text-align: center;
        padding: 30px 15px
    }

    .footer .row .col-xs-12:nth-child(1) {
        -webkit-order: 3;
        order: 3;
        background-color: #363636
    }

    .footer .row .col-xs-12:nth-child(3) {
        -webkit-order: 2;
        order: 2;
        background-color: #424242
    }

    .footer .row .col-xs-12:nth-child(4) {
        -webkit-order: 1;
        order: 1
    }
}

.msg {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.msg.-danger {
    border: 1px solid #ac2925;
    background-color: #c9302c
}

.msg.-success {
    border: 1px solid #4cae4c;
    background-color: #449d44
}

aside,
section {
    padding-top: 25px;
    padding-bottom: 0px;
    background-color: #FFF
}

.landing-cover {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    -webkit-background-size: cover;
    background-size: cover
}

.landing-cover h1 {
    display: table-cell;
    height: 143px;
    vertical-align: middle;
    font-size: 3.25em;
    color: #FFF;
    text-transform: none;
    letter-spacing: -1px
}

.landing-cover.sub-pages {
    /* background-image: url(/site/assets/images/landing_cover_sub.jpg); */
    /* background-image: url(/site/assets/images/immub_banners_formato_2_instituto.png); */
    background-image: url(/site/assets/images/immub_banners_formato_5_ajustado.png)
}

.landing-cover.sub-pages * {
    color: white ;
}

.landing-cover.sub-pages h1 {
    /* color: #000; */
    color: white ;
    text-transform: uppercase
}

.landing-cover .center-block,
.landing-cover .sec-colunista .featurette-image,
.landing-cover .sec-equipe img,
.sec-colunista .landing-cover .featurette-image,
.sec-equipe .landing-cover img {
    display: table
}

.sec-news .caption .tags {
    margin: 10px 0 15px
}

.sec-news .caption .tags .tag {
    background-color: #BFBFBF
}

.sec-news .caption p {
    margin-bottom: 0
}

.sec-news figure figcaption .tag {
    margin-top: 20px;
    margin-left: 20px
}

.sec-news figure figcaption h3 {
    margin-left: 20px
}

.sec-targe {
    padding-top: 10px;
    padding-bottom: 15px
}

.sec-targe h3 {
    font-size: 1.375em;
    padding-top: 0
}

.sec-targe p {
    font-size: 1.375em
}

.sec-colunista .sec-targe .featurette-image,
.sec-equipe .sec-targe img,
.sec-targe .center-block,
.sec-targe .sec-colunista .featurette-image,
.sec-targe .sec-equipe img {
    margin-top: 3px;
    text-align: right
}

@media only screen and (max-width:767px) {
    section.landing-cover h1 {
        font-size: 2.125em
    }

    section.sec-explore .list-thumbs {
        padding: 0 10px
    }

    section.sec-explore .list-thumbs:not(.no-gutter)>li {
        padding-bottom: 10px
    }

    section.sec-explore .list-thumbs .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px
    }

    .sec-news figcaption .caption {
        display: none
    }

    .sec-news .caption h4 {
        margin-top: 15px;
        margin-bottom: 5px
    }

    .sec-news .news-item>.row {
        margin: 15px 0 0;
        padding-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .05)
    }

    .sec-news .news-item>.row [class*=col-]:nth-child(1) {
        padding-left: 0;
        padding-right: 5px
    }

    .sec-news .news-item>.row [class*=col-]:nth-child(2) {
        padding-left: 5px;
        padding-right: 0
    }

    .sec-news .news-item:first-child>.row {
        padding-top: 0;
        border: 0
    }

    .sec-news.bg-darkgray .news-item>.row {
        border-color: rgba(255, 255, 255, .05)
    }
}

@media only screen and (max-width:567px) {
    .sec-news figure figcaption .tag {
        margin-top: 10px;
        margin-left: 10px
    }

    .sec-news .caption h4 {
        font-size: 1.0625em;
        margin-top: 0
    }

    .sec-news .caption p {
        font-size: .875em
    }
}

@media only screen and (min-width:768px) {
    .sec-news .news-item>.row {
        padding-bottom: 20px
    }

    .sec-news .caption>h4 {
        margin: 10px auto
    }
}

@media only screen and (min-width:1199px) {

    aside,
    section {
        padding-top: 20px;
        padding-bottom: 0px
    }
}

.tt-busca-universal {
    margin-bottom: 15px;
    color: #848484
}

.tt-busca-universal i {
    font-weight: 700;
    text-decoration: underline
}

.panel-result {
    margin-bottom: 15px;
    color: #fff;
    background: #1ab58b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.link-panel-result:hover .panel-result,
.panel-result-footer {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear
}

.panel-result-body {
    padding: 10px
}

.panel-result-header {
    padding: 10px;
    font-size: 1.2em;
    font-weight: 700;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.panel-result-footer {
    padding: 10px;
    display: block;
    background: #03ab7d;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    transition: all .2s linear
}

.link-panel-result:hover .panel-result {
    background-color: #f48136;
    -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, .55);
    -moz-box-shadow: 0 0 30px 0 rgba(50, 50, 50, .55);
    box-shadow: 0 0 30px 0 rgba(50, 50, 50, .55);
    transition: all .2s linear
}

.link-panel-result:hover .panel-result-footer {
    background-color: #ec6c18;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.list-noticias {
    padding: 0
}

.list-noticias [class*=col-] {
    display: inline-block;
    float: none;
    vertical-align: top
}

.list-noticias .col-xs-7 {
    width: 56%
}

@media only screen and (min-width:768px) {
    .list-noticias .col-sm-3 {
        width: 32.97%
    }

    .list-noticias .col-sm-12 {
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .list-noticias .col-md-3 {
        width: 24.68%
    }
}

@media only screen and (min-width:1200px) {
    .list-noticias .col-lg-3 {
        width: 24.73%
    }
}

.aplayer-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255);
    -webkit-box-shadow: 0 -1px 5px 0 rgba(50, 50, 50, .45);
    -moz-box-shadow: 0 -1px 5px 0 rgba(50, 50, 50, .45);
    box-shadow: 0 -1px 5px 0 rgba(50, 50, 50, .45)
}

.aplayer .aplayer-bar-wrap {
    cursor: pointer !important
}

.aplayer .aplayer-bar-wrap .aplayer-bar {
    position: relative;
    height: 2px;
    width: 100%;
    background: #cdcdcd
}

.aplayer .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1bb589;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.aplayer .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    background: #f48136 !important
}

.aplayer .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: -4px;
    margin-right: -10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #f48136 !important;
    background: #f48136 !important;
    cursor: pointer !important
}

.aplayer-pic {
    display: none
}

.aplayer-inner-content {
    max-width: 1170px;
    margin: 0 auto
}

.controlles-personalizados {
    width: 107px;
    float: right
}

.controlles-personalizados .btn-direction {
    width: 32px;
    height: 52px;
    display: inline-block
}

.controlles-personalizados .prev {
    background: url(/site/assets/images/prev.png) center no-repeat;
    visibility: hidden
}

.controlles-personalizados .next {
    background: url(/site/assets/images/next.png) center no-repeat;
    visibility: hidden
}

.controlles-personalizados .play-pause {
    width: 30px;
    height: 52px;
    display: inline-block
}

.controlles-personalizados .play {
    width: 100%;
    height: 100%;
    background: url(/site/assets/images/play.png) center no-repeat
}

.controlles-personalizados .pause {
    width: 100%;
    height: 100%;
    display: none;
    background: url(/site/assets/images/pause.png) center no-repeat
}

.sec-extras .item {
    background-color: #BDD7DD;
    margin-bottom: 30px;
    padding: 24px 15px
}

.sec-extras .item h4 {
    color: #1A1C1D;
    font-size: 1.25em;
    margin-bottom: 20px
}

.sec-extras .item p {
    color: #414647
}

.sec-extras .item .img-circle {
    max-width: 160px
}

.explore-desktop {
    display: none
}

@media only screen and (min-width:786px) {
    .explore-desktop {
        display: block
    }

    .explore-mobile {
        display: none
    }
}

.slide-desktop {
    display: none !important
}

@media only screen and (min-width:1100px) {
    .slide-desktop {
        display: block !important
    }

    .slide-mobile {
        display: none !important
    }
}

.home .type-news {
    padding-top: 50px
}

@media only screen and (min-width:786px) {
    .home .type-news {
        padding-top: 25px
    }
}

.home .btn-explore {
    /* margin-top: 25px */
    margin-bottom: 10px;
}

.home .banner-pos-mobile {
    min-height: inherit;
    padding-top: 50px
}

.sec-institute-1 h2 {
    margin-bottom: 25px
}

.sec-institute-2 {
    position: relative;
    padding-bottom: 30px
}

.sec-institute-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/site/assets/images/bg_mosaico_cover.jpg) center top;
    opacity: .1
}

.sec-projects li:hover .caption .tag,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.sec-institute-2 img {
    max-width: 247px;
    margin: 0 auto
}

.sec-institute-3 img {
    margin: 0 auto
}

.sec-colunista .equipe-info,
.sec-equipe .equipe-info {
    min-height: 105px;
    margin-top: 30px
}

.sec-colunista .sec-institute-3 .featurette-image,
.sec-equipe .sec-institute-3 img,
.sec-institute-3 .center-block,
.sec-institute-3 .sec-colunista .featurette-image,
.sec-institute-3 .sec-equipe img {
    display: table-cell;
    vertical-align: middle;
    height: 220px;
    font-size: 1em
}

.sec-colunista .equipe-info .nm-colunista {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-colunista .equipe-info .desc-colunista {
    font-size: .8125em;
    margin-bottom: 8px;
    letter-spacing: .5px
}

.sec-colunista .equipe-info .tag-coluna {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: .65625em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    background-color: #eee;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sec-equipe h2 {
    margin-bottom: 45px
}

.sec-equipe li {
    display: inline
}

.sec-equipe .equipe-info h3 {
    font-size: 1.125em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-equipe .equipe-info p {
    margin-bottom: 0;
    letter-spacing: .5px;
    font-family: "Varela Round", ​ sans-serif
}

.sec-equipe hr {
    border: 0;
    height: auto
}

.sec-equipe hr:after {
    content: " ";
    width: 25px;
    height: 6px;
    background-color: #4A89DC;
    display: block;
    margin: 0 auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sec-equipe a {
    position: relative;
    display: inline-block
}

.sec-equipe a [class*=" icon-"]:before,
.sec-equipe a [class^=icon-]:before {
    position: absolute;
    z-index: auto;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 7px auto 0;
    color: #FFF;
    font-size: 1em
}

.sec-equipe a:before {
    content: "";
    background-color: #5A5A57;
    display: inline-block;
    width: 28px;
    height: 28px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

.sec-equipe a:hover:before {
    background-color: #4a89dc
}

@media only screen and (max-width:767px) {
    .sec-institute-1 h2 {
        margin: 25px auto;
        text-align: center
    }

    .sec-institute-3 img {
        margin-bottom: 25px
    }

    .sec-colunista .sec-institute-3 .featurette-image,
    .sec-equipe .sec-institute-3 img,
    .sec-institute-3 .center-block,
    .sec-institute-3 .sec-colunista .featurette-image,
    .sec-institute-3 .sec-equipe img {
        display: block;
        height: auto
    }

    .sec-colunista .sec-institute-3 .featurette-image p,
    .sec-equipe .sec-institute-3 img p,
    .sec-institute-3 .center-block p,
    .sec-institute-3 .sec-colunista .featurette-image p,
    .sec-institute-3 .sec-equipe img p {
        text-align: center
    }
}

.icon_social-awesome {
    position: absolute;
    z-index: auto;
    top: -1px;
    left: 2px;
    right: 0;
    display: block;
    margin: 7px auto 0;
    color: #FFF;
    font-size: 1em
}

.form-contato .form .form-group,
.sec-projects li,
article.project figure {
    position: relative
}

.sec-projects {
    padding-top: 0;
    padding-bottom: 0
}

.sec-projects .container-fluid {
    max-width: 100%
}

.sec-projects li img {
    -moz-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.sec-projects li:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.sec-projects li .caption .tag {
    opacity: 0;
    margin-top: 25px;
    background-color: #EC455F
}

.sec-projects li .caption h3 {
    font-size: 1.375em;
    font-weight: 300;
    color: #f48136
}

.sec-projects li .caption h3:after {
    content: " ";
    width: 35px;
    height: 4px;
    background-color: #EC455F;
    display: block;
    margin: 10px auto 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:760px) {
    .sec-projects li .caption h3 {
        font-size: 1.125em
    }
}

article.project figure figcaption {
    font-style: oblique;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

article.project picture img {
    max-height: 310px;
    width: auto
}

@media only screen and (max-width:767px) {
    article.project figure figcaption {
        position: static;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    article.project figure figcaption {
        position: absolute;
        z-index: auto;
        top: 50px;
        right: 35px;
        width: calc-blocks(200, 940);
        padding: calc-blocks(25, 940);
        background-color: rgba(255, 255, 255, .8)
    }
}

.type-explore .text-color,
.type-faq .text-color,
.type-news .text-color {
    color: red
}

.aside-info {
    padding: 0 15px
}

.type .hbl-title {
    display: inline-block;
    margin-bottom: 15px
}

.type .nav-tabs {
    float: right
}

.type-explore .hbl-title,
.type-faq .hbl-title {
    border-left-color: red
}

.type-explore .nav-tabs li.active>a,
.type-explore .tag,
.type-faq .nav-tabs li.active>a,
.type-faq .tag {
    background-color: red
}

.type-explore .tab-pane .nav-tabs li.active>a,
.type-faq .tab-pane .nav-tabs li.active>a {
    background-color: #585453
}

.type-news .hbl-title {
    border-left-color: #1BB589
}

.type-news .nav-tabs li.active>a,
.type-news .tag {
    background-color: #1BB589
}

.type-news .caption h3 {
    color: #FFF
}

.type-projects .text-color {
    color: red
}

.type-projects .hbl-title {
    border-left-color: #EC455F
}

.type-projects .nav-tabs li.active>a,
.type-projects .tag {
    background-color: #EC455F
}

.bombeiros {
    background: url(/site/assets/images/bombeiros.jpg) no-repeat
}

.bombeiros .text h4,
.bombeiros .text p {
    color: #fff
}

.pesquisadores {
    background: url(/site/assets/images/pesquisadores.jpg) no-repeat
}

.colunista-box {
    width: 100%;
    height: auto;
    background: #F5F6F6
}

.colunista-box aside,
.colunista-side {
    padding: 0
}

.colunista-box .icon-colunista {
    margin: 10px 5px 0 0;
    display: inline-block
}

.colunista-side-item {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
    clear: both
}

.form-search-news {
    font-size: 0
}

.form-search-news .busca-noticia {
    width: 263px !important;
    display: inline-block;
    font-size: 15px !important;
    height: 34px !important;
    padding: 0 15px !important;
    color: #abacae !important;
    border: 1px solid #abacae !important;
    border-right: 0 !important;
    vertical-align: top;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-radius: 30px 0 0 30px
}

@media (min-width:576px) {
    .form-search-news .busca-noticia {
        width: 331px !important
    }
}

.form-search-news .btn-search-news {
    display: inline-block;
    height: 34px;
    padding-top: 3px;
    font-size: 15px !important;
    color: #abacae;
    padding-right: 15px !important;
    border: 1px solid #abacae !important;
    border-left: 0 !important;
    background-color: #fff;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px
}

@media print {

    #searchform,
    .box-pauta,
    .header,
    .perfil-colunista {
        display: none
    }
}

.noticias-int-container {
    margin-bottom: 1.5625%
}

@media (min-width:768px) {
    .noticias-int-container {
        min-height: 275px
    }
}

@media (min-width:1024px) {
    .noticias-int-container {
        min-height: 375px
    }
}

.noticia-tag-box {
    display: table;
    margin: 4.29688% auto 0
}

@media (min-width:768px) {
    .noticia-tag-box {
        margin-top: 60px
    }
}

.noticia-tag-box .nome_artista {
    font-size: 2em
}

#page-noticia.landing-cover {
    border-bottom: 1px solid #F5F6F6
}

.article-header {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.article-header h2 {
    font-size: 1.75em;
    font-weight: 700;
    font-family: Lora, sans-serif;
    text-transform: none;
    margin-bottom: 10px
}

.article-header p {
    font-size: .875em;
    margin-bottom: 0
}

.article-content p {
    font-size: 1em;
    line-height: 1.375em
}

.article-content p a {
    color: #F48136
}

.article-footer .btn-top {
    color: #FFF;
    background-color: #BBB;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 4px 30px 4px 5px;
    font-size: .75em
}

.article-footer .btn-top i[class^=icon-] {
    display: inline-block;
    font-size: 2.375em;
    vertical-align: middle;
    margin-right: 10px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.form-contato label,
.hamburguer,
.perfil-colunista {
    display: none
}

.article-footer .btn-top.active,
.article-footer .btn-top:hover {
    background-color: #c8c8c8
}

.article-otro p a {
    color: #f68128
}

.article-otro ul {
    list-style-type: disc;
    list-style-position: inside
}

.article-otro ol {
    list-style-type: decimal;
    list-style-position: inside
}

.article ol li {
    margin: 20px 0
}

.perfil-colunista {
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    background-color: #F7F7F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@media (max-width:768px) {
    .perfil-colunista {
        display: block
    }
}

.perfil-colunista .icon-colunista {
    margin: 10px 5px 0 0;
    display: inline-block
}

.perfil-colunista .container-img {
    max-width: 80px;
    float: left
}

.perfil-colunista .container-info {
    margin-left: 95px
}

.perfil-colunista p {
    margin: 0
}

aside .sidebar-item {
    margin-bottom: 35px
}

aside .sidebar-item p {
    margin-bottom: 0
}

aside .banner_immub {
    display: block;
    width: 100%;
    background-color: #F7F7F7;
    padding: 20px;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

aside .banner_immub h2 {
    display: inline-block;
    color: #80878A;
    margin: 0 0 20px;
    padding: 0;
    line-height: 0;
    width: 55px;
    font-size: 4.375em
}

aside .banner_immub h3 {
    font-size: .9375em;
    margin-bottom: 5px;
    letter-spacing: 2px
}

aside .news h2 {
    margin-bottom: 20px
}

aside .news .news-item {
    margin-bottom: 50px
}

aside .news .news-item .caption h4 {
    margin: 10px 0
}

.comments {
    padding: 25px 30px
}

.fb-bg,
.fb-bg:hover {
    background: #4267b2;
    color: #fff
}

.twt-bg,
.twt-bg:hover {
    background: #1da1f2;
    color: #fff
}

.btn-share {
    line-height: 1;
    font-size: 22px;
    color: #fff;
    padding: 5px 10px
}

@media (min-width:992px) {
    .compartilhar-noticia {
        text-align: right
    }
}

.form-contato p {
    font-size: 1.125em;
    line-height: 1.375em
}

.form-contato input[type=text],
.form-contato textarea {
    background-color: #E6E6E6
}

.form-contato textarea {
    height: 153px
}

.form-contato .form {
    margin-top: 20px
}

.form-contato .form .form-group {
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: none;
    margin: 0 0 32px
}

.form-contato .form .form-group label {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #aaa;
    font-weight: 500;
    transform: translate3d(0, 0, 0);
    transition: all .2s ease-in-out;
    z-index: 1;
    display: block;
    margin-bottom: 10px
}

.form-contato .form .form-group input,
.form-contato .form .form-group textarea {
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: rgba(0, 0, 0, .05);
    padding: 13px 20px;
    transition: all .2s ease-in-out;
    z-index: 10
}

.form-contato .form .form-group input:focus,
.form-contato .form .form-group textarea:focus {
    background: rgba(0, 0, 0, .1)
}

.form-contato .form .form-group input:focus+label,
.form-contato .form .form-group input:not(:placeholder-shown)+label,
.form-contato .form .form-group textarea:focus+label,
.form-contato .form .form-group textarea:not(:placeholder-shown)+label {
    color: #666;
    font-size: .8em;
    transform: translate(0, -2em)
}

.info-contato {
    position: relative;
    min-height: 256px;
    text-align: center
}

.info-contato:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/site/assets/images/bg_mosaico_cover.jpg);
    background-position: center top;
    background-repeat: repeat;
    opacity: .1
}

.info-contato .contact-data {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center
}

.info-contato .contact-data i {
    margin-right: 10px
}

.info-contato h5 {
    font-size: 1.0625em;
    font-family: Montserrat, sans-serif;
    color: #FFF;
    margin: 15px 0
}

.btn-login,
.rank-num,
.tt-pages,
.tt-popup {
    font-family: "Varela Round", ​ sans-serif
}

.info-contato a,
.info-contato p {
    font-size: .9375em;
    width: 300px;
    margin: 0 auto;
    font-weight: 300
}

.info-contato i[class^=icon-] {
    color: #FFF;
    font-size: 5.9375em
}

@media only screen and (max-width:767px) {
    .info-contato i[class^=icon-] {
        color: #FFF;
        font-size: 4.6875em
    }

    .info-contato .col-xs-12+.col-xs-12 {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
}

#page-album {
    background-color: transparent;
    /* background-image: url(/site/assets/images/bg-section-album.jpg); */
    background-image: url(/site/assets/images/immub_img_fundo_detalhe_do_disco.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 295px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

#page-album .row {
    position: relative
}

#page-album .album-info {
    position: static;
    margin-bottom: 100px
}

#page-album .album-info .titulo {
    font-size: 1.9375em;
    color: #F48136;
    text-transform: uppercase
}

.rank-num,
.txt-color-white {
    color: #fff
}

#page-album .album-info .artista {
    font-size: 1.4375em;
    margin-top: 10px
}

#page-album .album-info .extras {
    margin-top: 20px;
    font-size: 1.0625em;
    font-style: oblique
}

#page-album .capa img {
    box-shadow: 2px 2px 2px 2px #CBCBCB
}

@media (max-width:767px) {
    .album-info {
        text-align: center
    }

    .capa img {
        width: auto;
        margin: 30px auto;
        max-width: 270px
    }

    .show-xs {
        display: inline-block !important;
        text-align: center;
        width: 100%;
        padding: 15px 0;
        margin-bottom: -20px
    }
}

.lista-78rpm .item-capa-album {
    width: 100%
}

@media (min-width:767px) {
    .show-xs {
        display: none !important
    }
}

.capa-row-bg {
    background: #e2e4e3;
    width: 100%;
    height: 50px
}

.lista-78rpm .item-capa-album .left {
    width: 100%;
    float: left;
    padding: 10px
}

.lista-78rpm .right {
    float: left;
    margin-left: 20px
}

.lista-78rpm .preview-compactos {
    margin-bottom: 10px
}

.lista-78rpm .tipo-capa-album {
    max-width: 100px;
    float: left
}

.lista-78rpm .lnk-capa-album {
    display: inline-block;
    padding-left: 20px;
    padding-top: 8px
}

.lista-78rpm .grav-capa-album span,
.lista-78rpm .nm-capa-album span,
.lista-78rpm .tipo-capa-album span {
    margin-left: 30px
}

section.page-artista {
    background-color: transparent;
    /* background-image: url(/site/assets/images/bg-section.jpg); */
    background-image: url(/site/assets/images/immub_img_fundo_detalhe_do_disco.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 295px
}

section.page-artista .profile-card {
    display: block;
    margin: 0 auto;
    text-align: center
}

section.page-artista .profile-card img {
    max-width: 155px;
    max-height: auto;
    margin: 25px auto 15px
}

section.page-artista .profile-card h2 {
    font-size: 1.5em;
    text-transform: none
}

section.sec-album:nth-child(even) {
    background-color: #f5f6f6
}

section.sec-album .caption {
    height: 100px;
    overflow: hidden
}

section.sec-album .caption h4 {
    margin: 15px 0;
    text-transform: none
}

.box-inicial-title,
.btn-back-404,
.btn-clear,
.btn-entrar,
.btn-nova-pasta,
.resumo-notificacao span,
.tt-pages,
.tt-popup,
ul.menu-users li,
ul.order-notification {
    text-transform: uppercase
}

@media only screen and (min-width:1200px) {
    section.sec-album .list-albuns>li.col-lg-3 {
        width: 20%
    }
}

table.table-playlist tr td.photo {
    padding-left: 5px;
    padding-right: 5px
}

.rank-num {
    float: left;
    width: 22px;
    height: 22px;
    background: #1BB589;
    position: absolute;
    text-align: center
}

.txt-color-grey {
    color: #454545
}

.tt-pages {
    line-height: 23px;
    padding: 28px 0
}

.mrg-tt-pages {
    margin: 29px 0 0
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.border-cacaca {
    border: 1px solid #cacaca
}

.pd-left {
    padding: 0 0 0 15px
}

.trasitions {
    transition: max-height .8s ease;
    -webkit-transition: max-height .8s ease;
    -moz-transition: max-height .8s ease;
    -o-transition: max-height .8s ease
}

.show-menu {
    max-height: 500px !important
}

.btn-login {
    display: inline-block;
    font-size: .75em;
    color: #4d4d4d
}

.btn-login i {
    font-size: 1.41667em;
    color: #abacae;
    margin-right: 6px
}

.remodal {
    max-width: 400px
}

.box-login {
    padding: 34px 24px
}

.box-login-mobile {
    display: none;
    position: absolute;
    right: 15px;
    top: 12px
}

.tt-popup {
    font-size: 1.0625em;
    margin-bottom: 27px;
    color: #333
}

.custom-check input.input-login {
    width: 100%;
    font-family: Lora, sans-serif;
    font-size: .9375em;
    color: #99999c;
    padding: 0 0 14px;
    margin-bottom: 34px;
    border: 0;
    border-bottom: 1px solid #edeff0;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-actions,
.btn-entrar,
.btn-nova-pasta,
.input-false,
.resumo-notificacao span,
.table .font1,
.tt-album,
.txt-cover,
ul.actions li,
ul.menu-users li,
ul.order-notification {
    font-family: "Varela Round", ​ sans-serif
}

.esqueceu-senha {
    font-size: .9375em;
    color: #22b66b
}

.esqueceu-senha i {
    margin-right: 5px
}

.btn-entrar {
    width: 100%;
    font-size: 1.0625em;
    text-align: center;
    color: #fff;
    padding: 11px 0;
    margin-top: 25px;
    margin-bottom: 29px;
    border: 0;
    background-color: #22b66b;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px
}

.txt-center {
    text-align: center
}

.link-cadastro {
    color: #f1833a
}

.bg-notification {
    background-color: #8dc2d2
}

.page-notificacao .tt-pages {
    border-left: 4px solid #8dc2d2
}

#menu-area-user {
    padding: 10px
}

ul.menu-users li {
    font-size: .875em;
    margin-left: 3px;
    float: left;
    /* background: url(/site/assets/images/bg-menu.png) */
}

ul.menu-users li a {
    display: block;
    padding: 30px 16px 30px 41px
}

ul.menu-users li:first-child {
    margin-left: 0
}

ul.menu-users li.ativo {
    font-weight: 700;
    color: #000
}

.icons-star {
    background: url(/site/assets/images/icon-star.png) no-repeat
}

.icons-disc {
    background: url(/site/assets/images/icon-disc.png) no-repeat
}

.icons-discoteca {
    background: url(/site/assets/images/icon-discoteca.png) no-repeat
}

.icons-avatar {
    background: url(/site/assets/images/icon-avatar.png) no-repeat
}

.icons-bg-position {
    background-position: 8px center
}

ul.order-notification {
    padding-top: 23px
}

ul.order-notification li {
    font-size: .875em;
    color: #858585;
    margin: 0 8px;
    float: left
}

ul.order-notification li a {
    display: block;
    font-size: .92857em;
    color: #717171;
    padding: 6px 12px
}

ul.order-notification li.order-current a {
    color: #fff;
    background-color: #f37521;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

ul.order-notification li:first-child {
    padding: 6px 0
}

.form-filtrar {
    position: relative;
    padding: 15px 0
}

button.btn-search {
    width: 45px;
    font-size: 1.125em;
    text-align: center;
    color: #666;
    margin-top: -20px;
    position: absolute;
    right: 2px;
    top: 50%;
    border: none;
    background-color: transparent
}

ul.actions {
    margin-bottom: 16px
}

ul.actions li {
    padding: 13px 11px;
    float: left;
    border-top: 1px solid #e2e4e3;
    border-bottom: 1px solid #e2e4e3;
    border-right: 1px solid #e2e4e3
}

ul.actions li i {
    font-size: 1.07143em
}

ul.actions li:first-child {
    border-left: 1px solid #e2e4e3
}

.custom-check .chk-area {
    margin: 3px 5px 0 0;
    width: 13px;
    height: 13px;
    color: #938f8e;
    border: 1px solid #c5c7c6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.custom-check .chk-area span::before {
    height: 10px;
    top: 0;
    right: -4px;
    -moz-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg)
}

.custom-check .chk-area span::after {
    height: 7px;
    top: 3px;
    left: -2px;
    -moz-transform: rotate(145deg);
    -o-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg)
}

.btn-actions {
    line-height: 16px;
    color: #938f8e;
    border: 0;
    background-color: transparent
}

.bg-action-1 {
    background-color: #f3f5f4
}

.bg-action-2 {
    background-color: #e7f1f3
}

.table {
    width: 100%;
    border-right: 1px solid #e2e4e3;
    border-left: 1px solid #e2e4e3;
    background-color: #f5f7f6
}

.table tr.mgs-nao-lida {
    background-color: #f0f0e6
}

.table td {
    padding: 9px 0;
    border-bottom: 1px solid #e2e4e3
}

.table td .chk-area {
    margin: 0 auto;
    float: none
}

.table tr:first-child td {
    border-top: 1px solid #e2e4e3
}

.table p {
    margin-bottom: 0
}

.table .font1 {
    font-size: .9375em;
    color: #000
}

.resumo-notificacao span {
    display: inline-block;
    font-size: .6875em;
    color: #fff;
    padding: 1px 8px;
    background-color: #eb8437
}

.row-mrg-bottom {
    margin-bottom: 33px
}

.custom-select,
input.custom-input {
    margin-bottom: 21px
}

.bg-favoritos {
    background-color: #f37521
}

.page-favoritos .tt-pages {
    border-left: 4px solid #2a9a64
}

.btn-nova-pasta {
    display: inline-block;
    font-size: .875em;
    text-decoration: none;
    color: #3b3b3b;
    padding: 12px 22px;
    margin-top: 17px;
    background-color: #c7c7c7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.tt-album {
    font-size: .9375em;
    margin-top: 14px
}

.nm-artista {
    font-size: .875em;
    margin-top: 8px
}

.inline-block {
    display: inline-block;
    float: none;
    vertical-align: top
}

.list-albuns .col-lg-2 {
    width: 16.37%
}

.bg-perfil,
.bg-perfil ul.menu-users {
    background-color: #009bdb
}

.bg-discoteca,
.bg-discoteca ul.menu-users {
    background-color: #ec4863
}

.bg-colabore,
.bg-colabore ul.menu-users {
    background-color: #f48136
}

.bg-pesquisas,
.bg-pesquisas ul.menu-users {
    background-color: #1bb589
}

.bg-inicio,
.bg-inicio ul.menu-users {
    /* background-color: #d9a252 */
}

.bg-inicio ul.menu-users {
    float: right
}

.txt-right {
    text-align: right
}

input.custom-input {
    background-color: #e3e3e3
}

.mrg-top {
    margin-top: 21px
}

.preview-album {
    display: block;
    width: 100%;
    height: 154px;
    position: relative;
    overflow: hidden;
    background: url(/site/assets/images/icon-upload.png) center center no-repeat #f48136;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.preview-album .image-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.btn-anexar #input-preview-album,
.sys-input-preview-album {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 99
}

.txt-cover {
    font-size: .9375em;
    text-align: center;
    color: #909090;
    margin-top: 10px
}

.input-false {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 1.125em;
    color: #000;
    padding: 14px 0 0 24px;
    position: relative;
    background-color: #e3e3e3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden
}

.btn-anexar,
.btn-enviar {
    color: #fff;
    font-family: "Varela Round", ​ sans-serif
}

.btn-anexar {
    width: 128px;
    height: 100%;
    font-size: 1.0625em;
    padding: 9px 0 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/site/assets/images/icon-music.png) 83% 11px no-repeat #f38a46
}

.btn-enviar {
    display: inline-block;
    font-size: 1.25em;
    padding: 6px 74px 6px 29px;
    border: 0;
    background: url(/site/assets/images/icon-arrow-send.png) 90% top no-repeat #f48136;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn-clear {
    display: inline-block;
    font-family: "Varela Round", ​ sans-serif;
    font-size: .8125em;
    color: #ac0905;
    padding: 13px 31px;
    border: 0;
    background-color: transparent
}

.obs-send-file {
    font-size: .875em;
    font-style: italic;
    color: #8c8b8b
}

#files {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 99
}

ul.anexos li {
    font-size: 1em;
    color: #0396c2;
    padding: 11px 39px 11px 43px;
    position: relative;
    background: url(/site/assets/images/icon-mini-clip.png) 23px center no-repeat #f3f3f3
}

.icon-trash {
    display: block;
    width: 18px;
    height: 22px;
    position: absolute;
    right: 17px;
    top: 10px;
    background-image: url(/site/assets/images/icon-trash.png)
}

input[type=password] {
    color: #6d6d6d;
    height: 44px;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 45px 10px 20px;
    border: 1px solid #ededed;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    outline: 0;
    font-size: .9375em;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Varela Round", ​ sans-serif;
    box-shadow: none
}

h1.title-colabore,
h2.title-colabore {
    text-transform: none
}

.container-title-colabore {
    margin-bottom: 21px;
    padding: 15px 15px 10px 0;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden
}

.input-false.frm-colabore,
input[type=email].frm-colabore,
input[type=password].frm-colabore,
input[type=text].frm-colabore,
select.frm-colabore,
textarea.frm-colabore,
ul.anexos li {
    margin-bottom: 10px;
    background-color: #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

select.frm-colabore {
    height: 44px;
    -moz-appearance: initial;
    -webkit-appearance: initial
}

.container-midias-colabore {
    padding: 18px 30px;
    background: #f8f8f8
}

.preview-album {
    background-color: #e3e3e3
}

.topo-colabore {
    background: #fff
}

.topo-colabore-txt {
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 20px;
    font-size: 25px;
    font-family: 'Varela Round', ​ sans-serif;
    text-align: center;
    color: #f48136
}

.btn-back-404,
.font-varela,
.grav-capa-album,
.menu-pesquisa,
.nm-capa-album,
.num-result,
.tb-resulta-busca,
.tipo-capa-album,
.tt-404,
.txt-404 {
    font-family: "Varela Round", ​ sans-serif
}

.box-inicial {
    padding: 13px;
    border: 1px solid #efefef;
    background-color: #f8f8f8;
    background-position: bottom right -45px;
    background-repeat: no-repeat
}

.box-inicial.colabore {
    background-image: url(/site/assets/images/icon-bg-colabore.png)
}

.box-inicial.pesquisas {
    background-image: url(/site/assets/images/icon-bg-pesquisas.png)
}

.box-inicial.discoteca {
    background-image: url(/site/assets/images/icon-bg-discoteca.png)
}

.box-inicial.with-margin-top {
    margin-top: 40px
}

.box-inicial-img {
    margin-bottom: 15px
}

.box-inicial-title {
    font-size: 32px
}

.box-inicial-title.colabore {
    color: #f48136
}

.box-inicial-title.pesquisas {
    color: #1bb589
}

.box-inicial-title.discoteca {
    color: #ec4863
}

.box-inicial-sub-title {
    font-style: italic;
    font-size: 20px;
    color: #454545
}

.box-inicial-separator {
    margin: 15px 0;
    clear: both;
    border-bottom: 1px solid #e6e6e6
}

.box-inicial-desc {
    color: #454545
}

.bg-editar-perfil {
    background-color: #22b66b
}

.preview-avatar {
    width: 193px;
    height: 193px;
    margin: 0 auto;
    background: #e3e3e3;
    border-radius: 50%
}

.btn-editar-avatar,
.excluir-avatar {
    display: block;
    width: 54px;
    height: 54px;
    font-size: 1.375em;
    text-align: center;
    color: #cfcfcf;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background-image: url(/site/assets/images-icons-avatar.png); */
    z-index: 9
}

.btn-editar-avatar i,
.excluir-avatar i {
    display: inline-block;
    margin-top: 17px
}

.btn-editar-avatar {
    left: 33px
}

.excluir-avatar {
    right: 33px
}

[class*=w-input-] {
    padding: 0 15px;
    position: relative;
    float: left
}

.w-input-xs-20 {
    width: 20%
}

.w-input-xs-25 {
    width: 25%
}

.w-input-xs-30 {
    width: 30%
}

.w-input-xs-40 {
    width: 40%
}

.w-input-xs-50 {
    width: 50%
}

.w-input-xs-60 {
    width: 60%
}

.w-input-xs-70 {
    width: 70%
}

.w-input-xs-75 {
    width: 75%
}

.w-input-xs-100 {
    width: 100%
}

@media (min-width:480px) {
    .w-input-sm-20 {
        width: 20%
    }

    .w-input-sm-25 {
        width: 25%
    }

    .w-input-sm-30 {
        width: 30%
    }

    .w-input-sm-40 {
        width: 40%
    }

    .w-input-sm-50 {
        width: 50%
    }

    .w-input-sm-60 {
        width: 60%
    }

    .w-input-sm-70 {
        width: 70%
    }

    .w-input-sm-75 {
        width: 75%
    }

    .w-input-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) {
    .w-input-md-20 {
        width: 20%
    }

    .w-input-md-25 {
        width: 25%
    }

    .w-input-md-30 {
        width: 30%
    }

    .w-input-md-40 {
        width: 40%
    }

    .w-input-md-50 {
        width: 50%
    }

    .w-input-md-60 {
        width: 60%
    }

    .w-input-md-70 {
        width: 70%
    }

    .w-input-md-75 {
        width: 75%
    }

    .w-input-md-100 {
        width: 100%
    }
}

@media (max-width:966px) and (min-width:240px) {
    .box-login-mobile {
        display: block
    }

    .box-login-mobile span {
        display: none
    }

    .bar-height-mobile {
        height: 102px
    }

    .bar-height-mobile [class*=col-] {
        height: 100%
    }

    .bar-height-mobile2 {
        height: 73px
    }

    .bar-height-mobile2 .hamburguer {
        margin-top: 22px
    }

    .hamburguer {
        display: inline-block;
        font-size: 1.875em;
        color: #fff;
        line-height: 29px;
        margin-top: 34px;
        float: right
    }

    .tt-pages {
        font-size: 1.25em
    }

    ul.menu-users {
        width: 240px;
        max-height: 0;
        position: absolute;
        right: 0;
        /* top: 100%; */
        top: 83%;
        z-index: 99;
        overflow: hidden
    }

    ul.menu-users li {
        width: 100%;
        margin-left: 0;
        float: none
    }

    ul.menu-users li a {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .list-albuns [class*=col-lg-],
    ul.order-notification li {
        width: 100%
    }

    .bg-notification ul.menu-users {
        background-color: #8dc2d2
    }

    .bg-notification .tt-pages {
        font-size: 1.0625em
    }

    ul.actions li {
        width: 100%;
        border: 1px solid #e2e4e3
    }
}

@media (max-width:966px) and (min-width:320px) {
    .box-login-mobile span {
        display: inline-block
    }

    .bar-height-mobile {
        height: 79px
    }

    .hamburguer {
        margin-top: 24px
    }

    .btn-clear {
        padding-right: 24px;
        padding-left: 24px
    }

    .list-albuns [class*=col-lg-] {
        width: 49.34%
    }
}

@media (max-width:966px) and (min-width:360px) {
    .btn-clear {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:966px) and (min-width:440px) {
    .preview-album {
        width: 60%;
        margin: 0 auto
    }

    ul.actions li {
        width: auto
    }
}

@media (max-width:966px) and (min-width:480px) {
    .list-albuns [class*=col-lg-] {
        width: 32.74%
    }
}

@media (max-width:966px) and (min-width:640px) {
    ul.order-notification li {
        width: auto
    }

    .preview-album {
        width: 40%;
        margin: 0 auto
    }
}

@media (max-width:966px) and (min-width:768px) {
    .box-login-mobile {
        display: none
    }

    .list-albuns [class*=col-lg-] {
        width: 24.58%
    }
}

@media (max-width:966px) and (min-width:960px) {
    .preview-album {
        width: 20%;
        margin: 0 auto
    }

    .list-albuns [class*=col-lg-] {
        width: 19.64%
    }
}

@media (min-width:967px) {
    .list-albuns [class*=col-lg-] {
        width: 16.33%
    }
}

.tt-404 {
    font-size: 7.5em;
    color: #1ab58b
}

@media (min-width:442px) {
    .tt-404 {
        font-size: 10.625em
    }
}

.txt-404 {
    font-size: 1.875em;
    color: #33343c;
    line-height: 38px
}

@media (min-width:442px) {
    .txt-404 {
        font-size: 3.125em;
        line-height: 54px
    }
}

.btn-back-404 {
    display: inline-block;
    max-width: 326px;
    width: 100%;
    font-size: 1.875em;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 23px 0;
    background-color: #1ab58b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.num-result {
    font-size: 1.25em;
    color: #000
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
    margin-bottom: 76px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.tb-resulta-busca {
    text-align: left
}

.tb-resulta-busca .tb-item-tr {
    color: #000
}

.tb-resulta-busca .tb-item-tr .tb-item-td {
    font-size: .875em;
    padding: 0
}

.tb-resulta-busca .tb-item-tr .tb-item-td .lnk-result-busca {
    padding: 18px 15px
}

.tb-resulta-busca .tb-item-th {
    font-size: .9375em;
    color: #fff;
    padding: 10px 15px;
    background-color: #1ab58b
}

.tb-resulta-busca.table-striped .tb-item-tr:hover {
    color: #fff;
    background-color: #f48136;
    -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, .55);
    -moz-box-shadow: 0 0 30px 0 rgba(50, 50, 50, .55);
    box-shadow: 0 0 30px 0 rgba(50, 50, 50, .55);
    -webkit-transition: box-shadow .2s linear;
    -moz-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    -ms-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

.table-striped tr:nth-of-type(2n+1) {
    background-color: #fff
}

.sem-quebra {
    white-space: nowrap
}

.capa-album .item-capa-album {
    display: inline-block;
    width: 100%;
    margin-bottom: 27px
}

@media screen and (min-width:640px) {
    .capa-album .item-capa-album {
        width: 49.65%
    }
}

@media screen and (min-width:960px) {
    .capa-album .item-capa-album {
        width: 49.77%
    }
}

.tt-capa-album {
    margin-bottom: 15px
}

.lnk-capa-album,
.lnk-result-busca {
    display: block
}

.img-capa-album {
    max-width: 144px;
    width: 30%;
    margin-right: 5px;
    float: left
}

@media screen and (min-width:440px) {
    .img-capa-album {
        margin-right: 15px
    }
}

@media (min-width:640px) {
    .img-capa-album {
        width: 33%;
        margin: 0 auto 15px;
        float: none
    }
}

@media (min-width:960px) {
    .img-capa-album {
        width: 30%;
        margin-right: 29px;
        float: left
    }
}

.blc-info-capa {
    width: 68%;
    float: left
}

@media screen and (min-width:440px) {
    .blc-info-capa {
        width: 66%
    }
}

@media screen and (min-width:640px) {
    .blc-info-capa {
        width: 100%;
        text-align: center
    }
}

@media (min-width:960px) {
    .blc-info-capa {
        width: 57%;
        text-align: left
    }
}

@media (min-width:1200px) {
    .blc-info-capa {
        width: 66.88%
    }
}

.grav-capa-album,
.nm-capa-album,
.tipo-capa-album {
    font-size: .875em;
    margin-bottom: 12px;
    color: #000
}

.grav-capa-album {
    color: #686868
}

.tipo-capa-album {
    display: inline;
    max-width: 80px;
    width: 100%;
    text-align: center;
    color: #1ab58b;
    margin-bottom: 0;
    padding: 5px 12px;
    border: 2px solid #1ab58b;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px
}

.dialog-pesquisa {
    border: 1px solid #c5c5c5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .18);
    background: #fff
}

.dialog-pesquisa-header {
    padding: 15px 15px 0
}

.dialog-pesquisa-body {
    padding: 15px
}

.dialog-pesquisa-footer {
    padding: 15px;
    background: #f6f6f6
}

.dialog-pesquisa-title {
    text-align: left;
    font-size: 15px
}

.dialog-pesquisa input[type=text] {
    width: 100%;
    height: 28px;
    font-size: 13px;
    color: #333;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .05);
    border: 1px solid #d3d3d3;
    border-radius: 0
}

.dialog-criar,
.dialog-excluir {
    width: 300px;
    display: none;
    margin-left: -150px;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 100
}

.dialog-pesquisa .txt-left {
    text-align: left
}

.container-menu-pesquisa {
    position: relative;
    display: inline-block
}

.btn-open-lista-pesquisa {
    height: 30px;
    display: inline-block;
    background-color: #f48136;
    border-color: #F48136;
    line-height: 30px;
    color: #FFF
}

.btn-add-pesquisa-txt {
    padding: 0 0 0 5px;
    color: #FFF
}

.menu-pesquisa {
    width: 280px;
    padding: 10px 0;
    outline: 0;
    overflow: visible;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    display: none;
    font-size: 14px
}

.menu-pesquisa .listagem {
    max-height: 200px;
    overflow-y: auto;
    text-align: left
}

.fancybox-inner,
.slick-list,
html.remodal-is-locked {
    overflow: hidden
}

.menu-pesquisa .listagem input[type=checkbox] {
    margin-right: 5px
}

.menu-pesquisa .listagem li {
    padding: 2px 0;
    vertical-align: middle
}

.menu-pesquisa .frm-nova-pesquisa {
    display: none;
    text-align: right
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-next,
.slick-prev,
.slide-album .slick-slide img+span {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.fancybox-overlay,
.remodal,
.remodal-overlay,
.remodal-wrapper,
.slick-arrow.slick-hidden,
[data-remodal-id] {
    display: none
}

.slick-dots,
.slick-next,
.slick-prev {
    z-index: 10;
    display: block;
    position: absolute;
    padding: 0
}

.slick-loading .slick-list {
    background: url(/site/assets/images/ajax-loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-prev {
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 70px;
    line-height: 1;
    color: #FFF;
    opacity: .75;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 50px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 50px
}

.slick-prev:before {
    content: ""
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: 50px
}

[dir=rtl] .slick-next {
    left: 50px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    bottom: 25px;
    text-align: center;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #000;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.slick-dots li.slick-active button:before {
    color: #000;
    background: #CCC
}

.slide-album.slick-slider {
    width: 260px;
    margin-left: 20px;
    position: absolute;
    bottom: 0
}

.slide-album .slick-slide {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    border: 4px solid #CBCBCB;
    transition: all .3s ease 0s
}

.slide-album .slick-slide img {
    width: 72px;
    height: 72px;
}

.slide-album .slick-slide img+span {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, .8);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s ease 0s;
    opacity: 0
}

.slide-album .slick-slide img+span [class*=" icon-"],
.slide-album .slick-slide img+span [class^=icon-] {
    font-size: 1.25em;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slide-album .slick-slide:hover {
    border-color: #F48136
}

.slide-album .slick-slide:hover img+span.hover {
    opacity: 1
}

.slide-album .slick-next,
.slide-album .slick-prev {
    width: 27px
}

.slide-album .slick-next:before,
.slide-album .slick-prev:before {
    content: "\e900";
    font-size: 25px;
    color: #C7C7C7;
    opacity: 1;
    transition: all .3s ease 0s
}

.slide-album .slick-next:hover:before,
.slide-album .slick-prev:hover:before {
    opacity: 1;
    color: #F48136
}

.slide-album .slick-prev {
    left: -30px
}

.slide-album .slick-next {
    right: -30px;
    transform: translate(0, -50%) rotate(-180deg)
}

@media (max-width:767px) {
    .slide-album.slick-slider {
        margin: 0 auto;
        text-align: center;
        right: 0;
        left: 0
    }
}

.slick-2 .slick-next,
.slick-2 .slick-prev,
.slick-3 .slick-next,
.slick-3 .slick-prev {
    width: 35px
}

.slick-2 .slick-next:before,
.slick-2 .slick-prev:before,
.slick-3 .slick-next:before,
.slick-3 .slick-prev:before {
    content: "\e900";
    font-size: 35px;
    color: #C7C7C7;
    opacity: 1;
    transition: all .3s ease 0s
}

.slick-2 .slick-next:hover:before,
.slick-2 .slick-prev:hover:before,
.slick-3 .slick-next:hover:before,
.slick-3 .slick-prev:hover:before {
    opacity: 1;
    color: #F48136
}

.slick-2 .slick-prev,
.slick-3 .slick-prev {
    left: -35px
}

.slick-2 .slick-next,
.slick-3 .slick-next {
    right: -35px;
    transform: translate(0, -50%) rotate(-180deg)
}

.slick-2 .slick-dots,
.slick-3 .slick-dots {
    position: relative;
    margin-top: 20px;
    padding: 0;
    bottom: 0
}

.slick-2 .slick-dots li button:before,
.slick-3 .slick-dots li button:before {
    background-color: #C7C7C7
}

.slick-2 .slick-dots li.slick-active button:before,
.slick-2 .slick-dots li:hover button:before,
.slick-3 .slick-dots li.slick-active button:before,
.slick-3 .slick-dots li:hover button:before {
    background-color: #F48136
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    background: rgba(0, 0, 0, .8)
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #f6f7f8;
    border: 2px solid;
    -webkit-box-shadow: 34px 36px 30px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 34px 36px 30px 0 rgba(0, 0, 0, .45);
    box-shadow: 34px 36px 30px 0 rgba(0, 0, 0, .45);
    text-align: left
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation: remodal-overlay-opening-keyframes .3s;
    animation: remodal-overlay-opening-keyframes .3s
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation: remodal-overlay-closing-keyframes .3s;
    animation: remodal-overlay-closing-keyframes .3s
}

.remodal-cancel,
.remodal-close,
.remodal-confirm {
    overflow: visible;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0
}

.remodal.remodal-is-opening {
    -webkit-animation: remodal-opening-keyframes .3s;
    animation: remodal-opening-keyframes .3s
}

.remodal.remodal-is-closing {
    -webkit-animation: remodal-closing-keyframes .3s;
    animation: remodal-closing-keyframes .3s
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    display: block;
    width: 37px;
    height: 37px;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #95979c;
    background: url(/site/assets/images/btn-close.png) no-repeat
}

.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    text-align: center
}

.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    min-width: 110px;
    padding: 12px 0;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 727px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    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, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.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-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(/site/assets/images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/site/assets/images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(/site/assets/images/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    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;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !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;
    z-index: 8010;
    background: url(/site/assets/images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 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: 0 0;
    background: rgba(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: 700;
    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, .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-next span,
    .fancybox-prev span {
        background-image: url(/site/assets/images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(/site/assets/images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}