﻿@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-light.woff2) format("woff2"), url(../fonts/roboto-light.woff) format("woff"), url(../fonts/roboto-light.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-regular.woff2) format("woff2"), url(../fonts/roboto-regular.woff) format("woff"), url(../fonts/roboto-regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-medium.woff2) format("woff2"), url(../fonts/roboto-medium.woff) format("woff"), url(../fonts/roboto-medium.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-bold.woff2) format("woff2"), url(../fonts/roboto-bold.woff) format("woff"), url(../fonts/roboto-bold.ttf) format("truetype")
}

.material-icons,
.sites>a [class^="icon-"] {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

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

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

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-recaptcha>div {
    margin: 0 auto 1em
}

.material-icons.m-fix,
.sites>a .m-fix[class^="icon-"] {
    position: relative;
    bottom: 0.08em
}

.material-icons.m-sm,
.sites>a .m-sm[class^="icon-"] {
    font-size: 18px
}

.material-icons.m-md,
.sites>a .m-md[class^="icon-"] {
    font-size: 24px
}

.material-icons.m-lg,
.sites>a .m-lg[class^="icon-"] {
    font-size: 36px
}

.material-icons.m-xl,
.sites>a .m-xl[class^="icon-"] {
    font-size: 48px
}

.material-icons.m-inherit,
.sites>a .m-inherit[class^="icon-"] {
    font-size: inherit
}

.m-primary-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.m-secondary-text,
.char-counter {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.m-help-text,
.category-block .category-news .main-article .article-footer {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38)
}

.m-divider {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.12)
}

.mw-primary-text {
    font-weight: 500;
    color: #fff
}

.mw-secondary-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7)
}

.mw-help-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5)
}

.mw-divider {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.12)
}

@font-face {
    font-family: 'icomoon';
    src: url("/static/sass/addons/icomoon/fonts/icomoon.eot?i81gfl");
    src: url("/static/sass/addons/icomoon/fonts/icomoon.eot?i81gfl#iefix") format("embedded-opentype"), url("/static/sass/addons/icomoon/fonts/icomoon.ttf?i81gfl") format("truetype"), url("/static/sass/addons/icomoon/fonts/icomoon.woff?i81gfl") format("woff"), url("/static/sass/addons/icomoon/fonts/icomoon.svg?i81gfl#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"].icon-2x,
[class*=" icon-"].icon-2x {
    font-size: 32px
}

.icon-ruler2:before {
    content: "\e901"
}

.icon-pencil:before {
    content: "\e901"
}

.icon-design:before {
    content: "\e901"
}

.icon-ruler3:before {
    content: "\e902"
}

.icon-measure:before {
    content: "\e902"
}

.icon-math:before {
    content: "\e902"
}

.icon-ruler4:before {
    content: "\e903"
}

.icon-measure2:before {
    content: "\e903"
}

.icon-length:before {
    content: "\e903"
}

.icon-cube2:before {
    content: "\e904"
}

.icon-3d:before {
    content: "\e904"
}

.icon-box:before {
    content: "\e904"
}

.icon-ruler:before {
    content: "\e900"
}

.icon-book2:before {
    content: "\e91f"
}

.icon-books:before {
    content: "\e920"
}

.icon-search:before {
    content: "\e986"
}

.icon-cog:before {
    content: "\e994"
}

.icon-hammer:before {
    content: "\e996"
}

.icon-pen:before {
    content: "\e908"
}

.icon-sun:before {
    content: "\e9d4"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-linkedin:before {
    content: "\eac9"
}

.icon-linkedin2:before {
    content: "\eaca"
}

.icon-cubes:before {
    content: "\e905"
}

.icon-cube:before {
    content: "\e906"
}

.icon-book:before {
    content: "\e907"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    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
}

.slick-arrow.slick-hidden {
    display: none
}

.z-depth-0,
.card .collection,
.category-block .category-news .collection,
.tooltip .tooltip-body .collection,
.collection .collection,
.news-card .collection,
.filters .collection,
.card-primary .collection,
.card-image .collection {
    box-shadow: none !important
}

.z-depth-1,
/* footer .footer-logo, */
.card,
.category-block .category-news,
.tooltip .tooltip-body,
.collection,
.news-card,
.filters,
.card-primary,
.card-image,
.fc {
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12)
}

.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-3,
.modal-dialog .modal-wrap,
.tooltip .tooltip-body {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.z-depth-5,
.clndr .cell-dropdown {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3)
}

.hoverable,
/* #calendar, */
.news-card {
    transition: box-shadow .25s;
    box-shadow: 0
}

.hoverable:hover,
/* #calendar:hover, */
.news-card:hover {
    transition: box-shadow .25s;
    box-shadow: 0 14px 26px -12px rgba(85, 85, 85, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 85, 85, 0.2)
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background-color: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page>.caret,
    body .gsc-control-cse td.gsc-search-button>.caret,
    .btn-flat>.caret,
    .clndr .clndr-button>.caret,
    .btn-muted>.caret,
    .btn-flat-white>.caret,
    .btn-plain>.caret,
    .fc-state-default>.caret,
    .select2-results__option>.caret,
    .dropup>.btn>.caret,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .dropup>.gsc-cursor-page>.caret,
    body .gsc-control-cse .dropup>td.gsc-search-button>.caret,
    .dropup>.btn-flat>.caret,
    .clndr .dropup>.clndr-button>.caret,
    .dropup>.btn-muted>.caret,
    .dropup>.btn-flat-white>.caret,
    .dropup>.btn-plain>.caret,
    .dropup>.fc-state-default>.caret,
    .dropup>.select2-results__option>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.38;
    color: #333;
    background-color: #fff
}

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

a {
    color: #1976D2;
    text-decoration: none
}

a:hover,
a:focus {
    color: #11508e;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.38;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #e0e0e0
}

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

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

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 9.5px
}

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

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 9.5px
}

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

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 9.5px
}

.lead {
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

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

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #858585
}

.text-primary {
    color: #1976D2
}

a.text-primary:hover,
a.text-primary:focus {
    color: #145ca4
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #ffa000
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #cc8000
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 18px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #e0e0e0
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 19px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 19px
}

dt,
dd {
    line-height: 1.38
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #858585
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 19px 19px;
    margin: 0 0 19px;
    font-size: 17.5px;
    border-left: 5px solid #e0e0e0
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.38;
    color: #858585
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e0e0e0;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.38
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px
}

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

.container:after {
    clear: both
}

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

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

@media (min-width: 1337px) {
    .container {
        width: 1305px
    }
}

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

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1337px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, 0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #858585;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.38;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.38;
    color: #555
}

.form-control,
body .gsc-control-cse input.gsc-input,
.xpaginator .simple,
.books-catalog-footer select.simple,
.select2-search--dropdown .select2-search__field,
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single,
.ui-selectmenu-button.ui-button {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.38;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus,
body .gsc-control-cse input.gsc-input:focus,
.xpaginator .simple:focus,
.books-catalog-footer select.simple:focus,
.select2-search--dropdown .select2-search__field:focus,
.select2-container .select2-selection--multiple:focus,
.select2-container .select2-selection--single:focus,
.ui-selectmenu-button.ui-button:focus {
    background-color: #fff;
    border-color: #ffa000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 160, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 160, 0, 0.6)
}

.form-control::-moz-placeholder,
body .gsc-control-cse input.gsc-input::-moz-placeholder,
.xpaginator .simple::-moz-placeholder,
.books-catalog-footer select.simple::-moz-placeholder,
.select2-search--dropdown .select2-search__field::-moz-placeholder,
.select2-container .select2-selection--multiple::-moz-placeholder,
.select2-container .select2-selection--single::-moz-placeholder,
.ui-selectmenu-button.ui-button::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,
body .gsc-control-cse input.gsc-input:-ms-input-placeholder,
.xpaginator .simple:-ms-input-placeholder,
.books-catalog-footer select.simple:-ms-input-placeholder,
.select2-search--dropdown .select2-search__field:-ms-input-placeholder,
.select2-container .select2-selection--multiple:-ms-input-placeholder,
.select2-container .select2-selection--single:-ms-input-placeholder,
.ui-selectmenu-button.ui-button:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,
body .gsc-control-cse input.gsc-input::-webkit-input-placeholder,
.xpaginator .simple::-webkit-input-placeholder,
.books-catalog-footer select.simple::-webkit-input-placeholder,
.select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
.select2-container .select2-selection--multiple::-webkit-input-placeholder,
.select2-container .select2-selection--single::-webkit-input-placeholder,
.ui-selectmenu-button.ui-button::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand,
body .gsc-control-cse input.gsc-input::-ms-expand,
.xpaginator .simple::-ms-expand,
.books-catalog-footer select.simple::-ms-expand,
.select2-search--dropdown .select2-search__field::-ms-expand,
.select2-container .select2-selection--multiple::-ms-expand,
.select2-container .select2-selection--single::-ms-expand,
.ui-selectmenu-button.ui-button::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
body .gsc-control-cse input[disabled].gsc-input,
.xpaginator [disabled].simple,
.books-catalog-footer select[disabled].simple,
.select2-search--dropdown [disabled].select2-search__field,
.select2-container [disabled].select2-selection--multiple,
.select2-container [disabled].select2-selection--single,
[disabled].ui-selectmenu-button.ui-button,
.form-control[readonly],
body .gsc-control-cse input[readonly].gsc-input,
.xpaginator [readonly].simple,
.books-catalog-footer select[readonly].simple,
.select2-search--dropdown [readonly].select2-search__field,
.select2-container [readonly].select2-selection--multiple,
.select2-container [readonly].select2-selection--single,
[readonly].ui-selectmenu-button.ui-button,
fieldset[disabled] .form-control,
fieldset[disabled] body .gsc-control-cse input.gsc-input,
body .gsc-control-cse fieldset[disabled] input.gsc-input,
fieldset[disabled] .xpaginator .simple,
.xpaginator fieldset[disabled] .simple,
fieldset[disabled] .books-catalog-footer select.simple,
.books-catalog-footer fieldset[disabled] select.simple,
fieldset[disabled] .select2-search--dropdown .select2-search__field,
.select2-search--dropdown fieldset[disabled] .select2-search__field,
fieldset[disabled] .select2-container .select2-selection--multiple,
.select2-container fieldset[disabled] .select2-selection--multiple,
fieldset[disabled] .select2-container .select2-selection--single,
.select2-container fieldset[disabled] .select2-selection--single,
fieldset[disabled] .ui-selectmenu-button.ui-button {
    background-color: #e0e0e0;
    opacity: 1
}

.form-control[disabled],
body .gsc-control-cse input[disabled].gsc-input,
.xpaginator [disabled].simple,
.books-catalog-footer select[disabled].simple,
.select2-search--dropdown [disabled].select2-search__field,
.select2-container [disabled].select2-selection--multiple,
.select2-container [disabled].select2-selection--single,
[disabled].ui-selectmenu-button.ui-button,
fieldset[disabled] .form-control,
fieldset[disabled] body .gsc-control-cse input.gsc-input,
body .gsc-control-cse fieldset[disabled] input.gsc-input,
fieldset[disabled] .xpaginator .simple,
.xpaginator fieldset[disabled] .simple,
fieldset[disabled] .books-catalog-footer select.simple,
.books-catalog-footer fieldset[disabled] select.simple,
fieldset[disabled] .select2-search--dropdown .select2-search__field,
.select2-search--dropdown fieldset[disabled] .select2-search__field,
fieldset[disabled] .select2-container .select2-selection--multiple,
.select2-container fieldset[disabled] .select2-selection--multiple,
fieldset[disabled] .select2-container .select2-selection--single,
.select2-container fieldset[disabled] .select2-selection--single,
fieldset[disabled] .ui-selectmenu-button.ui-button {
    cursor: not-allowed
}

textarea.form-control,
.xpaginator textarea.simple,
.select2-search--dropdown textarea.select2-search__field,
.select2-container textarea.select2-selection--multiple,
.select2-container textarea.select2-selection--single,
textarea.ui-selectmenu-button.ui-button {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    body .gsc-control-cse input[type="date"].gsc-input,
    .xpaginator [type="date"].simple,
    .books-catalog-footer select[type="date"].simple,
    .select2-search--dropdown [type="date"].select2-search__field,
    .select2-container [type="date"].select2-selection--multiple,
    .select2-container [type="date"].select2-selection--single,
    [type="date"].ui-selectmenu-button.ui-button,
    input[type="time"].form-control,
    body .gsc-control-cse input[type="time"].gsc-input,
    .xpaginator [type="time"].simple,
    .books-catalog-footer select[type="time"].simple,
    .select2-search--dropdown [type="time"].select2-search__field,
    .select2-container [type="time"].select2-selection--multiple,
    .select2-container [type="time"].select2-selection--single,
    [type="time"].ui-selectmenu-button.ui-button,
    input[type="datetime-local"].form-control,
    body .gsc-control-cse input[type="datetime-local"].gsc-input,
    .xpaginator [type="datetime-local"].simple,
    .books-catalog-footer select[type="datetime-local"].simple,
    .select2-search--dropdown [type="datetime-local"].select2-search__field,
    .select2-container [type="datetime-local"].select2-selection--multiple,
    .select2-container [type="datetime-local"].select2-selection--single,
    [type="datetime-local"].ui-selectmenu-button.ui-button,
    input[type="month"].form-control,
    body .gsc-control-cse input[type="month"].gsc-input,
    .xpaginator [type="month"].simple,
    .books-catalog-footer select[type="month"].simple,
    .select2-search--dropdown [type="month"].select2-search__field,
    .select2-container [type="month"].select2-selection--multiple,
    .select2-container [type="month"].select2-selection--single,
    [type="month"].ui-selectmenu-button.ui-button {
        line-height: 31px
    }
    input[type="date"].input-sm,
    .select2-search--dropdown [type="date"].select2-search__field,
    .input-group-sm>[type="date"].form-control,
    body .gsc-control-cse .input-group-sm>input[type="date"].gsc-input,
    .xpaginator .input-group-sm>[type="date"].simple,
    .books-catalog-footer .input-group-sm>select[type="date"].simple,
    .select2-container .input-group-sm>[type="date"].select2-selection--multiple,
    .select2-container .input-group-sm>[type="date"].select2-selection--single,
    .input-group-sm>[type="date"].ui-selectmenu-button.ui-button,
    .input-group-sm>[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="date"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>[type="date"].gsc-cursor-page,
    body .gsc-control-cse .input-group-sm>.input-group-btn>td[type="date"].gsc-search-button,
    .input-group-sm>.input-group-btn>[type="date"].btn-flat,
    .clndr .input-group-sm>.input-group-btn>[type="date"].clndr-button,
    .input-group-sm>.input-group-btn>[type="date"].btn-muted,
    .input-group-sm>.input-group-btn>[type="date"].btn-flat-white,
    .input-group-sm>.input-group-btn>[type="date"].btn-plain,
    .input-group-sm>.input-group-btn>[type="date"].fc-state-default,
    .input-group-sm>.input-group-btn>[type="date"].select2-results__option,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .select2-search--dropdown [type="time"].select2-search__field,
    .input-group-sm>[type="time"].form-control,
    body .gsc-control-cse .input-group-sm>input[type="time"].gsc-input,
    .xpaginator .input-group-sm>[type="time"].simple,
    .books-catalog-footer .input-group-sm>select[type="time"].simple,
    .select2-container .input-group-sm>[type="time"].select2-selection--multiple,
    .select2-container .input-group-sm>[type="time"].select2-selection--single,
    .input-group-sm>[type="time"].ui-selectmenu-button.ui-button,
    .input-group-sm>[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="time"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>[type="time"].gsc-cursor-page,
    body .gsc-control-cse .input-group-sm>.input-group-btn>td[type="time"].gsc-search-button,
    .input-group-sm>.input-group-btn>[type="time"].btn-flat,
    .clndr .input-group-sm>.input-group-btn>[type="time"].clndr-button,
    .input-group-sm>.input-group-btn>[type="time"].btn-muted,
    .input-group-sm>.input-group-btn>[type="time"].btn-flat-white,
    .input-group-sm>.input-group-btn>[type="time"].btn-plain,
    .input-group-sm>.input-group-btn>[type="time"].fc-state-default,
    .input-group-sm>.input-group-btn>[type="time"].select2-results__option,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .select2-search--dropdown [type="datetime-local"].select2-search__field,
    .input-group-sm>[type="datetime-local"].form-control,
    body .gsc-control-cse .input-group-sm>input[type="datetime-local"].gsc-input,
    .xpaginator .input-group-sm>[type="datetime-local"].simple,
    .books-catalog-footer .input-group-sm>select[type="datetime-local"].simple,
    .select2-container .input-group-sm>[type="datetime-local"].select2-selection--multiple,
    .select2-container .input-group-sm>[type="datetime-local"].select2-selection--single,
    .input-group-sm>[type="datetime-local"].ui-selectmenu-button.ui-button,
    .input-group-sm>[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="datetime-local"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>[type="datetime-local"].gsc-cursor-page,
    body .gsc-control-cse .input-group-sm>.input-group-btn>td[type="datetime-local"].gsc-search-button,
    .input-group-sm>.input-group-btn>[type="datetime-local"].btn-flat,
    .clndr .input-group-sm>.input-group-btn>[type="datetime-local"].clndr-button,
    .input-group-sm>.input-group-btn>[type="datetime-local"].btn-muted,
    .input-group-sm>.input-group-btn>[type="datetime-local"].btn-flat-white,
    .input-group-sm>.input-group-btn>[type="datetime-local"].btn-plain,
    .input-group-sm>.input-group-btn>[type="datetime-local"].fc-state-default,
    .input-group-sm>.input-group-btn>[type="datetime-local"].select2-results__option,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .select2-search--dropdown [type="month"].select2-search__field,
    .input-group-sm>[type="month"].form-control,
    body .gsc-control-cse .input-group-sm>input[type="month"].gsc-input,
    .xpaginator .input-group-sm>[type="month"].simple,
    .books-catalog-footer .input-group-sm>select[type="month"].simple,
    .select2-container .input-group-sm>[type="month"].select2-selection--multiple,
    .select2-container .input-group-sm>[type="month"].select2-selection--single,
    .input-group-sm>[type="month"].ui-selectmenu-button.ui-button,
    .input-group-sm>[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>[type="month"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>[type="month"].gsc-cursor-page,
    body .gsc-control-cse .input-group-sm>.input-group-btn>td[type="month"].gsc-search-button,
    .input-group-sm>.input-group-btn>[type="month"].btn-flat,
    .clndr .input-group-sm>.input-group-btn>[type="month"].clndr-button,
    .input-group-sm>.input-group-btn>[type="month"].btn-muted,
    .input-group-sm>.input-group-btn>[type="month"].btn-flat-white,
    .input-group-sm>.input-group-btn>[type="month"].btn-plain,
    .input-group-sm>.input-group-btn>[type="month"].fc-state-default,
    .input-group-sm>.input-group-btn>[type="month"].select2-results__option,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    html.is_invalid [type="date"].form-control,
    html.is_invalid [type="date"].ui-selectmenu-button.ui-button,
    html.is_invalid .select2-container [type="date"].select2-selection--single,
    .select2-container html.is_invalid [type="date"].select2-selection--single,
    html.is_invalid .select2-container [type="date"].select2-selection--multiple,
    .select2-container html.is_invalid [type="date"].select2-selection--multiple,
    html.is_invalid .select2-search--dropdown [type="date"].select2-search__field,
    .select2-search--dropdown html.is_invalid [type="date"].select2-search__field,
    html.is_invalid .books-catalog-footer select[type="date"].simple,
    .books-catalog-footer html.is_invalid select[type="date"].simple,
    html.is_invalid .xpaginator [type="date"].simple,
    .xpaginator html.is_invalid [type="date"].simple,
    html.is_invalid body .gsc-control-cse input[type="date"].gsc-input,
    body .gsc-control-cse html.is_invalid input[type="date"].gsc-input,
    .input-group-lg>[type="date"].form-control,
    body .gsc-control-cse .input-group-lg>input[type="date"].gsc-input,
    .xpaginator .input-group-lg>[type="date"].simple,
    .books-catalog-footer .input-group-lg>select[type="date"].simple,
    .select2-search--dropdown .input-group-lg>[type="date"].select2-search__field,
    .select2-container .input-group-lg>[type="date"].select2-selection--multiple,
    .select2-container .input-group-lg>[type="date"].select2-selection--single,
    .input-group-lg>[type="date"].ui-selectmenu-button.ui-button,
    .input-group-lg>[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="date"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>[type="date"].gsc-cursor-page,
    body .gsc-control-cse .input-group-lg>.input-group-btn>td[type="date"].gsc-search-button,
    .input-group-lg>.input-group-btn>[type="date"].btn-flat,
    .clndr .input-group-lg>.input-group-btn>[type="date"].clndr-button,
    .input-group-lg>.input-group-btn>[type="date"].btn-muted,
    .input-group-lg>.input-group-btn>[type="date"].btn-flat-white,
    .input-group-lg>.input-group-btn>[type="date"].btn-plain,
    .input-group-lg>.input-group-btn>[type="date"].fc-state-default,
    .input-group-lg>.input-group-btn>[type="date"].select2-results__option,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    html.is_invalid [type="time"].form-control,
    html.is_invalid [type="time"].ui-selectmenu-button.ui-button,
    html.is_invalid .select2-container [type="time"].select2-selection--single,
    .select2-container html.is_invalid [type="time"].select2-selection--single,
    html.is_invalid .select2-container [type="time"].select2-selection--multiple,
    .select2-container html.is_invalid [type="time"].select2-selection--multiple,
    html.is_invalid .select2-search--dropdown [type="time"].select2-search__field,
    .select2-search--dropdown html.is_invalid [type="time"].select2-search__field,
    html.is_invalid .books-catalog-footer select[type="time"].simple,
    .books-catalog-footer html.is_invalid select[type="time"].simple,
    html.is_invalid .xpaginator [type="time"].simple,
    .xpaginator html.is_invalid [type="time"].simple,
    html.is_invalid body .gsc-control-cse input[type="time"].gsc-input,
    body .gsc-control-cse html.is_invalid input[type="time"].gsc-input,
    .input-group-lg>[type="time"].form-control,
    body .gsc-control-cse .input-group-lg>input[type="time"].gsc-input,
    .xpaginator .input-group-lg>[type="time"].simple,
    .books-catalog-footer .input-group-lg>select[type="time"].simple,
    .select2-search--dropdown .input-group-lg>[type="time"].select2-search__field,
    .select2-container .input-group-lg>[type="time"].select2-selection--multiple,
    .select2-container .input-group-lg>[type="time"].select2-selection--single,
    .input-group-lg>[type="time"].ui-selectmenu-button.ui-button,
    .input-group-lg>[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="time"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>[type="time"].gsc-cursor-page,
    body .gsc-control-cse .input-group-lg>.input-group-btn>td[type="time"].gsc-search-button,
    .input-group-lg>.input-group-btn>[type="time"].btn-flat,
    .clndr .input-group-lg>.input-group-btn>[type="time"].clndr-button,
    .input-group-lg>.input-group-btn>[type="time"].btn-muted,
    .input-group-lg>.input-group-btn>[type="time"].btn-flat-white,
    .input-group-lg>.input-group-btn>[type="time"].btn-plain,
    .input-group-lg>.input-group-btn>[type="time"].fc-state-default,
    .input-group-lg>.input-group-btn>[type="time"].select2-results__option,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    html.is_invalid [type="datetime-local"].form-control,
    html.is_invalid [type="datetime-local"].ui-selectmenu-button.ui-button,
    html.is_invalid .select2-container [type="datetime-local"].select2-selection--single,
    .select2-container html.is_invalid [type="datetime-local"].select2-selection--single,
    html.is_invalid .select2-container [type="datetime-local"].select2-selection--multiple,
    .select2-container html.is_invalid [type="datetime-local"].select2-selection--multiple,
    html.is_invalid .select2-search--dropdown [type="datetime-local"].select2-search__field,
    .select2-search--dropdown html.is_invalid [type="datetime-local"].select2-search__field,
    html.is_invalid .books-catalog-footer select[type="datetime-local"].simple,
    .books-catalog-footer html.is_invalid select[type="datetime-local"].simple,
    html.is_invalid .xpaginator [type="datetime-local"].simple,
    .xpaginator html.is_invalid [type="datetime-local"].simple,
    html.is_invalid body .gsc-control-cse input[type="datetime-local"].gsc-input,
    body .gsc-control-cse html.is_invalid input[type="datetime-local"].gsc-input,
    .input-group-lg>[type="datetime-local"].form-control,
    body .gsc-control-cse .input-group-lg>input[type="datetime-local"].gsc-input,
    .xpaginator .input-group-lg>[type="datetime-local"].simple,
    .books-catalog-footer .input-group-lg>select[type="datetime-local"].simple,
    .select2-search--dropdown .input-group-lg>[type="datetime-local"].select2-search__field,
    .select2-container .input-group-lg>[type="datetime-local"].select2-selection--multiple,
    .select2-container .input-group-lg>[type="datetime-local"].select2-selection--single,
    .input-group-lg>[type="datetime-local"].ui-selectmenu-button.ui-button,
    .input-group-lg>[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="datetime-local"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>[type="datetime-local"].gsc-cursor-page,
    body .gsc-control-cse .input-group-lg>.input-group-btn>td[type="datetime-local"].gsc-search-button,
    .input-group-lg>.input-group-btn>[type="datetime-local"].btn-flat,
    .clndr .input-group-lg>.input-group-btn>[type="datetime-local"].clndr-button,
    .input-group-lg>.input-group-btn>[type="datetime-local"].btn-muted,
    .input-group-lg>.input-group-btn>[type="datetime-local"].btn-flat-white,
    .input-group-lg>.input-group-btn>[type="datetime-local"].btn-plain,
    .input-group-lg>.input-group-btn>[type="datetime-local"].fc-state-default,
    .input-group-lg>.input-group-btn>[type="datetime-local"].select2-results__option,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    html.is_invalid [type="month"].form-control,
    html.is_invalid [type="month"].ui-selectmenu-button.ui-button,
    html.is_invalid .select2-container [type="month"].select2-selection--single,
    .select2-container html.is_invalid [type="month"].select2-selection--single,
    html.is_invalid .select2-container [type="month"].select2-selection--multiple,
    .select2-container html.is_invalid [type="month"].select2-selection--multiple,
    html.is_invalid .select2-search--dropdown [type="month"].select2-search__field,
    .select2-search--dropdown html.is_invalid [type="month"].select2-search__field,
    html.is_invalid .books-catalog-footer select[type="month"].simple,
    .books-catalog-footer html.is_invalid select[type="month"].simple,
    html.is_invalid .xpaginator [type="month"].simple,
    .xpaginator html.is_invalid [type="month"].simple,
    html.is_invalid body .gsc-control-cse input[type="month"].gsc-input,
    body .gsc-control-cse html.is_invalid input[type="month"].gsc-input,
    .input-group-lg>[type="month"].form-control,
    body .gsc-control-cse .input-group-lg>input[type="month"].gsc-input,
    .xpaginator .input-group-lg>[type="month"].simple,
    .books-catalog-footer .input-group-lg>select[type="month"].simple,
    .select2-search--dropdown .input-group-lg>[type="month"].select2-search__field,
    .select2-container .input-group-lg>[type="month"].select2-selection--multiple,
    .select2-container .input-group-lg>[type="month"].select2-selection--single,
    .input-group-lg>[type="month"].ui-selectmenu-button.ui-button,
    .input-group-lg>[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>[type="month"].btn,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>[type="month"].gsc-cursor-page,
    body .gsc-control-cse .input-group-lg>.input-group-btn>td[type="month"].gsc-search-button,
    .input-group-lg>.input-group-btn>[type="month"].btn-flat,
    .clndr .input-group-lg>.input-group-btn>[type="month"].clndr-button,
    .input-group-lg>.input-group-btn>[type="month"].btn-muted,
    .input-group-lg>.input-group-btn>[type="month"].btn-flat-white,
    .input-group-lg>.input-group-btn>[type="month"].btn-plain,
    .input-group-lg>.input-group-btn>[type="month"].fc-state-default,
    .input-group-lg>.input-group-btn>[type="month"].select2-results__option,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox,
.radiobox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label,
.radiobox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.radiobox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox,
.radiobox+.checkbox,
.checkbox+.radiobox,
.radiobox+.radiobox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

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

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
.disabled.radiobox label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radiobox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 33px
}

.form-control-static.input-lg,
html.is_invalid .form-control-static.form-control,
html.is_invalid .form-control-static.ui-selectmenu-button.ui-button,
html.is_invalid .select2-container .form-control-static.select2-selection--single,
.select2-container html.is_invalid .form-control-static.select2-selection--single,
html.is_invalid .select2-container .form-control-static.select2-selection--multiple,
.select2-container html.is_invalid .form-control-static.select2-selection--multiple,
html.is_invalid .books-catalog-footer select.form-control-static.simple,
.books-catalog-footer html.is_invalid select.form-control-static.simple,
html.is_invalid .xpaginator .form-control-static.simple,
.xpaginator html.is_invalid .form-control-static.simple,
html.is_invalid body .gsc-control-cse input.form-control-static.gsc-input,
body .gsc-control-cse html.is_invalid input.form-control-static.gsc-input,
.input-group-lg>.form-control-static.form-control,
body .gsc-control-cse .input-group-lg>input.form-control-static.gsc-input,
.xpaginator .input-group-lg>.form-control-static.simple,
.books-catalog-footer .input-group-lg>select.form-control-static.simple,
.select2-container .input-group-lg>.form-control-static.select2-selection--multiple,
.select2-container .input-group-lg>.form-control-static.select2-selection--single,
.input-group-lg>.form-control-static.ui-selectmenu-button.ui-button,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>.form-control-static.gsc-cursor-page,
body .gsc-control-cse .input-group-lg>.input-group-btn>td.form-control-static.gsc-search-button,
.input-group-lg>.input-group-btn>.form-control-static.btn-flat,
.clndr .input-group-lg>.input-group-btn>.form-control-static.clndr-button,
.input-group-lg>.input-group-btn>.form-control-static.btn-muted,
.input-group-lg>.input-group-btn>.form-control-static.btn-flat-white,
.input-group-lg>.input-group-btn>.form-control-static.btn-plain,
.input-group-lg>.input-group-btn>.form-control-static.fc-state-default,
.input-group-lg>.input-group-btn>.form-control-static.select2-results__option,
.form-control-static.input-sm,
.select2-search--dropdown .form-control-static.select2-search__field,
.input-group-sm>.form-control-static.form-control,
body .gsc-control-cse .input-group-sm>input.form-control-static.gsc-input,
.xpaginator .input-group-sm>.form-control-static.simple,
.books-catalog-footer .input-group-sm>select.form-control-static.simple,
.select2-container .input-group-sm>.form-control-static.select2-selection--multiple,
.select2-container .input-group-sm>.form-control-static.select2-selection--single,
.input-group-sm>.form-control-static.ui-selectmenu-button.ui-button,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>.form-control-static.gsc-cursor-page,
body .gsc-control-cse .input-group-sm>.input-group-btn>td.form-control-static.gsc-search-button,
.input-group-sm>.input-group-btn>.form-control-static.btn-flat,
.clndr .input-group-sm>.input-group-btn>.form-control-static.clndr-button,
.input-group-sm>.input-group-btn>.form-control-static.btn-muted,
.input-group-sm>.input-group-btn>.form-control-static.btn-flat-white,
.input-group-sm>.input-group-btn>.form-control-static.btn-plain,
.input-group-sm>.input-group-btn>.form-control-static.fc-state-default,
.input-group-sm>.input-group-btn>.form-control-static.select2-results__option {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.select2-search--dropdown .select2-search__field,
.input-group-sm>.form-control,
body .gsc-control-cse .input-group-sm>input.gsc-input,
.xpaginator .input-group-sm>.simple,
.books-catalog-footer .input-group-sm>select.simple,
.select2-container .input-group-sm>.select2-selection--multiple,
.select2-container .input-group-sm>.select2-selection--single,
.input-group-sm>.ui-selectmenu-button.ui-button,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>.gsc-cursor-page,
body .gsc-control-cse .input-group-sm>.input-group-btn>td.gsc-search-button,
.input-group-sm>.input-group-btn>.btn-flat,
.clndr .input-group-sm>.input-group-btn>.clndr-button,
.input-group-sm>.input-group-btn>.btn-muted,
.input-group-sm>.input-group-btn>.btn-flat-white,
.input-group-sm>.input-group-btn>.btn-plain,
.input-group-sm>.input-group-btn>.fc-state-default,
.input-group-sm>.input-group-btn>.select2-results__option {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

select.input-sm,
.select2-search--dropdown select.select2-search__field,
.input-group-sm>select.form-control,
.xpaginator .input-group-sm>select.simple,
.books-catalog-footer .input-group-sm>select.simple,
.select2-container .input-group-sm>select.select2-selection--multiple,
.select2-container .input-group-sm>select.select2-selection--single,
.input-group-sm>select.ui-selectmenu-button.ui-button,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>select.gsc-cursor-page,
.input-group-sm>.input-group-btn>select.btn-flat,
.clndr .input-group-sm>.input-group-btn>select.clndr-button,
.input-group-sm>.input-group-btn>select.btn-muted,
.input-group-sm>.input-group-btn>select.btn-flat-white,
.input-group-sm>.input-group-btn>select.btn-plain,
.input-group-sm>.input-group-btn>select.fc-state-default,
.input-group-sm>.input-group-btn>select.select2-results__option {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.select2-search--dropdown textarea.select2-search__field,
.input-group-sm>textarea.form-control,
.xpaginator .input-group-sm>textarea.simple,
.select2-container .input-group-sm>textarea.select2-selection--multiple,
.select2-container .input-group-sm>textarea.select2-selection--single,
.input-group-sm>textarea.ui-selectmenu-button.ui-button,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>textarea.gsc-cursor-page,
.input-group-sm>.input-group-btn>textarea.btn-flat,
.clndr .input-group-sm>.input-group-btn>textarea.clndr-button,
.input-group-sm>.input-group-btn>textarea.btn-muted,
.input-group-sm>.input-group-btn>textarea.btn-flat-white,
.input-group-sm>.input-group-btn>textarea.btn-plain,
.input-group-sm>.input-group-btn>textarea.fc-state-default,
.input-group-sm>.input-group-btn>textarea.select2-results__option,
select[multiple].input-sm,
.select2-search--dropdown [multiple].select2-search__field,
.input-group-sm>[multiple].form-control,
body .gsc-control-cse .input-group-sm>input[multiple].gsc-input,
.xpaginator .input-group-sm>[multiple].simple,
.books-catalog-footer .input-group-sm>select[multiple].simple,
.select2-container .input-group-sm>[multiple].select2-selection--multiple,
.select2-container .input-group-sm>[multiple].select2-selection--single,
.input-group-sm>[multiple].ui-selectmenu-button.ui-button,
.input-group-sm>[multiple].input-group-addon,
.input-group-sm>.input-group-btn>[multiple].btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>[multiple].gsc-cursor-page,
body .gsc-control-cse .input-group-sm>.input-group-btn>td[multiple].gsc-search-button,
.input-group-sm>.input-group-btn>[multiple].btn-flat,
.clndr .input-group-sm>.input-group-btn>[multiple].clndr-button,
.input-group-sm>.input-group-btn>[multiple].btn-muted,
.input-group-sm>.input-group-btn>[multiple].btn-flat-white,
.input-group-sm>.input-group-btn>[multiple].btn-plain,
.input-group-sm>.input-group-btn>[multiple].fc-state-default,
.input-group-sm>.input-group-btn>[multiple].select2-results__option {
    height: auto
}

.form-group-sm .form-control,
.form-group-sm body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .form-group-sm input.gsc-input,
.form-group-sm .xpaginator .simple,
.xpaginator .form-group-sm .simple,
.form-group-sm .books-catalog-footer select.simple,
.books-catalog-footer .form-group-sm select.simple,
.form-group-sm .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-group-sm .select2-search__field,
.form-group-sm .select2-container .select2-selection--multiple,
.select2-container .form-group-sm .select2-selection--multiple,
.form-group-sm .select2-container .select2-selection--single,
.select2-container .form-group-sm .select2-selection--single,
.form-group-sm .ui-selectmenu-button.ui-button {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.form-group-sm select.form-control,
.form-group-sm .xpaginator select.simple,
.xpaginator .form-group-sm select.simple,
.form-group-sm .books-catalog-footer select.simple,
.books-catalog-footer .form-group-sm select.simple,
.form-group-sm .select2-search--dropdown select.select2-search__field,
.select2-search--dropdown .form-group-sm select.select2-search__field,
.form-group-sm .select2-container select.select2-selection--multiple,
.select2-container .form-group-sm select.select2-selection--multiple,
.form-group-sm .select2-container select.select2-selection--single,
.select2-container .form-group-sm select.select2-selection--single,
.form-group-sm select.ui-selectmenu-button.ui-button {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm .xpaginator textarea.simple,
.xpaginator .form-group-sm textarea.simple,
.form-group-sm .select2-search--dropdown textarea.select2-search__field,
.select2-search--dropdown .form-group-sm textarea.select2-search__field,
.form-group-sm .select2-container textarea.select2-selection--multiple,
.select2-container .form-group-sm textarea.select2-selection--multiple,
.form-group-sm .select2-container textarea.select2-selection--single,
.select2-container .form-group-sm textarea.select2-selection--single,
.form-group-sm textarea.ui-selectmenu-button.ui-button,
.form-group-sm select[multiple].form-control,
.form-group-sm body .gsc-control-cse input[multiple].gsc-input,
body .gsc-control-cse .form-group-sm input[multiple].gsc-input,
.form-group-sm .xpaginator [multiple].simple,
.xpaginator .form-group-sm [multiple].simple,
.form-group-sm .books-catalog-footer select[multiple].simple,
.books-catalog-footer .form-group-sm select[multiple].simple,
.form-group-sm .select2-search--dropdown [multiple].select2-search__field,
.select2-search--dropdown .form-group-sm [multiple].select2-search__field,
.form-group-sm .select2-container [multiple].select2-selection--multiple,
.select2-container .form-group-sm [multiple].select2-selection--multiple,
.form-group-sm .select2-container [multiple].select2-selection--single,
.select2-container .form-group-sm [multiple].select2-selection--single,
.form-group-sm [multiple].ui-selectmenu-button.ui-button {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 31px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
html.is_invalid .form-control,
html.is_invalid .ui-selectmenu-button.ui-button,
html.is_invalid .select2-container .select2-selection--single,
.select2-container html.is_invalid .select2-selection--single,
html.is_invalid .select2-container .select2-selection--multiple,
.select2-container html.is_invalid .select2-selection--multiple,
html.is_invalid .select2-search--dropdown .select2-search__field,
.select2-search--dropdown html.is_invalid .select2-search__field,
html.is_invalid .books-catalog-footer select.simple,
.books-catalog-footer html.is_invalid select.simple,
html.is_invalid .xpaginator .simple,
.xpaginator html.is_invalid .simple,
html.is_invalid body .gsc-control-cse input.gsc-input,
body .gsc-control-cse html.is_invalid input.gsc-input,
.input-group-lg>.form-control,
body .gsc-control-cse .input-group-lg>input.gsc-input,
.xpaginator .input-group-lg>.simple,
.books-catalog-footer .input-group-lg>select.simple,
.select2-search--dropdown .input-group-lg>.select2-search__field,
.select2-container .input-group-lg>.select2-selection--multiple,
.select2-container .input-group-lg>.select2-selection--single,
.input-group-lg>.ui-selectmenu-button.ui-button,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>.gsc-cursor-page,
body .gsc-control-cse .input-group-lg>.input-group-btn>td.gsc-search-button,
.input-group-lg>.input-group-btn>.btn-flat,
.clndr .input-group-lg>.input-group-btn>.clndr-button,
.input-group-lg>.input-group-btn>.btn-muted,
.input-group-lg>.input-group-btn>.btn-flat-white,
.input-group-lg>.input-group-btn>.btn-plain,
.input-group-lg>.input-group-btn>.fc-state-default,
.input-group-lg>.input-group-btn>.select2-results__option {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

select.input-lg,
.input-group-lg>select.form-control,
.xpaginator .input-group-lg>select.simple,
.books-catalog-footer .input-group-lg>select.simple,
.select2-search--dropdown .input-group-lg>select.select2-search__field,
.select2-container .input-group-lg>select.select2-selection--multiple,
.select2-container .input-group-lg>select.select2-selection--single,
.input-group-lg>select.ui-selectmenu-button.ui-button,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>select.gsc-cursor-page,
.input-group-lg>.input-group-btn>select.btn-flat,
.clndr .input-group-lg>.input-group-btn>select.clndr-button,
.input-group-lg>.input-group-btn>select.btn-muted,
.input-group-lg>.input-group-btn>select.btn-flat-white,
.input-group-lg>.input-group-btn>select.btn-plain,
.input-group-lg>.input-group-btn>select.fc-state-default,
.input-group-lg>.input-group-btn>select.select2-results__option {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.xpaginator .input-group-lg>textarea.simple,
.select2-search--dropdown .input-group-lg>textarea.select2-search__field,
.select2-container .input-group-lg>textarea.select2-selection--multiple,
.select2-container .input-group-lg>textarea.select2-selection--single,
.input-group-lg>textarea.ui-selectmenu-button.ui-button,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>textarea.gsc-cursor-page,
.input-group-lg>.input-group-btn>textarea.btn-flat,
.clndr .input-group-lg>.input-group-btn>textarea.clndr-button,
.input-group-lg>.input-group-btn>textarea.btn-muted,
.input-group-lg>.input-group-btn>textarea.btn-flat-white,
.input-group-lg>.input-group-btn>textarea.btn-plain,
.input-group-lg>.input-group-btn>textarea.fc-state-default,
.input-group-lg>.input-group-btn>textarea.select2-results__option,
select[multiple].input-lg,
html.is_invalid [multiple].form-control,
html.is_invalid [multiple].ui-selectmenu-button.ui-button,
html.is_invalid .select2-container [multiple].select2-selection--single,
.select2-container html.is_invalid [multiple].select2-selection--single,
html.is_invalid .select2-container [multiple].select2-selection--multiple,
.select2-container html.is_invalid [multiple].select2-selection--multiple,
html.is_invalid .select2-search--dropdown [multiple].select2-search__field,
.select2-search--dropdown html.is_invalid [multiple].select2-search__field,
html.is_invalid .books-catalog-footer select[multiple].simple,
.books-catalog-footer html.is_invalid select[multiple].simple,
html.is_invalid .xpaginator [multiple].simple,
.xpaginator html.is_invalid [multiple].simple,
html.is_invalid body .gsc-control-cse input[multiple].gsc-input,
body .gsc-control-cse html.is_invalid input[multiple].gsc-input,
.input-group-lg>[multiple].form-control,
body .gsc-control-cse .input-group-lg>input[multiple].gsc-input,
.xpaginator .input-group-lg>[multiple].simple,
.books-catalog-footer .input-group-lg>select[multiple].simple,
.select2-search--dropdown .input-group-lg>[multiple].select2-search__field,
.select2-container .input-group-lg>[multiple].select2-selection--multiple,
.select2-container .input-group-lg>[multiple].select2-selection--single,
.input-group-lg>[multiple].ui-selectmenu-button.ui-button,
.input-group-lg>[multiple].input-group-addon,
.input-group-lg>.input-group-btn>[multiple].btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>[multiple].gsc-cursor-page,
body .gsc-control-cse .input-group-lg>.input-group-btn>td[multiple].gsc-search-button,
.input-group-lg>.input-group-btn>[multiple].btn-flat,
.clndr .input-group-lg>.input-group-btn>[multiple].clndr-button,
.input-group-lg>.input-group-btn>[multiple].btn-muted,
.input-group-lg>.input-group-btn>[multiple].btn-flat-white,
.input-group-lg>.input-group-btn>[multiple].btn-plain,
.input-group-lg>.input-group-btn>[multiple].fc-state-default,
.input-group-lg>.input-group-btn>[multiple].select2-results__option {
    height: auto
}

.form-group-lg .form-control,
.form-group-lg body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .form-group-lg input.gsc-input,
.form-group-lg .xpaginator .simple,
.xpaginator .form-group-lg .simple,
.form-group-lg .books-catalog-footer select.simple,
.books-catalog-footer .form-group-lg select.simple,
.form-group-lg .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-group-lg .select2-search__field,
.form-group-lg .select2-container .select2-selection--multiple,
.select2-container .form-group-lg .select2-selection--multiple,
.form-group-lg .select2-container .select2-selection--single,
.select2-container .form-group-lg .select2-selection--single,
.form-group-lg .ui-selectmenu-button.ui-button {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

.form-group-lg select.form-control,
.form-group-lg .xpaginator select.simple,
.xpaginator .form-group-lg select.simple,
.form-group-lg .books-catalog-footer select.simple,
.books-catalog-footer .form-group-lg select.simple,
.form-group-lg .select2-search--dropdown select.select2-search__field,
.select2-search--dropdown .form-group-lg select.select2-search__field,
.form-group-lg .select2-container select.select2-selection--multiple,
.select2-container .form-group-lg select.select2-selection--multiple,
.form-group-lg .select2-container select.select2-selection--single,
.select2-container .form-group-lg select.select2-selection--single,
.form-group-lg select.ui-selectmenu-button.ui-button {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg .xpaginator textarea.simple,
.xpaginator .form-group-lg textarea.simple,
.form-group-lg .select2-search--dropdown textarea.select2-search__field,
.select2-search--dropdown .form-group-lg textarea.select2-search__field,
.form-group-lg .select2-container textarea.select2-selection--multiple,
.select2-container .form-group-lg textarea.select2-selection--multiple,
.form-group-lg .select2-container textarea.select2-selection--single,
.select2-container .form-group-lg textarea.select2-selection--single,
.form-group-lg textarea.ui-selectmenu-button.ui-button,
.form-group-lg select[multiple].form-control,
.form-group-lg body .gsc-control-cse input[multiple].gsc-input,
body .gsc-control-cse .form-group-lg input[multiple].gsc-input,
.form-group-lg .xpaginator [multiple].simple,
.xpaginator .form-group-lg [multiple].simple,
.form-group-lg .books-catalog-footer select[multiple].simple,
.books-catalog-footer .form-group-lg select[multiple].simple,
.form-group-lg .select2-search--dropdown [multiple].select2-search__field,
.select2-search--dropdown .form-group-lg [multiple].select2-search__field,
.form-group-lg .select2-container [multiple].select2-selection--multiple,
.select2-container .form-group-lg [multiple].select2-selection--multiple,
.form-group-lg .select2-container [multiple].select2-selection--single,
.select2-container .form-group-lg [multiple].select2-selection--single,
.form-group-lg [multiple].ui-selectmenu-button.ui-button {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 37px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,
.has-feedback body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .has-feedback input.gsc-input,
.has-feedback .xpaginator .simple,
.xpaginator .has-feedback .simple,
.has-feedback .books-catalog-footer select.simple,
.books-catalog-footer .has-feedback select.simple,
.has-feedback .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .has-feedback .select2-search__field,
.has-feedback .select2-container .select2-selection--multiple,
.select2-container .has-feedback .select2-selection--multiple,
.has-feedback .select2-container .select2-selection--single,
.select2-container .has-feedback .select2-selection--single,
.has-feedback .ui-selectmenu-button.ui-button {
    padding-right: 38.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
html.is_invalid .form-control+.form-control-feedback,
html.is_invalid .ui-selectmenu-button.ui-button+.form-control-feedback,
html.is_invalid .select2-container .select2-selection--single+.form-control-feedback,
.select2-container html.is_invalid .select2-selection--single+.form-control-feedback,
html.is_invalid .select2-container .select2-selection--multiple+.form-control-feedback,
.select2-container html.is_invalid .select2-selection--multiple+.form-control-feedback,
html.is_invalid .select2-search--dropdown .select2-search__field+.form-control-feedback,
.select2-search--dropdown html.is_invalid .select2-search__field+.form-control-feedback,
html.is_invalid .books-catalog-footer select.simple+.form-control-feedback,
.books-catalog-footer html.is_invalid select.simple+.form-control-feedback,
html.is_invalid .xpaginator .simple+.form-control-feedback,
.xpaginator html.is_invalid .simple+.form-control-feedback,
html.is_invalid body .gsc-control-cse input.gsc-input+.form-control-feedback,
body .gsc-control-cse html.is_invalid input.gsc-input+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
body .gsc-control-cse .input-group-lg>input.gsc-input+.form-control-feedback,
.xpaginator .input-group-lg>.simple+.form-control-feedback,
.books-catalog-footer .input-group-lg>select.simple+.form-control-feedback,
.select2-search--dropdown .input-group-lg>.select2-search__field+.form-control-feedback,
.select2-container .input-group-lg>.select2-selection--multiple+.form-control-feedback,
.select2-container .input-group-lg>.select2-selection--single+.form-control-feedback,
.input-group-lg>.ui-selectmenu-button.ui-button+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>.gsc-cursor-page+.form-control-feedback,
body .gsc-control-cse .input-group-lg>.input-group-btn>td.gsc-search-button+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-flat+.form-control-feedback,
.clndr .input-group-lg>.input-group-btn>.clndr-button+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-muted+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-flat-white+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-plain+.form-control-feedback,
.input-group-lg>.input-group-btn>.fc-state-default+.form-control-feedback,
.input-group-lg>.input-group-btn>.select2-results__option+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg body .gsc-control-cse input.gsc-input+.form-control-feedback,
body .gsc-control-cse .form-group-lg input.gsc-input+.form-control-feedback,
.form-group-lg .xpaginator .simple+.form-control-feedback,
.xpaginator .form-group-lg .simple+.form-control-feedback,
.form-group-lg .books-catalog-footer select.simple+.form-control-feedback,
.books-catalog-footer .form-group-lg select.simple+.form-control-feedback,
.form-group-lg .select2-search--dropdown .select2-search__field+.form-control-feedback,
.select2-search--dropdown .form-group-lg .select2-search__field+.form-control-feedback,
.form-group-lg .select2-container .select2-selection--multiple+.form-control-feedback,
.select2-container .form-group-lg .select2-selection--multiple+.form-control-feedback,
.form-group-lg .select2-container .select2-selection--single+.form-control-feedback,
.select2-container .form-group-lg .select2-selection--single+.form-control-feedback,
.form-group-lg .ui-selectmenu-button.ui-button+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.select2-search--dropdown .select2-search__field+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
body .gsc-control-cse .input-group-sm>input.gsc-input+.form-control-feedback,
.xpaginator .input-group-sm>.simple+.form-control-feedback,
.books-catalog-footer .input-group-sm>select.simple+.form-control-feedback,
.select2-search--dropdown .input-group-sm>.select2-search__field+.form-control-feedback,
.select2-container .input-group-sm>.select2-selection--multiple+.form-control-feedback,
.select2-container .input-group-sm>.select2-selection--single+.form-control-feedback,
.input-group-sm>.ui-selectmenu-button.ui-button+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>.gsc-cursor-page+.form-control-feedback,
body .gsc-control-cse .input-group-sm>.input-group-btn>td.gsc-search-button+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-flat+.form-control-feedback,
.clndr .input-group-sm>.input-group-btn>.clndr-button+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-muted+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-flat-white+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-plain+.form-control-feedback,
.input-group-sm>.input-group-btn>.fc-state-default+.form-control-feedback,
.input-group-sm>.input-group-btn>.select2-results__option+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm body .gsc-control-cse input.gsc-input+.form-control-feedback,
body .gsc-control-cse .form-group-sm input.gsc-input+.form-control-feedback,
.form-group-sm .xpaginator .simple+.form-control-feedback,
.xpaginator .form-group-sm .simple+.form-control-feedback,
.form-group-sm .books-catalog-footer select.simple+.form-control-feedback,
.books-catalog-footer .form-group-sm select.simple+.form-control-feedback,
.select2-search--dropdown .form-group-sm .select2-search__field+.form-control-feedback,
.form-group-sm .select2-container .select2-selection--multiple+.form-control-feedback,
.select2-container .form-group-sm .select2-selection--multiple+.form-control-feedback,
.form-group-sm .select2-container .select2-selection--single+.form-control-feedback,
.select2-container .form-group-sm .select2-selection--single+.form-control-feedback,
.form-group-sm .ui-selectmenu-button.ui-button+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radiobox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radiobox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control,
.has-success body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .has-success input.gsc-input,
.has-success .xpaginator .simple,
.xpaginator .has-success .simple,
.has-success .books-catalog-footer select.simple,
.books-catalog-footer .has-success select.simple,
.has-success .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .has-success .select2-search__field,
.has-success .select2-container .select2-selection--multiple,
.select2-container .has-success .select2-selection--multiple,
.has-success .select2-container .select2-selection--single,
.select2-container .has-success .select2-selection--single,
.has-success .ui-selectmenu-button.ui-button {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus,
.has-success body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse .has-success input.gsc-input:focus,
.has-success .xpaginator .simple:focus,
.xpaginator .has-success .simple:focus,
.has-success .books-catalog-footer select.simple:focus,
.books-catalog-footer .has-success select.simple:focus,
.has-success .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .has-success .select2-search__field:focus,
.has-success .select2-container .select2-selection--multiple:focus,
.select2-container .has-success .select2-selection--multiple:focus,
.has-success .select2-container .select2-selection--single:focus,
.select2-container .has-success .select2-selection--single:focus,
.has-success .ui-selectmenu-button.ui-button:focus {
    background-color: #fff;
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radiobox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radiobox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control,
.has-warning body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .has-warning input.gsc-input,
.has-warning .xpaginator .simple,
.xpaginator .has-warning .simple,
.has-warning .books-catalog-footer select.simple,
.books-catalog-footer .has-warning select.simple,
.has-warning .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .has-warning .select2-search__field,
.has-warning .select2-container .select2-selection--multiple,
.select2-container .has-warning .select2-selection--multiple,
.has-warning .select2-container .select2-selection--single,
.select2-container .has-warning .select2-selection--single,
.has-warning .ui-selectmenu-button.ui-button {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus,
.has-warning body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse .has-warning input.gsc-input:focus,
.has-warning .xpaginator .simple:focus,
.xpaginator .has-warning .simple:focus,
.has-warning .books-catalog-footer select.simple:focus,
.books-catalog-footer .has-warning select.simple:focus,
.has-warning .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .has-warning .select2-search__field:focus,
.has-warning .select2-container .select2-selection--multiple:focus,
.select2-container .has-warning .select2-selection--multiple:focus,
.has-warning .select2-container .select2-selection--single:focus,
.select2-container .has-warning .select2-selection--single:focus,
.has-warning .ui-selectmenu-button.ui-button:focus {
    background-color: #fff;
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radiobox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radiobox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control,
.has-error body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .has-error input.gsc-input,
.has-error .xpaginator .simple,
.xpaginator .has-error .simple,
.has-error .books-catalog-footer select.simple,
.books-catalog-footer .has-error select.simple,
.has-error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .has-error .select2-search__field,
.has-error .select2-container .select2-selection--multiple,
.select2-container .has-error .select2-selection--multiple,
.has-error .select2-container .select2-selection--single,
.select2-container .has-error .select2-selection--single,
.has-error .ui-selectmenu-button.ui-button {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.has-error body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse .has-error input.gsc-input:focus,
.has-error .xpaginator .simple:focus,
.xpaginator .has-error .simple:focus,
.has-error .books-catalog-footer select.simple:focus,
.books-catalog-footer .has-error select.simple:focus,
.has-error .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .has-error .select2-search__field:focus,
.has-error .select2-container .select2-selection--multiple:focus,
.select2-container .has-error .select2-selection--multiple:focus,
.has-error .select2-container .select2-selection--single:focus,
.select2-container .has-error .select2-selection--single:focus,
.has-error .ui-selectmenu-button.ui-button:focus {
    background-color: #fff;
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 24px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .form-inline body .gsc-control-cse input.gsc-input,
    body .gsc-control-cse .form-inline input.gsc-input,
    .form-inline .xpaginator .simple,
    .xpaginator .form-inline .simple,
    .form-inline .books-catalog-footer select.simple,
    .books-catalog-footer .form-inline select.simple,
    .form-inline .select2-search--dropdown .select2-search__field,
    .select2-search--dropdown .form-inline .select2-search__field,
    .form-inline .select2-container .select2-selection--multiple,
    .select2-container .form-inline .select2-selection--multiple,
    .form-inline .select2-container .select2-selection--single,
    .select2-container .form-inline .select2-selection--single,
    .form-inline .ui-selectmenu-button.ui-button {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group body .gsc-control-cse input.gsc-input,
    body .gsc-control-cse .form-inline .input-group input.gsc-input,
    .form-inline .input-group .xpaginator .simple,
    .xpaginator .form-inline .input-group .simple,
    .form-inline .input-group .books-catalog-footer select.simple,
    .books-catalog-footer .form-inline .input-group select.simple,
    .form-inline .input-group .select2-search--dropdown .select2-search__field,
    .select2-search--dropdown .form-inline .input-group .select2-search__field,
    .form-inline .input-group .select2-container .select2-selection--multiple,
    .select2-container .form-inline .input-group .select2-selection--multiple,
    .form-inline .input-group .select2-container .select2-selection--single,
    .select2-container .form-inline .input-group .select2-selection--single,
    .form-inline .input-group .ui-selectmenu-button.ui-button {
        width: auto
    }
    .form-inline .input-group>.form-control,
    .form-inline body .gsc-control-cse .input-group>input.gsc-input,
    body .gsc-control-cse .form-inline .input-group>input.gsc-input,
    .form-inline .xpaginator .input-group>.simple,
    .xpaginator .form-inline .input-group>.simple,
    .form-inline .books-catalog-footer .input-group>select.simple,
    .books-catalog-footer .form-inline .input-group>select.simple,
    .form-inline .select2-search--dropdown .input-group>.select2-search__field,
    .select2-search--dropdown .form-inline .input-group>.select2-search__field,
    .form-inline .select2-container .input-group>.select2-selection--multiple,
    .select2-container .form-inline .input-group>.select2-selection--multiple,
    .form-inline .select2-container .input-group>.select2-selection--single,
    .select2-container .form-inline .input-group>.select2-selection--single,
    .form-inline .input-group>.ui-selectmenu-button.ui-button {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox,
    .form-inline .radiobox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label,
    .form-inline .radiobox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radiobox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radiobox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radiobox {
    min-height: 26px
}

.form-horizontal .form-group {
    margin-left: -16px;
    margin-right: -16px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 16px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse td.gsc-search-button,
.btn-flat,
.clndr .clndr-button,
.btn-muted,
.btn-flat-white,
.btn-plain,
.fc-state-default,
.select2-results__option {
    transition: all .24s;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0 solid transparent;
    border: none;
    white-space: nowrap;
    -webkit-appearance: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.38;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
body .gsc-control-cse td.gsc-search-button:hover,
.btn-flat:hover,
.clndr .clndr-button:hover,
.btn-muted:hover,
.btn-flat-white:hover,
.btn-plain:hover,
.fc-state-default:hover,
.select2-results__option:hover,
.btn:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:focus,
body .gsc-control-cse td.gsc-search-button:focus,
.btn-flat:focus,
.clndr .clndr-button:focus,
.btn-muted:focus,
.btn-flat-white:focus,
.btn-plain:focus,
.fc-state-default:focus,
.select2-results__option:focus,
.btn.focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .focus.gsc-cursor-page,
body .gsc-control-cse td.focus.gsc-search-button,
.focus.btn-flat,
.clndr .focus.clndr-button,
.focus.btn-muted,
.focus.btn-flat-white,
.focus.btn-plain,
.focus.fc-state-default,
.focus.select2-results__option {
    color: #333;
    text-decoration: none
}

.btn:active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:active,
body .gsc-control-cse td.gsc-search-button:active,
.btn-flat:active,
.clndr .clndr-button:active,
.btn-muted:active,
.btn-flat-white:active,
.btn-plain:active,
.fc-state-default:active,
.select2-results__option:active,
.btn.active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .active.gsc-cursor-page,
body .gsc-control-cse td.active.gsc-search-button,
.active.btn-flat,
.clndr .active.clndr-button,
.active.btn-muted,
.active.btn-flat-white,
.active.btn-plain,
.active.fc-state-default,
.active.select2-results__option {
    outline: 0;
    background-image: none
}

.btn.disabled,
body .gsc-control-cse .gsc-results .gsc-cursor-box .disabled.gsc-cursor-page,
body .gsc-control-cse td.disabled.gsc-search-button,
.disabled.btn-flat,
.clndr .disabled.clndr-button,
.disabled.btn-muted,
.disabled.btn-flat-white,
.disabled.btn-plain,
.disabled.fc-state-default,
.disabled.select2-results__option,
.btn[disabled],
body .gsc-control-cse .gsc-results .gsc-cursor-box [disabled].gsc-cursor-page,
body .gsc-control-cse td[disabled].gsc-search-button,
[disabled].btn-flat,
.clndr [disabled].clndr-button,
[disabled].btn-muted,
[disabled].btn-flat-white,
[disabled].btn-plain,
[disabled].fc-state-default,
[disabled].select2-results__option,
fieldset[disabled] .btn,
fieldset[disabled] body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box fieldset[disabled] .gsc-cursor-page,
fieldset[disabled] body .gsc-control-cse td.gsc-search-button,
body .gsc-control-cse fieldset[disabled] td.gsc-search-button,
fieldset[disabled] .btn-flat,
fieldset[disabled] .clndr .clndr-button,
.clndr fieldset[disabled] .clndr-button,
fieldset[disabled] .btn-muted,
fieldset[disabled] .btn-flat-white,
fieldset[disabled] .btn-plain,
fieldset[disabled] .fc-state-default,
fieldset[disabled] .select2-results__option {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
body .gsc-control-cse .gsc-results .gsc-cursor-box a.disabled.gsc-cursor-page,
a.disabled.btn-flat,
.clndr .disabled.clndr-button,
.disabled.btn-muted,
.disabled.btn-flat-white,
a.disabled.btn-plain,
a.disabled.fc-state-default,
a.disabled.select2-results__option,
fieldset[disabled] a.btn,
fieldset[disabled] body .gsc-control-cse .gsc-results .gsc-cursor-box a.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box fieldset[disabled] a.gsc-cursor-page,
fieldset[disabled] a.btn-flat,
fieldset[disabled] .clndr a.clndr-button,
.clndr fieldset[disabled] a.clndr-button,
fieldset[disabled] a.btn-muted,
fieldset[disabled] a.btn-flat-white,
fieldset[disabled] a.btn-plain,
fieldset[disabled] a.fc-state-default,
fieldset[disabled] a.select2-results__option {
    pointer-events: none
}

.btn-icon {
    padding: 6px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.38;
    border-radius: 4px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12)
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #b3b3b3
}

.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #d9d9d9;
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2)
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #b3b3b3
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge,
.btn-default .news-card .image .badge-primary,
.news-card .image .btn-default .badge-primary,
.btn-default .news-card .image .badge-wrap,
.news-card .image .btn-default .badge-wrap {
    color: #fff;
    background-color: #333
}

.btn-primary,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff;
    background-color: #ffa000;
    border-color: #e69000;
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12)
}

.btn-primary:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:focus,
.btn-primary.focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .focus.gsc-cursor-current-page {
    color: #fff;
    background-color: #e69000;
    border-color: #b37000
}

.btn-primary:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
    color: #fff;
    background-color: #ffaa1a;
    border-color: #ffa000;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

.btn-primary:active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:active,
.btn-primary.active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .active.gsc-cursor-current-page,
.open>.btn-primary.dropdown-toggle,
body .gsc-control-cse .gsc-results .gsc-cursor-box .open>.dropdown-toggle.gsc-cursor-current-page {
    color: #fff;
    background-color: #cc8000;
    border-color: #cc8000
}

.btn-primary:active:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:active:hover,
.btn-primary:active:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:active:focus,
.btn-primary:active.focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:active.focus,
.btn-primary.active:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .active.gsc-cursor-current-page:hover,
.btn-primary.active:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .active.gsc-cursor-current-page:focus,
.btn-primary.active.focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .active.focus.gsc-cursor-current-page,
.open>.btn-primary.dropdown-toggle:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .open>.dropdown-toggle.gsc-cursor-current-page:hover,
.open>.btn-primary.dropdown-toggle:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .open>.dropdown-toggle.gsc-cursor-current-page:focus,
.open>.btn-primary.dropdown-toggle.focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .open>.dropdown-toggle.focus.gsc-cursor-current-page {
    color: #fff;
    background-color: #e69000;
    border-color: #b37000
}

.btn-primary:active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:active,
.btn-primary.active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .active.gsc-cursor-current-page,
.open>.btn-primary.dropdown-toggle,
body .gsc-control-cse .gsc-results .gsc-cursor-box .open>.dropdown-toggle.gsc-cursor-current-page {
    background-image: none
}

.btn-primary.disabled:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .disabled.gsc-cursor-current-page:hover,
.btn-primary.disabled:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .disabled.gsc-cursor-current-page:focus,
.btn-primary.disabled.focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .disabled.focus.gsc-cursor-current-page,
.btn-primary[disabled]:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box [disabled].gsc-cursor-current-page:hover,
.btn-primary[disabled]:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box [disabled].gsc-cursor-current-page:focus,
.btn-primary[disabled].focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box [disabled].focus.gsc-cursor-current-page,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box fieldset[disabled] .gsc-cursor-current-page:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box fieldset[disabled] .gsc-cursor-current-page:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] body .gsc-control-cse .gsc-results .gsc-cursor-box .focus.gsc-cursor-current-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box fieldset[disabled] .focus.gsc-cursor-current-page {
    background-color: #ffa000;
    border-color: #e69000
}

.btn-primary .badge,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page .badge,
.btn-primary .news-card .image .badge-primary,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page .news-card .image .badge-primary,
.news-card .image .btn-primary .badge-primary,
.news-card .image body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page .badge-primary,
body .gsc-control-cse .gsc-results .gsc-cursor-box .news-card .image .gsc-cursor-current-page .badge-primary,
.btn-primary .news-card .image .badge-wrap,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page .news-card .image .badge-wrap,
.news-card .image .btn-primary .badge-wrap,
.news-card .image body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page .badge-wrap,
body .gsc-control-cse .gsc-results .gsc-cursor-box .news-card .image .gsc-cursor-current-page .badge-wrap {
    color: #ffa000;
    background-color: #fff
}

.btn-xsecondary {
    color: #fff;
    background-color: #1976D2;
    border-color: #1669bb;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.14), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12)
}

.btn-xsecondary:focus,
.btn-xsecondary.focus {
    color: #fff;
    background-color: #1669bb;
    border-color: #11508e
}

.btn-xsecondary:hover {
    color: #fff;
    background-color: #2083e4;
    border-color: #1976d2;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

.btn-xsecondary:active,
.btn-xsecondary.active,
.open>.btn-xsecondary.dropdown-toggle {
    color: #fff;
    background-color: #145ca4;
    border-color: #145ca4
}

.btn-xsecondary:active:hover,
.btn-xsecondary:active:focus,
.btn-xsecondary:active.focus,
.btn-xsecondary.active:hover,
.btn-xsecondary.active:focus,
.btn-xsecondary.active.focus,
.open>.btn-xsecondary.dropdown-toggle:hover,
.open>.btn-xsecondary.dropdown-toggle:focus,
.open>.btn-xsecondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #1669bb;
    border-color: #11508e
}

.btn-xsecondary:active,
.btn-xsecondary.active,
.open>.btn-xsecondary.dropdown-toggle {
    background-image: none
}

.btn-xsecondary.disabled:hover,
.btn-xsecondary.disabled:focus,
.btn-xsecondary.disabled.focus,
.btn-xsecondary[disabled]:hover,
.btn-xsecondary[disabled]:focus,
.btn-xsecondary[disabled].focus,
fieldset[disabled] .btn-xsecondary:hover,
fieldset[disabled] .btn-xsecondary:focus,
fieldset[disabled] .btn-xsecondary.focus {
    background-color: #1976D2;
    border-color: #1669bb
}

.btn-xsecondary .badge,
.btn-xsecondary .news-card .image .badge-primary,
.news-card .image .btn-xsecondary .badge-primary,
.btn-xsecondary .news-card .image .badge-wrap,
.news-card .image .btn-xsecondary .badge-wrap {
    color: #1976D2;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #7cb342;
    border-color: #6fa03b;
    box-shadow: 0 2px 2px 0 rgba(124, 179, 66, 0.14), 0 3px 1px -2px rgba(124, 179, 66, 0.2), 0 1px 5px 0 rgba(124, 179, 66, 0.12)
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #6fa03b;
    border-color: #557b2d
}

.btn-success:hover {
    color: #fff;
    background-color: #89be50;
    border-color: #7cb342;
    box-shadow: 0 14px 26px -12px rgba(124, 179, 66, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(124, 179, 66, 0.2)
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #628e34;
    border-color: #628e34
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #6fa03b;
    border-color: #557b2d
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #7cb342;
    border-color: #6fa03b
}

.btn-success .badge,
.btn-success .news-card .image .badge-primary,
.news-card .image .btn-success .badge-primary,
.btn-success .news-card .image .badge-wrap,
.news-card .image .btn-success .badge-wrap {
    color: #7cb342;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #0398db;
    box-shadow: 0 2px 2px 0 rgba(3, 169, 244, 0.14), 0 3px 1px -2px rgba(3, 169, 244, 0.2), 0 1px 5px 0 rgba(3, 169, 244, 0.12)
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #0398db;
    border-color: #0275a8
}

.btn-info:hover {
    color: #fff;
    background-color: #14b4fc;
    border-color: #03a9f4;
    box-shadow: 0 14px 26px -12px rgba(3, 169, 244, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.2)
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #0286c2
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #0398db;
    border-color: #0275a8
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #03a9f4;
    border-color: #0398db
}

.btn-info .badge,
.btn-info .news-card .image .badge-primary,
.news-card .image .btn-info .badge-primary,
.btn-info .news-card .image .badge-wrap,
.news-card .image .btn-info .badge-wrap {
    color: #03a9f4;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f9a825;
    border-color: #f89e0c;
    box-shadow: 0 2px 2px 0 rgba(249, 168, 37, 0.14), 0 3px 1px -2px rgba(249, 168, 37, 0.2), 0 1px 5px 0 rgba(249, 168, 37, 0.12)
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #f89e0c;
    border-color: #cc8006
}

.btn-warning:hover {
    color: #fff;
    background-color: #fab23e;
    border-color: #f9a825;
    box-shadow: 0 14px 26px -12px rgba(249, 168, 37, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(249, 168, 37, 0.2)
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e59006;
    border-color: #e59006
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #f89e0c;
    border-color: #cc8006
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f9a825;
    border-color: #f89e0c
}

.btn-warning .badge,
.btn-warning .news-card .image .badge-primary,
.news-card .image .btn-warning .badge-primary,
.btn-warning .news-card .image .badge-wrap,
.news-card .image .btn-warning .badge-wrap {
    color: #f9a825;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #D32F2F;
    border-color: #c02929;
    box-shadow: 0 2px 2px 0 rgba(211, 47, 47, 0.14), 0 3px 1px -2px rgba(211, 47, 47, 0.2), 0 1px 5px 0 rgba(211, 47, 47, 0.12)
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c02929;
    border-color: #962020
}

.btn-danger:hover {
    color: #fff;
    background-color: #d74444;
    border-color: #d32f2f;
    box-shadow: 0 14px 26px -12px rgba(211, 47, 47, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(211, 47, 47, 0.2)
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ab2424;
    border-color: #ab2424
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #c02929;
    border-color: #962020
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #D32F2F;
    border-color: #c02929
}

.btn-danger .badge,
.btn-danger .news-card .image .badge-primary,
.news-card .image .btn-danger .badge-primary,
.btn-danger .news-card .image .badge-wrap,
.news-card .image .btn-danger .badge-wrap {
    color: #D32F2F;
    background-color: #fff
}

.btn-link {
    color: #1976D2;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #11508e;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #858585;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-lg>.gsc-cursor-page,
body .gsc-control-cse .btn-group-lg>td.gsc-search-button,
.btn-group-lg>.btn-flat,
.clndr .btn-group-lg>.clndr-button,
.btn-group-lg>.btn-muted,
.btn-group-lg>.btn-flat-white,
.btn-group-lg>.btn-plain,
.btn-group-lg>.fc-state-default,
.btn-group-lg>.select2-results__option {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-sm,
.fc-state-default,
.btn-group-sm>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-sm>.gsc-cursor-page,
body .gsc-control-cse .btn-group-sm>td.gsc-search-button,
.btn-group-sm>.btn-flat,
.clndr .btn-group-sm>.clndr-button,
.btn-group-sm>.btn-muted,
.btn-group-sm>.btn-flat-white,
.btn-group-sm>.btn-plain,
.btn-group-sm>.fc-state-default,
.btn-group-sm>.select2-results__option {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-xs,
.btn-group-xs>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-xs>.gsc-cursor-page,
body .gsc-control-cse .btn-group-xs>td.gsc-search-button,
.btn-group-xs>.btn-flat,
.clndr .btn-group-xs>.clndr-button,
.btn-group-xs>.btn-muted,
.btn-group-xs>.btn-flat-white,
.btn-group-xs>.btn-plain,
.btn-group-xs>.fc-state-default,
.btn-group-xs>.select2-results__option {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-block {
    display: block;
    width: 100%;
    white-space: normal
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page,
body .gsc-control-cse .btn-group>td.gsc-search-button,
.btn-group>.btn-flat,
.clndr .btn-group>.clndr-button,
.btn-group>.btn-muted,
.btn-group>.btn-flat-white,
.btn-group>.btn-plain,
.btn-group>.fc-state-default,
.btn-group>.select2-results__option,
.btn-group-vertical>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button,
.btn-group-vertical>.btn-flat,
.clndr .btn-group-vertical>.clndr-button,
.btn-group-vertical>.btn-muted,
.btn-group-vertical>.btn-flat-white,
.btn-group-vertical>.btn-plain,
.btn-group-vertical>.fc-state-default,
.btn-group-vertical>.select2-results__option {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:hover,
body .gsc-control-cse .btn-group>td.gsc-search-button:hover,
.btn-group>.btn-flat:hover,
.clndr .btn-group>.clndr-button:hover,
.btn-group>.btn-muted:hover,
.btn-group>.btn-flat-white:hover,
.btn-group>.btn-plain:hover,
.btn-group>.fc-state-default:hover,
.btn-group>.select2-results__option:hover,
.btn-group>.btn:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:focus,
body .gsc-control-cse .btn-group>td.gsc-search-button:focus,
.btn-group>.btn-flat:focus,
.clndr .btn-group>.clndr-button:focus,
.btn-group>.btn-muted:focus,
.btn-group>.btn-flat-white:focus,
.btn-group>.btn-plain:focus,
.btn-group>.fc-state-default:focus,
.btn-group>.select2-results__option:focus,
.btn-group>.btn:active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:active,
body .gsc-control-cse .btn-group>td.gsc-search-button:active,
.btn-group>.btn-flat:active,
.clndr .btn-group>.clndr-button:active,
.btn-group>.btn-muted:active,
.btn-group>.btn-flat-white:active,
.btn-group>.btn-plain:active,
.btn-group>.fc-state-default:active,
.btn-group>.select2-results__option:active,
.btn-group>.btn.active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.active.gsc-cursor-page,
body .gsc-control-cse .btn-group>td.active.gsc-search-button,
.btn-group>.active.btn-flat,
.clndr .btn-group>.active.clndr-button,
.btn-group>.active.btn-muted,
.btn-group>.active.btn-flat-white,
.btn-group>.active.btn-plain,
.btn-group>.active.fc-state-default,
.btn-group>.active.select2-results__option,
.btn-group-vertical>.btn:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page:hover,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button:hover,
.btn-group-vertical>.btn-flat:hover,
.clndr .btn-group-vertical>.clndr-button:hover,
.btn-group-vertical>.btn-muted:hover,
.btn-group-vertical>.btn-flat-white:hover,
.btn-group-vertical>.btn-plain:hover,
.btn-group-vertical>.fc-state-default:hover,
.btn-group-vertical>.select2-results__option:hover,
.btn-group-vertical>.btn:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page:focus,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button:focus,
.btn-group-vertical>.btn-flat:focus,
.clndr .btn-group-vertical>.clndr-button:focus,
.btn-group-vertical>.btn-muted:focus,
.btn-group-vertical>.btn-flat-white:focus,
.btn-group-vertical>.btn-plain:focus,
.btn-group-vertical>.fc-state-default:focus,
.btn-group-vertical>.select2-results__option:focus,
.btn-group-vertical>.btn:active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page:active,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button:active,
.btn-group-vertical>.btn-flat:active,
.clndr .btn-group-vertical>.clndr-button:active,
.btn-group-vertical>.btn-muted:active,
.btn-group-vertical>.btn-flat-white:active,
.btn-group-vertical>.btn-plain:active,
.btn-group-vertical>.fc-state-default:active,
.btn-group-vertical>.select2-results__option:active,
.btn-group-vertical>.btn.active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.active.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>td.active.gsc-search-button,
.btn-group-vertical>.active.btn-flat,
.clndr .btn-group-vertical>.active.clndr-button,
.btn-group-vertical>.active.btn-muted,
.btn-group-vertical>.active.btn-flat-white,
.btn-group-vertical>.active.btn-plain,
.btn-group-vertical>.active.fc-state-default,
.btn-group-vertical>.active.select2-results__option {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .btn+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .btn+.gsc-cursor-page,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.gsc-cursor-page,
.btn-group body .gsc-control-cse td.gsc-search-button+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box td.gsc-search-button+.gsc-cursor-page,
body .gsc-control-cse .btn-group td.gsc-search-button+.btn,
body .gsc-control-cse .btn-group .gsc-results .gsc-cursor-box td.gsc-search-button+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group td.gsc-search-button+.gsc-cursor-page,
.btn-group body .gsc-control-cse .btn+td.gsc-search-button,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+td.gsc-search-button,
body .gsc-control-cse .btn-group .btn+td.gsc-search-button,
body .gsc-control-cse .btn-group .gsc-results .gsc-cursor-box .gsc-cursor-page+td.gsc-search-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+td.gsc-search-button,
.btn-group body .gsc-control-cse td.gsc-search-button+td.gsc-search-button,
body .gsc-control-cse .btn-group td.gsc-search-button+td.gsc-search-button,
.btn-group .btn-flat+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-flat+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .btn-flat+.gsc-cursor-page,
.btn-group body .gsc-control-cse .btn-flat+td.gsc-search-button,
body .gsc-control-cse .btn-group .btn-flat+td.gsc-search-button,
.btn-group .clndr .clndr-button+.btn,
.btn-group .clndr body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr-button+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .clndr .clndr-button+.gsc-cursor-page,
.btn-group .clndr body .gsc-control-cse .clndr-button+td.gsc-search-button,
body .gsc-control-cse .btn-group .clndr .clndr-button+td.gsc-search-button,
.clndr .btn-group .clndr-button+.btn,
.clndr .btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr-button+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr .btn-group .clndr-button+.gsc-cursor-page,
.clndr .btn-group body .gsc-control-cse .clndr-button+td.gsc-search-button,
body .gsc-control-cse .clndr .btn-group .clndr-button+td.gsc-search-button,
.btn-group .btn-muted+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-muted+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .btn-muted+.gsc-cursor-page,
.btn-group body .gsc-control-cse .btn-muted+td.gsc-search-button,
body .gsc-control-cse .btn-group .btn-muted+td.gsc-search-button,
.btn-group .btn-flat-white+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-flat-white+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .btn-flat-white+.gsc-cursor-page,
.btn-group body .gsc-control-cse .btn-flat-white+td.gsc-search-button,
body .gsc-control-cse .btn-group .btn-flat-white+td.gsc-search-button,
.btn-group .btn+.btn-flat,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.btn-flat,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.btn-flat,
.btn-group body .gsc-control-cse td.gsc-search-button+.btn-flat,
body .gsc-control-cse .btn-group td.gsc-search-button+.btn-flat,
.btn-group .clndr .btn+.clndr-button,
.btn-group .clndr body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.clndr-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .clndr .gsc-cursor-page+.clndr-button,
.btn-group .clndr body .gsc-control-cse td.gsc-search-button+.clndr-button,
body .gsc-control-cse .btn-group .clndr td.gsc-search-button+.clndr-button,
.clndr .btn-group .btn+.clndr-button,
.clndr .btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.clndr-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr .btn-group .gsc-cursor-page+.clndr-button,
.clndr .btn-group body .gsc-control-cse td.gsc-search-button+.clndr-button,
body .gsc-control-cse .clndr .btn-group td.gsc-search-button+.clndr-button,
.btn-group .btn+.btn-muted,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.btn-muted,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.btn-muted,
.btn-group body .gsc-control-cse td.gsc-search-button+.btn-muted,
body .gsc-control-cse .btn-group td.gsc-search-button+.btn-muted,
.btn-group .btn+.btn-flat-white,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.btn-flat-white,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.btn-flat-white,
.btn-group body .gsc-control-cse td.gsc-search-button+.btn-flat-white,
body .gsc-control-cse .btn-group td.gsc-search-button+.btn-flat-white,
.btn-group .btn-flat+.btn-flat,
.btn-group .clndr .clndr-button+.btn-flat,
.clndr .btn-group .clndr-button+.btn-flat,
.btn-group .clndr .btn-flat+.clndr-button,
.clndr .btn-group .btn-flat+.clndr-button,
.btn-group .clndr .clndr-button+.clndr-button,
.clndr .btn-group .clndr-button+.clndr-button,
.btn-group .btn-muted+.btn-flat,
.btn-group .clndr .btn-muted+.clndr-button,
.clndr .btn-group .btn-muted+.clndr-button,
.btn-group .btn-flat+.btn-muted,
.btn-group .clndr .clndr-button+.btn-muted,
.clndr .btn-group .clndr-button+.btn-muted,
.btn-group .btn-muted+.btn-muted,
.btn-group .btn-flat-white+.btn-flat,
.btn-group .clndr .btn-flat-white+.clndr-button,
.clndr .btn-group .btn-flat-white+.clndr-button,
.btn-group .btn-flat-white+.btn-muted,
.btn-group .btn-flat+.btn-flat-white,
.btn-group .clndr .clndr-button+.btn-flat-white,
.clndr .btn-group .clndr-button+.btn-flat-white,
.btn-group .btn-muted+.btn-flat-white,
.btn-group .btn-flat-white+.btn-flat-white,
.btn-group .btn-plain+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-plain+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .btn-plain+.gsc-cursor-page,
.btn-group body .gsc-control-cse .btn-plain+td.gsc-search-button,
body .gsc-control-cse .btn-group .btn-plain+td.gsc-search-button,
.btn-group .btn-plain+.btn-flat,
.btn-group .clndr .btn-plain+.clndr-button,
.clndr .btn-group .btn-plain+.clndr-button,
.btn-group .btn-plain+.btn-muted,
.btn-group .btn-plain+.btn-flat-white,
.btn-group .fc-state-default+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .fc-state-default+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .fc-state-default+.gsc-cursor-page,
.btn-group body .gsc-control-cse .fc-state-default+td.gsc-search-button,
body .gsc-control-cse .btn-group .fc-state-default+td.gsc-search-button,
.btn-group .fc-state-default+.btn-flat,
.btn-group .clndr .fc-state-default+.clndr-button,
.clndr .btn-group .fc-state-default+.clndr-button,
.btn-group .fc-state-default+.btn-muted,
.btn-group .fc-state-default+.btn-flat-white,
.btn-group .btn+.btn-plain,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.btn-plain,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.btn-plain,
.btn-group body .gsc-control-cse td.gsc-search-button+.btn-plain,
body .gsc-control-cse .btn-group td.gsc-search-button+.btn-plain,
.btn-group .btn-flat+.btn-plain,
.btn-group .clndr .clndr-button+.btn-plain,
.clndr .btn-group .clndr-button+.btn-plain,
.btn-group .btn-muted+.btn-plain,
.btn-group .btn-flat-white+.btn-plain,
.btn-group .btn-plain+.btn-plain,
.btn-group .fc-state-default+.btn-plain,
.btn-group .btn+.fc-state-default,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.fc-state-default,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.fc-state-default,
.btn-group body .gsc-control-cse td.gsc-search-button+.fc-state-default,
body .gsc-control-cse .btn-group td.gsc-search-button+.fc-state-default,
.btn-group .btn-flat+.fc-state-default,
.btn-group .clndr .clndr-button+.fc-state-default,
.clndr .btn-group .clndr-button+.fc-state-default,
.btn-group .btn-muted+.fc-state-default,
.btn-group .btn-flat-white+.fc-state-default,
.btn-group .btn-plain+.fc-state-default,
.btn-group .fc-state-default+.fc-state-default,
.btn-group .select2-results__option+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .select2-results__option+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .select2-results__option+.gsc-cursor-page,
.btn-group body .gsc-control-cse .select2-results__option+td.gsc-search-button,
body .gsc-control-cse .btn-group .select2-results__option+td.gsc-search-button,
.btn-group .select2-results__option+.btn-flat,
.btn-group .clndr .select2-results__option+.clndr-button,
.clndr .btn-group .select2-results__option+.clndr-button,
.btn-group .select2-results__option+.btn-muted,
.btn-group .select2-results__option+.btn-flat-white,
.btn-group .select2-results__option+.btn-plain,
.btn-group .select2-results__option+.fc-state-default,
.btn-group .btn+.select2-results__option,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.select2-results__option,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.select2-results__option,
.btn-group body .gsc-control-cse td.gsc-search-button+.select2-results__option,
body .gsc-control-cse .btn-group td.gsc-search-button+.select2-results__option,
.btn-group .btn-flat+.select2-results__option,
.btn-group .clndr .clndr-button+.select2-results__option,
.clndr .btn-group .clndr-button+.select2-results__option,
.btn-group .btn-muted+.select2-results__option,
.btn-group .btn-flat-white+.select2-results__option,
.btn-group .btn-plain+.select2-results__option,
.btn-group .fc-state-default+.select2-results__option,
.btn-group .select2-results__option+.select2-results__option,
.btn-group .btn+.btn-group,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page+.btn-group,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .gsc-cursor-page+.btn-group,
.btn-group body .gsc-control-cse td.gsc-search-button+.btn-group,
body .gsc-control-cse .btn-group td.gsc-search-button+.btn-group,
.btn-group .btn-flat+.btn-group,
.btn-group .clndr .clndr-button+.btn-group,
.clndr .btn-group .clndr-button+.btn-group,
.btn-group .btn-muted+.btn-group,
.btn-group .btn-flat-white+.btn-group,
.btn-group .btn-plain+.btn-group,
.btn-group .fc-state-default+.btn-group,
.btn-group .select2-results__option+.btn-group,
.btn-group .btn-group+.btn,
.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group .btn-group+.gsc-cursor-page,
.btn-group body .gsc-control-cse .btn-group+td.gsc-search-button,
body .gsc-control-cse .btn-group .btn-group+td.gsc-search-button,
.btn-group .btn-group+.btn-flat,
.btn-group .clndr .btn-group+.clndr-button,
.clndr .btn-group .btn-group+.clndr-button,
.btn-group .btn-group+.btn-muted,
.btn-group .btn-group+.btn-flat-white,
.btn-group .btn-group+.btn-plain,
.btn-group .btn-group+.fc-state-default,
.btn-group .btn-group+.select2-results__option,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-toolbar .gsc-cursor-page,
.btn-toolbar body .gsc-control-cse td.gsc-search-button,
body .gsc-control-cse .btn-toolbar td.gsc-search-button,
.btn-toolbar .btn-flat,
.btn-toolbar .clndr .clndr-button,
.clndr .btn-toolbar .clndr-button,
.btn-toolbar .btn-muted,
.btn-toolbar .btn-flat-white,
.btn-toolbar .btn-plain,
.btn-toolbar .fc-state-default,
.btn-toolbar .select2-results__option,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-toolbar>.gsc-cursor-page,
body .gsc-control-cse .btn-toolbar>td.gsc-search-button,
.btn-toolbar>.btn-flat,
.clndr .btn-toolbar>.clndr-button,
.btn-toolbar>.btn-muted,
.btn-toolbar>.btn-flat-white,
.btn-toolbar>.btn-plain,
.btn-toolbar>.fc-state-default,
.btn-toolbar>.select2-results__option,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:not(:first-child):not(:last-child):not(.dropdown-toggle),
body .gsc-control-cse .btn-group>td.gsc-search-button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-flat:not(:first-child):not(:last-child):not(.dropdown-toggle),
.clndr .btn-group>.clndr-button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-muted:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-flat-white:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-plain:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.fc-state-default:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.select2-results__option:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:first-child,
body .gsc-control-cse .btn-group>td.gsc-search-button:first-child,
.btn-group>.btn-flat:first-child,
.clndr .btn-group>.clndr-button:first-child,
.btn-group>.btn-muted:first-child,
.btn-group>.btn-flat-white:first-child,
.btn-group>.btn-plain:first-child,
.btn-group>.fc-state-default:first-child,
.btn-group>.select2-results__option:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:first-child:not(:last-child):not(.dropdown-toggle),
body .gsc-control-cse .btn-group>td.gsc-search-button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-flat:first-child:not(:last-child):not(.dropdown-toggle),
.clndr .btn-group>.clndr-button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-muted:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-flat-white:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-plain:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.fc-state-default:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.select2-results__option:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page:last-child:not(:first-child),
body .gsc-control-cse .btn-group>td.gsc-search-button:last-child:not(:first-child),
.btn-group>.btn-flat:last-child:not(:first-child),
.clndr .btn-group>.clndr-button:last-child:not(:first-child),
.btn-group>.btn-muted:last-child:not(:first-child),
.btn-group>.btn-flat-white:last-child:not(:first-child),
.btn-group>.btn-plain:last-child:not(:first-child),
.btn-group>.fc-state-default:last-child:not(:first-child),
.btn-group>.select2-results__option:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.btn-group:not(:first-child):not(:last-child)>.gsc-cursor-page,
body .gsc-control-cse .btn-group>.btn-group:not(:first-child):not(:last-child)>td.gsc-search-button,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-flat,
.clndr .btn-group>.btn-group:not(:first-child):not(:last-child)>.clndr-button,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-muted,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-flat-white,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-plain,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.fc-state-default,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.select2-results__option {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.btn-group:first-child:not(:last-child)>.gsc-cursor-page:last-child,
body .gsc-control-cse .btn-group>.btn-group:first-child:not(:last-child)>td.gsc-search-button:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-flat:last-child,
.clndr .btn-group>.btn-group:first-child:not(:last-child)>.clndr-button:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-muted:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-flat-white:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-plain:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.fc-state-default:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.select2-results__option:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.btn-group:last-child:not(:first-child)>.gsc-cursor-page:first-child,
body .gsc-control-cse .btn-group>.btn-group:last-child:not(:first-child)>td.gsc-search-button:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-flat:first-child,
.clndr .btn-group>.btn-group:last-child:not(:first-child)>.clndr-button:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-muted:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-flat-white:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-plain:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.fc-state-default:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.select2-results__option:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group>.gsc-cursor-page+.dropdown-toggle,
body .gsc-control-cse .btn-group>td.gsc-search-button+.dropdown-toggle,
.btn-group>.btn-flat+.dropdown-toggle,
.clndr .btn-group>.clndr-button+.dropdown-toggle,
.btn-group>.btn-muted+.dropdown-toggle,
.btn-group>.btn-flat-white+.dropdown-toggle,
.btn-group>.btn-plain+.dropdown-toggle,
.btn-group>.fc-state-default+.dropdown-toggle,
.btn-group>.select2-results__option+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-lg.btn-group>.gsc-cursor-page+.dropdown-toggle,
body .gsc-control-cse .btn-group-lg.btn-group>td.gsc-search-button+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-flat+.dropdown-toggle,
.clndr .btn-group-lg.btn-group>.clndr-button+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-muted+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-flat-white+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-plain+.dropdown-toggle,
.btn-group-lg.btn-group>.fc-state-default+.dropdown-toggle,
.btn-group-lg.btn-group>.select2-results__option+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .caret,
body .gsc-control-cse td.gsc-search-button .caret,
.btn-flat .caret,
.clndr .clndr-button .caret,
.btn-muted .caret,
.btn-flat-white .caret,
.btn-plain .caret,
.fc-state-default .caret,
.select2-results__option .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-lg>.gsc-cursor-page .caret,
body .gsc-control-cse .btn-group-lg>td.gsc-search-button .caret,
.btn-group-lg>.btn-flat .caret,
.clndr .btn-group-lg>.clndr-button .caret,
.btn-group-lg>.btn-muted .caret,
.btn-group-lg>.btn-flat-white .caret,
.btn-group-lg>.btn-plain .caret,
.btn-group-lg>.fc-state-default .caret,
.btn-group-lg>.select2-results__option .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-lg>.gsc-cursor-page .caret,
body .gsc-control-cse .gsc-results .gsc-cursor-box .dropup .btn-group-lg>.gsc-cursor-page .caret,
.dropup body .gsc-control-cse .btn-group-lg>td.gsc-search-button .caret,
body .gsc-control-cse .dropup .btn-group-lg>td.gsc-search-button .caret,
.dropup .btn-group-lg>.btn-flat .caret,
.dropup .clndr .btn-group-lg>.clndr-button .caret,
.clndr .dropup .btn-group-lg>.clndr-button .caret,
.dropup .btn-group-lg>.btn-muted .caret,
.dropup .btn-group-lg>.btn-flat-white .caret,
.dropup .btn-group-lg>.btn-plain .caret,
.dropup .btn-group-lg>.fc-state-default .caret,
.dropup .btn-group-lg>.select2-results__option .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button,
.btn-group-vertical>.btn-flat,
.clndr .btn-group-vertical>.clndr-button,
.btn-group-vertical>.btn-muted,
.btn-group-vertical>.btn-flat-white,
.btn-group-vertical>.btn-plain,
.btn-group-vertical>.fc-state-default,
.btn-group-vertical>.select2-results__option,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-group>.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-group>td.gsc-search-button,
.btn-group-vertical>.btn-group>.btn-flat,
.clndr .btn-group-vertical>.btn-group>.clndr-button,
.btn-group-vertical>.btn-group>.btn-muted,
.btn-group-vertical>.btn-group>.btn-flat-white,
.btn-group-vertical>.btn-group>.btn-plain,
.btn-group-vertical>.btn-group>.fc-state-default,
.btn-group-vertical>.btn-group>.select2-results__option {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-group>.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-group>td.gsc-search-button,
.btn-group-vertical>.btn-group>.btn-flat,
.clndr .btn-group-vertical>.btn-group>.clndr-button,
.btn-group-vertical>.btn-group>.btn-muted,
.btn-group-vertical>.btn-group>.btn-flat-white,
.btn-group-vertical>.btn-group>.btn-plain,
.btn-group-vertical>.btn-group>.fc-state-default,
.btn-group-vertical>.btn-group>.select2-results__option {
    float: none
}

.btn-group-vertical>.btn+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>td.gsc-search-button+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn+td.gsc-search-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+td.gsc-search-button,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+td.gsc-search-button,
.btn-group-vertical>.btn-flat+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-flat+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-flat+td.gsc-search-button,
.clndr .btn-group-vertical>.clndr-button+.btn,
.clndr body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.clndr-button+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr .btn-group-vertical>.clndr-button+.gsc-cursor-page,
.clndr body .gsc-control-cse .btn-group-vertical>.clndr-button+td.gsc-search-button,
body .gsc-control-cse .clndr .btn-group-vertical>.clndr-button+td.gsc-search-button,
.btn-group-vertical>.btn-muted+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-muted+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-muted+td.gsc-search-button,
.btn-group-vertical>.btn-flat-white+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-flat-white+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-flat-white+td.gsc-search-button,
.btn-group-vertical>.btn+.btn-flat,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.btn-flat,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.btn-flat,
.clndr .btn-group-vertical>.btn+.clndr-button,
.clndr body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.clndr-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr .btn-group-vertical>.gsc-cursor-page+.clndr-button,
.clndr body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.clndr-button,
body .gsc-control-cse .clndr .btn-group-vertical>td.gsc-search-button+.clndr-button,
.btn-group-vertical>.btn+.btn-muted,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.btn-muted,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.btn-muted,
.btn-group-vertical>.btn+.btn-flat-white,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.btn-flat-white,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.btn-flat-white,
.btn-group-vertical>.btn-flat+.btn-flat,
.clndr .btn-group-vertical>.clndr-button+.btn-flat,
.clndr .btn-group-vertical>.btn-flat+.clndr-button,
.clndr .btn-group-vertical>.clndr-button+.clndr-button,
.btn-group-vertical>.btn-muted+.btn-flat,
.clndr .btn-group-vertical>.btn-muted+.clndr-button,
.btn-group-vertical>.btn-flat+.btn-muted,
.clndr .btn-group-vertical>.clndr-button+.btn-muted,
.btn-group-vertical>.btn-muted+.btn-muted,
.btn-group-vertical>.btn-flat-white+.btn-flat,
.clndr .btn-group-vertical>.btn-flat-white+.clndr-button,
.btn-group-vertical>.btn-flat-white+.btn-muted,
.btn-group-vertical>.btn-flat+.btn-flat-white,
.clndr .btn-group-vertical>.clndr-button+.btn-flat-white,
.btn-group-vertical>.btn-muted+.btn-flat-white,
.btn-group-vertical>.btn-flat-white+.btn-flat-white,
.btn-group-vertical>.btn-plain+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-plain+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-plain+td.gsc-search-button,
.btn-group-vertical>.btn-plain+.btn-flat,
.clndr .btn-group-vertical>.btn-plain+.clndr-button,
.btn-group-vertical>.btn-plain+.btn-muted,
.btn-group-vertical>.btn-plain+.btn-flat-white,
.btn-group-vertical>.fc-state-default+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.fc-state-default+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.fc-state-default+td.gsc-search-button,
.btn-group-vertical>.fc-state-default+.btn-flat,
.clndr .btn-group-vertical>.fc-state-default+.clndr-button,
.btn-group-vertical>.fc-state-default+.btn-muted,
.btn-group-vertical>.fc-state-default+.btn-flat-white,
.btn-group-vertical>.btn+.btn-plain,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.btn-plain,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.btn-plain,
.btn-group-vertical>.btn-flat+.btn-plain,
.clndr .btn-group-vertical>.clndr-button+.btn-plain,
.btn-group-vertical>.btn-muted+.btn-plain,
.btn-group-vertical>.btn-flat-white+.btn-plain,
.btn-group-vertical>.btn-plain+.btn-plain,
.btn-group-vertical>.fc-state-default+.btn-plain,
.btn-group-vertical>.btn+.fc-state-default,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.fc-state-default,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.fc-state-default,
.btn-group-vertical>.btn-flat+.fc-state-default,
.clndr .btn-group-vertical>.clndr-button+.fc-state-default,
.btn-group-vertical>.btn-muted+.fc-state-default,
.btn-group-vertical>.btn-flat-white+.fc-state-default,
.btn-group-vertical>.btn-plain+.fc-state-default,
.btn-group-vertical>.fc-state-default+.fc-state-default,
.btn-group-vertical>.select2-results__option+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.select2-results__option+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.select2-results__option+td.gsc-search-button,
.btn-group-vertical>.select2-results__option+.btn-flat,
.clndr .btn-group-vertical>.select2-results__option+.clndr-button,
.btn-group-vertical>.select2-results__option+.btn-muted,
.btn-group-vertical>.select2-results__option+.btn-flat-white,
.btn-group-vertical>.select2-results__option+.btn-plain,
.btn-group-vertical>.select2-results__option+.fc-state-default,
.btn-group-vertical>.btn+.select2-results__option,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.select2-results__option,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.select2-results__option,
.btn-group-vertical>.btn-flat+.select2-results__option,
.clndr .btn-group-vertical>.clndr-button+.select2-results__option,
.btn-group-vertical>.btn-muted+.select2-results__option,
.btn-group-vertical>.btn-flat-white+.select2-results__option,
.btn-group-vertical>.btn-plain+.select2-results__option,
.btn-group-vertical>.fc-state-default+.select2-results__option,
.btn-group-vertical>.select2-results__option+.select2-results__option,
.btn-group-vertical>.btn+.btn-group,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page+.btn-group,
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button+.btn-group,
.btn-group-vertical>.btn-flat+.btn-group,
.clndr .btn-group-vertical>.clndr-button+.btn-group,
.btn-group-vertical>.btn-muted+.btn-group,
.btn-group-vertical>.btn-flat-white+.btn-group,
.btn-group-vertical>.btn-plain+.btn-group,
.btn-group-vertical>.fc-state-default+.btn-group,
.btn-group-vertical>.select2-results__option+.btn-group,
.btn-group-vertical>.btn-group+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-group+.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-group+td.gsc-search-button,
.btn-group-vertical>.btn-group+.btn-flat,
.clndr .btn-group-vertical>.btn-group+.clndr-button,
.btn-group-vertical>.btn-group+.btn-muted,
.btn-group-vertical>.btn-group+.btn-flat-white,
.btn-group-vertical>.btn-group+.btn-plain,
.btn-group-vertical>.btn-group+.fc-state-default,
.btn-group-vertical>.btn-group+.select2-results__option,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page:not(:first-child):not(:last-child),
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-flat:not(:first-child):not(:last-child),
.clndr .btn-group-vertical>.clndr-button:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-muted:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-flat-white:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-plain:not(:first-child):not(:last-child),
.btn-group-vertical>.fc-state-default:not(:first-child):not(:last-child),
.btn-group-vertical>.select2-results__option:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page:first-child:not(:last-child),
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button:first-child:not(:last-child),
.btn-group-vertical>.btn-flat:first-child:not(:last-child),
.clndr .btn-group-vertical>.clndr-button:first-child:not(:last-child),
.btn-group-vertical>.btn-muted:first-child:not(:last-child),
.btn-group-vertical>.btn-flat-white:first-child:not(:last-child),
.btn-group-vertical>.btn-plain:first-child:not(:last-child),
.btn-group-vertical>.fc-state-default:first-child:not(:last-child),
.btn-group-vertical>.select2-results__option:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.gsc-cursor-page:last-child:not(:first-child),
body .gsc-control-cse .btn-group-vertical>td.gsc-search-button:last-child:not(:first-child),
.btn-group-vertical>.btn-flat:last-child:not(:first-child),
.clndr .btn-group-vertical>.clndr-button:last-child:not(:first-child),
.btn-group-vertical>.btn-muted:last-child:not(:first-child),
.btn-group-vertical>.btn-flat-white:last-child:not(:first-child),
.btn-group-vertical>.btn-plain:last-child:not(:first-child),
.btn-group-vertical>.fc-state-default:last-child:not(:first-child),
.btn-group-vertical>.select2-results__option:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.gsc-cursor-page,
body .gsc-control-cse .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>td.gsc-search-button,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-flat,
.clndr .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.clndr-button,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-muted,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-flat-white,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-plain,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.fc-state-default,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.select2-results__option {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-group:first-child:not(:last-child)>.gsc-cursor-page:last-child,
body .gsc-control-cse .btn-group-vertical>.btn-group:first-child:not(:last-child)>td.gsc-search-button:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-flat:last-child,
.clndr .btn-group-vertical>.btn-group:first-child:not(:last-child)>.clndr-button:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-muted:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-flat-white:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-plain:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.fc-state-default:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.select2-results__option:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-vertical>.btn-group:last-child:not(:first-child)>.gsc-cursor-page:first-child,
body .gsc-control-cse .btn-group-vertical>.btn-group:last-child:not(:first-child)>td.gsc-search-button:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-flat:first-child,
.clndr .btn-group-vertical>.btn-group:last-child:not(:first-child)>.clndr-button:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-muted:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-flat-white:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-plain:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.fc-state-default:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.select2-results__option:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-justified>.gsc-cursor-page,
body .gsc-control-cse .btn-group-justified>td.gsc-search-button,
.btn-group-justified>.btn-flat,
.clndr .btn-group-justified>.clndr-button,
.btn-group-justified>.btn-muted,
.btn-group-justified>.btn-flat-white,
.btn-group-justified>.btn-plain,
.btn-group-justified>.fc-state-default,
.btn-group-justified>.select2-results__option,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .btn-group-justified>.btn-group .gsc-cursor-page,
.btn-group-justified>.btn-group body .gsc-control-cse td.gsc-search-button,
body .gsc-control-cse .btn-group-justified>.btn-group td.gsc-search-button,
.btn-group-justified>.btn-group .btn-flat,
.btn-group-justified>.btn-group .clndr .clndr-button,
.clndr .btn-group-justified>.btn-group .clndr-button,
.btn-group-justified>.btn-group .btn-muted,
.btn-group-justified>.btn-group .btn-flat-white,
.btn-group-justified>.btn-group .btn-plain,
.btn-group-justified>.btn-group .fc-state-default,
.btn-group-justified>.btn-group .select2-results__option {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
body .gsc-control-cse .gsc-results .gsc-cursor-box [data-toggle="buttons"]>.gsc-cursor-page input[type="radio"],
body .gsc-control-cse [data-toggle="buttons"]>td.gsc-search-button input[type="radio"],
[data-toggle="buttons"]>.btn-flat input[type="radio"],
.clndr [data-toggle="buttons"]>.clndr-button input[type="radio"],
[data-toggle="buttons"]>.btn-muted input[type="radio"],
[data-toggle="buttons"]>.btn-flat-white input[type="radio"],
[data-toggle="buttons"]>.btn-plain input[type="radio"],
[data-toggle="buttons"]>.fc-state-default input[type="radio"],
[data-toggle="buttons"]>.select2-results__option input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
body .gsc-control-cse .gsc-results .gsc-cursor-box [data-toggle="buttons"]>.gsc-cursor-page input[type="checkbox"],
body .gsc-control-cse [data-toggle="buttons"]>td.gsc-search-button input[type="checkbox"],
[data-toggle="buttons"]>.btn-flat input[type="checkbox"],
.clndr [data-toggle="buttons"]>.clndr-button input[type="checkbox"],
[data-toggle="buttons"]>.btn-muted input[type="checkbox"],
[data-toggle="buttons"]>.btn-flat-white input[type="checkbox"],
[data-toggle="buttons"]>.btn-plain input[type="checkbox"],
[data-toggle="buttons"]>.fc-state-default input[type="checkbox"],
[data-toggle="buttons"]>.select2-results__option input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .material-icons,
.input-group .sites>a [class^="icon-"],
.sites>a .input-group [class^="icon-"] {
    vertical-align: middle;
    line-height: 1px;
    margin: 0 -6px
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control,
.input-group body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .input-group input.gsc-input,
.input-group .xpaginator .simple,
.xpaginator .input-group .simple,
.input-group .books-catalog-footer select.simple,
.books-catalog-footer .input-group select.simple,
.input-group .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .input-group .select2-search__field,
.input-group .select2-container .select2-selection--multiple,
.select2-container .input-group .select2-selection--multiple,
.input-group .select2-container .select2-selection--single,
.select2-container .input-group .select2-selection--single,
.input-group .ui-selectmenu-button.ui-button {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse .input-group input.gsc-input:focus,
.input-group .xpaginator .simple:focus,
.xpaginator .input-group .simple:focus,
.input-group .books-catalog-footer select.simple:focus,
.books-catalog-footer .input-group select.simple:focus,
.input-group .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .input-group .select2-search__field:focus,
.input-group .select2-container .select2-selection--multiple:focus,
.select2-container .input-group .select2-selection--multiple:focus,
.input-group .select2-container .select2-selection--single:focus,
.select2-container .input-group .select2-selection--single:focus,
.input-group .ui-selectmenu-button.ui-button:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group body .gsc-control-cse input.gsc-input,
body .gsc-control-cse .input-group input.gsc-input,
.input-group .xpaginator .simple,
.xpaginator .input-group .simple,
.input-group .books-catalog-footer select.simple,
.books-catalog-footer .input-group select.simple,
.input-group .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .input-group .select2-search__field,
.input-group .select2-container .select2-selection--multiple,
.select2-container .input-group .select2-selection--multiple,
.input-group .select2-container .select2-selection--single,
.select2-container .input-group .select2-selection--single,
.input-group .ui-selectmenu-button.ui-button {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group body .gsc-control-cse input.gsc-input:not(:first-child):not(:last-child),
body .gsc-control-cse .input-group input.gsc-input:not(:first-child):not(:last-child),
.input-group .xpaginator .simple:not(:first-child):not(:last-child),
.xpaginator .input-group .simple:not(:first-child):not(:last-child),
.input-group .books-catalog-footer select.simple:not(:first-child):not(:last-child),
.books-catalog-footer .input-group select.simple:not(:first-child):not(:last-child),
.input-group .select2-search--dropdown .select2-search__field:not(:first-child):not(:last-child),
.select2-search--dropdown .input-group .select2-search__field:not(:first-child):not(:last-child),
.input-group .select2-container .select2-selection--multiple:not(:first-child):not(:last-child),
.select2-container .input-group .select2-selection--multiple:not(:first-child):not(:last-child),
.input-group .select2-container .select2-selection--single:not(:first-child):not(:last-child),
.select2-container .input-group .select2-selection--single:not(:first-child):not(:last-child),
.input-group .ui-selectmenu-button.ui-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.input-group-addon.input-sm,
.select2-search--dropdown .input-group-addon.select2-search__field,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-sm>.input-group-btn>.input-group-addon.gsc-cursor-page,
body .gsc-control-cse .input-group-sm>.input-group-btn>td.input-group-addon.gsc-search-button,
.input-group-sm>.input-group-btn>.input-group-addon.btn-flat,
.clndr .input-group-sm>.input-group-btn>.input-group-addon.clndr-button,
.input-group-sm>.input-group-btn>.input-group-addon.btn-muted,
.input-group-sm>.input-group-btn>.input-group-addon.btn-flat-white,
.input-group-sm>.input-group-btn>.input-group-addon.btn-plain,
.input-group-sm>.input-group-btn>.input-group-addon.fc-state-default,
.input-group-sm>.input-group-btn>.input-group-addon.select2-results__option {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px
}

.input-group-addon.input-lg,
html.is_invalid .input-group-addon.form-control,
html.is_invalid .input-group-addon.ui-selectmenu-button.ui-button,
html.is_invalid .select2-container .input-group-addon.select2-selection--single,
.select2-container html.is_invalid .input-group-addon.select2-selection--single,
html.is_invalid .select2-container .input-group-addon.select2-selection--multiple,
.select2-container html.is_invalid .input-group-addon.select2-selection--multiple,
html.is_invalid .select2-search--dropdown .input-group-addon.select2-search__field,
.select2-search--dropdown html.is_invalid .input-group-addon.select2-search__field,
html.is_invalid .books-catalog-footer select.input-group-addon.simple,
.books-catalog-footer html.is_invalid select.input-group-addon.simple,
html.is_invalid .xpaginator .input-group-addon.simple,
.xpaginator html.is_invalid .input-group-addon.simple,
html.is_invalid body .gsc-control-cse input.input-group-addon.gsc-input,
body .gsc-control-cse html.is_invalid input.input-group-addon.gsc-input,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-lg>.input-group-btn>.input-group-addon.gsc-cursor-page,
body .gsc-control-cse .input-group-lg>.input-group-btn>td.input-group-addon.gsc-search-button,
.input-group-lg>.input-group-btn>.input-group-addon.btn-flat,
.clndr .input-group-lg>.input-group-btn>.input-group-addon.clndr-button,
.input-group-lg>.input-group-btn>.input-group-addon.btn-muted,
.input-group-lg>.input-group-btn>.input-group-addon.btn-flat-white,
.input-group-lg>.input-group-btn>.input-group-addon.btn-plain,
.input-group-lg>.input-group-btn>.input-group-addon.fc-state-default,
.input-group-lg>.input-group-btn>.input-group-addon.select2-results__option {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group body .gsc-control-cse input.gsc-input:first-child,
body .gsc-control-cse .input-group input.gsc-input:first-child,
.input-group .xpaginator .simple:first-child,
.xpaginator .input-group .simple:first-child,
.input-group .books-catalog-footer select.simple:first-child,
.books-catalog-footer .input-group select.simple:first-child,
.input-group .select2-search--dropdown .select2-search__field:first-child,
.select2-search--dropdown .input-group .select2-search__field:first-child,
.input-group .select2-container .select2-selection--multiple:first-child,
.select2-container .input-group .select2-selection--multiple:first-child,
.input-group .select2-container .select2-selection--single:first-child,
.select2-container .input-group .select2-selection--single:first-child,
.input-group .ui-selectmenu-button.ui-button:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:first-child>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:first-child>td.gsc-search-button,
.input-group-btn:first-child>.btn-flat,
.clndr .input-group-btn:first-child>.clndr-button,
.input-group-btn:first-child>.btn-muted,
.input-group-btn:first-child>.btn-flat-white,
.input-group-btn:first-child>.btn-plain,
.input-group-btn:first-child>.fc-state-default,
.input-group-btn:first-child>.select2-results__option,
.input-group-btn:first-child>.btn-group>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:first-child>.btn-group>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:first-child>.btn-group>td.gsc-search-button,
.input-group-btn:first-child>.btn-group>.btn-flat,
.clndr .input-group-btn:first-child>.btn-group>.clndr-button,
.input-group-btn:first-child>.btn-group>.btn-muted,
.input-group-btn:first-child>.btn-group>.btn-flat-white,
.input-group-btn:first-child>.btn-group>.btn-plain,
.input-group-btn:first-child>.btn-group>.fc-state-default,
.input-group-btn:first-child>.btn-group>.select2-results__option,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:last-child>.gsc-cursor-page:not(:last-child):not(.dropdown-toggle),
body .gsc-control-cse .input-group-btn:last-child>td.gsc-search-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-flat:not(:last-child):not(.dropdown-toggle),
.clndr .input-group-btn:last-child>.clndr-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-muted:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-flat-white:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-plain:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.fc-state-default:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.select2-results__option:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:last-child>.btn-group:not(:last-child)>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:last-child>.btn-group:not(:last-child)>td.gsc-search-button,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-flat,
.clndr .input-group-btn:last-child>.btn-group:not(:last-child)>.clndr-button,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-muted,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-flat-white,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-plain,
.input-group-btn:last-child>.btn-group:not(:last-child)>.fc-state-default,
.input-group-btn:last-child>.btn-group:not(:last-child)>.select2-results__option {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group body .gsc-control-cse input.gsc-input:last-child,
body .gsc-control-cse .input-group input.gsc-input:last-child,
.input-group .xpaginator .simple:last-child,
.xpaginator .input-group .simple:last-child,
.input-group .books-catalog-footer select.simple:last-child,
.books-catalog-footer .input-group select.simple:last-child,
.input-group .select2-search--dropdown .select2-search__field:last-child,
.select2-search--dropdown .input-group .select2-search__field:last-child,
.input-group .select2-container .select2-selection--multiple:last-child,
.select2-container .input-group .select2-selection--multiple:last-child,
.input-group .select2-container .select2-selection--single:last-child,
.select2-container .input-group .select2-selection--single:last-child,
.input-group .ui-selectmenu-button.ui-button:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:last-child>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:last-child>td.gsc-search-button,
.input-group-btn:last-child>.btn-flat,
.clndr .input-group-btn:last-child>.clndr-button,
.input-group-btn:last-child>.btn-muted,
.input-group-btn:last-child>.btn-flat-white,
.input-group-btn:last-child>.btn-plain,
.input-group-btn:last-child>.fc-state-default,
.input-group-btn:last-child>.select2-results__option,
.input-group-btn:last-child>.btn-group>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:last-child>.btn-group>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:last-child>.btn-group>td.gsc-search-button,
.input-group-btn:last-child>.btn-group>.btn-flat,
.clndr .input-group-btn:last-child>.btn-group>.clndr-button,
.input-group-btn:last-child>.btn-group>.btn-muted,
.input-group-btn:last-child>.btn-group>.btn-flat-white,
.input-group-btn:last-child>.btn-group>.btn-plain,
.input-group-btn:last-child>.btn-group>.fc-state-default,
.input-group-btn:last-child>.btn-group>.select2-results__option,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:first-child>.gsc-cursor-page:not(:first-child),
body .gsc-control-cse .input-group-btn:first-child>td.gsc-search-button:not(:first-child),
.input-group-btn:first-child>.btn-flat:not(:first-child),
.clndr .input-group-btn:first-child>.clndr-button:not(:first-child),
.input-group-btn:first-child>.btn-muted:not(:first-child),
.input-group-btn:first-child>.btn-flat-white:not(:first-child),
.input-group-btn:first-child>.btn-plain:not(:first-child),
.input-group-btn:first-child>.fc-state-default:not(:first-child),
.input-group-btn:first-child>.select2-results__option:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:first-child>.btn-group:not(:first-child)>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:first-child>.btn-group:not(:first-child)>td.gsc-search-button,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-flat,
.clndr .input-group-btn:first-child>.btn-group:not(:first-child)>.clndr-button,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-muted,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-flat-white,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-plain,
.input-group-btn:first-child>.btn-group:not(:first-child)>.fc-state-default,
.input-group-btn:first-child>.btn-group:not(:first-child)>.select2-results__option {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>td.gsc-search-button,
.input-group-btn>.btn-flat,
.clndr .input-group-btn>.clndr-button,
.input-group-btn>.btn-muted,
.input-group-btn>.btn-flat-white,
.input-group-btn>.btn-plain,
.input-group-btn>.fc-state-default,
.input-group-btn>.select2-results__option {
    position: relative
}

.input-group-btn>.btn+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.btn+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>td.gsc-search-button+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.btn+td.gsc-search-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+td.gsc-search-button,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+td.gsc-search-button,
.input-group-btn>.btn-flat+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.btn-flat+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.btn-flat+td.gsc-search-button,
.clndr .input-group-btn>.clndr-button+.btn,
.clndr body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.clndr-button+.gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr .input-group-btn>.clndr-button+.gsc-cursor-page,
.clndr body .gsc-control-cse .input-group-btn>.clndr-button+td.gsc-search-button,
body .gsc-control-cse .clndr .input-group-btn>.clndr-button+td.gsc-search-button,
.input-group-btn>.btn-muted+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.btn-muted+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.btn-muted+td.gsc-search-button,
.input-group-btn>.btn-flat-white+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.btn-flat-white+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.btn-flat-white+td.gsc-search-button,
.input-group-btn>.btn+.btn-flat,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.btn-flat,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.btn-flat,
.clndr .input-group-btn>.btn+.clndr-button,
.clndr body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.clndr-button,
body .gsc-control-cse .gsc-results .gsc-cursor-box .clndr .input-group-btn>.gsc-cursor-page+.clndr-button,
.clndr body .gsc-control-cse .input-group-btn>td.gsc-search-button+.clndr-button,
body .gsc-control-cse .clndr .input-group-btn>td.gsc-search-button+.clndr-button,
.input-group-btn>.btn+.btn-muted,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.btn-muted,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.btn-muted,
.input-group-btn>.btn+.btn-flat-white,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.btn-flat-white,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.btn-flat-white,
.input-group-btn>.btn-flat+.btn-flat,
.clndr .input-group-btn>.clndr-button+.btn-flat,
.clndr .input-group-btn>.btn-flat+.clndr-button,
.clndr .input-group-btn>.clndr-button+.clndr-button,
.input-group-btn>.btn-muted+.btn-flat,
.clndr .input-group-btn>.btn-muted+.clndr-button,
.input-group-btn>.btn-flat+.btn-muted,
.clndr .input-group-btn>.clndr-button+.btn-muted,
.input-group-btn>.btn-muted+.btn-muted,
.input-group-btn>.btn-flat-white+.btn-flat,
.clndr .input-group-btn>.btn-flat-white+.clndr-button,
.input-group-btn>.btn-flat-white+.btn-muted,
.input-group-btn>.btn-flat+.btn-flat-white,
.clndr .input-group-btn>.clndr-button+.btn-flat-white,
.input-group-btn>.btn-muted+.btn-flat-white,
.input-group-btn>.btn-flat-white+.btn-flat-white,
.input-group-btn>.btn-plain+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.btn-plain+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.btn-plain+td.gsc-search-button,
.input-group-btn>.btn-plain+.btn-flat,
.clndr .input-group-btn>.btn-plain+.clndr-button,
.input-group-btn>.btn-plain+.btn-muted,
.input-group-btn>.btn-plain+.btn-flat-white,
.input-group-btn>.fc-state-default+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.fc-state-default+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.fc-state-default+td.gsc-search-button,
.input-group-btn>.fc-state-default+.btn-flat,
.clndr .input-group-btn>.fc-state-default+.clndr-button,
.input-group-btn>.fc-state-default+.btn-muted,
.input-group-btn>.fc-state-default+.btn-flat-white,
.input-group-btn>.btn+.btn-plain,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.btn-plain,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.btn-plain,
.input-group-btn>.btn-flat+.btn-plain,
.clndr .input-group-btn>.clndr-button+.btn-plain,
.input-group-btn>.btn-muted+.btn-plain,
.input-group-btn>.btn-flat-white+.btn-plain,
.input-group-btn>.btn-plain+.btn-plain,
.input-group-btn>.fc-state-default+.btn-plain,
.input-group-btn>.btn+.fc-state-default,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.fc-state-default,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.fc-state-default,
.input-group-btn>.btn-flat+.fc-state-default,
.clndr .input-group-btn>.clndr-button+.fc-state-default,
.input-group-btn>.btn-muted+.fc-state-default,
.input-group-btn>.btn-flat-white+.fc-state-default,
.input-group-btn>.btn-plain+.fc-state-default,
.input-group-btn>.fc-state-default+.fc-state-default,
.input-group-btn>.select2-results__option+.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.select2-results__option+.gsc-cursor-page,
body .gsc-control-cse .input-group-btn>.select2-results__option+td.gsc-search-button,
.input-group-btn>.select2-results__option+.btn-flat,
.clndr .input-group-btn>.select2-results__option+.clndr-button,
.input-group-btn>.select2-results__option+.btn-muted,
.input-group-btn>.select2-results__option+.btn-flat-white,
.input-group-btn>.select2-results__option+.btn-plain,
.input-group-btn>.select2-results__option+.fc-state-default,
.input-group-btn>.btn+.select2-results__option,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page+.select2-results__option,
body .gsc-control-cse .input-group-btn>td.gsc-search-button+.select2-results__option,
.input-group-btn>.btn-flat+.select2-results__option,
.clndr .input-group-btn>.clndr-button+.select2-results__option,
.input-group-btn>.btn-muted+.select2-results__option,
.input-group-btn>.btn-flat-white+.select2-results__option,
.input-group-btn>.btn-plain+.select2-results__option,
.input-group-btn>.fc-state-default+.select2-results__option,
.input-group-btn>.select2-results__option+.select2-results__option {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page:hover,
body .gsc-control-cse .input-group-btn>td.gsc-search-button:hover,
.input-group-btn>.btn-flat:hover,
.clndr .input-group-btn>.clndr-button:hover,
.input-group-btn>.btn-muted:hover,
.input-group-btn>.btn-flat-white:hover,
.input-group-btn>.btn-plain:hover,
.input-group-btn>.fc-state-default:hover,
.input-group-btn>.select2-results__option:hover,
.input-group-btn>.btn:focus,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page:focus,
body .gsc-control-cse .input-group-btn>td.gsc-search-button:focus,
.input-group-btn>.btn-flat:focus,
.clndr .input-group-btn>.clndr-button:focus,
.input-group-btn>.btn-muted:focus,
.input-group-btn>.btn-flat-white:focus,
.input-group-btn>.btn-plain:focus,
.input-group-btn>.fc-state-default:focus,
.input-group-btn>.select2-results__option:focus,
.input-group-btn>.btn:active,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn>.gsc-cursor-page:active,
body .gsc-control-cse .input-group-btn>td.gsc-search-button:active,
.input-group-btn>.btn-flat:active,
.clndr .input-group-btn>.clndr-button:active,
.input-group-btn>.btn-muted:active,
.input-group-btn>.btn-flat-white:active,
.input-group-btn>.btn-plain:active,
.input-group-btn>.fc-state-default:active,
.input-group-btn>.select2-results__option:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:first-child>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:first-child>td.gsc-search-button,
.input-group-btn:first-child>.btn-flat,
.clndr .input-group-btn:first-child>.clndr-button,
.input-group-btn:first-child>.btn-muted,
.input-group-btn:first-child>.btn-flat-white,
.input-group-btn:first-child>.btn-plain,
.input-group-btn:first-child>.fc-state-default,
.input-group-btn:first-child>.select2-results__option,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .input-group-btn:last-child>.gsc-cursor-page,
body .gsc-control-cse .input-group-btn:last-child>td.gsc-search-button,
.input-group-btn:last-child>.btn-flat,
.clndr .input-group-btn:last-child>.clndr-button,
.input-group-btn:last-child>.btn-muted,
.input-group-btn:last-child>.btn-flat-white,
.input-group-btn:last-child>.btn-plain,
.input-group-btn:last-child>.fc-state-default,
.input-group-btn:last-child>.select2-results__option,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

/* .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
} */

/* .nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #e0e0e0
}

.nav>li.disabled>a {
    color: #858585
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #858585;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
} */

.nav.nav-tabs>li {
    position: relative;
    display: block
}

.nav.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
    text-decoration: none;
    background-color: #e0e0e0
}

.nav.nav-tabs>li.disabled>a {
    color: #858585
}

.nav.nav-tabs>li.disabled>a:hover,
.nav.nav-tabs>li.disabled>a:focus {
    color: #858585;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

/* .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #e0e0e0;
    border-color: #1976D2
}

.nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
} */

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.38;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #e0e0e0 #e0e0e0 #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #ffa000
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.alert {
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.panel {
    margin-bottom: 19px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 19px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge,
.panel-default>.panel-heading .news-card .image .badge-primary,
.news-card .image .panel-default>.panel-heading .badge-primary,
.panel-default>.panel-heading .news-card .image .badge-wrap,
.news-card .image .panel-default>.panel-heading .badge-wrap {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #ffa000
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffa000
}

.panel-primary>.panel-heading .badge,
.panel-primary>.panel-heading .news-card .image .badge-primary,
.news-card .image .panel-primary>.panel-heading .badge-primary,
.panel-primary>.panel-heading .news-card .image .badge-wrap,
.news-card .image .panel-primary>.panel-heading .badge-wrap {
    color: #ffa000;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffa000
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge,
.panel-success>.panel-heading .news-card .image .badge-primary,
.news-card .image .panel-success>.panel-heading .badge-primary,
.panel-success>.panel-heading .news-card .image .badge-wrap,
.news-card .image .panel-success>.panel-heading .badge-wrap {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge,
.panel-info>.panel-heading .news-card .image .badge-primary,
.news-card .image .panel-info>.panel-heading .badge-primary,
.panel-info>.panel-heading .news-card .image .badge-wrap,
.news-card .image .panel-info>.panel-heading .badge-wrap {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge,
.panel-warning>.panel-heading .news-card .image .badge-primary,
.news-card .image .panel-warning>.panel-heading .badge-primary,
.panel-warning>.panel-heading .news-card .image .badge-wrap,
.news-card .image .panel-warning>.panel-heading .badge-wrap {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge,
.panel-danger>.panel-heading .news-card .image .badge-primary,
.news-card .image .panel-danger>.panel-heading .badge-primary,
.panel-danger>.panel-heading .news-card .image .badge-wrap,
.news-card .image .panel-danger>.panel-heading .badge-wrap {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.38;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0
}

.popover-content {
    padding: 9px 14px
}

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.books-catalog-books:before,
.books-catalog-footer:before,
.books-catalog-side a:before,
.clndr .clndr-grid:before,
.actions:before,
.page-header .header:before,
/* main:before, */
/* nav:before, */
section:before,
aside:before,
/* footer:before, */
.clearfix:after,
.books-catalog-books:after,
.books-catalog-footer:after,
.books-catalog-side a:after,
.clndr .clndr-grid:after,
.actions:after,
.page-header .header:after,
/* main:after, */
/* nav:after, */
section:after,
aside:after
/* footer:after */
{
    content: " ";
    display: table
}

.clearfix:after,
.books-catalog-books:after,
.books-catalog-footer:after,
.books-catalog-side a:after,
.clndr .clndr-grid:after,
.actions:after,
.page-header .header:after,
/* main:after, */
/* nav:after, */
section:after,
aside:after
/* footer:after */
{
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

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

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

@media (max-width: 767px) {
    .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 !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

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

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

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

@media (min-width: 992px) and (max-width: 1336px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

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

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

@media (min-width: 992px) and (max-width: 1336px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1337px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1337px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1337px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1337px) {
    .visible-lg-inline-block {
        display: inline-block !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: 1336px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1337px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.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
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeIn {
    animation: fadeIn .4s !important
}

@keyframes fadeInFromHalf {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes sliderBackground {
    0% {
        background-position-y: 45%
    }
    100% {
        background-position-y: 55%
    }
}

@keyframes sliderImage {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.1)
    }
}

@keyframes scaleIn0to1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes scaleInFull {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(4)
    }
}

@keyframes scaleInX {
    0% {
        opacity: 0;
        transform: scaleX(0)
    }
    100% {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes scaleInY {
    0% {
        opacity: 0;
        transform: scaleY(0)
    }
    100% {
        opacity: 1;
        transform: scaleY(1)
    }
}

@keyframes moveInX {
    0% {
        opacity: 0;
        transform: translateX(7px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes moveIn-X {
    0% {
        opacity: 0;
        transform: translateX(-7px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes moveInY {
    0% {
        opacity: 0;
        transform: translateY(7px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes moveIn-Y {
    0% {
        opacity: 0;
        transform: translateY(-7px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes moveOutX {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(7px)
    }
}

@keyframes moveOut-X {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-7px)
    }
}

@keyframes moveOutY {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(7px)
    }
}

@keyframes moveOut-Y {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-7px)
    }
}

.brd0 {
    border-radius: 0 !important
}

.vmid {
    vertical-align: middle
}

[invisible] {
    visibility: hidden
}

.ib {
    display: inline-block !important
}

.bg-di {
    background-color: rgba(0, 0, 0, 0.12)
}

.m0 {
    margin: 0px !important
}

.ml0 {
    margin-left: 0px !important
}

.mr0 {
    margin-right: 0px !important
}

.mt0 {
    margin-top: 0px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.mh0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.mv0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important
}

.p0 {
    padding: 0px !important
}

.pl0 {
    padding-left: 0px !important
}

.pr0 {
    padding-right: 0px !important
}

.pt0 {
    padding-top: 0px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.ph0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.pv0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important
}

.m5 {
    margin: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mh5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mv5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important
}

.p5 {
    padding: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.ph5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pv5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important
}

.m10 {
    margin: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mv10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.p10 {
    padding: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.ph10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pv10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.m15 {
    margin: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mh15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mv15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important
}

.p15 {
    padding: 15px !important
}

.pl15 {
    padding-left: 15px !important
}

.pr15 {
    padding-right: 15px !important
}

.pt15 {
    padding-top: 15px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pv15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important
}

.m20 {
    margin: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mh20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mv20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}

.p20 {
    padding: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.ph20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pv20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.m25 {
    margin: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mh25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mv25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important
}

.p25 {
    padding: 25px !important
}

.pl25 {
    padding-left: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.pt25 {
    padding-top: 25px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.ph25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pv25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important
}

.m30 {
    margin: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mh30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mv30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.p30 {
    padding: 30px !important
}

.pl30 {
    padding-left: 30px !important
}

.pr30 {
    padding-right: 30px !important
}

.pt30 {
    padding-top: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pv30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important
}

.m35 {
    margin: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mt35 {
    margin-top: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mh35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.mv35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important
}

.p35 {
    padding: 35px !important
}

.pl35 {
    padding-left: 35px !important
}

.pr35 {
    padding-right: 35px !important
}

.pt35 {
    padding-top: 35px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.ph35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.pv35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important
}

.m40 {
    margin: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mt40 {
    margin-top: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mh40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mv40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important
}

.p40 {
    padding: 40px !important
}

.pl40 {
    padding-left: 40px !important
}

.pr40 {
    padding-right: 40px !important
}

.pt40 {
    padding-top: 40px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.ph40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.pv40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.m45 {
    margin: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mt45 {
    margin-top: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.mh45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.mv45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important
}

.p45 {
    padding: 45px !important
}

.pl45 {
    padding-left: 45px !important
}

.pr45 {
    padding-right: 45px !important
}

.pt45 {
    padding-top: 45px !important
}

.pb45 {
    padding-bottom: 45px !important
}

.ph45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.pv45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important
}

.m50 {
    margin: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mh50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mv50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important
}

.p50 {
    padding: 50px !important
}

.pl50 {
    padding-left: 50px !important
}

.pr50 {
    padding-right: 50px !important
}

.pt50 {
    padding-top: 50px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.ph50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.pv50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important
}

.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.divider {
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.12)
}

.tint {
    background-color: #eceff1;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.pre-line {
    white-space: pre-line
}

.pre-wrap {
    white-space: pre-wrap
}

.btn-size {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 12px
}

.flow-text,
.mce-content-body {
    font-weight: 400
}

@media only screen and (min-width: 360px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.2rem
    }
}

@media only screen and (min-width: 390px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.224rem
    }
}

@media only screen and (min-width: 420px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.248rem
    }
}

@media only screen and (min-width: 450px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.272rem
    }
}

@media only screen and (min-width: 480px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.296rem
    }
}

@media only screen and (min-width: 510px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.32rem
    }
}

@media only screen and (min-width: 540px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.344rem
    }
}

@media only screen and (min-width: 570px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.368rem
    }
}

@media only screen and (min-width: 600px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.392rem
    }
}

@media only screen and (min-width: 630px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.416rem
    }
}

@media only screen and (min-width: 660px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.44rem
    }
}

@media only screen and (min-width: 690px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.464rem
    }
}

@media only screen and (min-width: 720px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.488rem
    }
}

@media only screen and (min-width: 750px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.512rem
    }
}

@media only screen and (min-width: 780px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.536rem
    }
}

@media only screen and (min-width: 810px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.56rem
    }
}

@media only screen and (min-width: 840px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.584rem
    }
}

@media only screen and (min-width: 870px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.608rem
    }
}

@media only screen and (min-width: 900px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.632rem
    }
}

@media only screen and (min-width: 930px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.656rem
    }
}

@media only screen and (min-width: 960px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.68rem
    }
}

@media only screen and (max-width: 360px) {
    .flow-text,
    .mce-content-body {
        font-size: 1.2rem
    }
}

.vbottom {
    vertical-align: bottom !important
}

.vtop {
    vertical-align: top !important
}

.vmiddle {
    vertical-align: middle !important
}

/*!
 * FullCalendar v3.1.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */

.fc-content {
    pointer-events: none
}

.fc {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    direction: ltr;
    text-align: left;
    background-color: #fff;
    padding: 21.3333333333px
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: transparent
}

.fc .fc-body .fc-row {
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.12)
}

.fc .fc-slats td {
    border-top: 1px solid rgba(0, 0, 0, 0.04)
}

.fc-time-grid .fc-slats .fc-minor td {
    border-color: transparent
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
    background: rgba(0, 0, 0, 0)
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-row .fc-content-skeleton td.fc-today .fc-day-number,
.fc-unthemed td.fc-today .fc-day-number {
    color: #fff;
    background-color: #2196F3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

.fc-day-top:hover .fc-day-number {
    background: #eee;
    color: #555
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    font-family: "Material Icons", "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\E5CB";
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\E5CC";
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\E5C4";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\E5C8";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\E5CD";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 0.7em 1em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

@media (max-width:1336px) {
    .fc button {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    display: inline-block;
    font-size: 18px
}

.fc .fc-next-button,
.fc .fc-prev-button {
    padding: 0
}

.fc-toolbar .fc-state-default {
    color: #9e9e9e
}

.fc-toolbar .fc-state-default.fc-state-active {
    color: #ffa000
}

.fc table tbody tr:hover,
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333
}

.fc-hover-state {
    background-color: rgba(0, 0, 0, 0.12) !important
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

.fc-state-down,
.fc-state-active {
    background-image: none
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

@media (max-width:1336px) {
    .fc th.fc-day-header {
        font-size: 0.75em
    }
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: rgba(0, 0, 0, 0)
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.fc-scroller::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

.fc-scroller::-webkit-scrollbar-thumb {
    background-color: #5ba4ec;
    border-radius: 4px
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    font-weight: normal
}

.fc-event.fc-event-hover {
    background-color: #03bfcc
}

.fc-event,
.fc-event-dot {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #03a9f4
}

html.general .fc-event,
html.general .fc-event-dot {
    background-color: #1976D2
}

html.general .fc-event.fc-event-hover,
html.general .fc-event-dot.fc-event-hover {
    background-color: #1564b3
}

html.informal .fc-event,
html.informal .fc-event-dot {
    background-color: #009688
}

html.informal .fc-event.fc-event-hover,
html.informal .fc-event-dot.fc-event-hover {
    background-color: #008074
}

.fc-event:hover,
.fc-event-dot:hover {
    z-index: 10
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff !important;
    text-decoration: none
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4
}

.fc-event .fc-resizer {
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 4px 8px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: bold
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid #ffa000
}

.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar.fc-header-toolbar {
    padding: 10.6666666667px 10.6666666667px
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    font-size: 24px;
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 31.32px
}

@media (max-width:1336px) {
    .fc-toolbar h2 {
        font-size: 18px
    }
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:hover:active,
.fc-toolbar button:focus:active,
.fc-toolbar button:active,
.fc-toolbar button:focus {
    z-index: 5;
    outline: none
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1;
    animation: fadeInFromHalf .75s
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: 0.3;
    background-color: #777
}

.fc-other-month {
    background-color: #fafafa
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 2px;
    margin: 7px;
    font-size: 0.75em;
    color: #777;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    border-radius: 50%;
    text-align: center;
    transition: background-color .21s
}

.fc th {
    font-weight: 400;
    color: #777
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 4px 0
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 4px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: normal
}

.fc-time-grid-container,
.fc-time-grid {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: none
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 4px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: bold
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt {
    float: right
}

.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item:hover td {
    background-color: #f5f5f5
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

@media print {
    /*!
 * FullCalendar v3.1.0 Print Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */
    .fc {
        max-width: 100% !important
    }
    .fc-event {
        background: #fff !important;
        color: #000 !important;
        page-break-inside: avoid
    }
    .fc-event .fc-resizer {
        display: none
    }
    .fc th,
    .fc td,
    .fc hr,
    .fc thead,
    .fc tbody,
    .fc-row {
        border-color: #ccc !important;
        background: #fff !important
    }
    .fc-bg,
    .fc-bgevent-skeleton,
    .fc-highlight-skeleton,
    .fc-helper-skeleton,
    .fc-bgevent-container,
    .fc-business-container,
    .fc-highlight-container,
    .fc-helper-container {
        display: none
    }
    .fc tbody .fc-row {
        height: auto !important;
        min-height: 0 !important
    }
    .fc tbody .fc-row .fc-content-skeleton {
        position: static;
        padding-bottom: 0 !important
    }
    .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
        padding-bottom: 1em
    }
    .fc tbody .fc-row .fc-content-skeleton table {
        height: 1em
    }
    .fc-more-cell,
    .fc-more {
        display: none !important
    }
    .fc tr.fc-limited {
        display: table-row !important
    }
    .fc td.fc-limited {
        display: table-cell !important
    }
    .fc-popover {
        display: none
    }
    .fc-time-grid {
        min-height: 0 !important
    }
    .fc-agenda-view .fc-axis {
        display: none
    }
    .fc-slats,
    .fc-time-grid hr {
        display: none !important
    }
    .fc-time-grid .fc-content-skeleton {
        position: static
    }
    .fc-time-grid .fc-content-skeleton table {
        height: 4em
    }
    .fc-time-grid .fc-event-container {
        margin: 0 !important
    }
    .fc-time-grid .fc-event {
        position: static !important;
        margin: 3px 2px !important
    }
    .fc-time-grid .fc-event.fc-not-end {
        border-bottom-width: 1px !important
    }
    .fc-time-grid .fc-event.fc-not-end:after {
        content: "..."
    }
    .fc-time-grid .fc-event.fc-not-start {
        border-top-width: 1px !important
    }
    .fc-time-grid .fc-event.fc-not-start:before {
        content: "..."
    }
    .fc-time-grid .fc-event .fc-time {
        white-space: normal !important
    }
    .fc-time-grid .fc-event .fc-time span {
        display: none
    }
    .fc-time-grid .fc-event .fc-time:after {
        content: attr(data-full)
    }
    .fc-scroller,
    .fc-day-grid-container,
    .fc-time-grid-container {
        overflow: visible !important;
        height: auto !important
    }
    .fc-row {
        border: 0 !important;
        margin: 0 !important
    }
    .fc-button-group,
    .fc button {
        display: none
    }
}

body:after {
    content: url(../vendor/lightbox/images/close.png) url(../vendor/lightbox/images/loading.gif) url(../vendor/lightbox/images/prev.png) url(../vendor/lightbox/images/next.png);
    display: none
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../vendor/lightbox/images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../vendor/lightbox/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../vendor/lightbox/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #fff
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    line-height: 1em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.54)
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../vendor/lightbox/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

body>.datepicker {
    position: absolute;
    border-radius: 4px;
    font-size: 14px;
    direction: ltr
}

body>.datepicker-orient-top {
    border-top: 4px solid transparent;
    margin-bottom: 4px;
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

body>.datepicker-orient-bottom {
    border-bottom: 4px solid transparent;
    margin-top: 4px;
    box-shadow: 0 -14px 26px -12px rgba(119, 119, 119, 0.42), 0 -4px 23px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(119, 119, 119, 0.2)
}

html.home body>.datepicker {
    border-color: #ffa000
}

html.informal body>.datepicker {
    border-color: #009688
}

html.general body>.datepicker {
    border-color: #1976D2
}

html.bp body>.datepicker {
    border-color: #3f51b5
}

body>.datepicker-inline {
    width: 220px
}

body>.datepicker-rtl {
    direction: rtl
}

body>.datepicker-rtl.dropdown-menu {
    left: auto
}

body>.datepicker-rtl table tr td span {
    float: right
}

body>.datepicker-dropdown {
    top: 0;
    left: 0;
    position: absolute;
    padding: 4px;
    background: #fff;
    color: rgba(0, 0, 0, 0.87)
}

body>.datepicker-dropdown table {
    color: inherit
}

body>.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: #fff;
    position: absolute
}

body>.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

body>.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

body>.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

body>.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

body>.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

body>.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

body>.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

body>.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15)
}

body>.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

body>.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body>.datepicker table tr td,
body>.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4em;
    border: none;
    font-size: 0.875em
}

.table-striped body>.datepicker table tr td,
.table-striped body>.datepicker table tr th {
    background-color: transparent
}

body>.datepicker table tr td.old,
body>.datepicker table tr td.new {
    color: rgba(0, 0, 0, 0.5)
}

body>.datepicker table tr td.day:hover,
body>.datepicker table tr td.focused {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer
}

body>.datepicker table tr td.disabled,
body>.datepicker table tr td.disabled:hover {
    background: none;
    color: rgba(0, 0, 0, 0.5);
    cursor: default
}

body>.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    box-shadow: 0 2px 2px 0 rgba(217, 237, 247, 0.14), 0 3px 1px -2px rgba(217, 237, 247, 0.2), 0 1px 5px 0 rgba(217, 237, 247, 0.12);
    border-radius: 0
}

body>.datepicker table tr td.highlighted:focus,
body>.datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #c4e3f3;
    border-color: #5bb1dc
}

body>.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #eef7fb;
    border-color: #9acfea;
    box-shadow: 0 14px 26px -12px rgba(217, 237, 247, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(217, 237, 247, 0.2)
}

body>.datepicker table tr td.highlighted:active,
body>.datepicker table tr td.highlighted.active,
.open>body>.datepicker table tr td.highlighted.dropdown-toggle {
    color: #000;
    background-color: #afd9ee;
    border-color: #70bbe1
}

body>.datepicker table tr td.highlighted:active:hover,
body>.datepicker table tr td.highlighted:active:focus,
body>.datepicker table tr td.highlighted:active.focus,
body>.datepicker table tr td.highlighted.active:hover,
body>.datepicker table tr td.highlighted.active:focus,
body>.datepicker table tr td.highlighted.active.focus,
.open>body>.datepicker table tr td.highlighted.dropdown-toggle:hover,
.open>body>.datepicker table tr td.highlighted.dropdown-toggle:focus,
.open>body>.datepicker table tr td.highlighted.dropdown-toggle.focus {
    color: #000;
    background-color: #c4e3f3;
    border-color: #5bb1dc
}

body>.datepicker table tr td.highlighted:active,
body>.datepicker table tr td.highlighted.active,
.open>body>.datepicker table tr td.highlighted.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td.highlighted.disabled:hover,
body>.datepicker table tr td.highlighted.disabled:focus,
body>.datepicker table tr td.highlighted.disabled.focus,
body>.datepicker table tr td.highlighted[disabled]:hover,
body>.datepicker table tr td.highlighted[disabled]:focus,
body>.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.highlighted:hover,
fieldset[disabled] body>.datepicker table tr td.highlighted:focus,
fieldset[disabled] body>.datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5
}

body>.datepicker table tr td.highlighted .badge,
body>.datepicker table tr td.highlighted .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td.highlighted .badge-primary,
body>.datepicker table tr td.highlighted .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td.highlighted .badge-wrap {
    color: #d9edf7;
    background-color: #000
}

body>.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

body>.datepicker table tr td.highlighted.disabled,
body>.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: inherit
}

body>.datepicker table tr td.today {
    color: #000;
    background-color: #4d3000;
    border-color: #000;
    box-shadow: 0 2px 2px 0 rgba(77, 48, 0, 0.14), 0 3px 1px -2px rgba(77, 48, 0, 0.2), 0 1px 5px 0 rgba(77, 48, 0, 0.12)
}

body>.datepicker table tr td.today:focus,
body>.datepicker table tr td.today.focus {
    color: #000;
    background-color: #342000;
    border-color: #000
}

body>.datepicker table tr td.today:hover {
    color: #000;
    background-color: #674000;
    border-color: #1a1000;
    box-shadow: 0 14px 26px -12px rgba(77, 48, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(77, 48, 0, 0.2)
}

body>.datepicker table tr td.today:active,
body>.datepicker table tr td.today.active,
.open>body>.datepicker table tr td.today.dropdown-toggle {
    color: #000;
    background-color: #1a1000;
    border-color: #000
}

body>.datepicker table tr td.today:active:hover,
body>.datepicker table tr td.today:active:focus,
body>.datepicker table tr td.today:active.focus,
body>.datepicker table tr td.today.active:hover,
body>.datepicker table tr td.today.active:focus,
body>.datepicker table tr td.today.active.focus,
.open>body>.datepicker table tr td.today.dropdown-toggle:hover,
.open>body>.datepicker table tr td.today.dropdown-toggle:focus,
.open>body>.datepicker table tr td.today.dropdown-toggle.focus {
    color: #000;
    background-color: #342000;
    border-color: #000
}

body>.datepicker table tr td.today:active,
body>.datepicker table tr td.today.active,
.open>body>.datepicker table tr td.today.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td.today.disabled:hover,
body>.datepicker table tr td.today.disabled:focus,
body>.datepicker table tr td.today.disabled.focus,
body>.datepicker table tr td.today[disabled]:hover,
body>.datepicker table tr td.today[disabled]:focus,
body>.datepicker table tr td.today[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.today:hover,
fieldset[disabled] body>.datepicker table tr td.today:focus,
fieldset[disabled] body>.datepicker table tr td.today.focus {
    background-color: #4d3000;
    border-color: #000
}

body>.datepicker table tr td.today .badge,
body>.datepicker table tr td.today .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td.today .badge-primary,
body>.datepicker table tr td.today .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td.today .badge-wrap {
    color: #4d3000;
    background-color: #000
}

body>.datepicker table tr td.today.focused {
    background: #1a1000
}

body>.datepicker table tr td.today.disabled,
body>.datepicker table tr td.today.disabled:active {
    background: #4d3000;
    color: inherit
}

body>.datepicker table tr td.range {
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0
}

body>.datepicker table tr td.range:focus,
body>.datepicker table tr td.range.focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1)
}

body>.datepicker table tr td.range:hover {
    color: #000;
    background-color: rgba(13, 13, 13, 0.1);
    border-color: rgba(13, 13, 13, 0.1);
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

body>.datepicker table tr td.range:active,
body>.datepicker table tr td.range.active,
.open>body>.datepicker table tr td.range.dropdown-toggle {
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1)
}

body>.datepicker table tr td.range:active:hover,
body>.datepicker table tr td.range:active:focus,
body>.datepicker table tr td.range:active.focus,
body>.datepicker table tr td.range.active:hover,
body>.datepicker table tr td.range.active:focus,
body>.datepicker table tr td.range.active.focus,
.open>body>.datepicker table tr td.range.dropdown-toggle:hover,
.open>body>.datepicker table tr td.range.dropdown-toggle:focus,
.open>body>.datepicker table tr td.range.dropdown-toggle.focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1)
}

body>.datepicker table tr td.range:active,
body>.datepicker table tr td.range.active,
.open>body>.datepicker table tr td.range.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td.range.disabled:hover,
body>.datepicker table tr td.range.disabled:focus,
body>.datepicker table tr td.range.disabled.focus,
body>.datepicker table tr td.range[disabled]:hover,
body>.datepicker table tr td.range[disabled]:focus,
body>.datepicker table tr td.range[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.range:hover,
fieldset[disabled] body>.datepicker table tr td.range:focus,
fieldset[disabled] body>.datepicker table tr td.range.focus {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1)
}

body>.datepicker table tr td.range .badge,
body>.datepicker table tr td.range .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td.range .badge-primary,
body>.datepicker table tr td.range .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td.range .badge-wrap {
    color: rgba(0, 0, 0, 0.1);
    background-color: #000
}

body>.datepicker table tr td.range.focused {
    background: rgba(0, 0, 0, 0.1)
}

body>.datepicker table tr td.range.disabled,
body>.datepicker table tr td.range.disabled:active {
    background: rgba(0, 0, 0, 0.1);
    color: inherit
}

body>.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: rgba(206, 225, 235, 0.55);
    border-color: rgba(134, 181, 205, 0.55);
    box-shadow: 0 2px 2px 0 rgba(206, 225, 235, 0.14), 0 3px 1px -2px rgba(206, 225, 235, 0.2), 0 1px 5px 0 rgba(206, 225, 235, 0.12)
}

body>.datepicker table tr td.range.highlighted:focus,
body>.datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: rgba(188, 214, 228, 0.55);
    border-color: rgba(97, 158, 191, 0.55)
}

body>.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: rgba(224, 236, 242, 0.55);
    border-color: rgba(152, 192, 213, 0.55);
    box-shadow: 0 14px 26px -12px rgba(206, 225, 235, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(206, 225, 235, 0.2)
}

body>.datepicker table tr td.range.highlighted:active,
body>.datepicker table tr td.range.highlighted.active,
.open>body>.datepicker table tr td.range.highlighted.dropdown-toggle {
    color: #000;
    background-color: rgba(170, 203, 220, 0.55);
    border-color: rgba(115, 170, 198, 0.55)
}

body>.datepicker table tr td.range.highlighted:active:hover,
body>.datepicker table tr td.range.highlighted:active:focus,
body>.datepicker table tr td.range.highlighted:active.focus,
body>.datepicker table tr td.range.highlighted.active:hover,
body>.datepicker table tr td.range.highlighted.active:focus,
body>.datepicker table tr td.range.highlighted.active.focus,
.open>body>.datepicker table tr td.range.highlighted.dropdown-toggle:hover,
.open>body>.datepicker table tr td.range.highlighted.dropdown-toggle:focus,
.open>body>.datepicker table tr td.range.highlighted.dropdown-toggle.focus {
    color: #000;
    background-color: rgba(188, 214, 228, 0.55);
    border-color: rgba(97, 158, 191, 0.55)
}

body>.datepicker table tr td.range.highlighted:active,
body>.datepicker table tr td.range.highlighted.active,
.open>body>.datepicker table tr td.range.highlighted.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td.range.highlighted.disabled:hover,
body>.datepicker table tr td.range.highlighted.disabled:focus,
body>.datepicker table tr td.range.highlighted.disabled.focus,
body>.datepicker table tr td.range.highlighted[disabled]:hover,
body>.datepicker table tr td.range.highlighted[disabled]:focus,
body>.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.range.highlighted:hover,
fieldset[disabled] body>.datepicker table tr td.range.highlighted:focus,
fieldset[disabled] body>.datepicker table tr td.range.highlighted.focus {
    background-color: rgba(206, 225, 235, 0.55);
    border-color: rgba(134, 181, 205, 0.55)
}

body>.datepicker table tr td.range.highlighted .badge,
body>.datepicker table tr td.range.highlighted .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td.range.highlighted .badge-primary,
body>.datepicker table tr td.range.highlighted .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td.range.highlighted .badge-wrap {
    color: rgba(206, 225, 235, 0.55);
    background-color: #000
}

body>.datepicker table tr td.range.highlighted.focused {
    background: rgba(170, 203, 220, 0.55)
}

body>.datepicker table tr td.range.highlighted.disabled,
body>.datepicker table tr td.range.highlighted.disabled:active {
    background: rgba(206, 225, 235, 0.55);
    color: inherit
}

body>.datepicker table tr td.range.today {
    color: #000;
    background-color: rgba(242, 157, 0, 0.55);
    border-color: rgba(140, 91, 0, 0.55);
    box-shadow: 0 2px 2px 0 rgba(242, 157, 0, 0.14), 0 3px 1px -2px rgba(242, 157, 0, 0.2), 0 1px 5px 0 rgba(242, 157, 0, 0.12)
}

body>.datepicker table tr td.range.today:focus,
body>.datepicker table tr td.range.today.focus {
    color: #000;
    background-color: rgba(217, 140, 0, 0.55);
    border-color: rgba(89, 58, 0, 0.55)
}

body>.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: rgba(255, 170, 13, 0.55);
    border-color: rgba(166, 107, 0, 0.55);
    box-shadow: 0 14px 26px -12px rgba(242, 157, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(242, 157, 0, 0.2)
}

body>.datepicker table tr td.range.today:active,
body>.datepicker table tr td.range.today.active,
.open>body>.datepicker table tr td.range.today.dropdown-toggle {
    color: #000;
    background-color: rgba(191, 124, 0, 0.55);
    border-color: rgba(115, 74, 0, 0.55)
}

body>.datepicker table tr td.range.today:active:hover,
body>.datepicker table tr td.range.today:active:focus,
body>.datepicker table tr td.range.today:active.focus,
body>.datepicker table tr td.range.today.active:hover,
body>.datepicker table tr td.range.today.active:focus,
body>.datepicker table tr td.range.today.active.focus,
.open>body>.datepicker table tr td.range.today.dropdown-toggle:hover,
.open>body>.datepicker table tr td.range.today.dropdown-toggle:focus,
.open>body>.datepicker table tr td.range.today.dropdown-toggle.focus {
    color: #000;
    background-color: rgba(217, 140, 0, 0.55);
    border-color: rgba(89, 58, 0, 0.55)
}

body>.datepicker table tr td.range.today:active,
body>.datepicker table tr td.range.today.active,
.open>body>.datepicker table tr td.range.today.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td.range.today.disabled:hover,
body>.datepicker table tr td.range.today.disabled:focus,
body>.datepicker table tr td.range.today.disabled.focus,
body>.datepicker table tr td.range.today[disabled]:hover,
body>.datepicker table tr td.range.today[disabled]:focus,
body>.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.range.today:hover,
fieldset[disabled] body>.datepicker table tr td.range.today:focus,
fieldset[disabled] body>.datepicker table tr td.range.today.focus {
    background-color: rgba(242, 157, 0, 0.55);
    border-color: rgba(140, 91, 0, 0.55)
}

body>.datepicker table tr td.range.today .badge,
body>.datepicker table tr td.range.today .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td.range.today .badge-primary,
body>.datepicker table tr td.range.today .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td.range.today .badge-wrap {
    color: rgba(242, 157, 0, 0.55);
    background-color: #000
}

body>.datepicker table tr td.range.today.disabled,
body>.datepicker table tr td.range.today.disabled:active {
    background: rgba(242, 157, 0, 0.55);
    color: inherit
}

body>.datepicker table tr td.selected,
body>.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #858585;
    border-color: #555;
    box-shadow: 0 2px 2px 0 rgba(133, 133, 133, 0.14), 0 3px 1px -2px rgba(133, 133, 133, 0.2), 0 1px 5px 0 rgba(133, 133, 133, 0.12);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

body>.datepicker table tr td.selected:focus,
body>.datepicker table tr td.selected.focus,
body>.datepicker table tr td.selected.highlighted:focus,
body>.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #787878;
    border-color: #3c3c3c
}

body>.datepicker table tr td.selected:hover,
body>.datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #919191;
    border-color: #626262;
    box-shadow: 0 14px 26px -12px rgba(133, 133, 133, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(133, 133, 133, 0.2)
}

body>.datepicker table tr td.selected:active,
body>.datepicker table tr td.selected.active,
.open>body>.datepicker table tr td.selected.dropdown-toggle,
body>.datepicker table tr td.selected.highlighted:active,
body>.datepicker table tr td.selected.highlighted.active,
.open>body>.datepicker table tr td.selected.highlighted.dropdown-toggle {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #494949
}

body>.datepicker table tr td.selected:active:hover,
body>.datepicker table tr td.selected:active:focus,
body>.datepicker table tr td.selected:active.focus,
body>.datepicker table tr td.selected.active:hover,
body>.datepicker table tr td.selected.active:focus,
body>.datepicker table tr td.selected.active.focus,
.open>body>.datepicker table tr td.selected.dropdown-toggle:hover,
.open>body>.datepicker table tr td.selected.dropdown-toggle:focus,
.open>body>.datepicker table tr td.selected.dropdown-toggle.focus,
body>.datepicker table tr td.selected.highlighted:active:hover,
body>.datepicker table tr td.selected.highlighted:active:focus,
body>.datepicker table tr td.selected.highlighted:active.focus,
body>.datepicker table tr td.selected.highlighted.active:hover,
body>.datepicker table tr td.selected.highlighted.active:focus,
body>.datepicker table tr td.selected.highlighted.active.focus,
.open>body>.datepicker table tr td.selected.highlighted.dropdown-toggle:hover,
.open>body>.datepicker table tr td.selected.highlighted.dropdown-toggle:focus,
.open>body>.datepicker table tr td.selected.highlighted.dropdown-toggle.focus {
    color: #fff;
    background-color: #787878;
    border-color: #3c3c3c
}

body>.datepicker table tr td.selected:active,
body>.datepicker table tr td.selected.active,
.open>body>.datepicker table tr td.selected.dropdown-toggle,
body>.datepicker table tr td.selected.highlighted:active,
body>.datepicker table tr td.selected.highlighted.active,
.open>body>.datepicker table tr td.selected.highlighted.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td.selected.disabled:hover,
body>.datepicker table tr td.selected.disabled:focus,
body>.datepicker table tr td.selected.disabled.focus,
body>.datepicker table tr td.selected[disabled]:hover,
body>.datepicker table tr td.selected[disabled]:focus,
body>.datepicker table tr td.selected[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.selected:hover,
fieldset[disabled] body>.datepicker table tr td.selected:focus,
fieldset[disabled] body>.datepicker table tr td.selected.focus,
body>.datepicker table tr td.selected.highlighted.disabled:hover,
body>.datepicker table tr td.selected.highlighted.disabled:focus,
body>.datepicker table tr td.selected.highlighted.disabled.focus,
body>.datepicker table tr td.selected.highlighted[disabled]:hover,
body>.datepicker table tr td.selected.highlighted[disabled]:focus,
body>.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] body>.datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] body>.datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] body>.datepicker table tr td.selected.highlighted.focus {
    background-color: #858585;
    border-color: #555
}

body>.datepicker table tr td.selected .badge,
body>.datepicker table tr td.selected .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td.selected .badge-primary,
body>.datepicker table tr td.selected .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td.selected .badge-wrap,
body>.datepicker table tr td.selected.highlighted .badge {
    color: #858585;
    background-color: #fff
}

body>.datepicker table tr td.active,
body>.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #f59a00;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    font-weight: bold
}

body>.datepicker table tr td.active:hover,
body>.datepicker table tr td.active.highlighted:hover {
    background-color: #f6a41a
}

body>.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

body>.datepicker table tr td span:hover,
body>.datepicker table tr td span.focused {
    background: rgba(0, 0, 0, 0.12)
}

body>.datepicker table tr td span.disabled,
body>.datepicker table tr td span.disabled:hover {
    background: none;
    color: inherit;
    cursor: default
}

body>.datepicker table tr td span.active,
body>.datepicker table tr td span.active:hover,
body>.datepicker table tr td span.active.disabled,
body>.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #ffa000;
    border-color: #e69000;
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

body>.datepicker table tr td span.active:focus,
body>.datepicker table tr td span.active.focus,
body>.datepicker table tr td span.active:hover:focus,
body>.datepicker table tr td span.active:hover.focus,
body>.datepicker table tr td span.active.disabled:focus,
body>.datepicker table tr td span.active.disabled.focus,
body>.datepicker table tr td span.active.disabled:hover:focus,
body>.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #e69000;
    border-color: #b37000
}

body>.datepicker table tr td span.active:hover,
body>.datepicker table tr td span.active:hover:hover,
body>.datepicker table tr td span.active.disabled:hover,
body>.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #ffaa1a;
    border-color: #ffa000;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

body>.datepicker table tr td span.active:active,
body>.datepicker table tr td span.active.active,
.open>body>.datepicker table tr td span.active.dropdown-toggle,
body>.datepicker table tr td span.active:hover:active,
body>.datepicker table tr td span.active:hover.active,
.open>body>.datepicker table tr td span.active:hover.dropdown-toggle,
body>.datepicker table tr td span.active.disabled:active,
body>.datepicker table tr td span.active.disabled.active,
.open>body>.datepicker table tr td span.active.disabled.dropdown-toggle,
body>.datepicker table tr td span.active.disabled:hover:active,
body>.datepicker table tr td span.active.disabled:hover.active,
.open>body>.datepicker table tr td span.active.disabled:hover.dropdown-toggle {
    color: #fff;
    background-color: #cc8000;
    border-color: #cc8000
}

body>.datepicker table tr td span.active:active:hover,
body>.datepicker table tr td span.active:active:focus,
body>.datepicker table tr td span.active:active.focus,
body>.datepicker table tr td span.active.active:hover,
body>.datepicker table tr td span.active.active:focus,
body>.datepicker table tr td span.active.active.focus,
.open>body>.datepicker table tr td span.active.dropdown-toggle:hover,
.open>body>.datepicker table tr td span.active.dropdown-toggle:focus,
.open>body>.datepicker table tr td span.active.dropdown-toggle.focus,
body>.datepicker table tr td span.active:hover:active:hover,
body>.datepicker table tr td span.active:hover:active:focus,
body>.datepicker table tr td span.active:hover:active.focus,
body>.datepicker table tr td span.active:hover.active:hover,
body>.datepicker table tr td span.active:hover.active:focus,
body>.datepicker table tr td span.active:hover.active.focus,
.open>body>.datepicker table tr td span.active:hover.dropdown-toggle:hover,
.open>body>.datepicker table tr td span.active:hover.dropdown-toggle:focus,
.open>body>.datepicker table tr td span.active:hover.dropdown-toggle.focus,
body>.datepicker table tr td span.active.disabled:active:hover,
body>.datepicker table tr td span.active.disabled:active:focus,
body>.datepicker table tr td span.active.disabled:active.focus,
body>.datepicker table tr td span.active.disabled.active:hover,
body>.datepicker table tr td span.active.disabled.active:focus,
body>.datepicker table tr td span.active.disabled.active.focus,
.open>body>.datepicker table tr td span.active.disabled.dropdown-toggle:hover,
.open>body>.datepicker table tr td span.active.disabled.dropdown-toggle:focus,
.open>body>.datepicker table tr td span.active.disabled.dropdown-toggle.focus,
body>.datepicker table tr td span.active.disabled:hover:active:hover,
body>.datepicker table tr td span.active.disabled:hover:active:focus,
body>.datepicker table tr td span.active.disabled:hover:active.focus,
body>.datepicker table tr td span.active.disabled:hover.active:hover,
body>.datepicker table tr td span.active.disabled:hover.active:focus,
body>.datepicker table tr td span.active.disabled:hover.active.focus,
.open>body>.datepicker table tr td span.active.disabled:hover.dropdown-toggle:hover,
.open>body>.datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus,
.open>body>.datepicker table tr td span.active.disabled:hover.dropdown-toggle.focus {
    color: #fff;
    background-color: #e69000;
    border-color: #b37000
}

body>.datepicker table tr td span.active:active,
body>.datepicker table tr td span.active.active,
.open>body>.datepicker table tr td span.active.dropdown-toggle,
body>.datepicker table tr td span.active:hover:active,
body>.datepicker table tr td span.active:hover.active,
.open>body>.datepicker table tr td span.active:hover.dropdown-toggle,
body>.datepicker table tr td span.active.disabled:active,
body>.datepicker table tr td span.active.disabled.active,
.open>body>.datepicker table tr td span.active.disabled.dropdown-toggle,
body>.datepicker table tr td span.active.disabled:hover:active,
body>.datepicker table tr td span.active.disabled:hover.active,
.open>body>.datepicker table tr td span.active.disabled:hover.dropdown-toggle {
    background-image: none
}

body>.datepicker table tr td span.active.disabled:hover,
body>.datepicker table tr td span.active.disabled:focus,
body>.datepicker table tr td span.active.disabled.focus,
body>.datepicker table tr td span.active[disabled]:hover,
body>.datepicker table tr td span.active[disabled]:focus,
body>.datepicker table tr td span.active[disabled].focus,
fieldset[disabled] body>.datepicker table tr td span.active:hover,
fieldset[disabled] body>.datepicker table tr td span.active:focus,
fieldset[disabled] body>.datepicker table tr td span.active.focus,
body>.datepicker table tr td span.active:hover.disabled:hover,
body>.datepicker table tr td span.active:hover.disabled:focus,
body>.datepicker table tr td span.active:hover.disabled.focus,
body>.datepicker table tr td span.active:hover[disabled]:hover,
body>.datepicker table tr td span.active:hover[disabled]:focus,
body>.datepicker table tr td span.active:hover[disabled].focus,
fieldset[disabled] body>.datepicker table tr td span.active:hover:hover,
fieldset[disabled] body>.datepicker table tr td span.active:hover:focus,
fieldset[disabled] body>.datepicker table tr td span.active:hover.focus,
body>.datepicker table tr td span.active.disabled.disabled:hover,
body>.datepicker table tr td span.active.disabled.disabled:focus,
body>.datepicker table tr td span.active.disabled.disabled.focus,
body>.datepicker table tr td span.active.disabled[disabled]:hover,
body>.datepicker table tr td span.active.disabled[disabled]:focus,
body>.datepicker table tr td span.active.disabled[disabled].focus,
fieldset[disabled] body>.datepicker table tr td span.active.disabled:hover,
fieldset[disabled] body>.datepicker table tr td span.active.disabled:focus,
fieldset[disabled] body>.datepicker table tr td span.active.disabled.focus,
body>.datepicker table tr td span.active.disabled:hover.disabled:hover,
body>.datepicker table tr td span.active.disabled:hover.disabled:focus,
body>.datepicker table tr td span.active.disabled:hover.disabled.focus,
body>.datepicker table tr td span.active.disabled:hover[disabled]:hover,
body>.datepicker table tr td span.active.disabled:hover[disabled]:focus,
body>.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] body>.datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] body>.datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] body>.datepicker table tr td span.active.disabled:hover.focus {
    background-color: #ffa000;
    border-color: #e69000
}

body>.datepicker table tr td span.active .badge,
body>.datepicker table tr td span.active .news-card .image .badge-primary,
.news-card .image body>.datepicker table tr td span.active .badge-primary,
body>.datepicker table tr td span.active .news-card .image .badge-wrap,
.news-card .image body>.datepicker table tr td span.active .badge-wrap,
body>.datepicker table tr td span.active:hover .badge,
body>.datepicker table tr td span.active.disabled .badge,
body>.datepicker table tr td span.active.disabled:hover .badge {
    color: #ffa000;
    background-color: #fff
}

body>.datepicker table tr td span.old,
body>.datepicker table tr td span.new {
    color: inherit
}

body>.datepicker .datepicker-switch {
    width: 145px
}

body>.datepicker .datepicker-switch,
body>.datepicker .prev,
body>.datepicker .next,
body>.datepicker tfoot tr th {
    cursor: pointer
}

body>.datepicker .datepicker-switch:hover,
body>.datepicker .prev:hover,
body>.datepicker .next:hover,
body>.datepicker tfoot tr th:hover {
    background: rgba(0, 0, 0, 0.1)
}

body>.datepicker .prev.disabled,
body>.datepicker .next.disabled {
    visibility: hidden
}

body>.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 4px 0 0 4px
}

.input-daterange input:last-child {
    border-radius: 0 4px 4px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.38;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 70%);
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4)
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3)
}

.waves-block {
    display: block
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7)
}

.waves-effect.waves-sun .waves-ripple {
    background: rgba(156, 204, 101, 0.4);
    background: radial-gradient(rgba(156, 204, 101, 0.2) 0, rgba(156, 204, 101, 0.3) 40%, rgba(156, 204, 101, 0.4) 50%, rgba(156, 204, 101, 0.5) 60%, rgba(156, 204, 101, 0) 70%)
}

.waves-effect.waves-basic .waves-ripple {
    background: rgba(25, 118, 210, 0.4);
    background: radial-gradient(rgba(25, 118, 210, 0.2) 0, rgba(25, 118, 210, 0.3) 40%, rgba(25, 118, 210, 0.4) 50%, rgba(25, 118, 210, 0.5) 60%, rgba(25, 118, 210, 0) 70%)
}

.waves-effect.waves-prof .waves-ripple {
    background: rgba(173, 20, 87, 0.4);
    background: radial-gradient(rgba(173, 20, 87, 0.2) 0, rgba(173, 20, 87, 0.3) 40%, rgba(173, 20, 87, 0.4) 50%, rgba(173, 20, 87, 0.5) 60%, rgba(173, 20, 87, 0) 70%)
}

.waves-effect.waves-high .waves-ripple {
    background: rgba(63, 81, 181, 0.4);
    background: radial-gradient(rgba(63, 81, 181, 0.2) 0, rgba(63, 81, 181, 0.3) 40%, rgba(63, 81, 181, 0.4) 50%, rgba(63, 81, 181, 0.5) 60%, rgba(63, 81, 181, 0) 70%)
}

.waves-effect.waves-kid .waves-ripple {
    background: rgba(0, 150, 136, 0.4);
    background: radial-gradient(rgba(0, 150, 136, 0.2) 0, rgba(0, 150, 136, 0.3) 40%, rgba(0, 150, 136, 0.4) 50%, rgba(0, 150, 136, 0.5) 60%, rgba(0, 150, 136, 0) 70%)
}

.waves-effect.waves-adult .waves-ripple {
    background: rgba(255, 160, 0, 0.4);
    background: radial-gradient(rgba(255, 160, 0, 0.2) 0, rgba(255, 160, 0, 0.3) 40%, rgba(255, 160, 0, 0.4) 50%, rgba(255, 160, 0, 0.5) 60%, rgba(255, 160, 0, 0) 70%)
}

.waves-effect.waves-primary .waves-ripple {
    background: rgba(255, 160, 0, 0.4);
    background: radial-gradient(rgba(255, 160, 0, 0.2) 0, rgba(255, 160, 0, 0.3) 40%, rgba(255, 160, 0, 0.4) 50%, rgba(255, 160, 0, 0.5) 60%, rgba(255, 160, 0, 0) 70%)
}

.waves-effect.waves-secondary .waves-ripple {
    background: rgba(25, 118, 210, 0.4);
    background: radial-gradient(rgba(25, 118, 210, 0.2) 0, rgba(25, 118, 210, 0.3) 40%, rgba(25, 118, 210, 0.4) 50%, rgba(25, 118, 210, 0.5) 60%, rgba(25, 118, 210, 0) 70%)
}

.waves-effect.waves-success .waves-ripple {
    background: rgba(124, 179, 66, 0.4);
    background: radial-gradient(rgba(124, 179, 66, 0.2) 0, rgba(124, 179, 66, 0.3) 40%, rgba(124, 179, 66, 0.4) 50%, rgba(124, 179, 66, 0.5) 60%, rgba(124, 179, 66, 0) 70%)
}

.waves-effect.waves-info .waves-ripple {
    background: rgba(3, 169, 244, 0.4);
    background: radial-gradient(rgba(3, 169, 244, 0.2) 0, rgba(3, 169, 244, 0.3) 40%, rgba(3, 169, 244, 0.4) 50%, rgba(3, 169, 244, 0.5) 60%, rgba(3, 169, 244, 0) 70%)
}

.waves-effect.waves-warning .waves-ripple {
    background: rgba(249, 168, 37, 0.4);
    background: radial-gradient(rgba(249, 168, 37, 0.2) 0, rgba(249, 168, 37, 0.3) 40%, rgba(249, 168, 37, 0.4) 50%, rgba(249, 168, 37, 0.5) 60%, rgba(249, 168, 37, 0) 70%)
}

.waves-effect.waves-danger .waves-ripple {
    background: rgba(211, 47, 47, 0.4);
    background: radial-gradient(rgba(211, 47, 47, 0.2) 0, rgba(211, 47, 47, 0.3) 40%, rgba(211, 47, 47, 0.4) 50%, rgba(211, 47, 47, 0.5) 60%, rgba(211, 47, 47, 0) 70%)
}

.tooltip_templates {
    display: none
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
    height: auto !important
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms
}

.tooltipster-sidetip .tooltipster-box {
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2);
    background: #fff;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #707070;
    line-height: 18px;
    padding: 14.2222222222px 21.3333333333px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    left: 0px;
    top: -1px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left: 1px;
    top: 0px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: -1px;
    top: 0px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    left: 0px;
    top: 1px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: -2px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(0, 0, 0, 0.12)
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: rgba(0, 0, 0, 0.12)
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: rgba(0, 0, 0, 0.12)
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(0, 0, 0, 0.12)
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-moveInX.tooltipster-dying {
    animation: moveOut-X .6s
}

/*! jQuery UI - v1.12.1 - 2017-03-08
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, selectmenu.css, slider.css, spinner.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    padding: 0.5em
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    border-radius: 2px;
    padding: 0.5em 1em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background: #ffa000;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12)
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: 6px 0;
    display: inline-block;
    position: relative;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding: 0.5em;
    background-color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    animation: scaleIn 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    transform-origin: 0% 0%;
    font-size: 0.875em;
    min-width: 180px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    line-height: 29px
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
    text-indent: 0;
    margin-left: 1.5em;
    line-height: 29px
}

.ui-selectmenu-icon.ui-icon:before {
    font-family: "Material Icons";
    content: '\E5C5 ';
    color: rgba(0, 0, 0, 0.38)
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal.ui-slider {
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    margin: 1em 0 2em 1em
}

.ui-slider-horizontal.ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    margin-top: -16px
}

.ui-slider-horizontal.ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    background: #fff;
    border: 2px solid #ffa000;
    cursor: pointer
}

.ui-slider-horizontal.ui-slider .ui-slider-handle.ui-state-hover:before {
    background: #ffc666;
    border-color: #ffc666
}

.ui-slider-horizontal.ui-slider .ui-slider-handle.ui-state-active:before {
    background: #ffa000;
    border-color: #ffa000
}

.ui-slider-horizontal.ui-slider .ui-slider-range {
    top: 0;
    height: 2px;
    background-color: #ffa000
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    position: relative;
    outline: none
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 100%
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 31px;
    line-height: 31px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__rendered[title="Pasirinkite"] {
    color: #999
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 1em;
    color: transparent;
    text-align: center
}

.select2-container .select2-selection--single .select2-selection__clear:after {
    content: '\E5CD';
    font-family: "Material Icons";
    color: rgba(0, 0, 0, 0.54)
}

.select2-container .select2-selection__placeholder {
    color: #999
}

.select2-container .select2-selection--multiple {
    width: 100% !important;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    line-height: 31px;
    min-height: 31px;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    list-style: none;
    padding: 6px 0;
    margin-bottom: -8px
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
    float: left;
    line-height: 17px;
    margin-right: 4px;
    margin-bottom: 4px
}

.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    font-size: 0.875em;
    background-color: rgba(0, 0, 0, 0.12);
    background: #ffa000;
    color: #fff;
    border-radius: 4px;
    padding: 0 0.5em
}

.select2-container .select2-selection__choice__remove {
    font-size: 0;
    color: transparent;
    line-height: 1;
    height: auto;
    width: auto;
    vertical-align: middle
}

.select2-container .select2-selection__choice__remove:before {
    content: '\E5CD';
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.32);
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 0.125em
}

.select2-container .select2-selection__choice__remove:hover:before {
    color: #fff
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    padding: 0;
    background: none
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-selection__rendered:before {
    content: '\E5C5';
    font-family: "Material Icons";
    font-size: 18px;
    color: rgba(0, 0, 0, 0.38);
    font-weight: 400;
    position: absolute;
    top: 1px;
    right: 7px
}

body>.select2-container {
    z-index: 100000000
}

.select2-dropdown {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    background-color: white;
    padding: 10.6666666667px;
    transform-origin: 0% 0%;
    animation: scaleIn 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    min-width: 64px;
    z-index: 100000000
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: auto;
    bottom: 0;
    border-bottom: 2px solid #ffa000;
    margin-bottom: 19px
}

.select2-container--open .select2-dropdown--above:after {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: 0;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 11;
    animation: moveInY .51s;
    pointer-events: none;
    border-width: 8px;
    bottom: auto;
    top: 100%;
    left: 16px;
    border-bottom-color: transparent;
    border-top-color: #ffa000;
    animation: none
}

.select2-container--open .select2-dropdown--below {
    top: 0;
    bottom: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid #ffa000
}

.select2-container--open .select2-dropdown--below:after {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: 0;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 11;
    animation: moveInY .51s;
    pointer-events: none;
    border-width: 8px;
    bottom: 100%;
    left: 16px;
    border-bottom-color: #ffa000;
    animation: none
}

.select2-results {
    display: block;
    max-height: 312px;
    overflow: hidden;
    overflow-y: auto
}

.select2-results::-webkit-scrollbar-thumb,
.select2-results::-webkit-scrollbar-track {
    border-radius: 0
}

.select2-results__message,
.select2-results__message:hover {
    color: rgba(0, 0, 0, 0.38)
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    white-space: normal;
    min-width: 40px;
    border-radius: 0;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    display: block;
    text-align: left;
    position: relative;
    z-index: 0
}

.select2-results__option:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #ffa000;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: all .4s;
    z-index: -1
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.06)
}

.select2-results__option--highlighted:before,
.select2-results__option[aria-selected="true"]:before {
    transform: scaleX(1);
    transition-duration: .08s
}

.select2-results__option[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .32
}

.select2-results__option:first-of-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.select2-results__option:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.select2-search--dropdown {
    display: block;
    margin-bottom: 10.6666666667px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

.uil-ripple-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px
}

.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite
}

.uil-ripple-css div:nth-of-type(1) {
    border-color: #ffffff;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.uil-ripple-css div:nth-of-type(2) {
    border-color: rgba(255, 255, 255, 0.409)
}

.btn::-moz-focus-inner,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page::-moz-focus-inner,
body .gsc-control-cse td.gsc-search-button::-moz-focus-inner,
.btn-flat::-moz-focus-inner,
.clndr .clndr-button::-moz-focus-inner,
.btn-muted::-moz-focus-inner,
.btn-flat-white::-moz-focus-inner,
.btn-plain::-moz-focus-inner,
.fc-state-default::-moz-focus-inner,
.select2-results__option::-moz-focus-inner,
.btn-custom::-moz-focus-inner,
a::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    outline: 0
}

html,
body {
    position: relative
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px
}

::-webkit-scrollbar-thumb {
    background-color: #ffbd4d;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffd999
}

.btn-lh {
    line-height: 33px
}

.btn-sm-lh {
    line-height: 28px
}

:focus {
    outline: 1px solid transparent
}

.material-icons,
.sites>a [class^="icon-"] {
    vertical-align: middle;
    line-height: inherit;
    transition: opacity .1s
}

.material-icons.center,
.sites>a .center[class^="icon-"] {
    margin-left: -3.5px;
    margin-right: -3.5px
}

.btn .material-icons,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .material-icons,
body .gsc-control-cse td.gsc-search-button .material-icons,
.btn .sites>a [class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .sites>a [class^="icon-"],
body .gsc-control-cse td.gsc-search-button .sites>a [class^="icon-"],
.sites>a .btn [class^="icon-"],
.sites>a body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page [class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .sites>a .gsc-cursor-page [class^="icon-"],
.sites>a body .gsc-control-cse td.gsc-search-button [class^="icon-"],
body .gsc-control-cse .sites>a td.gsc-search-button [class^="icon-"],
.btn-flat .material-icons,
.clndr .clndr-button .material-icons,
.btn-flat .sites>a [class^="icon-"],
.clndr .clndr-button .sites>a [class^="icon-"],
.sites>a .btn-flat [class^="icon-"],
.sites>a .clndr .clndr-button [class^="icon-"],
.clndr .sites>a .clndr-button [class^="icon-"],
.btn-muted .material-icons,
.btn-muted .sites>a [class^="icon-"],
.sites>a .btn-muted [class^="icon-"],
.btn-flat-white .material-icons,
.btn-flat-white .sites>a [class^="icon-"],
.sites>a .btn-flat-white [class^="icon-"],
.btn-plain .material-icons,
.btn-plain .sites>a [class^="icon-"],
.sites>a .btn-plain [class^="icon-"],
.fc-state-default .material-icons,
.fc-state-default .sites>a [class^="icon-"],
.sites>a .fc-state-default [class^="icon-"],
.select2-results__option .material-icons,
.select2-results__option .sites>a [class^="icon-"],
.sites>a .select2-results__option [class^="icon-"] {
    margin: -7px -3.5px
}

.btn .material-icons.left,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .material-icons.left,
body .gsc-control-cse td.gsc-search-button .material-icons.left,
.btn .sites>a .left[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .sites>a .left[class^="icon-"],
body .gsc-control-cse td.gsc-search-button .sites>a .left[class^="icon-"],
.sites>a .btn .left[class^="icon-"],
.sites>a body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .left[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .sites>a .gsc-cursor-page .left[class^="icon-"],
.sites>a body .gsc-control-cse td.gsc-search-button .left[class^="icon-"],
body .gsc-control-cse .sites>a td.gsc-search-button .left[class^="icon-"],
.btn-flat .material-icons.left,
.clndr .clndr-button .material-icons.left,
.btn-flat .sites>a .left[class^="icon-"],
.clndr .clndr-button .sites>a .left[class^="icon-"],
.sites>a .btn-flat .left[class^="icon-"],
.sites>a .clndr .clndr-button .left[class^="icon-"],
.clndr .sites>a .clndr-button .left[class^="icon-"],
.btn-muted .material-icons.left,
.btn-muted .sites>a .left[class^="icon-"],
.sites>a .btn-muted .left[class^="icon-"],
.btn-flat-white .material-icons.left,
.btn-flat-white .sites>a .left[class^="icon-"],
.sites>a .btn-flat-white .left[class^="icon-"],
.btn-plain .material-icons.left,
.btn-plain .sites>a .left[class^="icon-"],
.sites>a .btn-plain .left[class^="icon-"],
.fc-state-default .material-icons.left,
.fc-state-default .sites>a .left[class^="icon-"],
.sites>a .fc-state-default .left[class^="icon-"],
.select2-results__option .material-icons.left,
.select2-results__option .sites>a .left[class^="icon-"],
.sites>a .select2-results__option .left[class^="icon-"],
.btn .material-icons.right,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .material-icons.right,
body .gsc-control-cse td.gsc-search-button .material-icons.right,
.btn .sites>a .right[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .sites>a .right[class^="icon-"],
body .gsc-control-cse td.gsc-search-button .sites>a .right[class^="icon-"],
.sites>a .btn .right[class^="icon-"],
.sites>a body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .right[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .sites>a .gsc-cursor-page .right[class^="icon-"],
.sites>a body .gsc-control-cse td.gsc-search-button .right[class^="icon-"],
body .gsc-control-cse .sites>a td.gsc-search-button .right[class^="icon-"],
.btn-flat .material-icons.right,
.clndr .clndr-button .material-icons.right,
.btn-flat .sites>a .right[class^="icon-"],
.clndr .clndr-button .sites>a .right[class^="icon-"],
.sites>a .btn-flat .right[class^="icon-"],
.sites>a .clndr .clndr-button .right[class^="icon-"],
.clndr .sites>a .clndr-button .right[class^="icon-"],
.btn-muted .material-icons.right,
.btn-muted .sites>a .right[class^="icon-"],
.sites>a .btn-muted .right[class^="icon-"],
.btn-flat-white .material-icons.right,
.btn-flat-white .sites>a .right[class^="icon-"],
.sites>a .btn-flat-white .right[class^="icon-"],
.btn-plain .material-icons.right,
.btn-plain .sites>a .right[class^="icon-"],
.sites>a .btn-plain .right[class^="icon-"],
.fc-state-default .material-icons.right,
.fc-state-default .sites>a .right[class^="icon-"],
.sites>a .fc-state-default .right[class^="icon-"],
.select2-results__option .material-icons.right,
.select2-results__option .sites>a .right[class^="icon-"],
.sites>a .select2-results__option .right[class^="icon-"],
.btn .material-icons.center,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .material-icons.center,
body .gsc-control-cse td.gsc-search-button .material-icons.center,
.btn .sites>a .center[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .sites>a .center[class^="icon-"],
body .gsc-control-cse td.gsc-search-button .sites>a .center[class^="icon-"],
.sites>a .btn .center[class^="icon-"],
.sites>a body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .center[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .sites>a .gsc-cursor-page .center[class^="icon-"],
.sites>a body .gsc-control-cse td.gsc-search-button .center[class^="icon-"],
body .gsc-control-cse .sites>a td.gsc-search-button .center[class^="icon-"],
.btn-flat .material-icons.center,
.clndr .clndr-button .material-icons.center,
.btn-flat .sites>a .center[class^="icon-"],
.clndr .clndr-button .sites>a .center[class^="icon-"],
.sites>a .btn-flat .center[class^="icon-"],
.sites>a .clndr .clndr-button .center[class^="icon-"],
.clndr .sites>a .clndr-button .center[class^="icon-"],
.btn-muted .material-icons.center,
.btn-muted .sites>a .center[class^="icon-"],
.sites>a .btn-muted .center[class^="icon-"],
.btn-flat-white .material-icons.center,
.btn-flat-white .sites>a .center[class^="icon-"],
.sites>a .btn-flat-white .center[class^="icon-"],
.btn-plain .material-icons.center,
.btn-plain .sites>a .center[class^="icon-"],
.sites>a .btn-plain .center[class^="icon-"],
.fc-state-default .material-icons.center,
.fc-state-default .sites>a .center[class^="icon-"],
.sites>a .fc-state-default .center[class^="icon-"],
.select2-results__option .material-icons.center,
.select2-results__option .sites>a .center[class^="icon-"],
.sites>a .select2-results__option .center[class^="icon-"] {
    vertical-align: middle;
    font-size: 18px
}

.btn .material-icons.right,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .material-icons.right,
body .gsc-control-cse td.gsc-search-button .material-icons.right,
.btn .sites>a .right[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .sites>a .right[class^="icon-"],
body .gsc-control-cse td.gsc-search-button .sites>a .right[class^="icon-"],
.sites>a .btn .right[class^="icon-"],
.sites>a body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .right[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .sites>a .gsc-cursor-page .right[class^="icon-"],
.sites>a body .gsc-control-cse td.gsc-search-button .right[class^="icon-"],
body .gsc-control-cse .sites>a td.gsc-search-button .right[class^="icon-"],
.btn-flat .material-icons.right,
.clndr .clndr-button .material-icons.right,
.btn-flat .sites>a .right[class^="icon-"],
.clndr .clndr-button .sites>a .right[class^="icon-"],
.sites>a .btn-flat .right[class^="icon-"],
.sites>a .clndr .clndr-button .right[class^="icon-"],
.clndr .sites>a .clndr-button .right[class^="icon-"],
.btn-muted .material-icons.right,
.btn-muted .sites>a .right[class^="icon-"],
.sites>a .btn-muted .right[class^="icon-"],
.btn-flat-white .material-icons.right,
.btn-flat-white .sites>a .right[class^="icon-"],
.sites>a .btn-flat-white .right[class^="icon-"],
.btn-plain .material-icons.right,
.btn-plain .sites>a .right[class^="icon-"],
.sites>a .btn-plain .right[class^="icon-"],
.fc-state-default .material-icons.right,
.fc-state-default .sites>a .right[class^="icon-"],
.sites>a .fc-state-default .right[class^="icon-"],
.select2-results__option .material-icons.right,
.select2-results__option .sites>a .right[class^="icon-"],
.sites>a .select2-results__option .right[class^="icon-"] {
    margin-left: 3.5px
}

.btn .material-icons.left,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .material-icons.left,
body .gsc-control-cse td.gsc-search-button .material-icons.left,
.btn .sites>a .left[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .sites>a .left[class^="icon-"],
body .gsc-control-cse td.gsc-search-button .sites>a .left[class^="icon-"],
.sites>a .btn .left[class^="icon-"],
.sites>a body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page .left[class^="icon-"],
body .gsc-control-cse .gsc-results .gsc-cursor-box .sites>a .gsc-cursor-page .left[class^="icon-"],
.sites>a body .gsc-control-cse td.gsc-search-button .left[class^="icon-"],
body .gsc-control-cse .sites>a td.gsc-search-button .left[class^="icon-"],
.btn-flat .material-icons.left,
.clndr .clndr-button .material-icons.left,
.btn-flat .sites>a .left[class^="icon-"],
.clndr .clndr-button .sites>a .left[class^="icon-"],
.sites>a .btn-flat .left[class^="icon-"],
.sites>a .clndr .clndr-button .left[class^="icon-"],
.clndr .sites>a .clndr-button .left[class^="icon-"],
.btn-muted .material-icons.left,
.btn-muted .sites>a .left[class^="icon-"],
.sites>a .btn-muted .left[class^="icon-"],
.btn-flat-white .material-icons.left,
.btn-flat-white .sites>a .left[class^="icon-"],
.sites>a .btn-flat-white .left[class^="icon-"],
.btn-plain .material-icons.left,
.btn-plain .sites>a .left[class^="icon-"],
.sites>a .btn-plain .left[class^="icon-"],
.fc-state-default .material-icons.left,
.fc-state-default .sites>a .left[class^="icon-"],
.sites>a .fc-state-default .left[class^="icon-"],
.select2-results__option .material-icons.left,
.select2-results__option .sites>a .left[class^="icon-"],
.sites>a .select2-results__option .left[class^="icon-"] {
    margin-right: 3.5px
}

::selection {
    color: #fff;
    background: #1976D2
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section,
aside
/* footer */
{
    padding-top: 32px;
    padding-bottom: 32px
}

/* main {
    background-color: #f2f2f2;
    min-height: 400px
} */

dl:before,
dl:after {
    content: " ";
    display: table
}

dl:after {
    clear: both
}

dl dt,
dl dd {
    float: left
}

dl dt {
    clear: left;
    width: 210px;
    font-weight: 400;
    color: #757575
}

dl dt .material-icons,
dl dt .sites>a [class^="icon-"],
.sites>a dl dt [class^="icon-"] {
    font-size: 18px
}

dl dd {
    width: calc(100% - 210px)
}

.brand img {
    height: 128px;
    display: block;
    margin-right: auto
}

.table-row {
    display: table;
    width: 100%;
    height: 128px
}

.table-row>* {
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px
}

.profile .image {
    width: 86px;
    text-align: center
}

.profile .image i {
    font-size: 4em;
    color: rgba(0, 0, 0, 0.54)
}

.profile .information {
    padding-left: 1em
}

#top .slider
/* footer .slider */
{
    text-align: justify;
    text-align-last: center;
    margin-top: 9.66px
}

#top .slider.slick-slider
/* footer .slider.slick-slider */
{
    background: none
}

#top .slider:not(.slick-initialized)
/* footer .slider:not(.slick-initialized) */
{
    display: none
}

#top .slider .slider-item>*:last-child
/* footer .slider .slider-item>*:last-child */
{
    margin-bottom: 0
}

#top .slider h1,
#top .slider h2,
#top .slider h3,
#top .slider h4,
#top .slider h5,
#top .slider h6,
#top .slider p,
#top .slider ol,
#top .slider ul
/* footer .slider h1,
footer .slider h2,
footer .slider h3,
footer .slider h4,
footer .slider h5,
footer .slider h6,
footer .slider p,
footer .slider ol,
footer .slider ul */
{
    margin-bottom: 9.66px
}

#top .slider h1,
#top .slider h1 p,
#top .slider h1 ol,
#top .slider h1 ul,
#top .slider h2,
#top .slider h2 p,
#top .slider h2 ol,
#top .slider h2 ul,
#top .slider h3,
#top .slider h3 p,
#top .slider h3 ol,
#top .slider h3 ul,
#top .slider h4,
#top .slider h4 p,
#top .slider h4 ol,
#top .slider h4 ul,
#top .slider h5,
#top .slider h5 p,
#top .slider h5 ol,
#top .slider h5 ul,
#top .slider h6,
#top .slider h6 p,
#top .slider h6 ol,
#top .slider h6 ul
/* footer .slider h1,
footer .slider h1 p,
footer .slider h1 ol,
footer .slider h1 ul,
footer .slider h2,
footer .slider h2 p,
footer .slider h2 ol,
footer .slider h2 ul,
footer .slider h3,
footer .slider h3 p,
footer .slider h3 ol,
footer .slider h3 ul,
footer .slider h4,
footer .slider h4 p,
footer .slider h4 ol,
footer .slider h4 ul,
footer .slider h5,
footer .slider h5 p,
footer .slider h5 ol,
footer .slider h5 ul,
footer .slider h6,
footer .slider h6 p,
footer .slider h6 ol,
footer .slider h6 ul */
{
    margin-bottom: 9.66px
}

#top .slider h1+p,
#top .slider h2+p,
#top .slider h3+p,
#top .slider h4+p,
#top .slider h5+p,
#top .slider h6+p
/* footer .slider h1+p,
footer .slider h2+p,
footer .slider h3+p,
footer .slider h4+p,
footer .slider h5+p,
footer .slider h6+p */
{
    margin-top: 9.66px
}

#top .slider .slider-item
/* footer .slider .slider-item */
{
    padding-left: 16px;
    padding-right: 16px;
    max-height: 84.28px;
    overflow-y: auto
}

#top .slider .slider-item::-webkit-scrollbar
/* footer .slider .slider-item::-webkit-scrollbar */
{
    width: 4px;
    height: 4px
}

section#top {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    padding: 16px
}

section#top .images {
    vertical-align: middle;
    display: inline-block
}

section#top .images a+a,
section#top .images img+img {
    margin-left: 3em
}

section#top .images img {
    height: 64px
}

@media (max-width:1336px) {
    section#top .brand {
        margin-right: 2em
    }
    section#top .brand img {
        max-height: 88px
    }
    section#top .images img {
        height: 48px
    }
    section#top .images a+a,
    section#top .images img+img {
        margin-left: 1em
    }
}

.slider {
    display: none
}

.slider.slick-initialized {
    display: block
}

.slick-arrow {
    padding: 0;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    text-align: center;
    margin: 0 4rem;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition: all .3s;
    z-index: 1000
}

.slick-arrow,
.slick-arrow.material-icons,
.sites>a .slick-arrow[class^="icon-"] {
    font-size: 2em
}

.slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.slick-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffa000
}

.slick-arrow:active {
    transform: scale(0.95);
    transition-duration: .05s
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow i {
    vertical-align: middle;
    font-size: 48px
}

.slick-dots {
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 28px
}

.slick-dots li {
    list-style-type: none;
    width: 7px;
    height: 7px;
    line-height: 7px;
    background-color: transparent;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.38);
    display: inline-block;
    margin: 0 0.5rem;
    cursor: pointer;
    transition: all .3s
}

.slick-dots li:hover {
    border-color: rgba(0, 0, 0, 0.54);
    width: 8.75px;
    height: 8.75px;
    line-height: 8.75px
}

.slick-dots li.slick-active {
    border-color: #ffa000;
    background-color: #ffa000;
    width: 8.75px;
    height: 8.75px;
    line-height: 8.75px
}

.slick-dots button {
    display: none
}

.slick-slider {
    position: relative
}

.slick-slider *:focus {
    outline: none
}

.slick-slider .btn-cta {
    font-size: 1.25em;
    margin-top: 1.5rem
}

.slick-slider .slick-slide {
    padding: 0
}

/* nav {
    z-index: 0
}

nav div>ul>li.active {
    background-color: #cc8000
} */

html.general .nav-tabs.nav-justified>.active>a {
    color: white;
    background-color: #145ca4
}

/* html.general nav div>ul>li.active {
    background-color: #145ca4
}

html.general nav div>ul>li.active:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #145ca4;
    margin-left: -4px;
    margin-bottom: -4px;
    position: absolute;
    top: 100%;
    left: 50%
} */

html.informal .nav-tabs.nav-justified>.active>a {
    color: white;
    background-color: #00635a
}

/* html.informal nav div>ul>li.active {
    background-color: #00635a
}

html.informal nav div>ul>li.active:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #00635a;
    margin-left: -4px;
    margin-bottom: -4px;
    position: absolute;
    top: 100%;
    left: 50%
} */

html.distant .nav-tabs.nav-justified>.active>a {
    color: white;
    background-color: #cc8000
}

/* html.distant nav div>ul>li.active {
    background-color: #cc8000
}

html.distant nav div>ul>li.active:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #cc8000;
    margin-left: -4px;
    margin-bottom: -4px;
    position: absolute;
    top: 100%;
    left: 50%
} */

html.bp .nav-tabs.nav-justified>.active>a {
    color: white;
    background-color: #32408f
}

/* html.bp nav div>ul>li.active {
    background-color: #32408f
}

html.bp nav div>ul>li.active:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #32408f;
    margin-left: -4px;
    margin-bottom: -4px;
    position: absolute;
    top: 100%;
    left: 50%
} */

/* nav {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    background-color: #ffa000;
    position: relative;
    color: #fff
}

html.general nav {
    background-color: #1976D2
}

html.informal nav {
    background-color: #009688
}

html.distant nav {
    background-color: #ffa000
}

html.bp nav {
    background-color: #3f51b5
} */

/* nav .module-label {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    text-align: center
}

nav .module-label .text-wrap {
    color: #fff;
    color: #fff;
    display: inline-block;
    padding: 6.4px 16px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2), inset 0 2px 3px rgba(0, 0, 0, 0.15);
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 60px);
    transition: all .3s
}

nav .module-label .text-wrap:hover,
nav .module-label .text-wrap:focus {
    text-decoration: none
} */

/* @media (max-width:767px) {
    nav {
        position: relative
    }
    nav .container {
        padding: 0
    }
}

nav i {
    vertical-align: middle;
    margin-top: -7px;
    margin-bottom: -7px;
    margin-right: 0.25em;
    line-height: inherit
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
} */

/* nav div>ul {
    text-align: center
}

@media (max-width:767px) {
    nav div>ul {
        margin: 0
    }
}

nav div>ul>li {
    display: inline-block
}

nav div>ul>li>a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
    font-weight: 500
}

nav div>ul>li>a:hover,
nav div>ul>li>a:focus,
nav div>ul>li.open>a {
    background-color: rgba(255, 255, 255, 0.12)
} */

/* nav div>ul>li.open:before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: 0;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 11;
    animation: moveInY .51s;
    pointer-events: none
} */

/* @media (max-width:767px) {
    nav div>ul>li+li {
        margin-left: 0
    }
}

nav .menu>ul:first-child {
    background-color: #ffa000;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.18) 50px, rgba(255, 255, 255, 0) 250px)
}

nav .menu ul+ul {
    background-color: #cc8000;
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12)
}

nav .menu ul+ul .material-icons,
nav .menu ul+ul .sites>a [class^="icon-"],
.sites>a nav .menu ul+ul [class^="icon-"] {
    display: none
}

nav .menu ul+ul>li {
    padding: 10.6666666667px 0
} */

/* nav .menu ul+ul>li+li {
    margin-left: 2px
}

nav .menu ul+ul>li.active {
    background: none
}

nav .menu ul+ul>li.active:after {
    content: none
}

nav .menu ul+ul>li>a {
    padding: 0.5em 1em;
    border-radius: 4px;
    color: #fff;
    text-shadow: none;
    font-weight: 500
}

nav .menu ul+ul>li>a:focus,
nav .menu ul+ul>li>a:hover {
    background-color: rgba(255, 255, 255, 0.24)
} */

/* nav .menu a {
    color: inherit;
    padding: 1.2rem 2.4rem;
    display: inline-block
}

nav .menu a:hover,
nav .menu a:focus {
    color: inherit;
    text-decoration: none
}

html.general nav .menu>ul:first-child {
    background-color: #1976D2;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.18) 50px, rgba(255, 255, 255, 0) 250px)
}

html.general nav .menu ul+ul {
    background-color: #145ca4
} */

/* html.general nav .menu ul+ul li.active a {
    background: #3084d7;
    background: linear-gradient(60deg, #3084d7, #3084d7);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

html.general nav .menu ul+ul li a:hover {
    background: #3084d7;
    background: linear-gradient(60deg, #3084d7, #3084d7)
}

html.informal nav .menu>ul:first-child {
    background-color: #009688;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.18) 50px, rgba(255, 255, 255, 0) 250px)
}

html.informal nav .menu ul+ul {
    background-color: #00635a
} */

/* html.informal nav .menu ul+ul li.active a {
    background: #1aa194;
    background: linear-gradient(60deg, #1aa194, #1aa194);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

html.informal nav .menu ul+ul li a:hover {
    background: #1aa194;
    background: linear-gradient(60deg, #1aa194, #1aa194)
}

html.distant nav .menu>ul:first-child {
    background-color: #ffa000;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.18) 50px, rgba(255, 255, 255, 0) 250px)
}

html.distant nav .menu ul+ul {
    background-color: #cc8000
} */

/* html.distant nav .menu ul+ul li.active a {
    background: #ffaa1a;
    background: linear-gradient(60deg, #ffaa1a, #ffaa1a);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

html.distant nav .menu ul+ul li a:hover {
    background: #ffaa1a;
    background: linear-gradient(60deg, #ffaa1a, #ffaa1a)
}

html.bp nav .menu>ul:first-child {
    background-color: #3f51b5;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.18) 50px, rgba(255, 255, 255, 0) 250px)
}

html.bp nav .menu ul+ul {
    background-color: #32408f
} */

/* html.bp nav .menu ul+ul li.active a {
    background: #5262bc;
    background: linear-gradient(60deg, #5262bc, #5262bc);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

html.bp nav .menu ul+ul li a:hover {
    background: #5262bc;
    background: linear-gradient(60deg, #5262bc, #5262bc)
}

nav li:nth-child(3) .dropdown-list,
nav li:nth-child(3)~li .dropdown-list {
    left: auto;
    right: 0
} */

/* nav li:nth-child(3) .dropdown-list .dropdown-list,
nav li:nth-child(3)~li .dropdown-list .dropdown-list {
    right: 100%;
    top: 0
}

nav li {
    position: relative
}

@media (max-width:767px) {
    nav li {
        width: 100%;
        position: static
    }
} */

/* nav li.open>.dropdown-list {
    display: block;
    visibility: visible
}

nav li a {
    width: 100%
}

nav li a:hover {
    background-color: #ebebeb
} */

.btn-disabled {
    transition: all .9s;
    transition-timing-function: cubic-bezier(0.4, 0.75, 0, 1)
}

.btn-disabled:not(:hover) {
    background-color: transparent;
    border-color: transparent;
    color: #757575
}

.btn-disabled:hover {
    opacity: .3
}

.btn-submit {
    width: 100%
}

.btn,
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse td.gsc-search-button,
.btn-flat,
.clndr .clndr-button,
.btn-muted,
.btn-flat-white,
.btn-plain,
.fc-state-default,
.select2-results__option,
[class*="btn-"] {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif
}

.btn-plain,
.fc-state-default {
    background: none;
    border: none;
    color: #333
}

.btn-plain:hover,
.fc-state-default:hover {
    color: #1976D2
}

html.general .btn-plain:hover,
html.general .fc-state-default:hover {
    color: #1976D2
}

html.informal .btn-plain:hover,
html.informal .fc-state-default:hover {
    color: #009688
}

html.distant .btn-plain:hover,
html.distant .fc-state-default:hover {
    color: #ffa000
}

html.bp .btn-plain:hover,
html.bp .fc-state-default:hover {
    color: #3f51b5
}

.btn-plain.active,
.active.fc-state-default,
.btn-plain:active,
.fc-state-default:active {
    box-shadow: none
}

.hidden-block {
    display: none;
    opacity: 0;
    transition: opacity .4s
}

.hidden-block.open {
    display: block;
    opacity: 1;
    animation: moveIn-Y 1.5s cubic-bezier(0.2, 0.85, 0, 1)
}

.card-heading .btn-flat.hover,
.card-heading .clndr .hover.clndr-button,
.clndr .card-heading .hover.clndr-button,
.card-heading .hover.btn-muted,
.card-heading .hover.btn-flat-white {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.4) !important
}

.btn-flat,
.clndr .clndr-button,
.btn-muted,
.btn-flat-white,
html.general .btn-flat,
html.informal .btn-flat {
    background: none;
    border: none;
    color: inherit;
    color: #757575
}

.btn-flat.hover,
.clndr .hover.clndr-button,
.hover.btn-muted,
.hover.btn-flat-white,
.btn-flat:hover,
.clndr .clndr-button:hover,
.btn-muted:hover,
.btn-flat-white:hover,
html.general .btn-flat.hover,
html.general .btn-flat:hover,
html.informal .btn-flat.hover,
html.informal .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: #212121
}

.card-heading .btn-flat:hover,
.card-heading .clndr .clndr-button:hover,
.clndr .card-heading .clndr-button:hover,
.card-heading .btn-muted:hover,
.card-heading .btn-flat-white:hover,
.card-heading .btn-flat.hover,
.card-heading .clndr .hover.clndr-button,
.clndr .card-heading .hover.clndr-button,
.card-heading .hover.btn-muted,
.card-heading .hover.btn-flat-white,
.card-heading html.general .btn-flat:hover,
.card-heading html.general .btn-flat.hover,
.card-heading html.informal .btn-flat:hover,
.card-heading html.informal .btn-flat.hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.btn-flat.active,
.clndr .active.clndr-button,
.active.btn-muted,
.active.btn-flat-white,
.btn-flat:active,
.clndr .clndr-button:active,
.btn-muted:active,
.btn-flat-white:active,
html.general .btn-flat.active,
html.general .btn-flat:active,
html.informal .btn-flat.active,
html.informal .btn-flat:active {
    box-shadow: none
}

.btn-flat.btn-flat-primary.hover,
.clndr .btn-flat-primary.hover.clndr-button,
.btn-flat-primary.hover.btn-muted,
.btn-flat-primary.hover.btn-flat-white,
.btn-flat.btn-flat-primary:hover,
.clndr .btn-flat-primary.clndr-button:hover,
.btn-flat-primary.btn-muted:hover,
.btn-flat-primary.btn-flat-white:hover,
html.general .btn-flat.btn-flat-primary.hover,
html.general .btn-flat.btn-flat-primary:hover,
html.informal .btn-flat.btn-flat-primary.hover,
html.informal .btn-flat.btn-flat-primary:hover {
    background-color: rgba(255, 160, 0, 0.42)
}

.btn-flat.btn-flat-secondary.hover,
.clndr .btn-flat-secondary.hover.clndr-button,
.btn-flat-secondary.hover.btn-muted,
.btn-flat-secondary.hover.btn-flat-white,
.btn-flat.btn-flat-secondary:hover,
.clndr .btn-flat-secondary.clndr-button:hover,
.btn-flat-secondary.btn-muted:hover,
.btn-flat-secondary.btn-flat-white:hover,
html.general .btn-flat.btn-flat-secondary.hover,
html.general .btn-flat.btn-flat-secondary:hover,
html.informal .btn-flat.btn-flat-secondary.hover,
html.informal .btn-flat.btn-flat-secondary:hover {
    background-color: rgba(25, 118, 210, 0.42)
}

.btn-flat.btn-flat-success.hover,
.clndr .btn-flat-success.hover.clndr-button,
.btn-flat-success.hover.btn-muted,
.btn-flat-success.hover.btn-flat-white,
.btn-flat.btn-flat-success:hover,
.clndr .btn-flat-success.clndr-button:hover,
.btn-flat-success.btn-muted:hover,
.btn-flat-success.btn-flat-white:hover,
html.general .btn-flat.btn-flat-success.hover,
html.general .btn-flat.btn-flat-success:hover,
html.informal .btn-flat.btn-flat-success.hover,
html.informal .btn-flat.btn-flat-success:hover {
    background-color: rgba(124, 179, 66, 0.42)
}

.btn-flat.btn-flat-info.hover,
.clndr .btn-flat-info.hover.clndr-button,
.btn-flat-info.hover.btn-muted,
.btn-flat-info.hover.btn-flat-white,
.btn-flat.btn-flat-info:hover,
.clndr .btn-flat-info.clndr-button:hover,
.btn-flat-info.btn-muted:hover,
.btn-flat-info.btn-flat-white:hover,
html.general .btn-flat.btn-flat-info.hover,
html.general .btn-flat.btn-flat-info:hover,
html.informal .btn-flat.btn-flat-info.hover,
html.informal .btn-flat.btn-flat-info:hover {
    background-color: rgba(3, 169, 244, 0.42)
}

.btn-flat.btn-flat-warning.hover,
.clndr .btn-flat-warning.hover.clndr-button,
.btn-flat-warning.hover.btn-muted,
.btn-flat-warning.hover.btn-flat-white,
.btn-flat.btn-flat-warning:hover,
.clndr .btn-flat-warning.clndr-button:hover,
.btn-flat-warning.btn-muted:hover,
.btn-flat-warning.btn-flat-white:hover,
html.general .btn-flat.btn-flat-warning.hover,
html.general .btn-flat.btn-flat-warning:hover,
html.informal .btn-flat.btn-flat-warning.hover,
html.informal .btn-flat.btn-flat-warning:hover {
    background-color: rgba(249, 168, 37, 0.42)
}

.btn-flat.btn-flat-danger.hover,
.clndr .btn-flat-danger.hover.clndr-button,
.btn-flat-danger.hover.btn-muted,
.btn-flat-danger.hover.btn-flat-white,
.btn-flat.btn-flat-danger:hover,
.clndr .btn-flat-danger.clndr-button:hover,
.btn-flat-danger.btn-muted:hover,
.btn-flat-danger.btn-flat-white:hover,
html.general .btn-flat.btn-flat-danger.hover,
html.general .btn-flat.btn-flat-danger:hover,
html.informal .btn-flat.btn-flat-danger.hover,
html.informal .btn-flat.btn-flat-danger:hover {
    background-color: rgba(211, 47, 47, 0.42)
}

.btn-flat-white,
html.general .btn-flat-white,
html.informal .btn-flat-white {
    color: #fff
}

.btn-flat-white.hover,
.btn-flat-white:hover,
.btn-flat-white:focus,
html.general .btn-flat-white.hover,
html.general .btn-flat-white:hover,
html.general .btn-flat-white:focus,
html.informal .btn-flat-white.hover,
html.informal .btn-flat-white:hover,
html.informal .btn-flat-white:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff
}

.card-heading .btn-flat-white:hover,
.card-heading .btn-flat-white.hover,
.card-heading html.general .btn-flat-white:hover,
.card-heading html.general .btn-flat-white.hover,
.card-heading html.informal .btn-flat-white:hover,
.card-heading html.informal .btn-flat-white.hover {
    background-color: rgba(255, 255, 255, 0.12)
}

.btn-muted {
    color: #9e9e9e
}

.btn-round {
    border-radius: 31px
}

.char-counter {
    margin-top: 0.125em;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: all .3s;
    text-align: right;
    font-size: 12px
}

.char-counter .chars {
    font-weight: bold
}

:focus+.char-counter {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.btn-custom {
    color: #f59a00;
    display: inline-block;
    border-bottom: none;
    color: #f59a00;
    line-height: 1.38;
    padding: 0.5em 1em;
    font-weight: 500;
    position: relative;
    z-index: 0;
    background: none;
    transition: all .3s
}

.btn-custom:hover,
.btn-custom:focus {
    text-decoration: none
}

html.general .btn-custom {
    color: #1976D2;
    border-bottom-color: #1976D2
}

html.general .btn-custom:before {
    background-color: #1976D2
}

html.general .btn-custom.hover,
html.general .btn-custom:hover,
html.general .btn-custom:focus {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

html.general .btn-custom.hover:before,
html.general .btn-custom:hover:before,
html.general .btn-custom:focus:before {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

html.informal .btn-custom {
    color: #009688;
    border-bottom-color: #009688
}

html.informal .btn-custom:before {
    background-color: #009688
}

html.informal .btn-custom.hover,
html.informal .btn-custom:hover,
html.informal .btn-custom:focus {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

html.informal .btn-custom.hover:before,
html.informal .btn-custom:hover:before,
html.informal .btn-custom:focus:before {
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

html.distant .btn-custom {
    color: #ffa000;
    border-bottom-color: #ffa000
}

html.distant .btn-custom:before {
    background-color: #ffa000
}

html.distant .btn-custom.hover,
html.distant .btn-custom:hover,
html.distant .btn-custom:focus {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

html.distant .btn-custom.hover:before,
html.distant .btn-custom:hover:before,
html.distant .btn-custom:focus:before {
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

html.bp .btn-custom {
    color: #3f51b5;
    border-bottom-color: #3f51b5
}

html.bp .btn-custom:before {
    background-color: #3f51b5
}

html.bp .btn-custom.hover,
html.bp .btn-custom:hover,
html.bp .btn-custom:focus {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(63, 81, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 81, 181, 0.2)
}

html.bp .btn-custom.hover:before,
html.bp .btn-custom:hover:before,
html.bp .btn-custom:focus:before {
    box-shadow: 0 14px 26px -12px rgba(63, 81, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 81, 181, 0.2)
}

.btn-custom:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background-color: #f59a00;
    z-index: -1;
    transition: all .3s
}

.btn-custom.hover,
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
    border-radius: 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

.btn-custom.hover:before,
.btn-custom:hover:before,
.btn-custom:focus:before {
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

.no-radius,
.no-radius:before,
.no-radius:after {
    border-radius: 0 !important
}

.card,
.category-block .category-news,
.tooltip .tooltip-body,
.collection,
.news-card,
.filters,
.card-primary,
.card-image {
    padding: 21.3333333333px;
    border-radius: 4px;
    margin-bottom: 16px;
    background-color: #fff
}

.card .divider,
.category-block .category-news .divider,
.tooltip .tooltip-body .divider,
.collection .divider,
.news-card .divider,
.filters .divider,
.card-primary .divider,
.card-image .divider {
    margin-left: -21.3333333333px;
    margin-right: -21.3333333333px
}

.card .card-subheading,
.category-block .category-news .card-subheading,
.tooltip .tooltip-body .card-subheading,
.collection .card-subheading,
.news-card .card-subheading,
.filters .card-subheading,
.card-primary .card-subheading,
.card-image .card-subheading {
    padding: 10.6666666667px 21.3333333333px;
    background-color: #fafafa;
    background: #ffb333;
    background: linear-gradient(60deg, #ffb333, #e6a12e);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    font-weight: 500
}

.card .card-heading,
.category-block .category-news .card-heading,
.tooltip .tooltip-body .card-heading,
.collection .card-heading,
.news-card .card-heading,
.filters .card-heading,
.card-primary .card-heading,
.card-image .card-heading {
    padding: 14.2222222222px 21.3333333333px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
    line-height: 1
}

.card .card-heading:first-child,
.category-block .category-news .card-heading:first-child,
.tooltip .tooltip-body .card-heading:first-child,
.collection .card-heading:first-child,
.news-card .card-heading:first-child,
.filters .card-heading:first-child,
.card-primary .card-heading:first-child,
.card-image .card-heading:first-child {
    margin-top: -21.3333333333px;
    border-radius: 4px 4px 0 0
}

.card .card-heading:first-child:last-child,
.category-block .category-news .card-heading:first-child:last-child,
.tooltip .tooltip-body .card-heading:first-child:last-child,
.collection .card-heading:first-child:last-child,
.news-card .card-heading:first-child:last-child,
.filters .card-heading:first-child:last-child,
.card-primary .card-heading:first-child:last-child,
.card-image .card-heading:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.card .card-heading-transparent,
.category-block .category-news .card-heading-transparent,
.tooltip .tooltip-body .card-heading-transparent,
.collection .card-heading-transparent,
.news-card .card-heading-transparent,
.filters .card-heading-transparent,
.card-primary .card-heading-transparent,
.card-image .card-heading-transparent {
    text-shadow: none;
    color: rgba(0, 0, 0, 0.54);
    padding-top: 0;
    padding-bottom: 0;
    background: none
}

html.general .card .card-heading,
html.general .category-block .category-news .card-heading,
.category-block html.general .category-news .card-heading,
html.general .tooltip .tooltip-body .card-heading,
.tooltip html.general .tooltip-body .card-heading,
html.general .collection .card-heading,
html.general .news-card .card-heading,
html.general .filters .card-heading,
html.general .card-primary .card-heading,
html.general .card-image .card-heading {
    background: #3084d7;
    background: linear-gradient(60deg, #3084d7, #2463a1)
}

html.informal .card .card-heading,
html.informal .category-block .category-news .card-heading,
.category-block html.informal .category-news .card-heading,
html.informal .tooltip .tooltip-body .card-heading,
.tooltip html.informal .tooltip-body .card-heading,
html.informal .collection .card-heading,
html.informal .news-card .card-heading,
html.informal .filters .card-heading,
html.informal .card-primary .card-heading,
html.informal .card-image .card-heading {
    background: #1aa194;
    background: linear-gradient(60deg, #1aa194, #14796f)
}

html.distant .card .card-heading,
html.distant .category-block .category-news .card-heading,
.category-block html.distant .category-news .card-heading,
html.distant .tooltip .tooltip-body .card-heading,
.tooltip html.distant .tooltip-body .card-heading,
html.distant .collection .card-heading,
html.distant .news-card .card-heading,
html.distant .filters .card-heading,
html.distant .card-primary .card-heading,
html.distant .card-image .card-heading {
    background: #ffaa1a;
    background: linear-gradient(60deg, #ffaa1a, #bf8014)
}

html.bp .card .card-heading,
html.bp .category-block .category-news .card-heading,
.category-block html.bp .category-news .card-heading,
html.bp .tooltip .tooltip-body .card-heading,
.tooltip html.bp .tooltip-body .card-heading,
html.bp .collection .card-heading,
html.bp .news-card .card-heading,
html.bp .filters .card-heading,
html.bp .card-primary .card-heading,
html.bp .card-image .card-heading {
    background: #5262bc;
    background: linear-gradient(60deg, #5262bc, #3e4a8d)
}

.card .card-heading a,
.category-block .category-news .card-heading a,
.tooltip .tooltip-body .card-heading a,
.collection .card-heading a,
.news-card .card-heading a,
.filters .card-heading a,
.card-primary .card-heading a,
.card-image .card-heading a {
    color: inherit
}

.card .card-heading a:hover,
.category-block .category-news .card-heading a:hover,
.tooltip .tooltip-body .card-heading a:hover,
.collection .card-heading a:hover,
.news-card .card-heading a:hover,
.filters .card-heading a:hover,
.card-primary .card-heading a:hover,
.card-image .card-heading a:hover,
.card .card-heading a:focus,
.category-block .category-news .card-heading a:focus,
.tooltip .tooltip-body .card-heading a:focus,
.collection .card-heading a:focus,
.news-card .card-heading a:focus,
.filters .card-heading a:focus,
.card-primary .card-heading a:focus,
.card-image .card-heading a:focus {
    text-decoration: none;
    color: inherit
}

.card .card-heading h1,
.category-block .category-news .card-heading h1,
.tooltip .tooltip-body .card-heading h1,
.collection .card-heading h1,
.news-card .card-heading h1,
.filters .card-heading h1,
.card-primary .card-heading h1,
.card-image .card-heading h1,
.card .card-heading h2,
.category-block .category-news .card-heading h2,
.tooltip .tooltip-body .card-heading h2,
.collection .card-heading h2,
.news-card .card-heading h2,
.filters .card-heading h2,
.card-primary .card-heading h2,
.card-image .card-heading h2,
.card .card-heading h3,
.category-block .category-news .card-heading h3,
.tooltip .tooltip-body .card-heading h3,
.collection .card-heading h3,
.news-card .card-heading h3,
.filters .card-heading h3,
.card-primary .card-heading h3,
.card-image .card-heading h3,
.card .card-heading h4,
.category-block .category-news .card-heading h4,
.tooltip .tooltip-body .card-heading h4,
.collection .card-heading h4,
.news-card .card-heading h4,
.filters .card-heading h4,
.card-primary .card-heading h4,
.card-image .card-heading h4,
.card .card-heading h5,
.category-block .category-news .card-heading h5,
.tooltip .tooltip-body .card-heading h5,
.collection .card-heading h5,
.news-card .card-heading h5,
.filters .card-heading h5,
.card-primary .card-heading h5,
.card-image .card-heading h5,
.card .card-heading h6,
.category-block .category-news .card-heading h6,
.tooltip .tooltip-body .card-heading h6,
.collection .card-heading h6,
.news-card .card-heading h6,
.filters .card-heading h6,
.card-primary .card-heading h6,
.card-image .card-heading h6 {
    margin: 0;
    font-size: 1em
}

.card .card-heading a,
.category-block .category-news .card-heading a,
.tooltip .tooltip-body .card-heading a,
.collection .card-heading a,
.news-card .card-heading a,
.filters .card-heading a,
.card-primary .card-heading a,
.card-image .card-heading a {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif
}

.card .card-section,
.category-block .category-news .card-section,
.tooltip .tooltip-body .card-section,
.collection .card-section,
.news-card .card-section,
.filters .card-section,
.card-primary .card-section,
.card-image .card-section {
    margin-left: -21.3333333333px;
    margin-right: -21.3333333333px
}

.card .collection,
.category-block .category-news .collection,
.tooltip .tooltip-body .collection,
.collection .collection,
.news-card .collection,
.filters .collection,
.card-primary .collection,
.card-image .collection {
    border-radius: 0;
    margin: 0
}

.card.d-padding,
.category-block .d-padding.category-news,
.tooltip .d-padding.tooltip-body,
.d-padding.collection,
.d-padding.news-card,
.d-padding.filters,
.d-padding.card-primary,
.d-padding.card-image {
    padding: 42.6666666667px
}

.card .card-icon,
.category-block .category-news .card-icon,
.tooltip .tooltip-body .card-icon,
.collection .card-icon,
.news-card .card-icon,
.filters .card-icon,
.card-primary .card-icon,
.card-image .card-icon,
.card .card-icon-secondary,
.category-block .category-news .card-icon-secondary,
.tooltip .tooltip-body .card-icon-secondary,
.collection .card-icon-secondary,
.news-card .card-icon-secondary,
.filters .card-icon-secondary,
.card-primary .card-icon-secondary,
.card-image .card-icon-secondary {
    display: block;
    text-align: center;
    font-size: 3.5em;
    margin-bottom: 10px;
    transition: all .3s
}

.card .card-icon-secondary,
.category-block .category-news .card-icon-secondary,
.tooltip .tooltip-body .card-icon-secondary,
.collection .card-icon-secondary,
.news-card .card-icon-secondary,
.filters .card-icon-secondary,
.card-primary .card-icon-secondary,
.card-image .card-icon-secondary {
    font-size: 2.75em
}

.card-primary,
.card-image {
    color: #fff;
    background-color: #ffa000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
    background-image: radial-gradient(circle at 50% 0%, #ffaa1a, #e69000 268px);
    background-size: 100% 800px;
    transition: all .3s;
    background-repeat: no-repeat
}

.card-primary a,
.card-image a {
    color: inherit
}

.card-primary a:hover,
.card-image a:hover,
.card-primary a:focus,
.card-image a:focus {
    text-decoration: none;
    color: inherit
}

.card-primary h1>small,
.card-image h1>small,
.card-primary h2>small,
.card-image h2>small,
.card-primary h3>small,
.card-image h3>small,
.card-primary h4>small,
.card-image h4>small,
.card-primary h5>small,
.card-image h5>small,
.card-primary h6>small,
.card-image h6>small {
    color: rgba(255, 255, 255, 0.9)
}

.card-flip-toggle {
    cursor: pointer
}

.card-flip-toggle .content-secondary {
    display: none;
    animation: fadeIn .6s;
    line-height: 128px
}

.card-flip-toggle .content-secondary .card-links {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.card-flip-toggle .content-secondary .card-links a {
    display: inline-block;
    padding: 0.5em 1em;
    transition: all .3s
}

.card-flip-toggle .content-secondary .card-links a+a {
    margin-left: -0.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.24)
}

.card-flip-toggle .content-secondary .card-links a:hover {
    background-color: #c27a00;
    border-radius: 24px;
    border-left-color: transparent
}

.card-flip-toggle .content-secondary .card-links a:hover+a {
    border-left-color: transparent
}

.card-flip-toggle.flip {
    position: relative
}

.card-flip-toggle.flip:before {
    content: '\E5CD';
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 10px;
    font-family: "Material Icons";
    font-size: 24px;
    text-shadow: none;
    color: rgba(255, 255, 255, 0.52);
    cursor: pointer;
    animation: scaleIn .3s
}

.card-flip-toggle.flip .content {
    display: none
}

.card-flip-toggle.flip .content-secondary {
    display: block
}

.card-image {
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 0
}

.card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    border-radius: 4px
}

.card-image:hover .content {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.card-image .content {
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.54);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 4px 4px
}

html.general main a {
    color: #1976D2
}

html.general main a:hover,
html.general main a:focus {
    color: #145ea8
}

html.informal main a {
    color: #009688
}

html.informal main a:hover,
html.informal main a:focus {
    color: #00786d
}

html.distant main a {
    color: #ffa000
}

html.distant main a:hover,
html.distant main a:focus {
    color: #cc8000
}

html.bp main a {
    color: #3f51b5
}

html.bp main a:hover,
html.bp main a:focus {
    color: #324191
}

.page-header {
    border-radius: 8px;
    margin: 0 0 32px 0;
    border: none;
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    border-left: 8px solid #ffa000;
    padding: 5.3333333333px 0 5.3333333333px 42.6666666667px;
    clear: both
}

html.general .page-header {
    border-left-color: #4791db
}

html.informal .page-header {
    border-left-color: #33aba0
}

html.distant .page-header {
    border-left-color: #ffb333
}

html.bp .page-header {
    border-left-color: #6574c4
}

.page-header .title {
    margin: 0
}

.page-header .title:first-letter {
    text-transform: uppercase
}

.page-header .title small {
    background: #ffa000;
    background: linear-gradient(60deg, #ffa000, #e69000);
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2);
    vertical-align: middle;
    font-weight: 300;
    margin-left: 0.5em;
    color: #fff;
    border-radius: 4px;
    padding: 0.3em 1em
}

html.general .page-header .title small {
    background: #1976D2;
    background: linear-gradient(60deg, #1976D2, #176abd);
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

html.informal .page-header .title small {
    background: #009688;
    background: linear-gradient(60deg, #009688, #00877a);
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

html.distant .page-header .title small {
    background: #ffa000;
    background: linear-gradient(60deg, #ffa000, #e69000);
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

html.bp .page-header .title small {
    background: #3f51b5;
    background: linear-gradient(60deg, #3f51b5, #3949a3);
    box-shadow: 0 14px 26px -12px rgba(63, 81, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 81, 181, 0.2)
}

.page-header .filter-toggle {
    margin-bottom: 2px;
    margin-top: 2px;
    text-decoration: none
}

.page-header .filter-toggle:hover {
    color: #212121
}

.page-header .header {
    line-height: 37px
}

.page-header .header a {
    white-space: nowrap
}

.page-header .header .title {
    float: left;
    margin-right: 1rem
}

.page-header .header.open~.filters {
    display: block
}

.page-header .header.open .filter-toggle {
    color: #ffa000
}

.page-header .header.open .filter-toggle:hover {
    color: #e69000
}

.page-header .page-actions {
    float: right
}

.filters {
    font-size: 12px;
    animation: moveInY .3s;
    margin-top: 19px;
    margin-bottom: 0;
    position: relative
}

.filters #close-filters {
    color: rgba(0, 0, 0, 0.54)
}

.filters ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.filters ul a {
    color: inherit
}

.filters ul a:hover,
.filters ul a:focus {
    text-decoration: none;
    color: inherit
}

.filters .filter-label {
    display: block;
    margin-bottom: 0.25em
}

@media (max-width:991px) {
    .filters .filter-label+ul {
        margin-bottom: 1em
    }
}

.filters li {
    border-bottom: 1px solid #e0e0e0;
    color: #757575;
    position: relative
}

.filters li.active {
    border-bottom-color: #ffa000;
    color: #ffa000;
    font-weight: 600
}

.filters ul li a {
    display: block;
    padding: 5.3333333333px 7.1111111111px
}

.filters ul li a:hover {
    color: #212121
}

.table-wrap {
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12);
    overflow: hidden;
    overflow-x: auto;
    border-radius: 4px;
    margin-bottom: 32px
}

.table-wrap:last-child {
    margin-bottom: 0
}

td,
th {
    padding: 0.25em 1em
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

table.details td,
table.details th {
    padding: 0.33em 1em;
    border: 1px solid #e0e0e0
}

.table {
    background-color: #fff;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left
}

.table.table-small {
    font-size: 0.875em
}

.table.table-small td,
.table.table-small th {
    padding: 4px 8px
}

.table.details td:first-child,
.table.details th:first-child {
    white-space: nowrap
}

.table .number {
    width: 1%;
    white-space: nowrap;
    text-align: right
}

.table td,
.table th {
    vertical-align: top;
    padding: 8px 16px
}

.table td.image-cell,
.table th.image-cell {
    background-size: contain;
    background-position-x: 50%;
    background-repeat: no-repeat
}

.table td.small,
.table td.mini,
.table th.small,
.table th.mini {
    white-space: nowrap;
    width: 1%
}

.table thead th,
.table thead td {
    font-weight: 400;
    white-space: nowrap;
    color: #9e9e9e;
    text-align: inherit
}

.table thead th:hover,
.table thead th:focus,
.table thead td:hover,
.table thead td:focus {
    color: #333
}

.table tbody tr:nth-child(2n - 1) {
    background-color: #fafafa
}

.table tbody tr.group {
    background-color: #eceff1;
    text-align: center
}

.table tbody tr:hover,
.table tbody tr:focus {
    background-color: #fff6e6
}

.table tbody tr,
.table tfoot tr {
    border-top: 1px solid #fff;
    border-top-color: rgba(0, 0, 0, 0.04)
}

.table>caption {
    background-color: #fff;
    padding: 8px 16px;
    padding-right: 8px;
    padding-bottom: 0;
    text-align: left
}

.table>caption .title {
    font-weight: inherit;
    font-size: 1.375em;
    font-weight: 400;
    line-height: 31px
}

.table>caption .action-bar {
    background: #f2f2f2;
    padding: 8px 16px;
    margin-left: -16px;
    margin-right: -16px
}

.table>caption>small {
    color: #858585;
    font-weight: 400
}

.table>caption .actions:first-child {
    float: right
}

.table .pagination {
    float: right
}

.table a.reset {
    color: inherit
}

.table a.reset:hover,
.table a.reset:focus {
    color: #1976D2;
    text-decoration: none
}

.dark-panel {
    text-align: justify;
    text-align-last: center;
    padding: 42.6666666667px;
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
    margin-bottom: 16px
}

.dark-panel a {
    color: #ffb333 !important
}

.section-title {
    margin: 16px 0;
    color: rgba(0, 0, 0, 0.54);
    position: relative;
    padding-bottom: 16px
}

.news-grid.row {
    margin-left: -16px;
    margin-right: -16px
}

.news-grid.row>div {
    padding-left: 16px;
    padding-right: 16px
}

.news-grid.row>div:nth-child(2n+3) {
    clear: left
}

.news-card {
    padding: 0;
    width: 100%;
    background-color: #fff;
    margin-bottom: 32px
}

.news-card:before,
.news-card:after {
    display: none
}

.news-card .image,
.news-card .image-wrap,
.news-card .body {
    display: inline-block;
    vertical-align: middle;
    padding: 21.3333333333px 21.3333333333px 0 21.3333333333px
}

.news-card .image-footer,
.news-card .body-footer {
    padding: 21.3333333333px 21.3333333333px 21.3333333333px
}

.news-card .body-footer,
.news-card .image-footer {
    line-height: 31px;
    padding-right: 21.3333333333px
}

.news-card .body,
.news-card .body-footer {
    padding-left: 0
}

.news-card .actions {
    margin-top: -21.3333333333px
}

.news-card .image-wrap,
.news-card .image-footer {
    width: 20%
}

#hot-news .news-card .image-wrap,
#hot-news .news-card .image-footer {
    width: 35%
}

@media (max-width:1336px) {
    #hot-news .news-card .image-wrap,
    #hot-news .news-card .image-footer {
        width: 30%
    }
}

@media (max-width:1336px) {
    .news-card .image-wrap,
    .news-card .image-footer {
        width: 30%
    }
}

.news-card .body,
.news-card .body-footer {
    width: 79%
}

@media (max-width:1336px) {
    .news-card .body,
    .news-card .body-footer {
        width: 69%
    }
}

#hot-news .news-card .body,
#hot-news .news-card .body-footer {
    width: 64%
}

@media (max-width:1336px) {
    #hot-news .news-card .body,
    #hot-news .news-card .body-footer {
        width: 69%
    }
}

.news-card .body,
.news-card .body-footer,
.news-card .image-wrap,
.news-card .image-footer {
    display: inline-block;
    vertical-align: top
}

.news-card .image-footer {
    text-align: center
}

.news-card .image-wrap {
    text-align: center
}

.news-card .image-wrap img {
    border-radius: 4px;
    width: auto
}

.news-card .image-wrap .date {
    border-radius: 4px;
    padding: 10.6666666667px 0;
    line-height: 1
}

.news-card .date {
    text-align: center;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.news-card .image {
    border-radius: 4px 0 0 4px;
    width: 20%;
    font-size: 12px;
    background-size: cover;
    background-position: 50%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    position: relative
}

.news-card .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-card .image .subtitle {
    position: absolute;
    bottom: 1em;
    width: 100%
}

.news-card .image .badge,
.news-card .image .badge-primary,
.news-card .image .badge-wrap {
    background-color: rgba(25, 118, 210, 0.7);
    color: #fff;
    padding: 10.6666666667px 21.3333333333px;
    border-radius: 0 8px 8px 0;
    float: left;
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif
}

.news-card .image .badge i,
.news-card .image .badge-primary i,
.news-card .image .badge-wrap i {
    margin-top: -7px;
    margin-bottom: -3.5px;
    vertical-align: middle;
    line-height: inherit
}

.news-card .image .badge .badge-item:empty,
.news-card .image .badge-primary .badge-item:empty,
.news-card .image .badge-wrap .badge-item:empty {
    display: none
}

.news-card .image .badge .badge-item+.badge-item,
.news-card .image .badge-primary .badge-item+.badge-item,
.news-card .image .badge-wrap .badge-item+.badge-item {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(255, 255, 255, 0.7)
}

.news-card .image .badge-wrap {
    background: none;
    padding: 0;
    border: none;
    color: inherit;
    margin: 0
}

.news-card .image .badge-primary {
    background-color: rgba(240, 150, 0, 0.7)
}

.news-card .title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10.6666666667px
}

.news-card .title a {
    color: inherit
}

.news-card .title a:hover,
.news-card .title a:focus {
    color: #1976D2;
    text-decoration: none
}

.news-card .title small {
    color: #757575;
    padding: 10.6666666667px 0;
    display: inline-block;
    font-weight: 500
}

.news-card .title .sub {
    display: inline-block;
    width: 100%
}

.news-card .title .sub .badge-wrap {
    float: right;
    font-weight: 300
}

.news-card:focus .author,
.news-card:hover .author {
    color: #424242
}

.news-card .content {
    text-align: justify
}

.news-card .content hr {
    margin: 0;
    display: none
}

.news-card .content .content-loader {
    line-height: 1.3
}

.news-card .content .actions {
    line-height: 31.32px;
    text-align: left
}

.news-card .content .actions div:first-child {
    float: right
}

.news-card .content .actions .author {
    margin-left: 1em
}

.news-card .content .actions>div {
    display: inline-block;
    vertical-align: bottom
}

.news-card .content .actions .pull-right {
    max-width: 50%
}

.news-card .content .actions .pull-right .btn-custom {
    line-height: 1.38
}

.author {
    position: relative;
    display: inline-block;
    max-width: 60%;
    padding-left: 42.6666666667px;
    line-height: 1.38;
    color: #757575
}

.author .author-icon {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10.6666666667px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    border-radius: 50%
}

.author.no-icon {
    padding-left: 0
}

html.general .text-primary {
    color: #1976D2
}

html.informal .text-primary {
    color: #009688
}

html.distant .text-primary {
    color: #ffa000
}

html.bp .text-primary {
    color: #3f51b5
}

.author,
.news-card .title small,
.news-card .btn-custom {
    font-weight: 500;
    vertical-align: middle
}

.actions {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff
}

.btn-facebook:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2)
}

.text-facebook:hover {
    color: #3b5998 !important
}

.btn-twitter {
    background-color: #1da1f2;
    color: #fff
}

.btn-twitter:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(29, 161, 242, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29, 161, 242, 0.2)
}

.text-twitter:hover {
    color: #1da1f2 !important
}

.btn-rss {
    background-color: #f26522;
    color: #fff
}

.btn-rss:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(242, 101, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(242, 101, 34, 0.2)
}

.text-rss:hover {
    color: #f26522 !important
}

.btn-linkedin {
    background-color: #0077b5;
    color: #fff
}

.btn-linkedin:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0, 119, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 119, 181, 0.2)
}

.text-linkedin:hover {
    color: #0077b5 !important
}

.news-card-inside .embed-responsive {
    margin-top: 2em;
    margin-bottom: 2em
}

.news-card-inside .content-loader {
    overflow: hidden
}

.news-card-inside .content-loader p {
    margin-bottom: 2em
}

.news-card-inside .content-loader .title h4 {
    margin-bottom: 2em
}

.news-card-inside .content-loader .article-gallery {
    text-align: center
}

.news-card-inside .content-loader .article-gallery .gallery-title {
    margin-bottom: 1.5em;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 1em 0.5em 1em
}

.news-card-inside .social a {
    color: inherit
}

.news-card-inside .social a:hover,
.news-card-inside .social a:focus {
    text-decoration: none;
    color: inherit
}

.news-card-inside .social a {
    font-size: 1.5em
}

.news-card-inside .social a+a {
    margin-left: 0.5em
}

.news-card-inside .social,
.news-card-inside .author {
    line-height: 37px
}

.news-card-inside .author {
    float: right
}

.news-card-inside .title small {
    display: inline-block;
    margin: 10.6666666667px 0
}

.news-card-inside .title small+small {
    margin-left: 1em
}

.news-card-inside .content {
    text-align: justify
}

.news-card-inside .content .image {
    float: right;
    max-width: 33%;
    margin-left: 2em;
    margin-bottom: 1em
}

.article-gallery:before,
.article-gallery:after {
    content: " ";
    display: table
}

.article-gallery:after {
    clear: both
}

.article-gallery .gallery-item {
    float: left;
    width: 25%;
    height: 193px;
    border: 3px solid transparent;
    overflow: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    transform: translate3d(0, 0, 0)
}

.article-gallery .gallery-item .gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 0.7s cubic-bezier(0.2, 0.85, 0, 1)
}

.article-gallery .gallery-item:nth-child(4n+1) {
    border-left: none
}

.article-gallery .gallery-item:nth-child(4n+4) {
    border-right: none
}

.article-gallery .gallery-item:nth-child(-n+4) {
    border-top: none
}

.article-gallery .gallery-item:nth-last-child(-n+4) {
    border-bottom: 0
}

.article-gallery .gallery-item:hover .gallery-image {
    transform: scale(1.125)
}

@media (max-width:1336px) {
    .article-gallery .gallery-item {
        height: 136px
    }
}

.list {
    margin: 16px;
    padding: 0 32px;
    list-style-type: none
}

.list li {
    position: relative;
    margin-bottom: 8px;
    text-align: justify
}

.list li:before {
    content: '';
    display: block;
    border: 4px solid transparent;
    position: absolute;
    left: -32px;
    top: 0;
    border-left-color: #ffa000;
    margin-top: 4px;
    margin-left: 2px;
    transition: all .3s
}

.list li:hover:before {
    transform: translateX(16px)
}

.list li:last-child {
    margin-bottom: 0
}

blockquote {
    text-align: justify;
    font-size: 0.9em;
    padding: 0;
    border: none
}

blockquote img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-right: 16px
}

blockquote small {
    font-weight: 600;
    font-size: 1em
}

blockquote small:before {
    content: '•';
    margin-right: 8px
}

.collection {
    list-style: none;
    padding: 0
}

.collection a:hover,
.collection a:focus {
    text-decoration: none
}

.collection i {
    vertical-align: middle;
    color: #ccc;
    font-size: 36px
}

.collection-item,
.category-block .category-news .side-articles .side-article {
    display: block;
    padding: 21.3333333333px;
    transition: all .3s;
    border: 1px solid transparent
}

.collection-item h1,
.category-block .category-news .side-articles .side-article h1,
.collection-item h2,
.category-block .category-news .side-articles .side-article h2,
.collection-item h3,
.category-block .category-news .side-articles .side-article h3,
.collection-item h4,
.category-block .category-news .side-articles .side-article h4,
.collection-item h5,
.category-block .category-news .side-articles .side-article h5,
.collection-item h6,
.category-block .category-news .side-articles .side-article h6 {
    margin: 0
}

.collection-item a,
.category-block .category-news .side-articles .side-article a {
    color: #5f5f5f
}

.collection-item a:hover,
.category-block .category-news .side-articles .side-article a:hover,
.collection-item a:focus,
.category-block .category-news .side-articles .side-article a:focus {
    color: #1976D2;
    text-decoration: none
}

.collection-item+.collection-item,
.category-block .category-news .side-articles .side-article+.collection-item,
.category-block .category-news .side-articles .collection-item+.side-article,
.category-block .category-news .side-articles .side-article+.side-article {
    border-top-color: rgba(0, 0, 0, 0.12)
}

.collection-item:hover,
.category-block .category-news .side-articles .side-article:hover {
    background-color: #f3f3f3
}

section#hot-news {
    background-color: #313131;
    color: #fff;
    min-height: 288px;
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    z-index: 0
}

section#hot-news a {
    color: inherit
}

section#hot-news a:hover,
section#hot-news a:focus {
    text-decoration: none;
    color: inherit
}

section#hot-news .date {
    color: rgba(255, 255, 255, 0.84)
}

section#hot-news .slick-dots li:not(.slick-active) {
    border-color: rgba(255, 255, 255, 0.52)
}

section#hot-news .slick-dots li:not(.slick-active):hover {
    border-color: rgba(255, 255, 255, 0.84)
}

section#hot-news .text-muted,
section#hot-news .author,
section#hot-news h4>small {
    color: rgba(255, 255, 255, 0.82)
}

section#hot-news hr {
    border-color: rgba(255, 255, 255, 0.52)
}

section#hot-news h4 {
    font-size: 34px;
    line-height: 1.15;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12)
}

section#hot-news h4,
section#hot-news h4>small {
    font-weight: 300
}

section#hot-news h4>small {
    text-shadow: none;
    padding: 0;
    position: relative;
    bottom: 8px
}

section#hot-news .news-card {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0
}

section#hot-news .news-card .content-loader {
    font-size: 1.125em;
    margin-bottom: 0.5em
}

section#hot-news .news-card .body,
section#hot-news .news-card .body-footer {
    padding-left: 42.6666666667px;
    padding-right: 42.6666666667px
}

section#hot-news .news-card .image {
    border-radius: 8px
}

section#hot-news .news-card:focus {
    outline-color: transparent
}

section#hot-news .dark-overlay,
section#hot-news .image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

section#hot-news .content-slider:not(.slick-initialized),
section#hot-news .image-slider:not(.slick-initialized) {
    visibility: hidden;
    height: 288px
}

section#hot-news #content-slider-dots {
    position: relative;
    width: 100%
}

section#hot-news .image-slider .slick-track,
section#hot-news .image-slider .slick-list,
section#hot-news .image-slider .slider-item,
section#hot-news .image-slider .image-holder {
    width: 100%;
    height: 100%
}

section#hot-news .image-slider .image-holder {
    background-size: cover;
    background-position: 50% 50%
}

section#hot-news .dark-overlay {
    background-color: rgba(49, 49, 49, 0.82)
}

html.general section#hot-news .dark-overlay {
    background-color: rgba(9, 40, 71, 0.82)
}

html.informal section#hot-news .dark-overlay {
    background-color: rgba(0, 51, 46, 0.82)
}

html.distant section#hot-news .dark-overlay {
    background-color: rgba(87, 54, 0, 0.82)
}

html.bp section#hot-news .dark-overlay {
    background-color: rgba(21, 28, 62, 0.82)
}

section#hot-news .text-muted,
section#hot-news .author,
section#hot-news h4>small,
section#hot-news .btn-custom {
    font-size: 14px
}

.image-holder {
    display: block;
    width: 100%;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

/* footer {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif;
    position: relative;
    padding-bottom: 0;
    color: #fff;
    background-color: #ffa000;
    background-image: radial-gradient(circle at 50% 0%, #ffa814, #eb9300);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
    z-index: 0
} */

/* footer .images {
    display: none
}

footer .sites img {
    height: 40px
}

footer .btn-flat:hover,
footer .clndr .clndr-button:hover,
.clndr footer .clndr-button:hover,
footer .btn-flat-white:hover,
footer .btn-muted:hover {
    color: #fff
}

footer .link-collection {
    font-size: 0.8em;
    margin: 0;
    list-style: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden
} */

/* footer .link-collection a {
    display: block;
    padding: 10.6666666667px
}

footer .link-collection a:hover {
    background-color: rgba(0, 0, 0, 0.12)
}

footer .link-collection li {
    margin-bottom: 0
}

footer .link-collection li+li a {
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}

footer .mark,
footer mark {
    background-color: rgba(0, 0, 0, 0.12);
    color: #fff
} */

/* html.general footer {
    background-color: #1976D2;
    background-image: radial-gradient(circle at 50% 0%, #2b81d6, #176dc1)
}

html.general footer .bottom-info {
    background-color: #145ca4;
    background-image: radial-gradient(circle at 50% 0%, #145ca4, #0e4377)
}

html.informal footer {
    background-color: #009688;
    background-image: radial-gradient(circle at 50% 0%, #149e92, #008a7d)
}

html.informal footer .bottom-info {
    background-color: #00635a;
    background-image: radial-gradient(circle at 50% 0%, #00635a, #00302c)
}

html.distant footer {
    background-color: #ffa000;
    background-image: radial-gradient(circle at 50% 0%, #ffa814, #eb9300)
} */

/* html.distant footer .bottom-info {
    background-color: #cc8000;
    background-image: radial-gradient(circle at 50% 0%, #cc8000, #996000)
}

html.bp footer {
    background-color: #3f51b5;
    background-image: radial-gradient(circle at 50% 0%, #4e5fbb, #3a4ba7)
}

html.bp footer .bottom-info {
    background-color: #32408f;
    background-image: radial-gradient(circle at 50% 0%, #32408f, #252f69)
} */

/* footer .footer-logo {
    float: right;
    background-color: #fff;
    padding: 10.6666666667px;
    border-radius: 4px;
    margin-left: 16px
}

footer .footer-logo img {
    max-height: 48px
}

footer a {
    color: inherit
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: inherit
}

footer .sites a {
    color: #fff
} */

/* footer h1>small,
footer h2>small,
footer h3>small,
footer h4>small,
footer h5>small,
footer h6>small {
    color: #ffeccc
} */

/* html.general footer h1>small,
html.general footer h2>small,
html.general footer h3>small,
html.general footer h4>small,
html.general footer h5>small,
html.general footer h6>small {
    color: #c0dcf7
}

html.informal footer h1>small,
html.informal footer h2>small,
html.informal footer h3>small,
html.informal footer h4>small,
html.informal footer h5>small,
html.informal footer h6>small {
    color: #63fff0
}

html.distant footer h1>small,
html.distant footer h2>small,
html.distant footer h3>small,
html.distant footer h4>small,
html.distant footer h5>small,
html.distant footer h6>small {
    color: #ffeccc
} */

/* html.bp footer h1>small,
html.bp footer h2>small,
html.bp footer h3>small,
html.bp footer h4>small,
html.bp footer h5>small,
html.bp footer h6>small {
    color: #d1d6ef
}

footer hr {
    border-top-color: rgba(255, 255, 255, 0.12);
    margin: 18.2857142857px 0
} */

/* footer .form-control,
footer body .gsc-control-cse input.gsc-input,
body .gsc-control-cse footer input.gsc-input,
footer .xpaginator .simple,
.xpaginator footer .simple,
footer .books-catalog-footer select.simple,
.books-catalog-footer footer select.simple,
footer .ui-selectmenu-button.ui-button,
footer .select2-container .select2-selection--single,
.select2-container footer .select2-selection--single,
footer .select2-container .select2-selection--multiple,
.select2-container footer .select2-selection--multiple,
footer .select2-search--dropdown .select2-search__field,
.select2-search--dropdown footer .select2-search__field {
    border-color: #ffb333;
    background-color: #cc8000;
    color: #fff
} */

/* footer .form-control:focus,
footer body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse footer input.gsc-input:focus,
footer .xpaginator .simple:focus,
.xpaginator footer .simple:focus,
footer .books-catalog-footer select.simple:focus,
.books-catalog-footer footer select.simple:focus,
footer .ui-selectmenu-button.ui-button:focus,
footer .select2-container .select2-selection--single:focus,
.select2-container footer .select2-selection--single:focus,
footer .select2-container .select2-selection--multiple:focus,
.select2-container footer .select2-selection--multiple:focus,
footer .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown footer .select2-search__field:focus {
    background-color: #b37000
} */

/* html.general footer .form-control,
html.general footer body .gsc-control-cse input.gsc-input,
body .gsc-control-cse html.general footer input.gsc-input,
html.general footer .xpaginator .simple,
.xpaginator html.general footer .simple,
html.general footer .books-catalog-footer select.simple,
.books-catalog-footer html.general footer select.simple,
html.general footer .ui-selectmenu-button.ui-button,
html.general footer .select2-container .select2-selection--single,
.select2-container html.general footer .select2-selection--single,
html.general footer .select2-container .select2-selection--multiple,
.select2-container html.general footer .select2-selection--multiple,
html.general footer .select2-search--dropdown .select2-search__field,
.select2-search--dropdown html.general footer .select2-search__field {
    border-color: #378fe7;
    background-color: #145ca4
} */

/* html.general footer .form-control:focus,
html.general footer body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse html.general footer input.gsc-input:focus,
html.general footer .xpaginator .simple:focus,
.xpaginator html.general footer .simple:focus,
html.general footer .books-catalog-footer select.simple:focus,
.books-catalog-footer html.general footer select.simple:focus,
html.general footer .ui-selectmenu-button.ui-button:focus,
html.general footer .select2-container .select2-selection--single:focus,
.select2-container html.general footer .select2-selection--single:focus,
html.general footer .select2-container .select2-selection--multiple:focus,
.select2-container html.general footer .select2-selection--multiple:focus,
html.general footer .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown html.general footer .select2-search__field:focus {
    background-color: #11508e
} */

/* html.informal footer .form-control,
html.informal footer body .gsc-control-cse input.gsc-input,
body .gsc-control-cse html.informal footer input.gsc-input,
html.informal footer .xpaginator .simple,
.xpaginator html.informal footer .simple,
html.informal footer .books-catalog-footer select.simple,
.books-catalog-footer html.informal footer select.simple,
html.informal footer .ui-selectmenu-button.ui-button,
html.informal footer .select2-container .select2-selection--single,
.select2-container html.informal footer .select2-selection--single,
html.informal footer .select2-container .select2-selection--multiple,
.select2-container html.informal footer .select2-selection--multiple,
html.informal footer .select2-search--dropdown .select2-search__field,
.select2-search--dropdown html.informal footer .select2-search__field {
    border-color: #00c9b6;
    background-color: #00635a
} */

/* html.informal footer .form-control:focus,
html.informal footer body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse html.informal footer input.gsc-input:focus,
html.informal footer .xpaginator .simple:focus,
.xpaginator html.informal footer .simple:focus,
html.informal footer .books-catalog-footer select.simple:focus,
.books-catalog-footer html.informal footer select.simple:focus,
html.informal footer .ui-selectmenu-button.ui-button:focus,
html.informal footer .select2-container .select2-selection--single:focus,
.select2-container html.informal footer .select2-selection--single:focus,
html.informal footer .select2-container .select2-selection--multiple:focus,
.select2-container html.informal footer .select2-selection--multiple:focus,
html.informal footer .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown html.informal footer .select2-search__field:focus {
    background-color: #004a43
} */

/* html.distant footer .form-control,
html.distant footer body .gsc-control-cse input.gsc-input,
body .gsc-control-cse html.distant footer input.gsc-input,
html.distant footer .xpaginator .simple,
.xpaginator html.distant footer .simple,
html.distant footer .books-catalog-footer select.simple,
.books-catalog-footer html.distant footer select.simple,
html.distant footer .ui-selectmenu-button.ui-button,
html.distant footer .select2-container .select2-selection--single,
.select2-container html.distant footer .select2-selection--single,
html.distant footer .select2-container .select2-selection--multiple,
.select2-container html.distant footer .select2-selection--multiple,
html.distant footer .select2-search--dropdown .select2-search__field,
.select2-search--dropdown html.distant footer .select2-search__field {
    border-color: #ffb333;
    background-color: #cc8000
} */

/* html.distant footer .form-control:focus,
html.distant footer body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse html.distant footer input.gsc-input:focus,
html.distant footer .xpaginator .simple:focus,
.xpaginator html.distant footer .simple:focus,
html.distant footer .books-catalog-footer select.simple:focus,
.books-catalog-footer html.distant footer select.simple:focus,
html.distant footer .ui-selectmenu-button.ui-button:focus,
html.distant footer .select2-container .select2-selection--single:focus,
.select2-container html.distant footer .select2-selection--single:focus,
html.distant footer .select2-container .select2-selection--multiple:focus,
.select2-container html.distant footer .select2-selection--multiple:focus,
html.distant footer .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown html.distant footer .select2-search__field:focus {
    background-color: #b37000
} */

/* html.bp footer .form-control,
html.bp footer body .gsc-control-cse input.gsc-input,
body .gsc-control-cse html.bp footer input.gsc-input,
html.bp footer .xpaginator .simple,
.xpaginator html.bp footer .simple,
html.bp footer .books-catalog-footer select.simple,
.books-catalog-footer html.bp footer select.simple,
html.bp footer .ui-selectmenu-button.ui-button,
html.bp footer .select2-container .select2-selection--single,
.select2-container html.bp footer .select2-selection--single,
html.bp footer .select2-container .select2-selection--multiple,
.select2-container html.bp footer .select2-selection--multiple,
html.bp footer .select2-search--dropdown .select2-search__field,
.select2-search--dropdown html.bp footer .select2-search__field {
    border-color: #606fc7;
    background-color: #32408f
} */

/* html.bp footer .form-control:focus,
html.bp footer body .gsc-control-cse input.gsc-input:focus,
body .gsc-control-cse html.bp footer input.gsc-input:focus,
html.bp footer .xpaginator .simple:focus,
.xpaginator html.bp footer .simple:focus,
html.bp footer .books-catalog-footer select.simple:focus,
.books-catalog-footer html.bp footer select.simple:focus,
html.bp footer .ui-selectmenu-button.ui-button:focus,
html.bp footer .select2-container .select2-selection--single:focus,
.select2-container html.bp footer .select2-selection--single:focus,
html.bp footer .select2-container .select2-selection--multiple:focus,
.select2-container html.bp footer .select2-selection--multiple:focus,
html.bp footer .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown html.bp footer .select2-search__field:focus {
    background-color: #2b387c
} */

/* footer .top-info {
    color: #fff
}

footer .top-info [class^="col-"]+[class^="col-"] {
    border-left: 1px solid rgba(255, 255, 255, 0.12)
}

footer .top-info .info-icon {
    color: #fff
}

footer .links {
    text-align: center
}

footer .links [class^="col-"] {
    padding-bottom: 16px
}

footer .links [class^="col-"]+[class^="col-"] {
    border-left: 1px solid rgba(255, 255, 255, 0.12)
} */

/* footer .links a {
    width: 100%;
    display: inline-block;
    padding: 0.5em;
    border-radius: 2px;
    transition: all .3s
}

footer .links a~a {
    margin-top: -0.25em
}

footer .links a:hover {
    background-color: rgba(0, 0, 0, 0.12)
}

footer .bottom-info {
    background-color: #cc8000;
    background-image: radial-gradient(circle at 50% 0%, #cc8000, #996000);
    margin-top: 42.6666666667px;
    padding: 10.6666666667px 0;
    font-size: 0.8em;
    color: #fff;
    text-align: center
} */

/* html.general footer .bottom-info {
    background-color: #145ca4;
    background-image: radial-gradient(circle at 50% 0%, #145ca4, #0e4377)
}

html.informal footer .bottom-info {
    background-color: #00635a;
    background-image: radial-gradient(circle at 50% 0%, #00635a, #00302c)
}

html.distant footer .bottom-info {
    background-color: #cc8000;
    background-image: radial-gradient(circle at 50% 0%, #cc8000, #996000)
}

html.bp footer .bottom-info {
    background-color: #32408f;
    background-image: radial-gradient(circle at 50% 0%, #32408f, #252f69)
} */

/* footer:before {
    content: '';
    width: 100%;
    height: 100%;
    line-height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgoKPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwuMSkiPjwvcmVjdD4KPC9zdmc+");
    z-index: -1
} */

.sites {
    line-height: 31px;
    text-align: right
}

.sites>a {
    font-size: 12px;
    color: #757575;
    padding: 0 1em;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.sites>a:hover {
    text-decoration: none
}

html.general .sites>a:hover {
    color: #1976D2 !important
}

html.informal .sites>a:hover {
    color: #009688 !important
}

html.distant .sites>a:hover {
    color: #ffa000 !important
}

html.bp .sites>a:hover {
    color: #3f51b5 !important
}

/* footer .sites>a:hover {
    background-color: #fff;
    text-shadow: none;
    border-color: transparent;
    border-radius: 4px
} */

.sites>a+a {
    border-left: 1px solid rgba(0, 0, 0, 0.12)
}

.sites>a [class^="icon-"] {
    font-size: 14px
}

#calendar {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif
}

.tooltip {
    color: #fff;
    position: absolute;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    font-size: 0.75em;
    pointer-events: none
}

.tooltip .tooltip-body {
    background-color: rgba(64, 64, 64, 0.92);
    animation: moveInY .3s
}

.tooltip .tooltip-body h4 {
    font-size: 1.375em
}

.tooltip .tooltip-body .pull-right {
    margin-left: 0.5em
}

.tooltip .tooltip-body h1,
.tooltip .tooltip-body h2,
.tooltip .tooltip-body h3,
.tooltip .tooltip-body h4,
.tooltip .tooltip-body h5,
.tooltip .tooltip-body h6 {
    margin-bottom: 1rem
}

.tooltip .tooltip-body h1>small,
.tooltip .tooltip-body h2>small,
.tooltip .tooltip-body h3>small,
.tooltip .tooltip-body h4>small,
.tooltip .tooltip-body h5>small,
.tooltip .tooltip-body h6>small {
    color: rgba(255, 255, 255, 0.8)
}

.tooltip .tooltip-body p {
    margin-bottom: 0
}

.content-card {
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12);
    position: relative;
    background-color: #fff;
    padding: 42.6666666667px;
    margin-bottom: 32px;
    border-radius: 4px
}

.content-card [data-lightbox] img {
    transition: all .3s;
    display: inline-block;
    border-radius: 2px
}

.content-card [data-lightbox] img:hover {
    box-shadow: 0 0 2px 1px #4fc3f7
}

.content-card:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 32px;
    background: #fff;
    height: 32px;
    border-right: 5px solid #eee;
    width: 32px;
    border-radius: 0 0 32px 0;
    border-top: 0
}

.content-card .event-details {
    margin: 2em
}

#scroll-to-top {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 24px;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.42);
    margin: 48px;
    z-index: 1000
}

html.general #scroll-to-top:hover {
    background-color: #1976D2;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

html.informal #scroll-to-top:hover {
    background-color: #009688;
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

html.distant #scroll-to-top:hover {
    background-color: #ffa000;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

html.bp #scroll-to-top:hover {
    background-color: #3f51b5;
    box-shadow: 0 14px 26px -12px rgba(63, 81, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 81, 181, 0.2)
}

#scroll-to-top,
#scroll-to-top .material-icons,
#scroll-to-top .sites>a [class^="icon-"],
.sites>a #scroll-to-top [class^="icon-"] {
    opacity: 0;
    transform: scale(0);
    transition: all .9s;
    transition-timing-function: cubic-bezier(0.4, 0.75, 0, 1)
}

#scroll-to-top.active,
#scroll-to-top.active .material-icons,
#scroll-to-top.active .sites>a [class^="icon-"],
.sites>a #scroll-to-top.active [class^="icon-"] {
    opacity: 1;
    transform: scale(1)
}

#scroll-to-top.active .material-icons,
#scroll-to-top.active .sites>a [class^="icon-"],
.sites>a #scroll-to-top.active [class^="icon-"] {
    transition-delay: 0.2s
}

#scroll-to-top:not(.active) .material-icons,
#scroll-to-top:not(.active) .sites>a [class^="icon-"],
.sites>a #scroll-to-top:not(.active) [class^="icon-"] {
    transform: scale(0.5)
}

#scroll-to-top:hover,
#scroll-to-top:focus {
    background-color: #ffa000;
    color: #fff
}

#scroll-to-top:active {
    background-color: #d68600;
    transform: scale(1.25);
    transition-duration: 0.4s
}

#scroll-to-top:not(:hover):focus {
    background-color: rgba(0, 0, 0, 0.87)
}

#scroll-to-top .material-icons,
#scroll-to-top .sites>a [class^="icon-"],
.sites>a #scroll-to-top [class^="icon-"] {
    font-size: 24px;
    line-height: inherit;
    vertical-align: middle;
    display: inline-block
}

.modal {
    z-index: 10000;
    overflow: hidden;
    overflow-y: auto
}

.modal::-webkit-scrollbar {
    width: 0;
    height: 0
}

.modal-backdrop {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    animation: fadeIn .3s;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-backdrop>div {
    animation: scaleIn .7s both
}

.modal-backdrop.modal-loaded>div {
    display: none
}

.modal,
.modal-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.modal.modal-md .modal-dialog {
    width: 720px
}

.modal-body {
    overflow: hidden;
    overflow-y: auto;
    padding: 42.6666666667px
}

.modal-body hr {
    margin: 21.3333333333px -42.6666666667px
}

.modal-header {
    padding: 21.3333333333px
}

.modal-header+hr {
    margin: 0
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin: 0
}

.modal-dialog {
    width: 600px;
    max-width: 100%;
    margin: auto;
    display: table;
    height: 100%;
    position: relative
}

.modal-dialog .modal-content {
    display: table-cell;
    vertical-align: middle
}

.modal-dialog .modal-wrap {
    display: block;
    transition: all 0.3s;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    display: block;
    position: relative;
    margin: 16px 0
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10.6666666667px;
    background: none;
    color: rgba(0, 0, 0, 0.38);
    border: none;
    -webkit-appearance: none
}

.modal-backdrop.modal-opening+.modal .modal-wrap {
    animation: moveInY .42s both
}

.modal-backdrop.modal-closing {
    animation: fadeOut .42s both
}

.modal-backdrop.modal-closing+.modal .modal-wrap {
    animation: moveOut-Y .42s both
}

form label {
    font-weight: normal;
    font-size: 12px;
    color: #212121
}

.checkbox,
.radiobox {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 36px
}

.checkbox .checkbox-text,
.radiobox .checkbox-text,
.checkbox .radio-text,
.radiobox .radio-text {
    white-space: normal;
    display: inline-block;
    line-height: 1.38;
    vertical-align: middle;
    user-select: none
}

.checkbox label,
.radiobox label {
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 30px
}

.checkbox>input,
.radiobox>input {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    line-height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0
}

.checkbox>input:checked+label,
.radiobox>input:checked+label {
    color: inherit;
    opacity: 1;
    color: rgba(0, 0, 0, 0.87)
}

.checkbox>input:checked+label:after,
.radiobox>input:checked+label:after {
    background: #1976D2;
    color: #fff;
    content: "\E876";
    font-family: "Material Icons";
    border-radius: 4px;
    opacity: 1;
    transform: scale(1);
    font-size: 14px
}

html.general .checkbox>input:checked+label:after,
html.general .radiobox>input:checked+label:after {
    background: #1976D2
}

html.informal .checkbox>input:checked+label:after,
html.informal .radiobox>input:checked+label:after {
    background: #009688
}

html.distant .checkbox>input:checked+label:after,
html.distant .radiobox>input:checked+label:after {
    background: #ffa000
}

html.bp .checkbox>input:checked+label:after,
html.bp .radiobox>input:checked+label:after {
    background: #3f51b5
}

.checkbox>input:not(:checked)+label,
.radiobox>input:not(:checked)+label {
    color: rgba(0, 0, 0, 0.87)
}

.checkbox>input:not(:checked)+label:after,
.radiobox>input:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
    border-radius: 40px
}

.checkbox>input:focus,
.radiobox>input:focus,
.checkbox>input:focus+label,
.radiobox>input:focus+label {
    color: #333
}

.checkbox>input+label,
.radiobox>input+label {
    transition: all 0.5s;
    position: relative;
    font-size: 12.25px
}

.checkbox>input+label:active:before,
.radiobox>input+label:active:before,
.checkbox>input+label:active:after,
.radiobox>input+label:active:after {
    border-radius: 10px;
    transition: all .2s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.checkbox>input+label:active:before,
.radiobox>input+label:active:before {
    transform: scale(1.25);
    opacity: .5
}

.checkbox>input+label:before,
.radiobox>input+label:before,
.checkbox>input+label:after,
.radiobox>input+label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    line-height: 16px;
    margin: 8px 0;
    border-radius: 2px;
    background: #fff;
    border: 2px solid #1976D2;
    transition: all 0.4s;
    text-align: center
}

html.general .checkbox>input+label:before,
html.general .radiobox>input+label:before,
html.general .checkbox>input+label:after,
html.general .radiobox>input+label:after {
    border-color: #1976D2
}

html.informal .checkbox>input+label:before,
html.informal .radiobox>input+label:before,
html.informal .checkbox>input+label:after,
html.informal .radiobox>input+label:after {
    border-color: #009688
}

html.distant .checkbox>input+label:before,
html.distant .radiobox>input+label:before,
html.distant .checkbox>input+label:after,
html.distant .radiobox>input+label:after {
    border-color: #ffa000
}

html.bp .checkbox>input+label:before,
html.bp .radiobox>input+label:before,
html.bp .checkbox>input+label:after,
html.bp .radiobox>input+label:after {
    border-color: #3f51b5
}

.radiobox input:checked+label:after {
    transform: scale(0.6)
}

.radiobox input+label:before,
.radiobox input+label:after,
.radiobox input:checked+label:before,
.radiobox input:checked+label:after {
    content: '';
    border-radius: 10px
}

.radiobox input+label:before,
.radiobox input:checked+label:before {
    border-width: 2px
}

.clndr .collection-item:nth-child(2n),
.clndr .category-block .category-news .side-articles .side-article:nth-child(2n),
.category-block .category-news .side-articles .clndr .side-article:nth-child(2n) {
    background-color: #f6f6f6
}

.clndr .clndr-listing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(25, 118, 210, 0.9);
    left: 100%;
    color: #fff
}

.clndr .clndr-listing a {
    color: inherit
}

.clndr .clndr-listing a:hover,
.clndr .clndr-listing a:focus {
    text-decoration: none;
    color: inherit
}

.clndr .clndr-listing h1>small,
.clndr .clndr-listing h2>small,
.clndr .clndr-listing h3>small,
.clndr .clndr-listing h4>small,
.clndr .clndr-listing h5>small,
.clndr .clndr-listing h6>small {
    line-height: 19.32px;
    color: rgba(255, 255, 255, 0.75)
}

.clndr .clndr-listing.open {
    opacity: 1
}

.clndr .clndr-listing .clndr-list-header {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10.6666666667px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.12)
}

.clndr .clndr-listing .clndr-list-item {
    display: block;
    padding: 10.6666666667px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.clndr .clndr-listing .clndr-list-item:hover {
    background-color: rgba(0, 0, 0, 0.12)
}

.clndr .clndr-listing .clndr-list-content {
    overflow: auto
}

.clndr .clndr-controls {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 10.6666666667px
}

.clndr .clndr-controls .month {
    font-size: 19.25px;
    font-weight: 500;
    text-align: center
}

@media (max-width:1336px) {
    .clndr .clndr-controls .month {
        font-size: 14px
    }
}

.clndr .clndr-controls .clndr-button {
    width: 1%
}

.clndr .clndr-controls>* {
    display: table-cell;
    vertical-align: middle
}

.clndr .clndr-grid {
    position: relative
}

.clndr .clndr-grid .cell {
    position: relative;
    float: left;
    width: 14%;
    width: 14.2857142857%;
    text-align: center;
    line-height: 37.32px;
    height: 37.32px;
    cursor: default;
    overflow: hidden
}

.clndr .clndr-grid .cell .day-number {
    display: inline-block;
    line-height: 1;
    font-size: 12px
}

.clndr .clndr-grid .cell.today {
    font-weight: bold;
    text-shadow: none
}

.clndr .clndr-grid .cell.today .day-number {
    background-color: #ffa000;
    color: #fff
}

.clndr .clndr-grid .cell .day-number {
    padding: 0.5em 0.5em;
    border-radius: 2em;
    border: 1px solid transparent;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px
}

.clndr .clndr-grid .cell.event {
    cursor: pointer
}

.clndr .clndr-grid .cell.event .day-number {
    background-color: #03a9f4;
    color: #fff
}

html.general .clndr .clndr-grid .cell.event .day-number {
    background-color: #1976D2;
    color: #fff
}

html.informal .clndr .clndr-grid .cell.event .day-number {
    background-color: #009688;
    color: #fff
}

html.distant .clndr .clndr-grid .cell.event .day-number {
    background-color: #ffa000;
    color: #fff
}

html.bp .clndr .clndr-grid .cell.event .day-number {
    background-color: #3f51b5;
    color: #fff
}

.clndr .clndr-grid .cell.event:hover:before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: rgba(64, 64, 64, 0.92);
    margin-bottom: 0;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 11;
    animation: moveInY .51s;
    pointer-events: none;
    animation-delay: 120ms;
    animation-fill-mode: both
}

.clndr .clndr-grid .cell.event {
    overflow: visible;
    background: none
}

.clndr .clndr-grid .cell.event .day-number {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
    background: #1976D2
}

html.general .clndr .clndr-grid .cell.event .day-number {
    background: #1976D2
}

html.informal .clndr .clndr-grid .cell.event .day-number {
    background: #009688
}

html.distant .clndr .clndr-grid .cell.event .day-number {
    background: #ffa000
}

html.bp .clndr .clndr-grid .cell.event .day-number {
    background: #3f51b5
}

.clndr .clndr-grid .cell.header-day {
    font-weight: 500;
    color: #999
}

.clndr .clndr-grid .cell:hover,
.clndr .clndr-grid .cell:focus {
    z-index: 10
}

.clndr .clndr-grid .cell:hover .cell-dropdown,
.clndr .clndr-grid .cell:focus .cell-dropdown {
    display: block;
    visibility: visible;
    margin-top: 0;
    transform: scale(1);
    opacity: 1
}

.clndr .clndr-grid .cell.adjacent-month {
    color: #999
}

.clndr .cell-dropdown {
    position: absolute;
    transform-origin: 100% 0;
    transform: scale(0.94);
    right: 0;
    left: auto;
    width: 320px;
    line-height: 1.38;
    font-weight: 400;
    border-radius: 4px;
    color: #222;
    opacity: 0;
    transition: all .12s;
    text-align: left;
    text-shadow: none;
    background-color: rgba(64, 64, 64, 0.92);
    z-index: 10;
    padding: 21.3333333333px;
    color: #fff
}

.clndr .cell-dropdown .text-primary {
    color: #ffa000
}

.clndr .cell-dropdown a {
    display: block
}

.clndr .cell-dropdown a,
.clndr .cell-dropdown a:hover,
.clndr .cell-dropdown a:focus {
    color: #fff
}

.cell-dropdown-item {
    padding: 1em 0
}

.cell-dropdown-item:first-child {
    padding-top: 0
}

.cell-dropdown-item:last-child {
    padding-bottom: 0
}

.cell-dropdown-item+.cell-dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, 0.12)
}

.cell-dropdown-item h5 {
    line-height: 1.38;
    font-size: 0.875em;
    margin: 0;
    font-weight: 500
}

.cell-dropdown-item h5 a:hover {
    text-decoration: underline
}

.date-label {
    clear: both;
    display: inline-block;
    padding-right: 10.6666666667px;
    line-height: 1.5;
    border-right: 4px solid #ffa000;
    margin-bottom: 0.5em;
    font-weight: 400;
    border-radius: 4px
}

.date-label-wrap {
    display: block;
    text-align: right
}

.hr-label {
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 12px;
    z-index: 0;
    color: #777
}

.hr-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0 radial-gradient(circle at 50% 50%, #e0e0e0, #fff);
    z-index: -1
}

.hr-label-text {
    display: inline-block;
    padding: 0 1em;
    background: #fff
}

html.general .hr-label.hr-label-theme {
    color: #1976D2
}

html.general .hr-label.hr-label-theme:before {
    background: transparent radial-gradient(circle at 50% 50%, rgba(25, 118, 210, 0.58), transparent)
}

html.informal .hr-label.hr-label-theme {
    color: #009688
}

html.informal .hr-label.hr-label-theme:before {
    background: transparent radial-gradient(circle at 50% 50%, rgba(0, 150, 136, 0.58), transparent)
}

html.distant .hr-label.hr-label-theme {
    color: #ffa000
}

html.distant .hr-label.hr-label-theme:before {
    background: transparent radial-gradient(circle at 50% 50%, rgba(255, 160, 0, 0.58), transparent)
}

html.bp .hr-label.hr-label-theme {
    color: #3f51b5
}

html.bp .hr-label.hr-label-theme:before {
    background: transparent radial-gradient(circle at 50% 50%, rgba(63, 81, 181, 0.58), transparent)
}

.pages {
    margin: 0;
    padding: 0;
    list-style: none
}

.pages li {
    display: inline-block
}

.error_div,
.success_div {
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
    background-color: #D32F2F;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    color: #fff;
    padding: 21.3333333333px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    box-shadow: 0 14px 26px -12px rgba(211, 47, 47, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(211, 47, 47, 0.2)
}

.error_div:empty,
.success_div:empty {
    display: none
}

.success_div {
    background-color: #7cb342;
    box-shadow: 0 14px 26px -12px rgba(124, 179, 66, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(124, 179, 66, 0.2)
}

.books-catalog {
    padding: 21.3333333333px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 1em;
    word-break: break-word;
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

.books-catalog-header,
.books-catalog-footer,
.books-catalog .pages a {
    font-weight: 500
}

.books-catalog-header,
.books-catalog-footer {
    color: rgba(0, 0, 0, 0.38)
}

.books-catalog-list {
    padding-left: 0
}

.books-catalog-list,
.books-catalog-list ul {
    list-style: none
}

.books-catalog-list ul {
    padding-left: 21.3333333333px
}

.books-catalog-list li:not(.open)>ul {
    display: none
}

.books-catalog-body {
    display: table;
    width: 100%
}

.books-catalog-body>* {
    display: table-cell;
    vertical-align: top
}

.books-catalog-side {
    width: 220px
}

.books-catalog-side li.open>a,
.books-catalog-side li.active>a {
    font-weight: 500
}

.books-catalog-side li.active>a {
    color: #1976D2
}

.books-catalog-side a {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    padding: 0.25em 0
}

.books-catalog-side .badge,
.books-catalog-side .news-card .image .badge-wrap,
.news-card .image .books-catalog-side .badge-wrap,
.books-catalog-side .news-card .image .badge-primary,
.news-card .image .books-catalog-side .badge-primary {
    float: right;
    font-size: 1em;
    font-weight: 600;
    padding: 0.3em 0.6em;
    color: rgba(0, 0, 0, 0.38)
}

.books-catalog-side h1,
.books-catalog-side h2,
.books-catalog-side h3,
.books-catalog-side h4,
.books-catalog-side h5,
.books-catalog-side h6 {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.books-catalog-footer select.simple {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.books-catalog-main {
    padding: 10.6666666667px
}

.books-catalog-books {
    margin-left: -10.6666666667px;
    margin-right: -10.6666666667px
}

.books-catalog-books .book {
    float: left;
    width: 25%;
    padding-left: 10.6666666667px;
    padding-right: 10.6666666667px;
    margin-bottom: 21.3333333333px
}

@media screen and (min-width: 1736px) {
    .books-catalog-books .book {
        width: 25%
    }
    .books-catalog-books .book:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (min-width: 1338px) and (max-width: 1736px) {
    .books-catalog-books .book {
        width: 25%
    }
    .books-catalog-books .book:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (min-width: 992px) and (max-width: 1336px) {
    .books-catalog-books .book {
        width: 33%
    }
    .books-catalog-books .book:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .books-catalog-books .book {
        width: 50%
    }
    .books-catalog-books .book:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 767px) {
    .books-catalog-books .book {
        width: 100%
    }
    .books-catalog-books .book:nth-child(1n+1) {
        clear: left
    }
}

.books-catalog .page-info {
    float: right;
    margin: 0.5em 0 0 0.5em
}

.book:hover .other-labels,
.book:focus .other-labels {
    opacity: 1
}

.book-image {
    position: relative;
    width: 100%;
    background-size: cover;
    border-radius: 4px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    margin-bottom: 0.5em;
    display: block
}

.book-image:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 150%
}

.book-image .other-labels {
    position: absolute;
    top: 10.6666666667px;
    right: 10.6666666667px;
    text-align: right;
    opacity: 0;
    transition: all .32s
}

.book-image .other-labels .book-label {
    padding: 0.25em 0.7em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0.25em;
    font-size: 12px
}

.book-title,
.book-rating,
.book-author {
    font-size: 1em;
    margin: 0
}

.book-author {
    font-size: 12px;
    color: #757575;
    margin-top: 0.4em;
    margin-bottom: 0.2em
}

.book-rating .material-icons,
.book-rating .sites>a [class^="icon-"],
.sites>a .book-rating [class^="icon-"] {
    font-size: 18px
}

.book-rating .material-icons.star,
.book-rating .sites>a .star[class^="icon-"],
.sites>a .book-rating .star[class^="icon-"] {
    color: #ffa000
}

dl.attributes dt,
dl.attributes dd {
    width: 50%;
    word-break: break-word
}

dl.attributes dt {
    text-align: left;
    padding-right: 21.3333333333px
}

.comments .comment {
    padding: 5.3333333333px 0
}

.comments .comment:first-child {
    padding-top: 0
}

.comments .comment:last-child {
    padding-bottom: 0
}

.comments .comment .date,
.comments .comment .author {
    padding-left: 0;
    vertical-align: baseline;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.38)
}

.xpaginator:before,
.xpaginator:after {
    content: " ";
    display: table
}

.xpaginator:after {
    clear: both
}

.xpaginator .right {
    display: none
}

.xpaginator .simple {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.25em;
    padding-right: 0.25em
}

.photo {
    display: block;
    background-size: cover;
    background-position: 50% 50%
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%
}

.noresults {
    display: block;
    text-align: center;
    font-size: 1.75em;
    font-weight: 400;
    padding: 1em;
    color: rgba(0, 0, 0, 0.38)
}

.noresults:after {
    content: 'Įrašų nėra '
}

.noresults[data-text]:after {
    content: attr(data-text)
}

.noresults:before {
    font-family: "Material Icons";
    clear: both;
    content: '\E0C6';
    vertical-align: middle;
    position: relative;
    bottom: 0.075em;
    font-size: 48px;
    display: block;
    line-height: 1
}

body .gcsc-branding {
    display: none !important
}

body .gsc-input-box {
    height: auto;
    border: none;
    box-shadow: none
}

body .gsc-control-cse {
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2);
    padding: 32px;
    border-radius: 4px
}

body .gsc-control-cse input.gsc-input {
    border: 1px solid #ddd !important;
    padding: 6px 12px !important;
    height: 31px !important;
    background: none !important;
    text-indent: 0 !important
}

body .gsc-control-cse input.gsc-input:focus {
    border-color: #ffa000 !important
}

body .gsc-control-cse .gscb_a {
    font-size: 0;
    color: transparent;
    height: auto;
    line-height: 1;
    vertical-align: middle
}

body .gsc-control-cse .gscb_a:before {
    content: '\E5CD';
    font-size: 24px;
    font-family: "Material Icons";
    color: rgba(0, 0, 0, 0.38)
}

body .gsc-control-cse .gscb_a:hover:before {
    color: rgba(0, 0, 0, 0.87)
}

body .gsc-control-cse table.gsc-search-box td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

body .gsc-control-cse table.gsc-search-box td:first-child {
    padding-left: 0
}

body .gsc-control-cse table.gsc-search-box td:last-child {
    padding-right: 0
}

body .gsc-control-cse .gsc-result-info {
    color: rgba(0, 0, 0, 0.54);
    padding-left: 0;
    padding-left: 0
}

body .gsc-control-cse input.gsc-search-button-v2 {
    position: absolute;
    border: none !important;
    background: none !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0
}

body .gsc-control-cse td.gsc-search-button {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12);
    padding: 0 24px;
    position: relative
}

body .gsc-control-cse td.gsc-search-button:focus,
body .gsc-control-cse td.gsc-search-button.focus {
    color: #fff;
    background-color: #e69000;
    border-color: #cc8000
}

body .gsc-control-cse td.gsc-search-button:hover {
    color: #fff;
    background-color: #ffaa1a;
    border-color: #ffaa1a;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

body .gsc-control-cse td.gsc-search-button:active,
body .gsc-control-cse td.gsc-search-button.active,
.open>body .gsc-control-cse td.gsc-search-button.dropdown-toggle {
    color: #fff;
    background-color: #cc8000;
    border-color: #e69000
}

body .gsc-control-cse td.gsc-search-button:active:hover,
body .gsc-control-cse td.gsc-search-button:active:focus,
body .gsc-control-cse td.gsc-search-button:active.focus,
body .gsc-control-cse td.gsc-search-button.active:hover,
body .gsc-control-cse td.gsc-search-button.active:focus,
body .gsc-control-cse td.gsc-search-button.active.focus,
.open>body .gsc-control-cse td.gsc-search-button.dropdown-toggle:hover,
.open>body .gsc-control-cse td.gsc-search-button.dropdown-toggle:focus,
.open>body .gsc-control-cse td.gsc-search-button.dropdown-toggle.focus {
    color: #fff;
    background-color: #e69000;
    border-color: #cc8000
}

body .gsc-control-cse td.gsc-search-button:active,
body .gsc-control-cse td.gsc-search-button.active,
.open>body .gsc-control-cse td.gsc-search-button.dropdown-toggle {
    background-image: none
}

body .gsc-control-cse td.gsc-search-button.disabled:hover,
body .gsc-control-cse td.gsc-search-button.disabled:focus,
body .gsc-control-cse td.gsc-search-button.disabled.focus,
body .gsc-control-cse td.gsc-search-button[disabled]:hover,
body .gsc-control-cse td.gsc-search-button[disabled]:focus,
body .gsc-control-cse td.gsc-search-button[disabled].focus,
fieldset[disabled] body .gsc-control-cse td.gsc-search-button:hover,
fieldset[disabled] body .gsc-control-cse td.gsc-search-button:focus,
fieldset[disabled] body .gsc-control-cse td.gsc-search-button.focus {
    background-color: #ffa000;
    border-color: #ffa000
}

body .gsc-control-cse td.gsc-search-button .badge,
body .gsc-control-cse td.gsc-search-button .news-card .image .badge-wrap,
.news-card .image body .gsc-control-cse td.gsc-search-button .badge-wrap,
body .gsc-control-cse td.gsc-search-button .news-card .image .badge-primary,
.news-card .image body .gsc-control-cse td.gsc-search-button .badge-primary {
    color: #ffa000;
    background-color: #fff
}

body .gsc-control-cse td.gsc-search-button:before {
    content: '\E8B6';
    font-size: 18px;
    line-height: 31px;
    font-family: "Material Icons";
    color: #fff
}

body .gsc-control-cse .gsc-results {
    width: 100%
}

body .gsc-control-cse .gs-no-results-result .gs-snippet,
body .gsc-control-cse .gs-error-result .gs-snippet {
    background: #ffa000;
    background: linear-gradient(60deg, #ffa000, #e69000);
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2);
    padding: 16px 32px;
    border: none !important;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    margin: 0
}

body .gsc-control-cse .gsc-table-result,
body .gsc-control-cse .gsc-thumbnail-inside,
body .gsc-control-cse .gsc-url-top {
    padding-left: 0;
    padding-right: 0
}

body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: rgba(0, 0, 0, 0.54)
}

body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff
}

body .gsc-control-cse .gsc-adBlock {
    display: none !important
}

body .gsc-control-cse .gs-result .gs-title,
body .gsc-control-cse .gs-result .gs-title * {
    text-decoration: none;
    font-weight: 500
}

body .gsc-control-cse .gs-result .gs-title b,
body .gsc-control-cse .gs-result .gs-title * b {
    font-weight: bold !important
}

body .gsc-control-cse .gsc-table-result,
body .gsc-control-cse {
    font-family: Roboto, "Segoe UI", "Frutiger", "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", "Arial", sans-serif
}

html.home .gs-result .gs-title,
html.home .gs-result .gs-title * {
    color: #ffa000
}

html.informal .gs-result .gs-title,
html.informal .gs-result .gs-title * {
    color: #009688
}

html.general .gs-result .gs-title,
html.general .gs-result .gs-title * {
    color: #1976D2
}

html.bp .gs-result .gs-title,
html.bp .gs-result .gs-title * {
    color: #3f51b5
}

html .gs-result a.gs-visibleUrl,
html .gs-result .gs-visibleUrl {
    color: rgba(0, 0, 0, 0.38)
}

.empty:empty {
    display: none
}

.square {
    display: block
}

.square:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%
}

html.is_invalid .btn,
html.is_invalid .select2-results__option,
html.is_invalid .btn-plain,
html.is_invalid .fc-state-default,
html.is_invalid .btn-flat,
html.is_invalid .btn-flat-white,
html.is_invalid .btn-muted,
html.is_invalid .clndr .clndr-button,
.clndr html.is_invalid .clndr-button,
html.is_invalid body .gsc-control-cse td.gsc-search-button,
body .gsc-control-cse html.is_invalid td.gsc-search-button,
html.is_invalid body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box html.is_invalid .gsc-cursor-page,
html.is_invalid .btn *,
html.is_invalid .select2-results__option *,
html.is_invalid .btn-plain *,
html.is_invalid .fc-state-default *,
html.is_invalid .btn-flat *,
html.is_invalid .btn-flat-white *,
html.is_invalid .btn-muted *,
html.is_invalid .clndr .clndr-button *,
.clndr html.is_invalid .clndr-button *,
html.is_invalid body .gsc-control-cse td.gsc-search-button *,
body .gsc-control-cse html.is_invalid td.gsc-search-button *,
html.is_invalid body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page *,
body .gsc-control-cse .gsc-results .gsc-cursor-box html.is_invalid .gsc-cursor-page *,
html.is_invalid body * {
    font-size: 21px
}

html.is_invalid .card-icon,
html.is_invalid .card .card-icon-secondary,
html.is_invalid .category-block .category-news .card-icon-secondary,
.category-block html.is_invalid .category-news .card-icon-secondary,
.card html.is_invalid .card-icon-secondary,
.category-block .category-news html.is_invalid .card-icon-secondary,
html.is_invalid .card-primary .card-icon-secondary,
.card-primary html.is_invalid .card-icon-secondary,
html.is_invalid .filters .card-icon-secondary,
.filters html.is_invalid .card-icon-secondary,
html.is_invalid .news-card .card-icon-secondary,
.news-card html.is_invalid .card-icon-secondary,
html.is_invalid .collection .card-icon-secondary,
.collection html.is_invalid .card-icon-secondary,
html.is_invalid .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body html.is_invalid .card-icon-secondary {
    display: none !important
}

html.is_invalid .card-icon+.module-title,
html.is_invalid .card .card-icon-secondary+.module-title,
html.is_invalid .category-block .category-news .card-icon-secondary+.module-title,
.category-block html.is_invalid .category-news .card-icon-secondary+.module-title,
.card html.is_invalid .card-icon-secondary+.module-title,
.category-block .category-news html.is_invalid .card-icon-secondary+.module-title,
html.is_invalid .card-primary .card-icon-secondary+.module-title,
.card-primary html.is_invalid .card-icon-secondary+.module-title,
html.is_invalid .filters .card-icon-secondary+.module-title,
.filters html.is_invalid .card-icon-secondary+.module-title,
html.is_invalid .news-card .card-icon-secondary+.module-title,
.news-card html.is_invalid .card-icon-secondary+.module-title,
html.is_invalid .collection .card-icon-secondary+.module-title,
.collection html.is_invalid .card-icon-secondary+.module-title,
html.is_invalid .tooltip .tooltip-body .card-icon-secondary+.module-title,
.tooltip .tooltip-body html.is_invalid .card-icon-secondary+.module-title {
    height: 120px !important;
    margin: 0 !important
}

html.is_invalid .material-icons,
html.is_invalid .sites>a [class^="icon-"],
.sites>a html.is_invalid [class^="icon-"] {
    font-size: 1.5em !important
}

html.is_invalid h1 {
    font-size: 2.4em;
    font-weight: 500 !important
}

html.is_invalid h1 * {
    font-size: inherit !important
}

html.is_invalid h2 {
    font-size: 2.1em;
    font-weight: 500 !important
}

html.is_invalid h2 * {
    font-size: inherit !important
}

html.is_invalid h3 {
    font-size: 1.8em;
    font-weight: 500 !important
}

html.is_invalid h3 * {
    font-size: inherit !important
}

html.is_invalid h4 {
    font-size: 1.5em;
    font-weight: 500 !important
}

html.is_invalid h4 * {
    font-size: inherit !important
}

html.is_invalid h5 {
    font-size: 1.2em;
    font-weight: 500 !important
}

html.is_invalid h5 * {
    font-size: inherit !important
}

html.is_invalid h6 {
    font-size: .9em;
    font-weight: 500 !important
}

html.is_invalid h6 * {
    font-size: inherit !important
}

.block {
    display: block
}

html.general .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: #378fe7
}

html.informal .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: #00c9b6
}

html.distant .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: #ffb333
}

html.bp .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: #606fc7
}

html.general .select2-results__option::before {
    background-color: #145ca4
}

html.informal .select2-results__option::before {
    background-color: #00635a
}

html.distant .select2-results__option::before {
    background-color: #cc8000
}

html.bp .select2-results__option::before {
    background-color: #32408f
}

html.general .select2-container--open .select2-dropdown--below {
    border-top: 2px solid #145ca4
}

html.informal .select2-container--open .select2-dropdown--below {
    border-top: 2px solid #00635a
}

html.distant .select2-container--open .select2-dropdown--below {
    border-top: 2px solid #cc8000
}

html.bp .select2-container--open .select2-dropdown--below {
    border-top: 2px solid #32408f
}

html.general .select2-container--open .select2-dropdown--below::after {
    border-bottom-color: #145ca4
}

html.informal .select2-container--open .select2-dropdown--below::after {
    border-bottom-color: #00635a
}

html.distant .select2-container--open .select2-dropdown--below::after {
    border-bottom-color: #cc8000
}

html.bp .select2-container--open .select2-dropdown--below::after {
    border-bottom-color: #32408f
}

html.general .select2-container--open .select2-dropdown--above::after {
    border-top-color: #145ca4
}

html.informal .select2-container--open .select2-dropdown--above::after {
    border-top-color: #00635a
}

html.distant .select2-container--open .select2-dropdown--above::after {
    border-top-color: #cc8000
}

html.bp .select2-container--open .select2-dropdown--above::after {
    border-top-color: #32408f
}

html.general .form-control:focus,
.select2-container html.general .select2-selection--single:focus,
.select2-container html.general .select2-selection--multiple:focus,
.select2-search--dropdown html.general .select2-search__field:focus,
.books-catalog-footer html.general select.simple:focus,
.xpaginator html.general .simple:focus,
body .gsc-control-cse html.general input.gsc-input:focus,
html.general body .gsc-control-cse input.gsc-input:focus,
html.general .xpaginator .simple:focus,
html.general .books-catalog-footer select.simple:focus,
html.general .select2-search--dropdown .select2-search__field:focus,
html.general .select2-container .select2-selection--multiple:focus,
html.general .select2-container .select2-selection--single:focus,
html.general .ui-selectmenu-button.ui-button:focus {
    border-color: #145ca4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #378fe7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #378fe7
}

html.informal .form-control:focus,
.select2-container html.informal .select2-selection--single:focus,
.select2-container html.informal .select2-selection--multiple:focus,
.select2-search--dropdown html.informal .select2-search__field:focus,
.books-catalog-footer html.informal select.simple:focus,
.xpaginator html.informal .simple:focus,
body .gsc-control-cse html.informal input.gsc-input:focus,
html.informal body .gsc-control-cse input.gsc-input:focus,
html.informal .xpaginator .simple:focus,
html.informal .books-catalog-footer select.simple:focus,
html.informal .select2-search--dropdown .select2-search__field:focus,
html.informal .select2-container .select2-selection--multiple:focus,
html.informal .select2-container .select2-selection--single:focus,
html.informal .ui-selectmenu-button.ui-button:focus {
    border-color: #00635a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00c9b6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00c9b6
}

html.distant .form-control:focus,
.select2-container html.distant .select2-selection--single:focus,
.select2-container html.distant .select2-selection--multiple:focus,
.select2-search--dropdown html.distant .select2-search__field:focus,
.books-catalog-footer html.distant select.simple:focus,
.xpaginator html.distant .simple:focus,
body .gsc-control-cse html.distant input.gsc-input:focus,
html.distant body .gsc-control-cse input.gsc-input:focus,
html.distant .xpaginator .simple:focus,
html.distant .books-catalog-footer select.simple:focus,
html.distant .select2-search--dropdown .select2-search__field:focus,
html.distant .select2-container .select2-selection--multiple:focus,
html.distant .select2-container .select2-selection--single:focus,
html.distant .ui-selectmenu-button.ui-button:focus {
    border-color: #cc8000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ffb333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ffb333
}

html.bp .form-control:focus,
.select2-container html.bp .select2-selection--single:focus,
.select2-container html.bp .select2-selection--multiple:focus,
.select2-search--dropdown html.bp .select2-search__field:focus,
.books-catalog-footer html.bp select.simple:focus,
.xpaginator html.bp .simple:focus,
body .gsc-control-cse html.bp input.gsc-input:focus,
html.bp body .gsc-control-cse input.gsc-input:focus,
html.bp .xpaginator .simple:focus,
html.bp .books-catalog-footer select.simple:focus,
html.bp .select2-search--dropdown .select2-search__field:focus,
html.bp .select2-container .select2-selection--multiple:focus,
html.bp .select2-container .select2-selection--single:focus,
html.bp .ui-selectmenu-button.ui-button:focus {
    border-color: #32408f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #606fc7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #606fc7
}

.select2-container .select2-selection__choice__remove {
    font-size: 0;
    color: #ff0000;
    line-height: 1;
    height: auto;
    width: auto;
    vertical-align: middle
}

.container {
    max-width: none
}

#blocks-nav .card,
#blocks-nav .category-block .category-news,
.category-block #blocks-nav .category-news,
#blocks-nav .card-primary,
#blocks-nav .card-image,
#blocks-nav .filters,
#blocks-nav .news-card,
#blocks-nav .collection,
#blocks-nav .tooltip .tooltip-body,
.tooltip #blocks-nav .tooltip-body {
    border: none
}

.accordion .card,
.accordion .category-block .category-news,
.category-block .accordion .category-news,
.accordion .card-primary,
.accordion .card-image,
.accordion .filters,
.accordion .news-card,
.accordion .collection,
.accordion .tooltip .tooltip-body,
.tooltip .accordion .tooltip-body {
    margin-bottom: 0
}

.accordion .card-header {
    border-bottom: none
}

.accordion h1,
.accordion h2,
.accordion h3 {
    margin-top: 0;
    margin-bottom: 0
}

.popover-header {
    font-size: 1.2rem
}

.popover-body {
    font-size: 1.2rem
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.modal {
    display: block !important
}

.modal-content {
    background-color: transparent
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapse:not(.show) {
    display: none
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.g-recaptcha>div {
    margin: 0 auto 1em
}

.material-icons.m-fix,
.sites>a .m-fix[class^="icon-"] {
    position: relative;
    bottom: 0.08em
}

.material-icons.m-sm,
.sites>a .m-sm[class^="icon-"] {
    font-size: 18px
}

.material-icons.m-md,
.sites>a .m-md[class^="icon-"] {
    font-size: 24px
}

.material-icons.m-lg,
.sites>a .m-lg[class^="icon-"] {
    font-size: 36px
}

.material-icons.m-xl,
.sites>a .m-xl[class^="icon-"] {
    font-size: 48px
}

.material-icons.m-inherit,
.sites>a .m-inherit[class^="icon-"] {
    font-size: inherit
}

.m-primary-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.m-secondary-text,
.char-counter {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.m-help-text,
.category-block .category-news .main-article .article-footer {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38)
}

.m-divider {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.12)
}

.mw-primary-text {
    font-weight: 500;
    color: #fff
}

.mw-secondary-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7)
}

.mw-help-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5)
}

.mw-divider {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.12)
}

#lt_map {
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2);
    border-radius: 4px;
    padding: 64px;
    background-color: #fff
}

#lt_map.minimap {
    padding: 32px
}

#lt_map .svg-container {
    position: relative
}

#lt_map .svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#lt_map .svg-container:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 72.963800905%
}

#lt_map svg {
    max-width: 100%
}

#lt_map polygon,
#lt_map path {
    fill: #fff6e6;
    stroke: #ffa000;
    stroke-width: 0.4px;
    transition: all 0.32s cubic-bezier(0.2, 0.85, 0, 1);
    cursor: pointer;
    outline: none
}

#lt_map polygon.active,
#lt_map path.active {
    fill: #ffd48c
}

#lt_map polygon:hover,
#lt_map polygon.hover,
#lt_map path:hover,
#lt_map path.hover {
    fill: #ffa000
}

#lt_map svg {
    height: 540px
}

@media screen and (max-width: 1336px) {
    #lt_map svg {
        height: 380px
    }
}

@media screen and (max-width: 991px) {
    #lt_map svg {
        height: auto
    }
}

#lt_map.expanded svg {
    height: 100%
}

.map-tooltip {
    position: absolute;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    text-align: center
}

.map-tooltip-content {
    font-size: 1;
    padding: 0.5em 1em;
    font-size: 0.875em;
    background: rgba(85, 85, 85, 0.82);
    border-radius: 4px;
    color: #fff;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    transform: translateX(-50%);
    margin-bottom: 0.5em;
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

.map-tooltip-content .counter {
    background: rgba(0, 0, 0, 0.38);
    line-height: 1;
    padding: 0.125em 0.5em;
    margin-left: 0.5em;
    border-radius: 4em
}

.card2 {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    padding: 21.3333333333px;
    background: #fff
}

.card2:before,
.card2:after {
    content: " ";
    display: table
}

.card2:after {
    clear: both
}

html.informal .card2.card2-primary {
    color: #fff;
    background: #009688 linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0))
}

html.informal .card2.card2-primary,
html.informal .card2.card2-primary .card-title,
html.informal .card2.card2-primary .btn,
html.informal .card2.card2-primary .select2-results__option,
html.informal .card2.card2-primary .btn-plain,
html.informal .card2.card2-primary .fc-state-default,
html.informal .card2.card2-primary .btn-flat,
html.informal .card2.card2-primary .btn-flat-white,
html.informal .card2.card2-primary .btn-muted,
html.informal .card2.card2-primary .clndr .clndr-button,
.clndr html.informal .card2.card2-primary .clndr-button,
html.informal .card2.card2-primary body .gsc-control-cse td.gsc-search-button,
body .gsc-control-cse html.informal .card2.card2-primary td.gsc-search-button,
html.informal .card2.card2-primary body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
body .gsc-control-cse .gsc-results .gsc-cursor-box html.informal .card2.card2-primary .gsc-cursor-page {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    color: #fff
}

html.informal .card2.card2-primary a:not(.btn):not(.select2-results__option):not(.btn-plain):not(.fc-state-default):not(.btn-flat):not(.btn-flat-white):not(.btn-muted) {
    color: #ffbd4d;
    text-shadow: none
}

.card2.card2-addon {
    background: #fff
}

.card2.card2-addon+.card2,
.card2+.card2.card2-addon {
    border-color: transparent
}

.card2.card2-addon:first-child {
    padding-bottom: 0
}

.card2+.card2.card2-addon {
    padding-top: 0
}

.card2>.right {
    text-align: right;
    float: right;
    max-width: 50%;
    font-size: 0.875em
}

.card2>.right dt,
.card2>.right dd {
    margin-bottom: 0.25em
}

.card2>.right dt {
    padding-right: 1em;
    white-space: nowrap
}

.card2+.card2 {
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}

.card2:first-of-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.card2:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.title {
    font-weight: 300
}

.card2-accordeon {
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12);
    background: #fff;
    border-radius: 4px
}

.card2-accordeon-item {
    display: block;
    width: 100%;
    box-shadow: none;
    transition: all .42s cubic-bezier(0.2, 0.85, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.card2-accordeon-item:first-child .card2-accordeon-heading {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.card2-accordeon-item.open {
    border-bottom-color: #009688
}

html.general .card2-accordeon-item.open {
    border-bottom-color: #1976D2
}

html.informal .card2-accordeon-item.open {
    border-bottom-color: #009688
}

html.distant .card2-accordeon-item.open {
    border-bottom-color: #ffa000
}

html.bp .card2-accordeon-item.open {
    border-bottom-color: #3f51b5
}

.card2-accordeon-item.open .card2-accordeon-heading {
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2);
    background-color: #009688;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21));
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

html.general .card2-accordeon-item.open .card2-accordeon-heading {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    background-color: #1976D2;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21))
}

html.informal .card2-accordeon-item.open .card2-accordeon-heading {
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2);
    background-color: #009688;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21))
}

html.distant .card2-accordeon-item.open .card2-accordeon-heading {
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2);
    background-color: #ffa000;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21))
}

html.bp .card2-accordeon-item.open .card2-accordeon-heading {
    box-shadow: 0 14px 26px -12px rgba(63, 81, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 81, 181, 0.2);
    background-color: #3f51b5;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21))
}

.card2-accordeon-item.open .card2-accordeon-heading,
.card2-accordeon-item.open .card2-accordeon-heading .material-icons,
.card2-accordeon-item.open .card2-accordeon-heading .sites>a [class^="icon-"],
.sites>a .card2-accordeon-item.open .card2-accordeon-heading [class^="icon-"] {
    color: #fff !important
}

.card2-accordeon-item.open .card2-accordeon-content {
    animation: moveInY 0.8s 0.23s both cubic-bezier(0.2, 0.85, 0, 1)
}

.card2-accordeon-heading {
    display: block;
    padding: 10.6666666667px 21.3333333333px;
    transition: margin .42s cubic-bezier(0.2, 0.85, 0, 1), box-shadow .42s cubic-bezier(0.2, 0.85, 0, 1), background .42s cubic-bezier(0.2, 0.85, 0, 1);
    color: rgba(0, 0, 0, 0.54);
    color: #333 !important;
    font-weight: 400
}

.card2-accordeon-heading-text {
    line-height: 24px;
    vertical-align: middle
}

.card2-accordeon-heading:hover,
.card2-accordeon-heading:focus {
    text-decoration: none
}

.card2-accordeon-heading:hover {
    background-color: #f6f6f6
}

.card2-accordeon-heading:active {
    background-color: #d9efed
}

html.general .card2-accordeon-heading:active {
    background-color: #ddeaf8
}

.card2-accordeon-content {
    display: none;
    background-color: #fff;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto
}

.card2-accordeon-content .card2 {
    border-radius: 0;
    background: none;
    box-shadow: none
}

.card-title {
    font-weight: 400;
    color: #757575;
    margin-bottom: 1em
}

.card-title small {
    margin-top: 0.25em;
    display: block;
    font-weight: 300
}

.nav.nav-pills {
    margin-bottom: 32px
}

.nav.nav-pills>li>a {
    font-weight: 500;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 16px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    vertical-align: top
}

.nav.nav-pills>li.active {
    position: relative
}

.nav.nav-pills>li.active>a {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    background: #4791db;
    background: linear-gradient(-45deg, #4791db, #4083c5);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    position: relative
}

html.informal .nav.nav-pills>li.active>a {
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2);
    background: #33aba0;
    background: linear-gradient(-45deg, #33aba0, #2e9a90)
}

.table-row2 {
    display: table;
    width: 100%
}

.table-row2.fixed {
    table-layout: fixed
}

.table-row2>* {
    display: table-cell;
    vertical-align: bottom
}

.table-row2>*.line,
.table-row2>*.mini {
    white-space: nowrap;
    width: 1%
}

.slick-initialized:not(:hover) .slick-arrow {
    opacity: 0
}

.slick-initialized:not(:hover) .slick-arrow.slick-next {
    transform: translateX(0.5em)
}

.slick-initialized:not(:hover) .slick-arrow.slick-prev {
    transform: translateX(-0.5em)
}

.book-slider:not(.slick-initialized),
.book-slider-hero:not(.slick-initialized) {
    display: none
}

.book-slider-hero {
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2);
    margin-bottom: 1em
}

.book-slider-hero img {
    width: 100%
}

.book-slider .slick-slide {
    position: relative;
    overflow: hidden;
    height: 280px;
    width: 50px;
    border-top: 2px solid transparent
}

.book-slider .slick-slide+.slick-slide {
    border-left: 2px solid transparent
}

.book-slider .slick-slide:not(.slick-current) {
    opacity: .42;
    cursor: pointer
}

.book-slider .slick-slide:not(.slick-current):hover {
    opacity: .78
}

.book-slider img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-icon-next:after {
    content: '\E5C8';
    font-family: "Material Icons";
    vertical-align: middle;
    font-size: 24px;
    margin: -7px 6px;
    line-height: inherit;
    display: inline-block;
    width: 0;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.85, 0, 1), transform 0.8s cubic-bezier(0.2, 0.85, 0, 1)
}

.btn-icon-next:hover:after {
    transform: translateX(0);
    opacity: 1
}

.calendar-search [class^="step"] {
    display: none
}

.calendar-search .loader {
    display: none
}

.calendar-search.step1 .step1 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step1-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step2 .step2 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step2-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step3 .step3 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step3-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step4 .step4 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step4-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step5 .step5 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step5-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step6 .step6 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step6-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step7 .step7 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step7-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step8 .step8 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step8-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step9 .step9 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step9-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step10 .step10 {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.calendar-search.step10-loading .loader {
    display: block;
    animation: moveInY 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.books-catalog:not(.inside) {
    margin-top: 24px
}

#books-banner {
    background: #3084d7;
    background: linear-gradient(60deg, #3084d7, #2b77c2);
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2);
    border-radius: 4px;
    padding: 24px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    width: 100%;
    margin-top: -48px;
    margin-bottom: 32px;
    font-size: 14px
}

#books-banner p {
    margin-bottom: .5em
}

#books-banner .banner-logo {
    color: #fff
}

#books-banner .banner-title {
    font-weight: 300
}

#books-banner a {
    font-weight: 500;
    color: #ffa000
}

#books-banner .text-muted {
    color: rgba(255, 255, 255, 0.7)
}

#books-banner a,
#books-banner .text-muted {
    text-shadow: none
}

#books-banner .banner-slider {
    text-align: justify
}

#books-banner .banner-slider:not(.slick-initialized) {
    display: none
}

.mini-modules a {
    color: #9e9e9e;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em;
    line-height: 1;
    vertical-align: middle;
    transition: all 0.75s cubic-bezier(0.2, 0.85, 0, 1);
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    position: relative
}

.mini-modules a .material-icons,
.mini-modules .sites>a [class^="icon-"] {
    font-size: 16px
}

.mini-modules a+a {
    margin: 0 0
}

.mini-modules a.active:after {
    content: attr(title);
    display: inline-block;
    margin-left: 0.75em
}

/* footer .mini-modules a {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: none
}

footer .mini-modules a.m-kid:hover,
footer .mini-modules a.m-kid.active {
    background: #fff;
    background: linear-gradient(60deg, #fff, #e6e6e6);
    color: #9ccc65
}

footer .mini-modules a.m-gen:hover,
footer .mini-modules a.m-gen.active {
    background: #fff;
    background: linear-gradient(60deg, #fff, #e6e6e6);
    color: #1976D2
}

footer .mini-modules a.m-pro:hover,
footer .mini-modules a.m-pro.active {
    background: #fff;
    background: linear-gradient(60deg, #fff, #e6e6e6);
    color: #ad1457
} */

/* footer .mini-modules a.m-hig:hover,
footer .mini-modules a.m-hig.active {
    background: #fff;
    background: linear-gradient(60deg, #fff, #e6e6e6);
    color: #3f51b5
}

footer .mini-modules a.m-nkd:hover,
footer .mini-modules a.m-nkd.active {
    background: #fff;
    background: linear-gradient(60deg, #fff, #e6e6e6);
    color: #009688
}

footer .mini-modules a.m-nad:hover,
footer .mini-modules a.m-nad.active {
    background: #fff;
    background: linear-gradient(60deg, #fff, #e6e6e6);
    color: #ffa000
} */

.mini-modules a [class*="icon-"] {
    vertical-align: middle
}

.mini-modules a:hover:before {
    visibility: visible
}

.mini-modules a.m-kid:hover,
.mini-modules a.m-kid.active {
    background: #a6d174;
    background: linear-gradient(60deg, #a6d174, #95bc68);
    color: #fff
}

.mini-modules a.m-gen:hover,
.mini-modules a.m-gen.active {
    background: #3084d7;
    background: linear-gradient(60deg, #3084d7, #2b77c2);
    color: #fff
}

.mini-modules a.m-pro:hover,
.mini-modules a.m-pro.active {
    background: #b52c68;
    background: linear-gradient(60deg, #b52c68, #a3285e);
    color: #fff
}

.mini-modules a.m-hig:hover,
.mini-modules a.m-hig.active {
    background: #5262bc;
    background: linear-gradient(60deg, #5262bc, #4a58a9);
    color: #fff
}

.mini-modules a.m-nkd:hover,
.mini-modules a.m-nkd.active {
    background: #1aa194;
    background: linear-gradient(60deg, #1aa194, #179185);
    color: #fff
}

.mini-modules a.m-nad:hover,
.mini-modules a.m-nad.active {
    background: #ffaa1a;
    background: linear-gradient(60deg, #ffaa1a, #e69917);
    color: #fff
}

.books-nav {
    list-style: none;
    padding: 0;
    margin-top: 1cm;
    margin-bottom: 1cm;
    text-align: center
}

.books-nav a {
    display: block;
    color: #9e9e9e;
    padding: 0.5em 1.25em;
    font-weight: 500;
    transition: all 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    border-radius: 40em
}

.books-nav a:hover {
    background-color: #ddeaf8
}

.books-nav a:hover,
.books-nav a:focus {
    text-decoration: none
}

.books-nav li.active a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    color: #fff
}

html.informal .books-nav li.active a {
    color: #fff;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 150, 136, 0.14), 0 3px 1px -2px rgba(0, 150, 136, 0.2), 0 1px 5px 0 rgba(0, 150, 136, 0.12)
}

html.general .books-nav li.active a {
    color: #fff;
    background-color: #1976D2;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.14), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12)
}

.books-nav li {
    display: inline-block;
    margin: 0 2px 2px 2px
}

@media screen and (max-width: 991px) {
    .books-nav li {
        display: inline-block
    }
}

.books-nav li li.active a {
    color: #212121
}

#hot-news .slick-track {
    display: flex;
    justify-content: center;
    align-items: center
}

.news-table {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    margin: 0 1em;
    display: flex;
    align-items: stretch
}

.news-table-image {
    min-width: 30%;
    flex: 1 1 30%;
    margin-right: 32px;
    position: relative
}

.news-table-image a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-clip: padding-box;
    border-radius: 4px
}

.news-table-image a:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

@media screen and (max-width: 1336px) {
    .news-table-image {
        width: 40%
    }
}

.news-table-image img {
    border-radius: 4px;
    width: 100%
}

.news-table-image img[src="/static/img/Logo.png"] {
    background-color: #fff;
    padding: 2em
}

.news-table-image,
.news-table-image+td {
    vertical-align: top
}

.news-table .bottom-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end
}

.news-table .date {
    font-weight: 500;
    margin-right: 1em;
    vertical-align: middle
}

.news-table p {
    margin-bottom: 5px
}

@media screen and (min-width: 1338px) and (max-width: 1736px) {
    .news-table {
        font-size: 1.3em;
        font-weight: 400
    }
}

@media screen and (min-width: 1736px) {
    .news-table {
        font-size: 1.3em;
        font-weight: 400
    }
}

#event_results .collection-item:nth-child(1),
#event_results .category-block .category-news .side-articles .side-article:nth-child(1),
.category-block .category-news .side-articles #event_results .side-article:nth-child(1) {
    animation-delay: 0s
}

#event_results .collection-item:nth-child(2),
#event_results .category-block .category-news .side-articles .side-article:nth-child(2),
.category-block .category-news .side-articles #event_results .side-article:nth-child(2) {
    animation-delay: 0.3s
}

#event_results .collection-item:nth-child(3),
#event_results .category-block .category-news .side-articles .side-article:nth-child(3),
.category-block .category-news .side-articles #event_results .side-article:nth-child(3) {
    animation-delay: 0.6s
}

#event_results .collection-item:nth-child(4),
#event_results .category-block .category-news .side-articles .side-article:nth-child(4),
.category-block .category-news .side-articles #event_results .side-article:nth-child(4) {
    animation-delay: 0.9s
}

#event_results .collection-item:nth-child(5),
#event_results .category-block .category-news .side-articles .side-article:nth-child(5),
.category-block .category-news .side-articles #event_results .side-article:nth-child(5) {
    animation-delay: 1.2s
}

#event_results .collection-item:nth-child(6),
#event_results .category-block .category-news .side-articles .side-article:nth-child(6),
.category-block .category-news .side-articles #event_results .side-article:nth-child(6) {
    animation-delay: 1.5s
}

#event_results .collection-item:nth-child(7),
#event_results .category-block .category-news .side-articles .side-article:nth-child(7),
.category-block .category-news .side-articles #event_results .side-article:nth-child(7) {
    animation-delay: 1.8s
}

#event_results .collection-item:nth-child(8),
#event_results .category-block .category-news .side-articles .side-article:nth-child(8),
.category-block .category-news .side-articles #event_results .side-article:nth-child(8) {
    animation-delay: 2.1s
}

#event_results .collection-item:nth-child(9),
#event_results .category-block .category-news .side-articles .side-article:nth-child(9),
.category-block .category-news .side-articles #event_results .side-article:nth-child(9) {
    animation-delay: 2.4s
}

#event_results .collection-item:nth-child(10),
#event_results .category-block .category-news .side-articles .side-article:nth-child(10),
.category-block .category-news .side-articles #event_results .side-article:nth-child(10) {
    animation-delay: 2.7s
}

.format-link {
    display: inline-block
}

html.informal .format-link {
    color: #009688
}

html.informal .format-link:hover,
html.informal .format-link:focus {
    color: #007166
}

html.general .format-link {
    color: #1976D2
}

html.general .format-link:hover,
html.general .format-link:focus {
    color: #13599e
}

.format-link.format-left:before {
    margin-right: 0.5em
}

.format-link.format-right:before {
    float: right;
    margin-left: 0.5em
}

.files-blocks .format-link {
    display: block;
    margin: 0
}

.files-blocks .format-link+.format-link {
    margin-left: 0
}

.format-link:before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition: transform .3s;
    background-image: url("/static/img/svg/format/file.svg");
    image-rendering: pixelated
}

.format-link.format-folder:before {
    background-image: url("/static/img/svg/format/folder.svg")
}

.format-link+.format-link {
    margin-left: 2em
}

.format-link[href$="$EXT"]:before,
.format-link[href$="png"]:before {
    background-image: url(/static/img/svg/format/image.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="jpeg"]:before {
    background-image: url(/static/img/svg/format/image.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="jpg"]:before {
    background-image: url(/static/img/svg/format/image.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="tif"]:before {
    background-image: url(/static/img/svg/format/image.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="tiff"]:before {
    background-image: url(/static/img/svg/format/image.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="bmp"]:before {
    background-image: url(/static/img/svg/format/image.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="doc"]:before {
    background-image: url(/static/img/svg/format/word.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="docx"]:before {
    background-image: url(/static/img/svg/format/word.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="rtf"]:before {
    background-image: url(/static/img/svg/format/word.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="txt"]:before {
    background-image: url(/static/img/svg/format/word.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="pdf"]:before {
    background-image: url(/static/img/svg/format/pdf.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="pptx"]:before {
    background-image: url(/static/img/svg/format/powerpoint.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="ppt"]:before {
    background-image: url(/static/img/svg/format/powerpoint.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="xlsx"]:before {
    background-image: url(/static/img/svg/format/excel.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="xls"]:before {
    background-image: url(/static/img/svg/format/excel.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="mp4"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="mov"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="avi"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="gp3"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="m4v"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="webm"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="mkv"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="wmv"]:before {
    background-image: url(/static/img/svg/format/video.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="mp3"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="wma"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="wav"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="ogg"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="m4a"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="3gp"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="acc"]:before {
    background-image: url(/static/img/svg/format/audio.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="txt"]:before {
    background-image: url(/static/img/svg/format/text.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="folder"]:before {
    background-image: url(/static/img/svg/format/folder.svg)
}

.format-link[href$="$EXT"]:before,
.format-link[href$="default"]:before {
    background-image: url(/static/img/svg/format/file.svg)
}

.xpaginator {
    line-height: 31px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500
}

.xpaginator:before,
.xpaginator:after {
    content: " ";
    display: table
}

.xpaginator:after {
    clear: both
}

.xpaginator-pages {
    float: right
}

.xpaginator-info {
    float: left
}

.xpaginator-perpage {
    text-align: center
}

.xpaginator.xpaginator-notext .xpaginator-info-text,
.xpaginator.xpaginator-notext .xpaginator-perpage-text {
    display: none
}

.image-card {
    position: relative;
    display: block;
    margin-bottom: 32px;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    background: #fff;
    margin-top: 1em
}

.image-card-title {
    display: block;
    background: #fff;
    padding: 0.5em;
    text-align: center;
    font-size: 1.15em;
    font-weight: 400
}

.image-card-photo {
    display: inline-block;
    transform-origin: 50% 100%;
    margin: -1em 1em 0.5em 1em;
    transition: all 0.43s cubic-bezier(0.2, 0.85, 0, 1);
    backface-visibility: hidden;
    transform: scale(1) translate3d(0, 0, 0)
}

.image-card-photo img {
    border-radius: 4px
}

.image-card:hover .image-card-photo {
    transform: scale(1.125) translate3d(0, 0, 0);
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

.grid {
    margin-left: -8px;
    margin-right: -8px
}

.grid:before,
.grid:after {
    content: " ";
    display: table
}

.grid:after {
    clear: both
}

.grid-item {
    padding-left: 8px;
    padding-right: 8px;
    float: left
}

@media screen and (min-width: 1736px) {
    .grid-item {
        width: 33%
    }
    .grid-item:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 1338px) and (max-width: 1736px) {
    .grid-item {
        width: 33%
    }
    .grid-item:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 992px) and (max-width: 1336px) {
    .grid-item {
        width: 33%
    }
    .grid-item:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-item {
        width: 33%
    }
    .grid-item:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .grid-item {
        width: 50%
    }
    .grid-item:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width:480px) {
    .grid-item {
        width: 50%
    }
    .grid-item:nth-child(2n+1) {
        clear: left
    }
}

.video-card {
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12);
    background-color: #fff;
    margin-bottom: 32px;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    z-index: 1
}

.card .video-card,
.category-block .category-news .video-card,
.card-primary .video-card,
.card-image .video-card,
.filters .video-card,
.news-card .video-card,
.collection .video-card,
.tooltip .tooltip-body .video-card {
    box-shadow: none
}

.card .video-card:hover,
.category-block .category-news .video-card:hover,
.card-primary .video-card:hover,
.card-image .video-card:hover,
.filters .video-card:hover,
.news-card .video-card:hover,
.collection .video-card:hover,
.tooltip .tooltip-body .video-card:hover {
    box-shadow: none
}

.card .video-card .video-card-body,
.category-block .category-news .video-card .video-card-body,
.card-primary .video-card .video-card-body,
.card-image .video-card .video-card-body,
.filters .video-card .video-card-body,
.news-card .video-card .video-card-body,
.collection .video-card .video-card-body,
.tooltip .tooltip-body .video-card .video-card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.card .video-card:last-child,
.category-block .category-news .video-card:last-child,
.card-primary .video-card:last-child,
.card-image .video-card:last-child,
.filters .video-card:last-child,
.news-card .video-card:last-child,
.collection .video-card:last-child,
.tooltip .tooltip-body .video-card:last-child {
    margin-bottom: 0
}

.video-card,
.video-card-title {
    transition: all 0.42s cubic-bezier(0.2, 0.85, 0, 1)
}

.video-card-body {
    padding: 1em;
    text-align: justify
}

.video-card .date {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38)
}

.video-card-title {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-weight: 400;
    font-size: 1.125em;
    word-break: break-word
}

.video-card:hover {
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

.video-card:hover .video-card-title {
    color: rgba(0, 0, 0, 0.87)
}

.xviewport {
    outline: 1px dotted #F44336;
    background: none;
    position: relative;
    z-index: 10000
}

.xviewport:hover:after {
    background: #000
}

.xviewport:after {
    content: attr(title);
    font-family: sans-serif;
    position: absolute;
    top: -1px;
    left: -1px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 0 4px 4px 4px;
    padding: 0.25em 1em;
    text-shadow: none;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    max-width: 100%;
    word-break: break-word
}

.xviewport-form {
    position: absolute;
    top: 0;
    right: 0
}

.xviewport .xviewport {
    outline-color: #3f51b5
}

.xviewport .xviewport:after {
    background: rgba(63, 81, 181, 0.5)
}

.xviewport .xviewport:hover:after {
    background: #3f51b5
}

.category-block {
    background: #fff;
    margin-bottom: 32px;
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.category-block .category-title {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #1976D2;
    background: linear-gradient(60deg, #1976D2, #176abd);
    padding: 5.3333333333px 14.2222222222px;
    line-height: 33px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

.category-block .category-title:before,
.category-block .category-title:after {
    content: " ";
    display: table
}

.category-block .category-title:after {
    clear: both
}

html.informal .category-block .category-title {
    background: #009688;
    background: linear-gradient(60deg, #009688, #00877a)
}

.category-block .category-title h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.category-block .category-title .category-actions {
    float: right
}

.category-block .article-image a,
.category-block .side-img {
    border-radius: 4px
}

.category-block .category-news {
    display: flex;
    padding: 0;
    width: 100%
}

.category-block .category-news .article-annotation {
    position: relative
}

.category-block .category-news .main-article {
    flex: 0 1 66%;
    display: flex;
    flex-flow: column nowrap;
    padding: 21.3333333333px
}

.category-block .category-news .main-article .article-top {
    position: relative
}

.category-block .category-news .main-article .article-top .article-title {
    display: block;
    background: rgba(25, 118, 210, 0.5);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 16px 21.3333333333px;
    font-weight: 500;
    font-size: 1.25em;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

html.informal .category-block .category-news .main-article .article-top .article-title {
    background: rgba(0, 150, 136, 0.5)
}

.category-block .category-news .main-article .article-image a {
    display: block;
    height: 256px;
    background-size: cover;
    background-position: 50% 25%
}

.category-block .category-news .main-article .article-body {
    text-align: justify;
    padding-top: 0.4em
}

.category-block .category-news .main-article .article-footer {
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px
}

.category-block .category-news .main-article .article-footer .category-author {
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
    max-width: 60%;
    text-align: left
}

.category-block .category-news .main-article .article-footer .category-author span {
    margin-right: 1em
}

.category-block .category-news .side-articles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 1 34%;
    min-height: 56.25px;
    padding-left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12)
}

.category-block .category-news .side-articles>.side-article {
    flex: 1 1 auto;
    max-width: 100%
}

.category-block .category-news .side-articles .side-article-title {
    position: relative;
    display: block;
    word-break: break-word
}

.category-block .category-news .side-articles .side-article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 13px 10px;
    color: #333
}

.category-block .category-news .side-articles .side-article:before,
.category-block .category-news .side-articles .side-article:after {
    content: " ";
    display: table
}

.category-block .category-news .side-articles .side-article:after {
    clear: both
}

.category-block .category-news .side-articles .side-article+.side-article {
    border-top: 1px solid #e0e0e0
}

.category-block .category-news .side-articles .side-article:nth-child(odd) {
    background-color: #fafafa
}

.category-block .category-news .side-articles .side-article:hover {
    color: #1976D2;
    text-decoration: none
}

html.informal .category-block .category-news .side-articles .side-article:hover {
    color: #009688
}

.category-block .category-news .side-articles .side-article.active {
    background-color: #fff
}

.category-block .category-news .side-articles .side-article.active .side-img {
    transform: scale(1.125)
}

.category-block .category-news .side-articles .side-article:first-child {
    padding-top: 21.3333333333px;
    display: none
}

.category-block .category-news .side-articles .side-article:nth-child(2) {
    border-top: none
}

.category-block .category-news .side-articles .side-article>* {
    display: table-cell;
    vertical-align: top
}

.category-block .category-news .side-articles .side-article h6 {
    padding-left: 10.6666666667px;
    margin: 0;
    font-size: 1em;
    font-weight: 400
}

.category-block .category-news .side-articles .side-img-holder {
    width: 56.25px
}

.category-block .category-news .side-articles .side-img {
    width: 56.25px;
    height: 56.25px;
    margin-right: 10.6666666667px;
    background-size: cover;
    background-position: 50% 50%;
    transition: all .3s
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.card .filter-list,
.card-primary .filter-list,
.card-image .filter-list,
.filters .filter-list,
.news-card .filter-list,
.collection .filter-list,
.tooltip .tooltip-body .filter-list,
.category-block .category-news .filter-list {
    margin: 0 -21.3333333333px
}

.card .filter-list li a,
.card-primary .filter-list li a,
.card-image .filter-list li a,
.filters .filter-list li a,
.news-card .filter-list li a,
.collection .filter-list li a,
.tooltip .tooltip-body .filter-list li a,
.category-block .category-news .filter-list li a {
    padding-left: 21.3333333333px;
    padding-right: 21.3333333333px
}

.filter-list a {
    display: block;
    padding: 0.6em 0;
    font-weight: 400;
    color: #9e9e9e
}

.filter-list a:hover,
.filter-list a:focus {
    color: #1976D2;
    text-decoration: none
}

html.general .filter-list a:hover,
html.general .filter-list a:focus {
    color: #1976D2
}

html.informal .filter-list a:hover,
html.informal .filter-list a:focus {
    color: #009688
}

.filter-list li.selected {
    background-color: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-width: 1px 0
}

html.informal .filter-list li.selected {
    background-color: rgba(0, 150, 136, 0.18)
}

html.general .filter-list li.selected {
    background-color: rgba(25, 118, 210, 0.18)
}

.filter-list li.selected a {
    font-weight: 500
}

.filter-list li.selected a,
.filter-list li.selected a:hover,
.filter-list li.selected a.hover,
.filter-list li.selected a:focus {
    color: rgba(0, 0, 0, 0.87)
}

.filter-list li.selected a:before {
    content: '';
    width: .5em;
    height: .5em;
    margin-top: -0.25em;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    background: rgba(0, 0, 0, 0.54);
    margin-right: 1em
}

.btn-theme,
.pagination a.current,
.pagination li.current,
.pages a.current,
.pages li.current {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12)
}

.btn-theme:focus,
.pagination a.current:focus,
.pagination li.current:focus,
.pages a.current:focus,
.pages li.current:focus,
.btn-theme.focus,
.pagination a.focus.current,
.pagination li.focus.current,
.pages a.focus.current,
.pages li.focus.current {
    color: #fff;
    background-color: #e69000;
    border-color: #cc8000
}

.btn-theme:hover,
.pagination a.current:hover,
.pagination li.current:hover,
.pages a.current:hover,
.pages li.current:hover {
    color: #fff;
    background-color: #ffaa1a;
    border-color: #ffaa1a;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

.btn-theme:active,
.pagination a.current:active,
.pagination li.current:active,
.pages a.current:active,
.pages li.current:active,
.btn-theme.active,
.pagination a.active.current,
.pagination li.active.current,
.pages a.active.current,
.pages li.active.current,
.open>.btn-theme.dropdown-toggle,
.pagination .open>a.dropdown-toggle.current,
.pagination .open>li.dropdown-toggle.current,
.pages .open>a.dropdown-toggle.current,
.pages .open>li.dropdown-toggle.current {
    color: #fff;
    background-color: #cc8000;
    border-color: #e69000
}

.btn-theme:active:hover,
.pagination a.current:active:hover,
.pagination li.current:active:hover,
.pages a.current:active:hover,
.pages li.current:active:hover,
.btn-theme:active:focus,
.pagination a.current:active:focus,
.pagination li.current:active:focus,
.pages a.current:active:focus,
.pages li.current:active:focus,
.btn-theme:active.focus,
.pagination a.current:active.focus,
.pagination li.current:active.focus,
.pages a.current:active.focus,
.pages li.current:active.focus,
.btn-theme.active:hover,
.pagination a.active.current:hover,
.pagination li.active.current:hover,
.pages a.active.current:hover,
.pages li.active.current:hover,
.btn-theme.active:focus,
.pagination a.active.current:focus,
.pagination li.active.current:focus,
.pages a.active.current:focus,
.pages li.active.current:focus,
.btn-theme.active.focus,
.pagination a.active.focus.current,
.pagination li.active.focus.current,
.pages a.active.focus.current,
.pages li.active.focus.current,
.open>.btn-theme.dropdown-toggle:hover,
.pagination .open>a.dropdown-toggle.current:hover,
.pagination .open>li.dropdown-toggle.current:hover,
.pages .open>a.dropdown-toggle.current:hover,
.pages .open>li.dropdown-toggle.current:hover,
.open>.btn-theme.dropdown-toggle:focus,
.pagination .open>a.dropdown-toggle.current:focus,
.pagination .open>li.dropdown-toggle.current:focus,
.pages .open>a.dropdown-toggle.current:focus,
.pages .open>li.dropdown-toggle.current:focus,
.open>.btn-theme.dropdown-toggle.focus,
.pagination .open>a.dropdown-toggle.focus.current,
.pagination .open>li.dropdown-toggle.focus.current,
.pages .open>a.dropdown-toggle.focus.current,
.pages .open>li.dropdown-toggle.focus.current {
    color: #fff;
    background-color: #e69000;
    border-color: #cc8000
}

.btn-theme:active,
.pagination a.current:active,
.pagination li.current:active,
.pages a.current:active,
.pages li.current:active,
.btn-theme.active,
.pagination a.active.current,
.pagination li.active.current,
.pages a.active.current,
.pages li.active.current,
.open>.btn-theme.dropdown-toggle,
.pagination .open>a.dropdown-toggle.current,
.pagination .open>li.dropdown-toggle.current,
.pages .open>a.dropdown-toggle.current,
.pages .open>li.dropdown-toggle.current {
    background-image: none
}

.btn-theme.disabled:hover,
.pagination a.disabled.current:hover,
.pagination li.disabled.current:hover,
.pages a.disabled.current:hover,
.pages li.disabled.current:hover,
.btn-theme.disabled:focus,
.pagination a.disabled.current:focus,
.pagination li.disabled.current:focus,
.pages a.disabled.current:focus,
.pages li.disabled.current:focus,
.btn-theme.disabled.focus,
.pagination a.disabled.focus.current,
.pagination li.disabled.focus.current,
.pages a.disabled.focus.current,
.pages li.disabled.focus.current,
.btn-theme[disabled]:hover,
.pagination a[disabled].current:hover,
.pagination li[disabled].current:hover,
.pages a[disabled].current:hover,
.pages li[disabled].current:hover,
.btn-theme[disabled]:focus,
.pagination a[disabled].current:focus,
.pagination li[disabled].current:focus,
.pages a[disabled].current:focus,
.pages li[disabled].current:focus,
.btn-theme[disabled].focus,
.pagination a[disabled].focus.current,
.pagination li[disabled].focus.current,
.pages a[disabled].focus.current,
.pages li[disabled].focus.current,
fieldset[disabled] .btn-theme:hover,
fieldset[disabled] .pagination a.current:hover,
.pagination fieldset[disabled] a.current:hover,
fieldset[disabled] .pagination li.current:hover,
.pagination fieldset[disabled] li.current:hover,
fieldset[disabled] .pages a.current:hover,
.pages fieldset[disabled] a.current:hover,
fieldset[disabled] .pages li.current:hover,
.pages fieldset[disabled] li.current:hover,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .pagination a.current:focus,
.pagination fieldset[disabled] a.current:focus,
fieldset[disabled] .pagination li.current:focus,
.pagination fieldset[disabled] li.current:focus,
fieldset[disabled] .pages a.current:focus,
.pages fieldset[disabled] a.current:focus,
fieldset[disabled] .pages li.current:focus,
.pages fieldset[disabled] li.current:focus,
fieldset[disabled] .btn-theme.focus,
fieldset[disabled] .pagination a.focus.current,
.pagination fieldset[disabled] a.focus.current,
fieldset[disabled] .pagination li.focus.current,
.pagination fieldset[disabled] li.focus.current,
fieldset[disabled] .pages a.focus.current,
.pages fieldset[disabled] a.focus.current,
fieldset[disabled] .pages li.focus.current,
.pages fieldset[disabled] li.focus.current {
    background-color: #ffa000;
    border-color: #ffa000
}

.btn-theme .badge,
.pagination a.current .badge,
.pagination li.current .badge,
.pages a.current .badge,
.pages li.current .badge,
.btn-theme .news-card .image .badge-wrap,
.pagination a.current .news-card .image .badge-wrap,
.pagination li.current .news-card .image .badge-wrap,
.pages a.current .news-card .image .badge-wrap,
.pages li.current .news-card .image .badge-wrap,
.news-card .image .btn-theme .badge-wrap,
.news-card .image .pagination a.current .badge-wrap,
.pagination .news-card .image a.current .badge-wrap,
.news-card .image .pagination li.current .badge-wrap,
.pagination .news-card .image li.current .badge-wrap,
.news-card .image .pages a.current .badge-wrap,
.pages .news-card .image a.current .badge-wrap,
.news-card .image .pages li.current .badge-wrap,
.pages .news-card .image li.current .badge-wrap,
.btn-theme .news-card .image .badge-primary,
.pagination a.current .news-card .image .badge-primary,
.pagination li.current .news-card .image .badge-primary,
.pages a.current .news-card .image .badge-primary,
.pages li.current .news-card .image .badge-primary,
.news-card .image .btn-theme .badge-primary,
.news-card .image .pagination a.current .badge-primary,
.pagination .news-card .image a.current .badge-primary,
.news-card .image .pagination li.current .badge-primary,
.pagination .news-card .image li.current .badge-primary,
.news-card .image .pages a.current .badge-primary,
.pages .news-card .image a.current .badge-primary,
.news-card .image .pages li.current .badge-primary,
.pages .news-card .image li.current .badge-primary {
    color: #ffa000;
    background-color: #fff
}

html.general .btn-theme,
html.general .pagination a.current,
.pagination html.general a.current,
html.general .pagination li.current,
.pagination html.general li.current,
html.general .pages a.current,
.pages html.general a.current,
html.general .pages li.current,
.pages html.general li.current {
    color: #fff;
    background-color: #1976D2;
    border-color: #1976D2;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.14), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12)
}

html.general .btn-theme:focus,
html.general .pagination a.current:focus,
.pagination html.general a.current:focus,
html.general .pagination li.current:focus,
.pagination html.general li.current:focus,
html.general .pages a.current:focus,
.pages html.general a.current:focus,
html.general .pages li.current:focus,
.pages html.general li.current:focus,
html.general .btn-theme.focus,
html.general .pagination a.focus.current,
.pagination html.general a.focus.current,
html.general .pagination li.focus.current,
.pagination html.general li.focus.current,
html.general .pages a.focus.current,
.pages html.general a.focus.current,
html.general .pages li.focus.current,
.pages html.general li.focus.current {
    color: #fff;
    background-color: #1669bb;
    border-color: #145ca4
}

html.general .btn-theme:hover,
html.general .pagination a.current:hover,
.pagination html.general a.current:hover,
html.general .pagination li.current:hover,
.pagination html.general li.current:hover,
html.general .pages a.current:hover,
.pages html.general a.current:hover,
html.general .pages li.current:hover,
.pages html.general li.current:hover {
    color: #fff;
    background-color: #2083e4;
    border-color: #2083e4;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

html.general .btn-theme:active,
html.general .pagination a.current:active,
.pagination html.general a.current:active,
html.general .pagination li.current:active,
.pagination html.general li.current:active,
html.general .pages a.current:active,
.pages html.general a.current:active,
html.general .pages li.current:active,
.pages html.general li.current:active,
html.general .btn-theme.active,
html.general .pagination a.active.current,
.pagination html.general a.active.current,
html.general .pagination li.active.current,
.pagination html.general li.active.current,
html.general .pages a.active.current,
.pages html.general a.active.current,
html.general .pages li.active.current,
.pages html.general li.active.current,
.open>html.general .btn-theme.dropdown-toggle,
.open>html.general .pagination a.dropdown-toggle.current,
.pagination .open>html.general a.dropdown-toggle.current,
.open>html.general .pagination li.dropdown-toggle.current,
.pagination .open>html.general li.dropdown-toggle.current,
.open>html.general .pages a.dropdown-toggle.current,
.pages .open>html.general a.dropdown-toggle.current,
.open>html.general .pages li.dropdown-toggle.current,
.pages .open>html.general li.dropdown-toggle.current {
    color: #fff;
    background-color: #145ca4;
    border-color: #1669bb
}

html.general .btn-theme:active:hover,
html.general .pagination a.current:active:hover,
.pagination html.general a.current:active:hover,
html.general .pagination li.current:active:hover,
.pagination html.general li.current:active:hover,
html.general .pages a.current:active:hover,
.pages html.general a.current:active:hover,
html.general .pages li.current:active:hover,
.pages html.general li.current:active:hover,
html.general .btn-theme:active:focus,
html.general .pagination a.current:active:focus,
.pagination html.general a.current:active:focus,
html.general .pagination li.current:active:focus,
.pagination html.general li.current:active:focus,
html.general .pages a.current:active:focus,
.pages html.general a.current:active:focus,
html.general .pages li.current:active:focus,
.pages html.general li.current:active:focus,
html.general .btn-theme:active.focus,
html.general .pagination a.current:active.focus,
.pagination html.general a.current:active.focus,
html.general .pagination li.current:active.focus,
.pagination html.general li.current:active.focus,
html.general .pages a.current:active.focus,
.pages html.general a.current:active.focus,
html.general .pages li.current:active.focus,
.pages html.general li.current:active.focus,
html.general .btn-theme.active:hover,
html.general .pagination a.active.current:hover,
.pagination html.general a.active.current:hover,
html.general .pagination li.active.current:hover,
.pagination html.general li.active.current:hover,
html.general .pages a.active.current:hover,
.pages html.general a.active.current:hover,
html.general .pages li.active.current:hover,
.pages html.general li.active.current:hover,
html.general .btn-theme.active:focus,
html.general .pagination a.active.current:focus,
.pagination html.general a.active.current:focus,
html.general .pagination li.active.current:focus,
.pagination html.general li.active.current:focus,
html.general .pages a.active.current:focus,
.pages html.general a.active.current:focus,
html.general .pages li.active.current:focus,
.pages html.general li.active.current:focus,
html.general .btn-theme.active.focus,
html.general .pagination a.active.focus.current,
.pagination html.general a.active.focus.current,
html.general .pagination li.active.focus.current,
.pagination html.general li.active.focus.current,
html.general .pages a.active.focus.current,
.pages html.general a.active.focus.current,
html.general .pages li.active.focus.current,
.pages html.general li.active.focus.current,
.open>html.general .btn-theme.dropdown-toggle:hover,
.open>html.general .pagination a.dropdown-toggle.current:hover,
.pagination .open>html.general a.dropdown-toggle.current:hover,
.open>html.general .pagination li.dropdown-toggle.current:hover,
.pagination .open>html.general li.dropdown-toggle.current:hover,
.open>html.general .pages a.dropdown-toggle.current:hover,
.pages .open>html.general a.dropdown-toggle.current:hover,
.open>html.general .pages li.dropdown-toggle.current:hover,
.pages .open>html.general li.dropdown-toggle.current:hover,
.open>html.general .btn-theme.dropdown-toggle:focus,
.open>html.general .pagination a.dropdown-toggle.current:focus,
.pagination .open>html.general a.dropdown-toggle.current:focus,
.open>html.general .pagination li.dropdown-toggle.current:focus,
.pagination .open>html.general li.dropdown-toggle.current:focus,
.open>html.general .pages a.dropdown-toggle.current:focus,
.pages .open>html.general a.dropdown-toggle.current:focus,
.open>html.general .pages li.dropdown-toggle.current:focus,
.pages .open>html.general li.dropdown-toggle.current:focus,
.open>html.general .btn-theme.dropdown-toggle.focus,
.open>html.general .pagination a.dropdown-toggle.focus.current,
.pagination .open>html.general a.dropdown-toggle.focus.current,
.open>html.general .pagination li.dropdown-toggle.focus.current,
.pagination .open>html.general li.dropdown-toggle.focus.current,
.open>html.general .pages a.dropdown-toggle.focus.current,
.pages .open>html.general a.dropdown-toggle.focus.current,
.open>html.general .pages li.dropdown-toggle.focus.current,
.pages .open>html.general li.dropdown-toggle.focus.current {
    color: #fff;
    background-color: #1669bb;
    border-color: #145ca4
}

html.general .btn-theme:active,
html.general .pagination a.current:active,
.pagination html.general a.current:active,
html.general .pagination li.current:active,
.pagination html.general li.current:active,
html.general .pages a.current:active,
.pages html.general a.current:active,
html.general .pages li.current:active,
.pages html.general li.current:active,
html.general .btn-theme.active,
html.general .pagination a.active.current,
.pagination html.general a.active.current,
html.general .pagination li.active.current,
.pagination html.general li.active.current,
html.general .pages a.active.current,
.pages html.general a.active.current,
html.general .pages li.active.current,
.pages html.general li.active.current,
.open>html.general .btn-theme.dropdown-toggle,
.open>html.general .pagination a.dropdown-toggle.current,
.pagination .open>html.general a.dropdown-toggle.current,
.open>html.general .pagination li.dropdown-toggle.current,
.pagination .open>html.general li.dropdown-toggle.current,
.open>html.general .pages a.dropdown-toggle.current,
.pages .open>html.general a.dropdown-toggle.current,
.open>html.general .pages li.dropdown-toggle.current,
.pages .open>html.general li.dropdown-toggle.current {
    background-image: none
}

html.general .btn-theme.disabled:hover,
html.general .pagination a.disabled.current:hover,
.pagination html.general a.disabled.current:hover,
html.general .pagination li.disabled.current:hover,
.pagination html.general li.disabled.current:hover,
html.general .pages a.disabled.current:hover,
.pages html.general a.disabled.current:hover,
html.general .pages li.disabled.current:hover,
.pages html.general li.disabled.current:hover,
html.general .btn-theme.disabled:focus,
html.general .pagination a.disabled.current:focus,
.pagination html.general a.disabled.current:focus,
html.general .pagination li.disabled.current:focus,
.pagination html.general li.disabled.current:focus,
html.general .pages a.disabled.current:focus,
.pages html.general a.disabled.current:focus,
html.general .pages li.disabled.current:focus,
.pages html.general li.disabled.current:focus,
html.general .btn-theme.disabled.focus,
html.general .pagination a.disabled.focus.current,
.pagination html.general a.disabled.focus.current,
html.general .pagination li.disabled.focus.current,
.pagination html.general li.disabled.focus.current,
html.general .pages a.disabled.focus.current,
.pages html.general a.disabled.focus.current,
html.general .pages li.disabled.focus.current,
.pages html.general li.disabled.focus.current,
html.general .btn-theme[disabled]:hover,
html.general .pagination a[disabled].current:hover,
.pagination html.general a[disabled].current:hover,
html.general .pagination li[disabled].current:hover,
.pagination html.general li[disabled].current:hover,
html.general .pages a[disabled].current:hover,
.pages html.general a[disabled].current:hover,
html.general .pages li[disabled].current:hover,
.pages html.general li[disabled].current:hover,
html.general .btn-theme[disabled]:focus,
html.general .pagination a[disabled].current:focus,
.pagination html.general a[disabled].current:focus,
html.general .pagination li[disabled].current:focus,
.pagination html.general li[disabled].current:focus,
html.general .pages a[disabled].current:focus,
.pages html.general a[disabled].current:focus,
html.general .pages li[disabled].current:focus,
.pages html.general li[disabled].current:focus,
html.general .btn-theme[disabled].focus,
html.general .pagination a[disabled].focus.current,
.pagination html.general a[disabled].focus.current,
html.general .pagination li[disabled].focus.current,
.pagination html.general li[disabled].focus.current,
html.general .pages a[disabled].focus.current,
.pages html.general a[disabled].focus.current,
html.general .pages li[disabled].focus.current,
.pages html.general li[disabled].focus.current,
fieldset[disabled] html.general .btn-theme:hover,
fieldset[disabled] html.general .pagination a.current:hover,
.pagination fieldset[disabled] html.general a.current:hover,
fieldset[disabled] html.general .pagination li.current:hover,
.pagination fieldset[disabled] html.general li.current:hover,
fieldset[disabled] html.general .pages a.current:hover,
.pages fieldset[disabled] html.general a.current:hover,
fieldset[disabled] html.general .pages li.current:hover,
.pages fieldset[disabled] html.general li.current:hover,
fieldset[disabled] html.general .btn-theme:focus,
fieldset[disabled] html.general .pagination a.current:focus,
.pagination fieldset[disabled] html.general a.current:focus,
fieldset[disabled] html.general .pagination li.current:focus,
.pagination fieldset[disabled] html.general li.current:focus,
fieldset[disabled] html.general .pages a.current:focus,
.pages fieldset[disabled] html.general a.current:focus,
fieldset[disabled] html.general .pages li.current:focus,
.pages fieldset[disabled] html.general li.current:focus,
fieldset[disabled] html.general .btn-theme.focus,
fieldset[disabled] html.general .pagination a.focus.current,
.pagination fieldset[disabled] html.general a.focus.current,
fieldset[disabled] html.general .pagination li.focus.current,
.pagination fieldset[disabled] html.general li.focus.current,
fieldset[disabled] html.general .pages a.focus.current,
.pages fieldset[disabled] html.general a.focus.current,
fieldset[disabled] html.general .pages li.focus.current,
.pages fieldset[disabled] html.general li.focus.current {
    background-color: #1976D2;
    border-color: #1976D2
}

html.general .btn-theme .badge,
html.general .pagination a.current .badge,
.pagination html.general a.current .badge,
html.general .pagination li.current .badge,
.pagination html.general li.current .badge,
html.general .pages a.current .badge,
.pages html.general a.current .badge,
html.general .pages li.current .badge,
.pages html.general li.current .badge,
html.general .btn-theme .news-card .image .badge-wrap,
html.general .pagination a.current .news-card .image .badge-wrap,
.pagination html.general a.current .news-card .image .badge-wrap,
html.general .pagination li.current .news-card .image .badge-wrap,
.pagination html.general li.current .news-card .image .badge-wrap,
html.general .pages a.current .news-card .image .badge-wrap,
.pages html.general a.current .news-card .image .badge-wrap,
html.general .pages li.current .news-card .image .badge-wrap,
.pages html.general li.current .news-card .image .badge-wrap,
.news-card .image html.general .btn-theme .badge-wrap,
.news-card .image html.general .pagination a.current .badge-wrap,
.pagination .news-card .image html.general a.current .badge-wrap,
.news-card .image html.general .pagination li.current .badge-wrap,
.pagination .news-card .image html.general li.current .badge-wrap,
.news-card .image html.general .pages a.current .badge-wrap,
.pages .news-card .image html.general a.current .badge-wrap,
.news-card .image html.general .pages li.current .badge-wrap,
.pages .news-card .image html.general li.current .badge-wrap,
html.general .btn-theme .news-card .image .badge-primary,
html.general .pagination a.current .news-card .image .badge-primary,
.pagination html.general a.current .news-card .image .badge-primary,
html.general .pagination li.current .news-card .image .badge-primary,
.pagination html.general li.current .news-card .image .badge-primary,
html.general .pages a.current .news-card .image .badge-primary,
.pages html.general a.current .news-card .image .badge-primary,
html.general .pages li.current .news-card .image .badge-primary,
.pages html.general li.current .news-card .image .badge-primary,
.news-card .image html.general .btn-theme .badge-primary,
.news-card .image html.general .pagination a.current .badge-primary,
.pagination .news-card .image html.general a.current .badge-primary,
.news-card .image html.general .pagination li.current .badge-primary,
.pagination .news-card .image html.general li.current .badge-primary,
.news-card .image html.general .pages a.current .badge-primary,
.pages .news-card .image html.general a.current .badge-primary,
.news-card .image html.general .pages li.current .badge-primary,
.pages .news-card .image html.general li.current .badge-primary {
    color: #1976D2;
    background-color: #fff
}

html.informal .btn-theme,
html.informal .pagination a.current,
.pagination html.informal a.current,
html.informal .pagination li.current,
.pagination html.informal li.current,
html.informal .pages a.current,
.pages html.informal a.current,
html.informal .pages li.current,
.pages html.informal li.current {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 150, 136, 0.14), 0 3px 1px -2px rgba(0, 150, 136, 0.2), 0 1px 5px 0 rgba(0, 150, 136, 0.12)
}

html.informal .btn-theme:focus,
html.informal .pagination a.current:focus,
.pagination html.informal a.current:focus,
html.informal .pagination li.current:focus,
.pagination html.informal li.current:focus,
html.informal .pages a.current:focus,
.pages html.informal a.current:focus,
html.informal .pages li.current:focus,
.pages html.informal li.current:focus,
html.informal .btn-theme.focus,
html.informal .pagination a.focus.current,
.pagination html.informal a.focus.current,
html.informal .pagination li.focus.current,
.pagination html.informal li.focus.current,
html.informal .pages a.focus.current,
.pages html.informal a.focus.current,
html.informal .pages li.focus.current,
.pages html.informal li.focus.current {
    color: #fff;
    background-color: #007d71;
    border-color: #00635a
}

html.informal .btn-theme:hover,
html.informal .pagination a.current:hover,
.pagination html.informal a.current:hover,
html.informal .pagination li.current:hover,
.pagination html.informal li.current:hover,
html.informal .pages a.current:hover,
.pages html.informal a.current:hover,
html.informal .pages li.current:hover,
.pages html.informal li.current:hover {
    color: #fff;
    background-color: #00b09f;
    border-color: #00b09f;
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

html.informal .btn-theme:active,
html.informal .pagination a.current:active,
.pagination html.informal a.current:active,
html.informal .pagination li.current:active,
.pagination html.informal li.current:active,
html.informal .pages a.current:active,
.pages html.informal a.current:active,
html.informal .pages li.current:active,
.pages html.informal li.current:active,
html.informal .btn-theme.active,
html.informal .pagination a.active.current,
.pagination html.informal a.active.current,
html.informal .pagination li.active.current,
.pagination html.informal li.active.current,
html.informal .pages a.active.current,
.pages html.informal a.active.current,
html.informal .pages li.active.current,
.pages html.informal li.active.current,
.open>html.informal .btn-theme.dropdown-toggle,
.open>html.informal .pagination a.dropdown-toggle.current,
.pagination .open>html.informal a.dropdown-toggle.current,
.open>html.informal .pagination li.dropdown-toggle.current,
.pagination .open>html.informal li.dropdown-toggle.current,
.open>html.informal .pages a.dropdown-toggle.current,
.pages .open>html.informal a.dropdown-toggle.current,
.open>html.informal .pages li.dropdown-toggle.current,
.pages .open>html.informal li.dropdown-toggle.current {
    color: #fff;
    background-color: #00635a;
    border-color: #007d71
}

html.informal .btn-theme:active:hover,
html.informal .pagination a.current:active:hover,
.pagination html.informal a.current:active:hover,
html.informal .pagination li.current:active:hover,
.pagination html.informal li.current:active:hover,
html.informal .pages a.current:active:hover,
.pages html.informal a.current:active:hover,
html.informal .pages li.current:active:hover,
.pages html.informal li.current:active:hover,
html.informal .btn-theme:active:focus,
html.informal .pagination a.current:active:focus,
.pagination html.informal a.current:active:focus,
html.informal .pagination li.current:active:focus,
.pagination html.informal li.current:active:focus,
html.informal .pages a.current:active:focus,
.pages html.informal a.current:active:focus,
html.informal .pages li.current:active:focus,
.pages html.informal li.current:active:focus,
html.informal .btn-theme:active.focus,
html.informal .pagination a.current:active.focus,
.pagination html.informal a.current:active.focus,
html.informal .pagination li.current:active.focus,
.pagination html.informal li.current:active.focus,
html.informal .pages a.current:active.focus,
.pages html.informal a.current:active.focus,
html.informal .pages li.current:active.focus,
.pages html.informal li.current:active.focus,
html.informal .btn-theme.active:hover,
html.informal .pagination a.active.current:hover,
.pagination html.informal a.active.current:hover,
html.informal .pagination li.active.current:hover,
.pagination html.informal li.active.current:hover,
html.informal .pages a.active.current:hover,
.pages html.informal a.active.current:hover,
html.informal .pages li.active.current:hover,
.pages html.informal li.active.current:hover,
html.informal .btn-theme.active:focus,
html.informal .pagination a.active.current:focus,
.pagination html.informal a.active.current:focus,
html.informal .pagination li.active.current:focus,
.pagination html.informal li.active.current:focus,
html.informal .pages a.active.current:focus,
.pages html.informal a.active.current:focus,
html.informal .pages li.active.current:focus,
.pages html.informal li.active.current:focus,
html.informal .btn-theme.active.focus,
html.informal .pagination a.active.focus.current,
.pagination html.informal a.active.focus.current,
html.informal .pagination li.active.focus.current,
.pagination html.informal li.active.focus.current,
html.informal .pages a.active.focus.current,
.pages html.informal a.active.focus.current,
html.informal .pages li.active.focus.current,
.pages html.informal li.active.focus.current,
.open>html.informal .btn-theme.dropdown-toggle:hover,
.open>html.informal .pagination a.dropdown-toggle.current:hover,
.pagination .open>html.informal a.dropdown-toggle.current:hover,
.open>html.informal .pagination li.dropdown-toggle.current:hover,
.pagination .open>html.informal li.dropdown-toggle.current:hover,
.open>html.informal .pages a.dropdown-toggle.current:hover,
.pages .open>html.informal a.dropdown-toggle.current:hover,
.open>html.informal .pages li.dropdown-toggle.current:hover,
.pages .open>html.informal li.dropdown-toggle.current:hover,
.open>html.informal .btn-theme.dropdown-toggle:focus,
.open>html.informal .pagination a.dropdown-toggle.current:focus,
.pagination .open>html.informal a.dropdown-toggle.current:focus,
.open>html.informal .pagination li.dropdown-toggle.current:focus,
.pagination .open>html.informal li.dropdown-toggle.current:focus,
.open>html.informal .pages a.dropdown-toggle.current:focus,
.pages .open>html.informal a.dropdown-toggle.current:focus,
.open>html.informal .pages li.dropdown-toggle.current:focus,
.pages .open>html.informal li.dropdown-toggle.current:focus,
.open>html.informal .btn-theme.dropdown-toggle.focus,
.open>html.informal .pagination a.dropdown-toggle.focus.current,
.pagination .open>html.informal a.dropdown-toggle.focus.current,
.open>html.informal .pagination li.dropdown-toggle.focus.current,
.pagination .open>html.informal li.dropdown-toggle.focus.current,
.open>html.informal .pages a.dropdown-toggle.focus.current,
.pages .open>html.informal a.dropdown-toggle.focus.current,
.open>html.informal .pages li.dropdown-toggle.focus.current,
.pages .open>html.informal li.dropdown-toggle.focus.current {
    color: #fff;
    background-color: #007d71;
    border-color: #00635a
}

html.informal .btn-theme:active,
html.informal .pagination a.current:active,
.pagination html.informal a.current:active,
html.informal .pagination li.current:active,
.pagination html.informal li.current:active,
html.informal .pages a.current:active,
.pages html.informal a.current:active,
html.informal .pages li.current:active,
.pages html.informal li.current:active,
html.informal .btn-theme.active,
html.informal .pagination a.active.current,
.pagination html.informal a.active.current,
html.informal .pagination li.active.current,
.pagination html.informal li.active.current,
html.informal .pages a.active.current,
.pages html.informal a.active.current,
html.informal .pages li.active.current,
.pages html.informal li.active.current,
.open>html.informal .btn-theme.dropdown-toggle,
.open>html.informal .pagination a.dropdown-toggle.current,
.pagination .open>html.informal a.dropdown-toggle.current,
.open>html.informal .pagination li.dropdown-toggle.current,
.pagination .open>html.informal li.dropdown-toggle.current,
.open>html.informal .pages a.dropdown-toggle.current,
.pages .open>html.informal a.dropdown-toggle.current,
.open>html.informal .pages li.dropdown-toggle.current,
.pages .open>html.informal li.dropdown-toggle.current {
    background-image: none
}

html.informal .btn-theme.disabled:hover,
html.informal .pagination a.disabled.current:hover,
.pagination html.informal a.disabled.current:hover,
html.informal .pagination li.disabled.current:hover,
.pagination html.informal li.disabled.current:hover,
html.informal .pages a.disabled.current:hover,
.pages html.informal a.disabled.current:hover,
html.informal .pages li.disabled.current:hover,
.pages html.informal li.disabled.current:hover,
html.informal .btn-theme.disabled:focus,
html.informal .pagination a.disabled.current:focus,
.pagination html.informal a.disabled.current:focus,
html.informal .pagination li.disabled.current:focus,
.pagination html.informal li.disabled.current:focus,
html.informal .pages a.disabled.current:focus,
.pages html.informal a.disabled.current:focus,
html.informal .pages li.disabled.current:focus,
.pages html.informal li.disabled.current:focus,
html.informal .btn-theme.disabled.focus,
html.informal .pagination a.disabled.focus.current,
.pagination html.informal a.disabled.focus.current,
html.informal .pagination li.disabled.focus.current,
.pagination html.informal li.disabled.focus.current,
html.informal .pages a.disabled.focus.current,
.pages html.informal a.disabled.focus.current,
html.informal .pages li.disabled.focus.current,
.pages html.informal li.disabled.focus.current,
html.informal .btn-theme[disabled]:hover,
html.informal .pagination a[disabled].current:hover,
.pagination html.informal a[disabled].current:hover,
html.informal .pagination li[disabled].current:hover,
.pagination html.informal li[disabled].current:hover,
html.informal .pages a[disabled].current:hover,
.pages html.informal a[disabled].current:hover,
html.informal .pages li[disabled].current:hover,
.pages html.informal li[disabled].current:hover,
html.informal .btn-theme[disabled]:focus,
html.informal .pagination a[disabled].current:focus,
.pagination html.informal a[disabled].current:focus,
html.informal .pagination li[disabled].current:focus,
.pagination html.informal li[disabled].current:focus,
html.informal .pages a[disabled].current:focus,
.pages html.informal a[disabled].current:focus,
html.informal .pages li[disabled].current:focus,
.pages html.informal li[disabled].current:focus,
html.informal .btn-theme[disabled].focus,
html.informal .pagination a[disabled].focus.current,
.pagination html.informal a[disabled].focus.current,
html.informal .pagination li[disabled].focus.current,
.pagination html.informal li[disabled].focus.current,
html.informal .pages a[disabled].focus.current,
.pages html.informal a[disabled].focus.current,
html.informal .pages li[disabled].focus.current,
.pages html.informal li[disabled].focus.current,
fieldset[disabled] html.informal .btn-theme:hover,
fieldset[disabled] html.informal .pagination a.current:hover,
.pagination fieldset[disabled] html.informal a.current:hover,
fieldset[disabled] html.informal .pagination li.current:hover,
.pagination fieldset[disabled] html.informal li.current:hover,
fieldset[disabled] html.informal .pages a.current:hover,
.pages fieldset[disabled] html.informal a.current:hover,
fieldset[disabled] html.informal .pages li.current:hover,
.pages fieldset[disabled] html.informal li.current:hover,
fieldset[disabled] html.informal .btn-theme:focus,
fieldset[disabled] html.informal .pagination a.current:focus,
.pagination fieldset[disabled] html.informal a.current:focus,
fieldset[disabled] html.informal .pagination li.current:focus,
.pagination fieldset[disabled] html.informal li.current:focus,
fieldset[disabled] html.informal .pages a.current:focus,
.pages fieldset[disabled] html.informal a.current:focus,
fieldset[disabled] html.informal .pages li.current:focus,
.pages fieldset[disabled] html.informal li.current:focus,
fieldset[disabled] html.informal .btn-theme.focus,
fieldset[disabled] html.informal .pagination a.focus.current,
.pagination fieldset[disabled] html.informal a.focus.current,
fieldset[disabled] html.informal .pagination li.focus.current,
.pagination fieldset[disabled] html.informal li.focus.current,
fieldset[disabled] html.informal .pages a.focus.current,
.pages fieldset[disabled] html.informal a.focus.current,
fieldset[disabled] html.informal .pages li.focus.current,
.pages fieldset[disabled] html.informal li.focus.current {
    background-color: #009688;
    border-color: #009688
}

html.informal .btn-theme .badge,
html.informal .pagination a.current .badge,
.pagination html.informal a.current .badge,
html.informal .pagination li.current .badge,
.pagination html.informal li.current .badge,
html.informal .pages a.current .badge,
.pages html.informal a.current .badge,
html.informal .pages li.current .badge,
.pages html.informal li.current .badge,
html.informal .btn-theme .news-card .image .badge-wrap,
html.informal .pagination a.current .news-card .image .badge-wrap,
.pagination html.informal a.current .news-card .image .badge-wrap,
html.informal .pagination li.current .news-card .image .badge-wrap,
.pagination html.informal li.current .news-card .image .badge-wrap,
html.informal .pages a.current .news-card .image .badge-wrap,
.pages html.informal a.current .news-card .image .badge-wrap,
html.informal .pages li.current .news-card .image .badge-wrap,
.pages html.informal li.current .news-card .image .badge-wrap,
.news-card .image html.informal .btn-theme .badge-wrap,
.news-card .image html.informal .pagination a.current .badge-wrap,
.pagination .news-card .image html.informal a.current .badge-wrap,
.news-card .image html.informal .pagination li.current .badge-wrap,
.pagination .news-card .image html.informal li.current .badge-wrap,
.news-card .image html.informal .pages a.current .badge-wrap,
.pages .news-card .image html.informal a.current .badge-wrap,
.news-card .image html.informal .pages li.current .badge-wrap,
.pages .news-card .image html.informal li.current .badge-wrap,
html.informal .btn-theme .news-card .image .badge-primary,
html.informal .pagination a.current .news-card .image .badge-primary,
.pagination html.informal a.current .news-card .image .badge-primary,
html.informal .pagination li.current .news-card .image .badge-primary,
.pagination html.informal li.current .news-card .image .badge-primary,
html.informal .pages a.current .news-card .image .badge-primary,
.pages html.informal a.current .news-card .image .badge-primary,
html.informal .pages li.current .news-card .image .badge-primary,
.pages html.informal li.current .news-card .image .badge-primary,
.news-card .image html.informal .btn-theme .badge-primary,
.news-card .image html.informal .pagination a.current .badge-primary,
.pagination .news-card .image html.informal a.current .badge-primary,
.news-card .image html.informal .pagination li.current .badge-primary,
.pagination .news-card .image html.informal li.current .badge-primary,
.news-card .image html.informal .pages a.current .badge-primary,
.pages .news-card .image html.informal a.current .badge-primary,
.news-card .image html.informal .pages li.current .badge-primary,
.pages .news-card .image html.informal li.current .badge-primary {
    color: #009688;
    background-color: #fff
}

html.distant .btn-theme,
html.distant .pagination a.current,
.pagination html.distant a.current,
html.distant .pagination li.current,
.pagination html.distant li.current,
html.distant .pages a.current,
.pages html.distant a.current,
html.distant .pages li.current,
.pages html.distant li.current {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12)
}

html.distant .btn-theme:focus,
html.distant .pagination a.current:focus,
.pagination html.distant a.current:focus,
html.distant .pagination li.current:focus,
.pagination html.distant li.current:focus,
html.distant .pages a.current:focus,
.pages html.distant a.current:focus,
html.distant .pages li.current:focus,
.pages html.distant li.current:focus,
html.distant .btn-theme.focus,
html.distant .pagination a.focus.current,
.pagination html.distant a.focus.current,
html.distant .pagination li.focus.current,
.pagination html.distant li.focus.current,
html.distant .pages a.focus.current,
.pages html.distant a.focus.current,
html.distant .pages li.focus.current,
.pages html.distant li.focus.current {
    color: #fff;
    background-color: #e69000;
    border-color: #cc8000
}

html.distant .btn-theme:hover,
html.distant .pagination a.current:hover,
.pagination html.distant a.current:hover,
html.distant .pagination li.current:hover,
.pagination html.distant li.current:hover,
html.distant .pages a.current:hover,
.pages html.distant a.current:hover,
html.distant .pages li.current:hover,
.pages html.distant li.current:hover {
    color: #fff;
    background-color: #ffaa1a;
    border-color: #ffaa1a;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

html.distant .btn-theme:active,
html.distant .pagination a.current:active,
.pagination html.distant a.current:active,
html.distant .pagination li.current:active,
.pagination html.distant li.current:active,
html.distant .pages a.current:active,
.pages html.distant a.current:active,
html.distant .pages li.current:active,
.pages html.distant li.current:active,
html.distant .btn-theme.active,
html.distant .pagination a.active.current,
.pagination html.distant a.active.current,
html.distant .pagination li.active.current,
.pagination html.distant li.active.current,
html.distant .pages a.active.current,
.pages html.distant a.active.current,
html.distant .pages li.active.current,
.pages html.distant li.active.current,
.open>html.distant .btn-theme.dropdown-toggle,
.open>html.distant .pagination a.dropdown-toggle.current,
.pagination .open>html.distant a.dropdown-toggle.current,
.open>html.distant .pagination li.dropdown-toggle.current,
.pagination .open>html.distant li.dropdown-toggle.current,
.open>html.distant .pages a.dropdown-toggle.current,
.pages .open>html.distant a.dropdown-toggle.current,
.open>html.distant .pages li.dropdown-toggle.current,
.pages .open>html.distant li.dropdown-toggle.current {
    color: #fff;
    background-color: #cc8000;
    border-color: #e69000
}

html.distant .btn-theme:active:hover,
html.distant .pagination a.current:active:hover,
.pagination html.distant a.current:active:hover,
html.distant .pagination li.current:active:hover,
.pagination html.distant li.current:active:hover,
html.distant .pages a.current:active:hover,
.pages html.distant a.current:active:hover,
html.distant .pages li.current:active:hover,
.pages html.distant li.current:active:hover,
html.distant .btn-theme:active:focus,
html.distant .pagination a.current:active:focus,
.pagination html.distant a.current:active:focus,
html.distant .pagination li.current:active:focus,
.pagination html.distant li.current:active:focus,
html.distant .pages a.current:active:focus,
.pages html.distant a.current:active:focus,
html.distant .pages li.current:active:focus,
.pages html.distant li.current:active:focus,
html.distant .btn-theme:active.focus,
html.distant .pagination a.current:active.focus,
.pagination html.distant a.current:active.focus,
html.distant .pagination li.current:active.focus,
.pagination html.distant li.current:active.focus,
html.distant .pages a.current:active.focus,
.pages html.distant a.current:active.focus,
html.distant .pages li.current:active.focus,
.pages html.distant li.current:active.focus,
html.distant .btn-theme.active:hover,
html.distant .pagination a.active.current:hover,
.pagination html.distant a.active.current:hover,
html.distant .pagination li.active.current:hover,
.pagination html.distant li.active.current:hover,
html.distant .pages a.active.current:hover,
.pages html.distant a.active.current:hover,
html.distant .pages li.active.current:hover,
.pages html.distant li.active.current:hover,
html.distant .btn-theme.active:focus,
html.distant .pagination a.active.current:focus,
.pagination html.distant a.active.current:focus,
html.distant .pagination li.active.current:focus,
.pagination html.distant li.active.current:focus,
html.distant .pages a.active.current:focus,
.pages html.distant a.active.current:focus,
html.distant .pages li.active.current:focus,
.pages html.distant li.active.current:focus,
html.distant .btn-theme.active.focus,
html.distant .pagination a.active.focus.current,
.pagination html.distant a.active.focus.current,
html.distant .pagination li.active.focus.current,
.pagination html.distant li.active.focus.current,
html.distant .pages a.active.focus.current,
.pages html.distant a.active.focus.current,
html.distant .pages li.active.focus.current,
.pages html.distant li.active.focus.current,
.open>html.distant .btn-theme.dropdown-toggle:hover,
.open>html.distant .pagination a.dropdown-toggle.current:hover,
.pagination .open>html.distant a.dropdown-toggle.current:hover,
.open>html.distant .pagination li.dropdown-toggle.current:hover,
.pagination .open>html.distant li.dropdown-toggle.current:hover,
.open>html.distant .pages a.dropdown-toggle.current:hover,
.pages .open>html.distant a.dropdown-toggle.current:hover,
.open>html.distant .pages li.dropdown-toggle.current:hover,
.pages .open>html.distant li.dropdown-toggle.current:hover,
.open>html.distant .btn-theme.dropdown-toggle:focus,
.open>html.distant .pagination a.dropdown-toggle.current:focus,
.pagination .open>html.distant a.dropdown-toggle.current:focus,
.open>html.distant .pagination li.dropdown-toggle.current:focus,
.pagination .open>html.distant li.dropdown-toggle.current:focus,
.open>html.distant .pages a.dropdown-toggle.current:focus,
.pages .open>html.distant a.dropdown-toggle.current:focus,
.open>html.distant .pages li.dropdown-toggle.current:focus,
.pages .open>html.distant li.dropdown-toggle.current:focus,
.open>html.distant .btn-theme.dropdown-toggle.focus,
.open>html.distant .pagination a.dropdown-toggle.focus.current,
.pagination .open>html.distant a.dropdown-toggle.focus.current,
.open>html.distant .pagination li.dropdown-toggle.focus.current,
.pagination .open>html.distant li.dropdown-toggle.focus.current,
.open>html.distant .pages a.dropdown-toggle.focus.current,
.pages .open>html.distant a.dropdown-toggle.focus.current,
.open>html.distant .pages li.dropdown-toggle.focus.current,
.pages .open>html.distant li.dropdown-toggle.focus.current {
    color: #fff;
    background-color: #e69000;
    border-color: #cc8000
}

html.distant .btn-theme:active,
html.distant .pagination a.current:active,
.pagination html.distant a.current:active,
html.distant .pagination li.current:active,
.pagination html.distant li.current:active,
html.distant .pages a.current:active,
.pages html.distant a.current:active,
html.distant .pages li.current:active,
.pages html.distant li.current:active,
html.distant .btn-theme.active,
html.distant .pagination a.active.current,
.pagination html.distant a.active.current,
html.distant .pagination li.active.current,
.pagination html.distant li.active.current,
html.distant .pages a.active.current,
.pages html.distant a.active.current,
html.distant .pages li.active.current,
.pages html.distant li.active.current,
.open>html.distant .btn-theme.dropdown-toggle,
.open>html.distant .pagination a.dropdown-toggle.current,
.pagination .open>html.distant a.dropdown-toggle.current,
.open>html.distant .pagination li.dropdown-toggle.current,
.pagination .open>html.distant li.dropdown-toggle.current,
.open>html.distant .pages a.dropdown-toggle.current,
.pages .open>html.distant a.dropdown-toggle.current,
.open>html.distant .pages li.dropdown-toggle.current,
.pages .open>html.distant li.dropdown-toggle.current {
    background-image: none
}

html.distant .btn-theme.disabled:hover,
html.distant .pagination a.disabled.current:hover,
.pagination html.distant a.disabled.current:hover,
html.distant .pagination li.disabled.current:hover,
.pagination html.distant li.disabled.current:hover,
html.distant .pages a.disabled.current:hover,
.pages html.distant a.disabled.current:hover,
html.distant .pages li.disabled.current:hover,
.pages html.distant li.disabled.current:hover,
html.distant .btn-theme.disabled:focus,
html.distant .pagination a.disabled.current:focus,
.pagination html.distant a.disabled.current:focus,
html.distant .pagination li.disabled.current:focus,
.pagination html.distant li.disabled.current:focus,
html.distant .pages a.disabled.current:focus,
.pages html.distant a.disabled.current:focus,
html.distant .pages li.disabled.current:focus,
.pages html.distant li.disabled.current:focus,
html.distant .btn-theme.disabled.focus,
html.distant .pagination a.disabled.focus.current,
.pagination html.distant a.disabled.focus.current,
html.distant .pagination li.disabled.focus.current,
.pagination html.distant li.disabled.focus.current,
html.distant .pages a.disabled.focus.current,
.pages html.distant a.disabled.focus.current,
html.distant .pages li.disabled.focus.current,
.pages html.distant li.disabled.focus.current,
html.distant .btn-theme[disabled]:hover,
html.distant .pagination a[disabled].current:hover,
.pagination html.distant a[disabled].current:hover,
html.distant .pagination li[disabled].current:hover,
.pagination html.distant li[disabled].current:hover,
html.distant .pages a[disabled].current:hover,
.pages html.distant a[disabled].current:hover,
html.distant .pages li[disabled].current:hover,
.pages html.distant li[disabled].current:hover,
html.distant .btn-theme[disabled]:focus,
html.distant .pagination a[disabled].current:focus,
.pagination html.distant a[disabled].current:focus,
html.distant .pagination li[disabled].current:focus,
.pagination html.distant li[disabled].current:focus,
html.distant .pages a[disabled].current:focus,
.pages html.distant a[disabled].current:focus,
html.distant .pages li[disabled].current:focus,
.pages html.distant li[disabled].current:focus,
html.distant .btn-theme[disabled].focus,
html.distant .pagination a[disabled].focus.current,
.pagination html.distant a[disabled].focus.current,
html.distant .pagination li[disabled].focus.current,
.pagination html.distant li[disabled].focus.current,
html.distant .pages a[disabled].focus.current,
.pages html.distant a[disabled].focus.current,
html.distant .pages li[disabled].focus.current,
.pages html.distant li[disabled].focus.current,
fieldset[disabled] html.distant .btn-theme:hover,
fieldset[disabled] html.distant .pagination a.current:hover,
.pagination fieldset[disabled] html.distant a.current:hover,
fieldset[disabled] html.distant .pagination li.current:hover,
.pagination fieldset[disabled] html.distant li.current:hover,
fieldset[disabled] html.distant .pages a.current:hover,
.pages fieldset[disabled] html.distant a.current:hover,
fieldset[disabled] html.distant .pages li.current:hover,
.pages fieldset[disabled] html.distant li.current:hover,
fieldset[disabled] html.distant .btn-theme:focus,
fieldset[disabled] html.distant .pagination a.current:focus,
.pagination fieldset[disabled] html.distant a.current:focus,
fieldset[disabled] html.distant .pagination li.current:focus,
.pagination fieldset[disabled] html.distant li.current:focus,
fieldset[disabled] html.distant .pages a.current:focus,
.pages fieldset[disabled] html.distant a.current:focus,
fieldset[disabled] html.distant .pages li.current:focus,
.pages fieldset[disabled] html.distant li.current:focus,
fieldset[disabled] html.distant .btn-theme.focus,
fieldset[disabled] html.distant .pagination a.focus.current,
.pagination fieldset[disabled] html.distant a.focus.current,
fieldset[disabled] html.distant .pagination li.focus.current,
.pagination fieldset[disabled] html.distant li.focus.current,
fieldset[disabled] html.distant .pages a.focus.current,
.pages fieldset[disabled] html.distant a.focus.current,
fieldset[disabled] html.distant .pages li.focus.current,
.pages fieldset[disabled] html.distant li.focus.current {
    background-color: #ffa000;
    border-color: #ffa000
}

html.distant .btn-theme .badge,
html.distant .pagination a.current .badge,
.pagination html.distant a.current .badge,
html.distant .pagination li.current .badge,
.pagination html.distant li.current .badge,
html.distant .pages a.current .badge,
.pages html.distant a.current .badge,
html.distant .pages li.current .badge,
.pages html.distant li.current .badge,
html.distant .btn-theme .news-card .image .badge-wrap,
html.distant .pagination a.current .news-card .image .badge-wrap,
.pagination html.distant a.current .news-card .image .badge-wrap,
html.distant .pagination li.current .news-card .image .badge-wrap,
.pagination html.distant li.current .news-card .image .badge-wrap,
html.distant .pages a.current .news-card .image .badge-wrap,
.pages html.distant a.current .news-card .image .badge-wrap,
html.distant .pages li.current .news-card .image .badge-wrap,
.pages html.distant li.current .news-card .image .badge-wrap,
.news-card .image html.distant .btn-theme .badge-wrap,
.news-card .image html.distant .pagination a.current .badge-wrap,
.pagination .news-card .image html.distant a.current .badge-wrap,
.news-card .image html.distant .pagination li.current .badge-wrap,
.pagination .news-card .image html.distant li.current .badge-wrap,
.news-card .image html.distant .pages a.current .badge-wrap,
.pages .news-card .image html.distant a.current .badge-wrap,
.news-card .image html.distant .pages li.current .badge-wrap,
.pages .news-card .image html.distant li.current .badge-wrap,
html.distant .btn-theme .news-card .image .badge-primary,
html.distant .pagination a.current .news-card .image .badge-primary,
.pagination html.distant a.current .news-card .image .badge-primary,
html.distant .pagination li.current .news-card .image .badge-primary,
.pagination html.distant li.current .news-card .image .badge-primary,
html.distant .pages a.current .news-card .image .badge-primary,
.pages html.distant a.current .news-card .image .badge-primary,
html.distant .pages li.current .news-card .image .badge-primary,
.pages html.distant li.current .news-card .image .badge-primary,
.news-card .image html.distant .btn-theme .badge-primary,
.news-card .image html.distant .pagination a.current .badge-primary,
.pagination .news-card .image html.distant a.current .badge-primary,
.news-card .image html.distant .pagination li.current .badge-primary,
.pagination .news-card .image html.distant li.current .badge-primary,
.news-card .image html.distant .pages a.current .badge-primary,
.pages .news-card .image html.distant a.current .badge-primary,
.news-card .image html.distant .pages li.current .badge-primary,
.pages .news-card .image html.distant li.current .badge-primary {
    color: #ffa000;
    background-color: #fff
}

html.bp .btn-theme,
html.bp .pagination a.current,
.pagination html.bp a.current,
html.bp .pagination li.current,
.pagination html.bp li.current,
html.bp .pages a.current,
.pages html.bp a.current,
html.bp .pages li.current,
.pages html.bp li.current {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    box-shadow: 0 2px 2px 0 rgba(63, 81, 181, 0.14), 0 3px 1px -2px rgba(63, 81, 181, 0.2), 0 1px 5px 0 rgba(63, 81, 181, 0.12)
}

html.bp .btn-theme:focus,
html.bp .pagination a.current:focus,
.pagination html.bp a.current:focus,
html.bp .pagination li.current:focus,
.pagination html.bp li.current:focus,
html.bp .pages a.current:focus,
.pages html.bp a.current:focus,
html.bp .pages li.current:focus,
.pages html.bp li.current:focus,
html.bp .btn-theme.focus,
html.bp .pagination a.focus.current,
.pagination html.bp a.focus.current,
html.bp .pagination li.focus.current,
.pagination html.bp li.focus.current,
html.bp .pages a.focus.current,
.pages html.bp a.focus.current,
html.bp .pages li.focus.current,
.pages html.bp li.focus.current {
    color: #fff;
    background-color: #3849a2;
    border-color: #32408f
}

html.bp .btn-theme:hover,
html.bp .pagination a.current:hover,
.pagination html.bp a.current:hover,
html.bp .pagination li.current:hover,
.pagination html.bp li.current:hover,
html.bp .pages a.current:hover,
.pages html.bp a.current:hover,
html.bp .pages li.current:hover,
.pages html.bp li.current:hover {
    color: #fff;
    background-color: #4d5ec1;
    border-color: #4d5ec1;
    box-shadow: 0 14px 26px -12px rgba(63, 81, 181, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 81, 181, 0.2)
}

html.bp .btn-theme:active,
html.bp .pagination a.current:active,
.pagination html.bp a.current:active,
html.bp .pagination li.current:active,
.pagination html.bp li.current:active,
html.bp .pages a.current:active,
.pages html.bp a.current:active,
html.bp .pages li.current:active,
.pages html.bp li.current:active,
html.bp .btn-theme.active,
html.bp .pagination a.active.current,
.pagination html.bp a.active.current,
html.bp .pagination li.active.current,
.pagination html.bp li.active.current,
html.bp .pages a.active.current,
.pages html.bp a.active.current,
html.bp .pages li.active.current,
.pages html.bp li.active.current,
.open>html.bp .btn-theme.dropdown-toggle,
.open>html.bp .pagination a.dropdown-toggle.current,
.pagination .open>html.bp a.dropdown-toggle.current,
.open>html.bp .pagination li.dropdown-toggle.current,
.pagination .open>html.bp li.dropdown-toggle.current,
.open>html.bp .pages a.dropdown-toggle.current,
.pages .open>html.bp a.dropdown-toggle.current,
.open>html.bp .pages li.dropdown-toggle.current,
.pages .open>html.bp li.dropdown-toggle.current {
    color: #fff;
    background-color: #32408f;
    border-color: #3849a2
}

html.bp .btn-theme:active:hover,
html.bp .pagination a.current:active:hover,
.pagination html.bp a.current:active:hover,
html.bp .pagination li.current:active:hover,
.pagination html.bp li.current:active:hover,
html.bp .pages a.current:active:hover,
.pages html.bp a.current:active:hover,
html.bp .pages li.current:active:hover,
.pages html.bp li.current:active:hover,
html.bp .btn-theme:active:focus,
html.bp .pagination a.current:active:focus,
.pagination html.bp a.current:active:focus,
html.bp .pagination li.current:active:focus,
.pagination html.bp li.current:active:focus,
html.bp .pages a.current:active:focus,
.pages html.bp a.current:active:focus,
html.bp .pages li.current:active:focus,
.pages html.bp li.current:active:focus,
html.bp .btn-theme:active.focus,
html.bp .pagination a.current:active.focus,
.pagination html.bp a.current:active.focus,
html.bp .pagination li.current:active.focus,
.pagination html.bp li.current:active.focus,
html.bp .pages a.current:active.focus,
.pages html.bp a.current:active.focus,
html.bp .pages li.current:active.focus,
.pages html.bp li.current:active.focus,
html.bp .btn-theme.active:hover,
html.bp .pagination a.active.current:hover,
.pagination html.bp a.active.current:hover,
html.bp .pagination li.active.current:hover,
.pagination html.bp li.active.current:hover,
html.bp .pages a.active.current:hover,
.pages html.bp a.active.current:hover,
html.bp .pages li.active.current:hover,
.pages html.bp li.active.current:hover,
html.bp .btn-theme.active:focus,
html.bp .pagination a.active.current:focus,
.pagination html.bp a.active.current:focus,
html.bp .pagination li.active.current:focus,
.pagination html.bp li.active.current:focus,
html.bp .pages a.active.current:focus,
.pages html.bp a.active.current:focus,
html.bp .pages li.active.current:focus,
.pages html.bp li.active.current:focus,
html.bp .btn-theme.active.focus,
html.bp .pagination a.active.focus.current,
.pagination html.bp a.active.focus.current,
html.bp .pagination li.active.focus.current,
.pagination html.bp li.active.focus.current,
html.bp .pages a.active.focus.current,
.pages html.bp a.active.focus.current,
html.bp .pages li.active.focus.current,
.pages html.bp li.active.focus.current,
.open>html.bp .btn-theme.dropdown-toggle:hover,
.open>html.bp .pagination a.dropdown-toggle.current:hover,
.pagination .open>html.bp a.dropdown-toggle.current:hover,
.open>html.bp .pagination li.dropdown-toggle.current:hover,
.pagination .open>html.bp li.dropdown-toggle.current:hover,
.open>html.bp .pages a.dropdown-toggle.current:hover,
.pages .open>html.bp a.dropdown-toggle.current:hover,
.open>html.bp .pages li.dropdown-toggle.current:hover,
.pages .open>html.bp li.dropdown-toggle.current:hover,
.open>html.bp .btn-theme.dropdown-toggle:focus,
.open>html.bp .pagination a.dropdown-toggle.current:focus,
.pagination .open>html.bp a.dropdown-toggle.current:focus,
.open>html.bp .pagination li.dropdown-toggle.current:focus,
.pagination .open>html.bp li.dropdown-toggle.current:focus,
.open>html.bp .pages a.dropdown-toggle.current:focus,
.pages .open>html.bp a.dropdown-toggle.current:focus,
.open>html.bp .pages li.dropdown-toggle.current:focus,
.pages .open>html.bp li.dropdown-toggle.current:focus,
.open>html.bp .btn-theme.dropdown-toggle.focus,
.open>html.bp .pagination a.dropdown-toggle.focus.current,
.pagination .open>html.bp a.dropdown-toggle.focus.current,
.open>html.bp .pagination li.dropdown-toggle.focus.current,
.pagination .open>html.bp li.dropdown-toggle.focus.current,
.open>html.bp .pages a.dropdown-toggle.focus.current,
.pages .open>html.bp a.dropdown-toggle.focus.current,
.open>html.bp .pages li.dropdown-toggle.focus.current,
.pages .open>html.bp li.dropdown-toggle.focus.current {
    color: #fff;
    background-color: #3849a2;
    border-color: #32408f
}

html.bp .btn-theme:active,
html.bp .pagination a.current:active,
.pagination html.bp a.current:active,
html.bp .pagination li.current:active,
.pagination html.bp li.current:active,
html.bp .pages a.current:active,
.pages html.bp a.current:active,
html.bp .pages li.current:active,
.pages html.bp li.current:active,
html.bp .btn-theme.active,
html.bp .pagination a.active.current,
.pagination html.bp a.active.current,
html.bp .pagination li.active.current,
.pagination html.bp li.active.current,
html.bp .pages a.active.current,
.pages html.bp a.active.current,
html.bp .pages li.active.current,
.pages html.bp li.active.current,
.open>html.bp .btn-theme.dropdown-toggle,
.open>html.bp .pagination a.dropdown-toggle.current,
.pagination .open>html.bp a.dropdown-toggle.current,
.open>html.bp .pagination li.dropdown-toggle.current,
.pagination .open>html.bp li.dropdown-toggle.current,
.open>html.bp .pages a.dropdown-toggle.current,
.pages .open>html.bp a.dropdown-toggle.current,
.open>html.bp .pages li.dropdown-toggle.current,
.pages .open>html.bp li.dropdown-toggle.current {
    background-image: none
}

html.bp .btn-theme.disabled:hover,
html.bp .pagination a.disabled.current:hover,
.pagination html.bp a.disabled.current:hover,
html.bp .pagination li.disabled.current:hover,
.pagination html.bp li.disabled.current:hover,
html.bp .pages a.disabled.current:hover,
.pages html.bp a.disabled.current:hover,
html.bp .pages li.disabled.current:hover,
.pages html.bp li.disabled.current:hover,
html.bp .btn-theme.disabled:focus,
html.bp .pagination a.disabled.current:focus,
.pagination html.bp a.disabled.current:focus,
html.bp .pagination li.disabled.current:focus,
.pagination html.bp li.disabled.current:focus,
html.bp .pages a.disabled.current:focus,
.pages html.bp a.disabled.current:focus,
html.bp .pages li.disabled.current:focus,
.pages html.bp li.disabled.current:focus,
html.bp .btn-theme.disabled.focus,
html.bp .pagination a.disabled.focus.current,
.pagination html.bp a.disabled.focus.current,
html.bp .pagination li.disabled.focus.current,
.pagination html.bp li.disabled.focus.current,
html.bp .pages a.disabled.focus.current,
.pages html.bp a.disabled.focus.current,
html.bp .pages li.disabled.focus.current,
.pages html.bp li.disabled.focus.current,
html.bp .btn-theme[disabled]:hover,
html.bp .pagination a[disabled].current:hover,
.pagination html.bp a[disabled].current:hover,
html.bp .pagination li[disabled].current:hover,
.pagination html.bp li[disabled].current:hover,
html.bp .pages a[disabled].current:hover,
.pages html.bp a[disabled].current:hover,
html.bp .pages li[disabled].current:hover,
.pages html.bp li[disabled].current:hover,
html.bp .btn-theme[disabled]:focus,
html.bp .pagination a[disabled].current:focus,
.pagination html.bp a[disabled].current:focus,
html.bp .pagination li[disabled].current:focus,
.pagination html.bp li[disabled].current:focus,
html.bp .pages a[disabled].current:focus,
.pages html.bp a[disabled].current:focus,
html.bp .pages li[disabled].current:focus,
.pages html.bp li[disabled].current:focus,
html.bp .btn-theme[disabled].focus,
html.bp .pagination a[disabled].focus.current,
.pagination html.bp a[disabled].focus.current,
html.bp .pagination li[disabled].focus.current,
.pagination html.bp li[disabled].focus.current,
html.bp .pages a[disabled].focus.current,
.pages html.bp a[disabled].focus.current,
html.bp .pages li[disabled].focus.current,
.pages html.bp li[disabled].focus.current,
fieldset[disabled] html.bp .btn-theme:hover,
fieldset[disabled] html.bp .pagination a.current:hover,
.pagination fieldset[disabled] html.bp a.current:hover,
fieldset[disabled] html.bp .pagination li.current:hover,
.pagination fieldset[disabled] html.bp li.current:hover,
fieldset[disabled] html.bp .pages a.current:hover,
.pages fieldset[disabled] html.bp a.current:hover,
fieldset[disabled] html.bp .pages li.current:hover,
.pages fieldset[disabled] html.bp li.current:hover,
fieldset[disabled] html.bp .btn-theme:focus,
fieldset[disabled] html.bp .pagination a.current:focus,
.pagination fieldset[disabled] html.bp a.current:focus,
fieldset[disabled] html.bp .pagination li.current:focus,
.pagination fieldset[disabled] html.bp li.current:focus,
fieldset[disabled] html.bp .pages a.current:focus,
.pages fieldset[disabled] html.bp a.current:focus,
fieldset[disabled] html.bp .pages li.current:focus,
.pages fieldset[disabled] html.bp li.current:focus,
fieldset[disabled] html.bp .btn-theme.focus,
fieldset[disabled] html.bp .pagination a.focus.current,
.pagination fieldset[disabled] html.bp a.focus.current,
fieldset[disabled] html.bp .pagination li.focus.current,
.pagination fieldset[disabled] html.bp li.focus.current,
fieldset[disabled] html.bp .pages a.focus.current,
.pages fieldset[disabled] html.bp a.focus.current,
fieldset[disabled] html.bp .pages li.focus.current,
.pages fieldset[disabled] html.bp li.focus.current {
    background-color: #3f51b5;
    border-color: #3f51b5
}

html.bp .btn-theme .badge,
html.bp .pagination a.current .badge,
.pagination html.bp a.current .badge,
html.bp .pagination li.current .badge,
.pagination html.bp li.current .badge,
html.bp .pages a.current .badge,
.pages html.bp a.current .badge,
html.bp .pages li.current .badge,
.pages html.bp li.current .badge,
html.bp .btn-theme .news-card .image .badge-wrap,
html.bp .pagination a.current .news-card .image .badge-wrap,
.pagination html.bp a.current .news-card .image .badge-wrap,
html.bp .pagination li.current .news-card .image .badge-wrap,
.pagination html.bp li.current .news-card .image .badge-wrap,
html.bp .pages a.current .news-card .image .badge-wrap,
.pages html.bp a.current .news-card .image .badge-wrap,
html.bp .pages li.current .news-card .image .badge-wrap,
.pages html.bp li.current .news-card .image .badge-wrap,
.news-card .image html.bp .btn-theme .badge-wrap,
.news-card .image html.bp .pagination a.current .badge-wrap,
.pagination .news-card .image html.bp a.current .badge-wrap,
.news-card .image html.bp .pagination li.current .badge-wrap,
.pagination .news-card .image html.bp li.current .badge-wrap,
.news-card .image html.bp .pages a.current .badge-wrap,
.pages .news-card .image html.bp a.current .badge-wrap,
.news-card .image html.bp .pages li.current .badge-wrap,
.pages .news-card .image html.bp li.current .badge-wrap,
html.bp .btn-theme .news-card .image .badge-primary,
html.bp .pagination a.current .news-card .image .badge-primary,
.pagination html.bp a.current .news-card .image .badge-primary,
html.bp .pagination li.current .news-card .image .badge-primary,
.pagination html.bp li.current .news-card .image .badge-primary,
html.bp .pages a.current .news-card .image .badge-primary,
.pages html.bp a.current .news-card .image .badge-primary,
html.bp .pages li.current .news-card .image .badge-primary,
.pages html.bp li.current .news-card .image .badge-primary,
.news-card .image html.bp .btn-theme .badge-primary,
.news-card .image html.bp .pagination a.current .badge-primary,
.pagination .news-card .image html.bp a.current .badge-primary,
.news-card .image html.bp .pagination li.current .badge-primary,
.pagination .news-card .image html.bp li.current .badge-primary,
.news-card .image html.bp .pages a.current .badge-primary,
.pages .news-card .image html.bp a.current .badge-primary,
.news-card .image html.bp .pages li.current .badge-primary,
.pages .news-card .image html.bp li.current .badge-primary {
    color: #3f51b5;
    background-color: #fff
}

.shadow {
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

html.informal .master-detail-card .card-heading {
    background: #33aba0;
    background: linear-gradient(60deg, #33aba0, #2e9a90)
}

.master-detail {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 80px
}

.master-detail-drawer-toggleable:not(.drawer-open) .css-paging-2-controls,
.master-detail-drawer-toggleable:not(.drawer-open) .css-paging-controls {
    display: none
}

.master-detail-drawer-toggleable .css-paging-2-controls,
.master-detail-drawer-toggleable .css-paging-controls {
    animation: moveInY .42s
}

.master-detail.drawer {
    flex-direction: column
}

.master-detail.drawer .detail {
    display: none;
    max-width: 100%;
    border-left: none
}

.master-detail.drawer.open>.detail {
    display: block
}

.master-detail .xpaginator-perpage,
.master-detail .xpaginator [class$="-text"] {
    display: none
}

.master-detail>.master,
.master-detail>.detail {
    flex: 1 1 auto;
    flex-shrink: 0;
    flex-grow: 0
}

.master-detail .detail {
    max-width: 33%;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.12)
}

.master-detail .detail .black-link {
    display: inline-block;
    width: 100%
}

>.master-detail .detail-content>.table-wrap,
.master-detail .detail>.table-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: none
}

.master-detail .detail-paginator {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 8px;
    padding-bottom: 8px
}

#ads {
    background-color: #fff;
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06)
}

#ads:not(.slick-initialized) * {
    visibility: hidden
}

#ads2 {
    text-align: center;
    padding: 1.5em 0 1em 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-around
}

.ad {
    display: inline-block;
    margin: 0 8px
}

.ad img {
    height: 31px;
    display: block;
    margin: auto
}

.content-scroller {
    position: relative;
    overflow: hidden;
    transition: opacity .42s
}

.content-scroller:before,
.content-scroller:after {
    content: " ";
    display: table
}

.content-scroller:after {
    clear: both
}

.content-scroller p,
.content-scroller ul,
.content-scroller ol {
    margin-bottom: 19px
}

.content-scroller p:last-child,
.content-scroller ul:last-child,
.content-scroller ol:last-child,
.content-scroller h1:last-child,
.content-scroller h2:last-child,
.content-scroller h3:last-child,
.content-scroller h4:last-child,
.content-scroller h5:last-child,
.content-scroller h6:last-child {
    margin-bottom: 0
}

.content-scroller:not(.content-scroller--initialized),
.content-scroller:not(.content-scroller--initialized)+.content-scroller--show-more {
    opacity: 0
}

.content-scroller--overflowed:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 9.5px;
    background: linear-gradient(to top, #fff 3px, rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity .3s
}

.content-scroller--overflowed.expanded:before {
    opacity: 0
}

.news-card-table-wrap {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 16px
}

.news-card-table {
    width: 100%
}

.news-card-table img {
    border-radius: 4px;
    width: 100%
}

.news-card-table .image-cell {
    width: 20%;
    max-width: 160px;
    position: relative
}

.news-card-table .image-cell>a {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-clip: padding-box;
    border-radius: 4px
}

.news-card-table .image-cell>a:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 61.3382899628%
}

.news-card-table .content-cell {
    padding-left: 16px
}

.news-card-table-header td {
    vertical-align: top
}

.news-card-table-footer td,
.news-card-table-footer .btn-custom {
    vertical-align: bottom
}

.news-card-table .title a {
    color: rgba(0, 0, 0, 0.87)
}

.news-card-table .title a:focus,
.news-card-table .title a:hover,
.news-card-table .title a.hover {
    text-decoration: none
}

html.n-color html.general .news-card-table .title a:focus,
html.n-color html.general .news-card-table .title a:hover,
html.n-color html.general .news-card-table .title a.hover {
    color: #1976D2
}

html.n-color html.informal .news-card-table .title a:focus,
html.n-color html.informal .news-card-table .title a:hover,
html.n-color html.informal .news-card-table .title a.hover {
    color: #009688
}

html.n-color html.distant .news-card-table .title a:focus,
html.n-color html.distant .news-card-table .title a:hover,
html.n-color html.distant .news-card-table .title a.hover {
    color: #ffa000
}

html.n-color html.bp .news-card-table .title a:focus,
html.n-color html.bp .news-card-table .title a:hover,
html.n-color html.bp .news-card-table .title a.hover {
    color: #3f51b5
}

.flex-analytics-container.noresults .flex-analytics,
.flex-analytics-container.noresults .flex-analytics-legend {
    display: none
}

.flex-analytics {
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 200px;
    padding-top: 1.5em
}

.flex-analytics:before,
.flex-analytics .column-subgrid:before,
.flex-analytics .column-grid:before,
.flex-analytics .column-grid:after {
    content: '';
    position: absolute;
    font-size: 0.875em;
    font-weight: bold;
    top: 0;
    left: auto;
    color: rgba(0, 0, 0, 0.38);
    pointer-events: none;
    white-space: nowrap;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    text-align: right;
    padding-right: 0.5em
}

.flex-analytics:before {
    content: '0';
    border-right: none;
    left: auto;
    right: 100%
}

.flex-analytics .column-subgrid,
.flex-analytics .column-grid {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.flex-analytics .column-subgrid,
.flex-analytics .column-subgrid:before,
.flex-analytics .column-grid,
.flex-analytics .column-grid:before {
    position: absolute;
    top: 0;
    left: auto;
    height: 100%
}

.flex-analytics .column-grid:before {
    content: attr(data-max);
    right: 0
}

.flex-analytics .column-grid:after {
    content: attr(data-mid);
    right: 50%
}

.flex-analytics .column-subgrid {
    opacity: .75
}

.flex-analytics .column-subgrid.column-subgrid-2:before {
    content: attr(data-q1);
    right: 25%
}

.flex-analytics .column-subgrid.column-subgrid-3:before {
    content: attr(data-q1);
    right: 75%
}

.flex-analytics .column-subgrid:before {
    content: attr(data-q1);
    right: 75%
}

.flex-analytics .column {
    position: relative;
    display: flex;
    padding: 1px 0;
    flex: 1;
    min-height: 1.3em;
    height: 1.3em;
    max-height: 1.3em;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row
}

.flex-analytics .column-label {
    content: attr(data-column);
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 1em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
    white-space: nowrap;
    width: 200px;
    min-width: 200px;
    text-align: right;
    margin-right: 1em
}

.flex-analytics .column-label:hover {
    color: rgba(0, 0, 0, 0.87)
}

.flex-analytics .column:hover .column-label {
    visibility: visible;
    color: rgba(0, 0, 0, 0.87)
}

.flex-analytics .column .column-item {
    margin: 0;
    height: 100%;
    transition: all 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    position: relative
}

.flex-analytics .column .column-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.flex-analytics .column .column-item:last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.flex-analytics .column .column-item:before {
    content: attr(data-total);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    pointer-events: none;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
    padding: 0.4em 0.5em;
    line-height: 1;
    border-radius: 2px;
    transition: all 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    display: none
}

.flex-analytics .column .column-item:hover:before {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.14), 0 3px 1px -2px rgba(119, 119, 119, 0.2), 0 1px 5px 0 rgba(119, 119, 119, 0.12);
    z-index: 10
}

.flex-analytics .column .column-item:nth-child(2) {
    background-color: #ffa000
}

.flex-analytics .column .column-item:nth-child(2):hover {
    background-color: #ffc666;
    box-shadow: 0 14px 26px -12px rgba(255, 198, 102, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 198, 102, 0.2)
}

.flex-analytics .column .column-item:nth-child(2):hover:before {
    box-shadow: 0 14px 26px -12px rgba(255, 198, 102, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 198, 102, 0.2);
    background-color: #ffc666
}

.flex-analytics .column .column-item:nth-child(3) {
    background-color: #009688
}

.flex-analytics .column .column-item:nth-child(3):hover {
    background-color: #66c0b8;
    box-shadow: 0 14px 26px -12px rgba(102, 192, 184, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(102, 192, 184, 0.2)
}

.flex-analytics .column .column-item:nth-child(3):hover:before {
    box-shadow: 0 14px 26px -12px rgba(102, 192, 184, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(102, 192, 184, 0.2);
    background-color: #66c0b8
}

.flex-analytics .column .column-item:nth-child(4) {
    background-color: #1976D2
}

.flex-analytics .column .column-item:nth-child(4):hover {
    background-color: #75ade4;
    box-shadow: 0 14px 26px -12px rgba(117, 173, 228, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(117, 173, 228, 0.2)
}

.flex-analytics .column .column-item:nth-child(4):hover:before {
    box-shadow: 0 14px 26px -12px rgba(117, 173, 228, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(117, 173, 228, 0.2);
    background-color: #75ade4
}

.flex-analytics .column .column-item:nth-child(5) {
    background-color: #03a9f4
}

.flex-analytics .column .column-item:nth-child(5):hover {
    background-color: #68cbf8;
    box-shadow: 0 14px 26px -12px rgba(104, 203, 248, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 203, 248, 0.2)
}

.flex-analytics .column .column-item:nth-child(5):hover:before {
    box-shadow: 0 14px 26px -12px rgba(104, 203, 248, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 203, 248, 0.2);
    background-color: #68cbf8
}

.flex-analytics .column .column-item:nth-child(6) {
    background-color: #7cb342
}

.flex-analytics .column .column-item:nth-child(6):hover {
    background-color: #b0d18e;
    box-shadow: 0 14px 26px -12px rgba(176, 209, 142, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(176, 209, 142, 0.2)
}

.flex-analytics .column .column-item:nth-child(6):hover:before {
    box-shadow: 0 14px 26px -12px rgba(176, 209, 142, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(176, 209, 142, 0.2);
    background-color: #b0d18e
}

.flex-analytics .column .column-item:nth-child(7) {
    background-color: #f9a825
}

.flex-analytics .column .column-item:nth-child(7):hover {
    background-color: #fbcb7c;
    box-shadow: 0 14px 26px -12px rgba(251, 203, 124, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(251, 203, 124, 0.2)
}

.flex-analytics .column .column-item:nth-child(7):hover:before {
    box-shadow: 0 14px 26px -12px rgba(251, 203, 124, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(251, 203, 124, 0.2);
    background-color: #fbcb7c
}

.flex-analytics .column .column-item:nth-child(8) {
    background-color: #D32F2F
}

.flex-analytics .column .column-item:nth-child(8):hover {
    background-color: #e58282;
    box-shadow: 0 14px 26px -12px rgba(229, 130, 130, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 130, 130, 0.2)
}

.flex-analytics .column .column-item:nth-child(8):hover:before {
    box-shadow: 0 14px 26px -12px rgba(229, 130, 130, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 130, 130, 0.2);
    background-color: #e58282
}

.flex-analytics-legend {
    margin: 16px 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.flex-analytics-legend:last-child {
    margin-bottom: 0
}

.flex-analytics-legend:first-child {
    margin-top: 0
}

.flex-analytics-legend .column-item {
    transition: all 0.42s cubic-bezier(0.2, 0.85, 0, 1);
    padding: 0.5em 1.5em;
    border-radius: 4px
}

.flex-analytics-legend .column-item:before {
    content: '';
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5em;
    position: relative;
    bottom: 0.075em
}

.flex-analytics-legend .column-item:nth-child(1):before {
    background-color: #ffa000
}

.flex-analytics-legend .column-item:nth-child(1):hover {
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

.flex-analytics-legend .column-item:nth-child(1):hover:before {
    background-color: #ffb333;
    box-shadow: 0 14px 26px -12px rgba(255, 160, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 160, 0, 0.2)
}

.flex-analytics-legend .column-item:nth-child(2):before {
    background-color: #009688
}

.flex-analytics-legend .column-item:nth-child(2):hover {
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

.flex-analytics-legend .column-item:nth-child(2):hover:before {
    background-color: #33aba0;
    box-shadow: 0 14px 26px -12px rgba(0, 150, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2)
}

.flex-analytics-legend .column-item:nth-child(3):before {
    background-color: #1976D2
}

.flex-analytics-legend .column-item:nth-child(3):hover {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

.flex-analytics-legend .column-item:nth-child(3):hover:before {
    background-color: #4791db;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

.flex-analytics-legend .column-item:nth-child(4):before {
    background-color: #03a9f4
}

.flex-analytics-legend .column-item:nth-child(4):hover {
    box-shadow: 0 14px 26px -12px rgba(3, 169, 244, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.2)
}

.flex-analytics-legend .column-item:nth-child(4):hover:before {
    background-color: #35baf6;
    box-shadow: 0 14px 26px -12px rgba(3, 169, 244, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.2)
}

.flex-analytics-legend .column-item:nth-child(5):before {
    background-color: #7cb342
}

.flex-analytics-legend .column-item:nth-child(5):hover {
    box-shadow: 0 14px 26px -12px rgba(124, 179, 66, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(124, 179, 66, 0.2)
}

.flex-analytics-legend .column-item:nth-child(5):hover:before {
    background-color: #96c268;
    box-shadow: 0 14px 26px -12px rgba(124, 179, 66, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(124, 179, 66, 0.2)
}

.flex-analytics-legend .column-item:nth-child(6):before {
    background-color: #f9a825
}

.flex-analytics-legend .column-item:nth-child(6):hover {
    box-shadow: 0 14px 26px -12px rgba(249, 168, 37, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(249, 168, 37, 0.2)
}

.flex-analytics-legend .column-item:nth-child(6):hover:before {
    background-color: #fab951;
    box-shadow: 0 14px 26px -12px rgba(249, 168, 37, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(249, 168, 37, 0.2)
}

.flex-analytics-legend .column-item:nth-child(7):before {
    background-color: #D32F2F
}

.flex-analytics-legend .column-item:nth-child(7):hover {
    box-shadow: 0 14px 26px -12px rgba(211, 47, 47, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(211, 47, 47, 0.2)
}

.flex-analytics-legend .column-item:nth-child(7):hover:before {
    background-color: #dc5959;
    box-shadow: 0 14px 26px -12px rgba(211, 47, 47, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(211, 47, 47, 0.2)
}

.black-link,
html.informal .black-link,
html.general .black-link {
    color: rgba(0, 0, 0, 0.87)
}

.black-link.hover,
.black-link:hover,
.black-link:focus,
html.informal .black-link.hover,
html.informal .black-link:hover,
html.informal .black-link:focus,
html.general .black-link.hover,
html.general .black-link:hover,
html.general .black-link:focus {
    text-decoration: none;
    color: #1976D2
}

html.informal .black-link.hover,
html.informal .black-link:hover,
html.informal .black-link:focus,
html.informal html.informal .black-link.hover,
html.informal html.informal .black-link:hover,
html.informal html.informal .black-link:focus,
html.informal html.general .black-link.hover,
html.informal html.general .black-link:hover,
html.informal html.general .black-link:focus {
    color: #009688
}

html.general .black-link.hover,
html.general .black-link:hover,
html.general .black-link:focus,
html.general html.informal .black-link.hover,
html.general html.informal .black-link:hover,
html.general html.informal .black-link:focus,
html.general html.general .black-link.hover,
html.general html.general .black-link:hover,
html.general html.general .black-link:focus {
    color: #1976D2
}

/* footer main.general .btn-hover:not(:hover),
footer main.informal .btn-hover:not(:hover),
footer .btn-hover:not(:hover) {
    color: #fff
} */

main.general .btn-hover:not(:hover),
main.informal .btn-hover:not(:hover),
.btn-hover:not(:hover) {
    background-color: transparent !important;
    text-shadow: none !important;
    color: #757575 !important;
    box-shadow: none !important
}

.overflowfix {
    overflow: hidden
}

.content-box {
    box-sizing: content-box
}

.pagination a,
.pages a {
    color: inherit
}

.pagination a:hover,
.pagination a:focus,
.pages a:hover,
.pages a:focus {
    text-decoration: none;
    color: inherit
}

.pagination a.current,
.pagination li.current,
.pages a.current,
.pages li.current {
    border-radius: 4px;
    transition: all .32s
}

.pagination a,
.pages a {
    padding: 6px 12px;
    color: inherit !important
}

.pagination a:hover,
.pages a:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.pagination i,
.pages i {
    font-style: normal
}

.pagination .first i:before,
.pages .first i:before {
    content: '\00AB'
}

.pagination .prev i:before,
.pages .prev i:before {
    content: '\2039'
}

.pagination .next i:before,
.pages .next i:before {
    content: '\203A'
}

.pagination .last i:before,
.pages .last i:before {
    content: '\00BB'
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="1"]>*:nth-child(n+11),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="1"]>*:nth-child(-n+0) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="2"]>*:nth-child(n+21),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="2"]>*:nth-child(-n+10) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="3"]>*:nth-child(n+31),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="3"]>*:nth-child(-n+20) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="4"]>*:nth-child(n+41),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="4"]>*:nth-child(-n+30) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="5"]>*:nth-child(n+51),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="5"]>*:nth-child(-n+40) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="6"]>*:nth-child(n+61),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="6"]>*:nth-child(-n+50) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="7"]>*:nth-child(n+71),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="7"]>*:nth-child(-n+60) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="8"]>*:nth-child(n+81),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="8"]>*:nth-child(-n+70) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="9"]>*:nth-child(n+91),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="9"]>*:nth-child(-n+80) {
    display: none
}

.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="10"]>*:nth-child(n+101),
.css-paging[data-show="10"]:not(.css-paging-disabled)[data-page="10"]>*:nth-child(-n+90) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="1"]>*:nth-child(n+21),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="1"]>*:nth-child(-n+0) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="2"]>*:nth-child(n+41),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="2"]>*:nth-child(-n+20) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="3"]>*:nth-child(n+61),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="3"]>*:nth-child(-n+40) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="4"]>*:nth-child(n+81),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="4"]>*:nth-child(-n+60) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="5"]>*:nth-child(n+101),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="5"]>*:nth-child(-n+80) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="6"]>*:nth-child(n+121),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="6"]>*:nth-child(-n+100) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="7"]>*:nth-child(n+141),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="7"]>*:nth-child(-n+120) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="8"]>*:nth-child(n+161),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="8"]>*:nth-child(-n+140) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="9"]>*:nth-child(n+181),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="9"]>*:nth-child(-n+160) {
    display: none
}

.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="10"]>*:nth-child(n+201),
.css-paging[data-show="20"]:not(.css-paging-disabled)[data-page="10"]>*:nth-child(-n+180) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="1"]>*:nth-child(n+41),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="1"]>*:nth-child(-n+0) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="2"]>*:nth-child(n+81),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="2"]>*:nth-child(-n+40) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="3"]>*:nth-child(n+121),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="3"]>*:nth-child(-n+80) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="4"]>*:nth-child(n+161),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="4"]>*:nth-child(-n+120) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="5"]>*:nth-child(n+201),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="5"]>*:nth-child(-n+160) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="6"]>*:nth-child(n+241),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="6"]>*:nth-child(-n+200) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="7"]>*:nth-child(n+281),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="7"]>*:nth-child(-n+240) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="8"]>*:nth-child(n+321),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="8"]>*:nth-child(-n+280) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="9"]>*:nth-child(n+361),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="9"]>*:nth-child(-n+320) {
    display: none
}

.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="10"]>*:nth-child(n+401),
.css-paging[data-show="40"]:not(.css-paging-disabled)[data-page="10"]>*:nth-child(-n+360) {
    display: none
}

.css-show[data-show="5"]>:nth-child(n+6) {
    display: none
}

.css-show[data-show="10"]>:nth-child(n+11) {
    display: none
}

.css-show[data-show="15"]>:nth-child(n+16) {
    display: none
}

.css-show[data-show="20"]>:nth-child(n+21) {
    display: none
}

.css-show[data-show="25"]>:nth-child(n+26) {
    display: none
}

.css-show[data-show="30"]>:nth-child(n+31) {
    display: none
}

.css-show[data-show="35"]>:nth-child(n+36) {
    display: none
}

.css-show[data-show="40"]>:nth-child(n+41) {
    display: none
}

.css-show[data-show="45"]>:nth-child(n+46) {
    display: none
}

.css-show[data-show="50"]>:nth-child(n+51) {
    display: none
}

.css-show[data-show="55"]>:nth-child(n+56) {
    display: none
}

.css-show[data-show="60"]>:nth-child(n+61) {
    display: none
}

.css-show[data-show="65"]>:nth-child(n+66) {
    display: none
}

.css-show[data-show="70"]>:nth-child(n+71) {
    display: none
}

.css-show[data-show="75"]>:nth-child(n+76) {
    display: none
}

.css-show[data-show="80"]>:nth-child(n+81) {
    display: none
}

.css-show[data-show="85"]>:nth-child(n+86) {
    display: none
}

.css-show[data-show="90"]>:nth-child(n+91) {
    display: none
}

.css-show[data-show="95"]>:nth-child(n+96) {
    display: none
}

.css-show[data-show="100"]>:nth-child(n+101) {
    display: none
}

.css-paging-info {
    color: rgba(0, 0, 0, 0.54);
    line-height: 31px;
    font-weight: 500
}

.css-paging-info:before,
.css-paging-info:after {
    font-weight: 600
}

.css-paging-info:after {
    content: " " attr(data-total)
}

.css-paging-info[data-show="10"][data-page="1"]:before {
    content: "1 - 10  "
}

.css-paging-info[data-show="10"][data-page="2"]:before {
    content: "11 - 20  "
}

.css-paging-info[data-show="10"][data-page="3"]:before {
    content: "21 - 30  "
}

.css-paging-info[data-show="10"][data-page="4"]:before {
    content: "31 - 40  "
}

.css-paging-info[data-show="10"][data-page="5"]:before {
    content: "41 - 50  "
}

.css-paging-info[data-show="10"][data-page="6"]:before {
    content: "51 - 60  "
}

.css-paging-info[data-show="10"][data-page="7"]:before {
    content: "61 - 70  "
}

.css-paging-info[data-show="10"][data-page="8"]:before {
    content: "71 - 80  "
}

.css-paging-info[data-show="10"][data-page="9"]:before {
    content: "81 - 90  "
}

.css-paging-info[data-show="10"][data-page="10"]:before {
    content: "91 - 100  "
}

.css-paging-info[data-show="20"][data-page="1"]:before {
    content: "1 - 20  "
}

.css-paging-info[data-show="20"][data-page="2"]:before {
    content: "21 - 40  "
}

.css-paging-info[data-show="20"][data-page="3"]:before {
    content: "41 - 60  "
}

.css-paging-info[data-show="20"][data-page="4"]:before {
    content: "61 - 80  "
}

.css-paging-info[data-show="20"][data-page="5"]:before {
    content: "81 - 100  "
}

.css-paging-info[data-show="20"][data-page="6"]:before {
    content: "101 - 120  "
}

.css-paging-info[data-show="20"][data-page="7"]:before {
    content: "121 - 140  "
}

.css-paging-info[data-show="20"][data-page="8"]:before {
    content: "141 - 160  "
}

.css-paging-info[data-show="20"][data-page="9"]:before {
    content: "161 - 180  "
}

.css-paging-info[data-show="20"][data-page="10"]:before {
    content: "181 - 200  "
}

.css-paging-info[data-show="40"][data-page="1"]:before {
    content: "1 - 40  "
}

.css-paging-info[data-show="40"][data-page="2"]:before {
    content: "41 - 80  "
}

.css-paging-info[data-show="40"][data-page="3"]:before {
    content: "81 - 120  "
}

.css-paging-info[data-show="40"][data-page="4"]:before {
    content: "121 - 160  "
}

.css-paging-info[data-show="40"][data-page="5"]:before {
    content: "161 - 200  "
}

.css-paging-info[data-show="40"][data-page="6"]:before {
    content: "201 - 240  "
}

.css-paging-info[data-show="40"][data-page="7"]:before {
    content: "241 - 280  "
}

.css-paging-info[data-show="40"][data-page="8"]:before {
    content: "281 - 320  "
}

.css-paging-info[data-show="40"][data-page="9"]:before {
    content: "321 - 360  "
}

.css-paging-info[data-show="40"][data-page="10"]:before {
    content: "361 - 400  "
}

.css-paging-2[data-current="1990"]>:not([data-group="1990"]) {
    display: none
}

.css-paging-2[data-current="1991"]>:not([data-group="1991"]) {
    display: none
}

.css-paging-2[data-current="1992"]>:not([data-group="1992"]) {
    display: none
}

.css-paging-2[data-current="1993"]>:not([data-group="1993"]) {
    display: none
}

.css-paging-2[data-current="1994"]>:not([data-group="1994"]) {
    display: none
}

.css-paging-2[data-current="1995"]>:not([data-group="1995"]) {
    display: none
}

.css-paging-2[data-current="1996"]>:not([data-group="1996"]) {
    display: none
}

.css-paging-2[data-current="1997"]>:not([data-group="1997"]) {
    display: none
}

.css-paging-2[data-current="1998"]>:not([data-group="1998"]) {
    display: none
}

.css-paging-2[data-current="1999"]>:not([data-group="1999"]) {
    display: none
}

.css-paging-2[data-current="2000"]>:not([data-group="2000"]) {
    display: none
}

.css-paging-2[data-current="2001"]>:not([data-group="2001"]) {
    display: none
}

.css-paging-2[data-current="2002"]>:not([data-group="2002"]) {
    display: none
}

.css-paging-2[data-current="2003"]>:not([data-group="2003"]) {
    display: none
}

.css-paging-2[data-current="2004"]>:not([data-group="2004"]) {
    display: none
}

.css-paging-2[data-current="2005"]>:not([data-group="2005"]) {
    display: none
}

.css-paging-2[data-current="2006"]>:not([data-group="2006"]) {
    display: none
}

.css-paging-2[data-current="2007"]>:not([data-group="2007"]) {
    display: none
}

.css-paging-2[data-current="2008"]>:not([data-group="2008"]) {
    display: none
}

.css-paging-2[data-current="2009"]>:not([data-group="2009"]) {
    display: none
}

.css-paging-2[data-current="2010"]>:not([data-group="2010"]) {
    display: none
}

.css-paging-2[data-current="2011"]>:not([data-group="2011"]) {
    display: none
}

.css-paging-2[data-current="2012"]>:not([data-group="2012"]) {
    display: none
}

.css-paging-2[data-current="2013"]>:not([data-group="2013"]) {
    display: none
}

.css-paging-2[data-current="2014"]>:not([data-group="2014"]) {
    display: none
}

.css-paging-2[data-current="2015"]>:not([data-group="2015"]) {
    display: none
}

.css-paging-2[data-current="2016"]>:not([data-group="2016"]) {
    display: none
}

.css-paging-2[data-current="2017"]>:not([data-group="2017"]) {
    display: none
}

.css-paging-2[data-current="2018"]>:not([data-group="2018"]) {
    display: none
}

.css-paging-2[data-current="2019"]>:not([data-group="2019"]) {
    display: none
}

.css-paging-2[data-current="2020"]>:not([data-group="2020"]) {
    display: none
}

.css-paging-2[data-current="2021"]>:not([data-group="2021"]) {
    display: none
}

.css-paging-2[data-current="2022"]>:not([data-group="2022"]) {
    display: none
}

.css-paging-2[data-current="2023"]>:not([data-group="2023"]) {
    display: none
}

.css-paging-2[data-current="2024"]>:not([data-group="2024"]) {
    display: none
}

.css-paging-2[data-current="2025"]>:not([data-group="2025"]) {
    display: none
}

.css-paging-2[data-current="2026"]>:not([data-group="2026"]) {
    display: none
}

.css-paging-2[data-current="2027"]>:not([data-group="2027"]) {
    display: none
}

.css-paging-2[data-current="2028"]>:not([data-group="2028"]) {
    display: none
}

.css-paging-2[data-current="2029"]>:not([data-group="2029"]) {
    display: none
}

.css-paging-2[data-current="2030"]>:not([data-group="2030"]) {
    display: none
}

.css-paging-2[data-current="2031"]>:not([data-group="2031"]) {
    display: none
}

.css-paging-2[data-current="2032"]>:not([data-group="2032"]) {
    display: none
}

.css-paging-2[data-current="2033"]>:not([data-group="2033"]) {
    display: none
}

.css-paging-2[data-current="2034"]>:not([data-group="2034"]) {
    display: none
}

.css-paging-2[data-current="2035"]>:not([data-group="2035"]) {
    display: none
}

.css-paging-2[data-current="2036"]>:not([data-group="2036"]) {
    display: none
}

.css-paging-2[data-current="2037"]>:not([data-group="2037"]) {
    display: none
}

.css-paging-2[data-current="2038"]>:not([data-group="2038"]) {
    display: none
}

.css-paging-2[data-current="2039"]>:not([data-group="2039"]) {
    display: none
}

.css-paging-2[data-current="2040"]>:not([data-group="2040"]) {
    display: none
}

.css-paging-2[data-current="2041"]>:not([data-group="2041"]) {
    display: none
}

.css-paging-2[data-current="2042"]>:not([data-group="2042"]) {
    display: none
}

.css-paging-2[data-current="2043"]>:not([data-group="2043"]) {
    display: none
}

.css-paging-2[data-current="2044"]>:not([data-group="2044"]) {
    display: none
}

.css-paging-2[data-current="2045"]>:not([data-group="2045"]) {
    display: none
}

.css-paging-2[data-current="2046"]>:not([data-group="2046"]) {
    display: none
}

.css-paging-2[data-current="2047"]>:not([data-group="2047"]) {
    display: none
}

.css-paging-2[data-current="2048"]>:not([data-group="2048"]) {
    display: none
}

.css-paging-2[data-current="2049"]>:not([data-group="2049"]) {
    display: none
}

.css-paging-2[data-current="2050"]>:not([data-group="2050"]) {
    display: none
}

.css-paging-2[data-current="2051"]>:not([data-group="2051"]) {
    display: none
}

.css-paging-2[data-current="2052"]>:not([data-group="2052"]) {
    display: none
}

.css-paging-2[data-current="2053"]>:not([data-group="2053"]) {
    display: none
}

.css-paging-2[data-current="2054"]>:not([data-group="2054"]) {
    display: none
}

.css-paging-2[data-current="2055"]>:not([data-group="2055"]) {
    display: none
}

.css-paging-2[data-current="2056"]>:not([data-group="2056"]) {
    display: none
}

.css-paging-2[data-current="2057"]>:not([data-group="2057"]) {
    display: none
}

.css-paging-2[data-current="2058"]>:not([data-group="2058"]) {
    display: none
}

.css-paging-2[data-current="2059"]>:not([data-group="2059"]) {
    display: none
}

.css-paging-2[data-current="2060"]>:not([data-group="2060"]) {
    display: none
}

.css-paging-2[data-current="2061"]>:not([data-group="2061"]) {
    display: none
}

.css-paging-2[data-current="2062"]>:not([data-group="2062"]) {
    display: none
}

.css-paging-2[data-current="2063"]>:not([data-group="2063"]) {
    display: none
}

.css-paging-2[data-current="2064"]>:not([data-group="2064"]) {
    display: none
}

.css-paging-2[data-current="2065"]>:not([data-group="2065"]) {
    display: none
}

.css-paging-2[data-current="2066"]>:not([data-group="2066"]) {
    display: none
}

.css-paging-2[data-current="2067"]>:not([data-group="2067"]) {
    display: none
}

.css-paging-2[data-current="2068"]>:not([data-group="2068"]) {
    display: none
}

.css-paging-2[data-current="2069"]>:not([data-group="2069"]) {
    display: none
}

.css-paging-2[data-current="2070"]>:not([data-group="2070"]) {
    display: none
}

.css-paging-2[data-current="2071"]>:not([data-group="2071"]) {
    display: none
}

.css-paging-2[data-current="2072"]>:not([data-group="2072"]) {
    display: none
}

.css-paging-2[data-current="2073"]>:not([data-group="2073"]) {
    display: none
}

.css-paging-2[data-current="2074"]>:not([data-group="2074"]) {
    display: none
}

.css-paging-2[data-current="2075"]>:not([data-group="2075"]) {
    display: none
}

.css-paging-2[data-current="2076"]>:not([data-group="2076"]) {
    display: none
}

.css-paging-2[data-current="2077"]>:not([data-group="2077"]) {
    display: none
}

.css-paging-2[data-current="2078"]>:not([data-group="2078"]) {
    display: none
}

.css-paging-2[data-current="2079"]>:not([data-group="2079"]) {
    display: none
}

.css-paging-2[data-current="2080"]>:not([data-group="2080"]) {
    display: none
}

.css-paging-2[data-current="2081"]>:not([data-group="2081"]) {
    display: none
}

.css-paging-2[data-current="2082"]>:not([data-group="2082"]) {
    display: none
}

.css-paging-2[data-current="2083"]>:not([data-group="2083"]) {
    display: none
}

.css-paging-2[data-current="2084"]>:not([data-group="2084"]) {
    display: none
}

.css-paging-2[data-current="2085"]>:not([data-group="2085"]) {
    display: none
}

.css-paging-2[data-current="2086"]>:not([data-group="2086"]) {
    display: none
}

.css-paging-2[data-current="2087"]>:not([data-group="2087"]) {
    display: none
}

.css-paging-2[data-current="2088"]>:not([data-group="2088"]) {
    display: none
}

.css-paging-2[data-current="2089"]>:not([data-group="2089"]) {
    display: none
}

.css-paging-2[data-current="2090"]>:not([data-group="2090"]) {
    display: none
}

.css-paging-2[data-current="2091"]>:not([data-group="2091"]) {
    display: none
}

.css-paging-2[data-current="2092"]>:not([data-group="2092"]) {
    display: none
}

.css-paging-2[data-current="2093"]>:not([data-group="2093"]) {
    display: none
}

.css-paging-2[data-current="2094"]>:not([data-group="2094"]) {
    display: none
}

.css-paging-2[data-current="2095"]>:not([data-group="2095"]) {
    display: none
}

.css-paging-2[data-current="2096"]>:not([data-group="2096"]) {
    display: none
}

.css-paging-2[data-current="2097"]>:not([data-group="2097"]) {
    display: none
}

.css-paging-2[data-current="2098"]>:not([data-group="2098"]) {
    display: none
}

.css-paging-2[data-current="2099"]>:not([data-group="2099"]) {
    display: none
}

.css-paging-2[data-current="2100"]>:not([data-group="2100"]) {
    display: none
}

.css-paging-2-info:before {
    content: attr(data-current);
    color: rgba(0, 0, 0, 0.54);
    line-height: 31px;
    font-weight: 500;
    margin: 0 0.5em
}

.flex-grid {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px
}

.flex-grid.flex-grid-2>.flex-grid-item {
    max-width: 50%;
    flex-basis: 50%
}

.flex-grid>.flex-grid-item {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px
}

.calendar-search-results~.collection {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto
}

#event_results {
    margin-bottom: -21.3333333333px
}

iframe {
    border: none
}

.input-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 8px
}

.input-row>* {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 16px
}

.input-row>*:first-child {
    padding-left: 0
}

.input-row>*:last-child {
    padding-right: 0
}

@media (max-width: 767px) {
    .input-row {
        display: block
    }
}

.g-recaptcha>div {
    margin: 0 auto 1em
}

.material-icons.m-fix,
.sites>a .m-fix[class^="icon-"] {
    position: relative;
    bottom: 0.08em
}

.material-icons.m-sm,
.sites>a .m-sm[class^="icon-"] {
    font-size: 18px
}

.material-icons.m-md,
.sites>a .m-md[class^="icon-"] {
    font-size: 24px
}

.material-icons.m-lg,
.sites>a .m-lg[class^="icon-"] {
    font-size: 36px
}

.material-icons.m-xl,
.sites>a .m-xl[class^="icon-"] {
    font-size: 48px
}

.material-icons.m-inherit,
.sites>a .m-inherit[class^="icon-"] {
    font-size: inherit
}

.m-primary-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.m-secondary-text,
.char-counter {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.m-help-text,
.category-block .category-news .main-article .article-footer {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38)
}

.m-divider {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.12)
}

.mw-primary-text {
    font-weight: 500;
    color: #fff
}

.mw-secondary-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7)
}

.mw-help-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5)
}

.mw-divider {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.12)
}

.g-recaptcha>div {
    margin: 0 auto 1em
}

.material-icons.m-fix,
.sites>a .m-fix[class^="icon-"] {
    position: relative;
    bottom: 0.08em
}

.material-icons.m-sm,
.sites>a .m-sm[class^="icon-"] {
    font-size: 18px
}

.material-icons.m-md,
.sites>a .m-md[class^="icon-"] {
    font-size: 24px
}

.material-icons.m-lg,
.sites>a .m-lg[class^="icon-"] {
    font-size: 36px
}

.material-icons.m-xl,
.sites>a .m-xl[class^="icon-"] {
    font-size: 48px
}

.material-icons.m-inherit,
.sites>a .m-inherit[class^="icon-"] {
    font-size: inherit
}

.m-primary-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87)
}

.m-secondary-text,
.char-counter {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54)
}

.m-help-text,
.category-block .category-news .main-article .article-footer {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38)
}

.m-divider {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.12)
}

.mw-primary-text {
    font-weight: 500;
    color: #fff
}

.mw-secondary-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7)
}

.mw-help-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5)
}

.mw-divider {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.12)
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 32px;
    border-radius: 4px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    font-weight: 300;
    display: block
}

.sweet-alert p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #D32F2F;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-ms-clear {
    display: none
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    -moz-transition: all .24s;
    transition: all .24s;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0 solid transparent;
    border: none;
    white-space: nowrap;
    -webkit-appearance: none;
    padding: 9px 24px;
    margin: 2em 1em 0 1em;
    font-size: 14px;
    line-height: 1.38;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #1976D2;
    border-color: #1976D2;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, 0.14), 0 3px 1px -2px rgba(25, 118, 210, 0.2), 0 1px 5px 0 rgba(25, 118, 210, 0.12)
}

.sweet-alert button:focus,
.sweet-alert button.focus {
    color: #fff;
    background-color: #1669bb;
    border-color: #145ca4
}

.sweet-alert button:hover {
    color: #fff;
    background-color: #2083e4;
    border-color: #2083e4;
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(25, 118, 210, 0.2)
}

.sweet-alert button:active,
.sweet-alert button.active,
.open>.sweet-alert button.dropdown-toggle {
    color: #fff;
    background-color: #145ca4;
    border-color: #1669bb
}

.sweet-alert button:active:hover,
.sweet-alert button:active:focus,
.sweet-alert button:active.focus,
.sweet-alert button.active:hover,
.sweet-alert button.active:focus,
.sweet-alert button.active.focus,
.open>.sweet-alert button.dropdown-toggle:hover,
.open>.sweet-alert button.dropdown-toggle:focus,
.open>.sweet-alert button.dropdown-toggle.focus {
    color: #fff;
    background-color: #1669bb;
    border-color: #145ca4
}

.sweet-alert button:active,
.sweet-alert button.active,
.open>.sweet-alert button.dropdown-toggle {
    background-image: none
}

.sweet-alert button.disabled:hover,
.sweet-alert button.disabled:focus,
.sweet-alert button.disabled.focus,
.sweet-alert button[disabled]:hover,
.sweet-alert button[disabled]:focus,
.sweet-alert button[disabled].focus,
fieldset[disabled] .sweet-alert button:hover,
fieldset[disabled] .sweet-alert button:focus,
fieldset[disabled] .sweet-alert button.focus {
    background-color: #1976D2;
    border-color: #1976D2
}

.sweet-alert button .badge,
.sweet-alert button .news-card .image .badge-wrap,
.news-card .image .sweet-alert button .badge-wrap,
.sweet-alert button .news-card .image .badge-primary,
.news-card .image .sweet-alert button .badge-primary {
    color: #1976D2;
    background-color: #fff
}

.sweet-alert button.cancel:not(:hover) {
    background: none;
    color: rgba(0, 0, 0, 0.54);
    box-shadow: none
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #D32F2F
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #D32F2F;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f9a825
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f9a825
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f9a825
}

.sweet-alert .sa-icon.sa-info {
    border-color: #03a9f4
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #03a9f4
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #03a9f4;
    left: 50%
}

.sweet-alert .sa-icon.sa-success {
    border-color: #7cb342
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(124, 179, 66, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #7cb342;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}

.viewer {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2)
}

.viewer-header {
    padding: 16px;
    background: #1976D2;
    background: linear-gradient(60deg, #1976D2, #176abd)
}

.viewer-header,
.viewer-header a,
.viewer-header a:hover,
.viewer-header a:focus {
    color: #fff !important
}

.viewer-header-title {
    line-height: 31px;
    margin: 0
}

.viewer-body {
    display: flex
}

.viewer-view {
    flex: 1;
    position: relative
}

.viewer-view-loader {
    padding: 32px
}

.viewer-view article {
    margin-top: 2em;
    margin-bottom: 1em
}

.viewer-aside {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 16px 24px
}

.viewer-section {
    margin: -32px
}

.collection2 {
    padding: 0;
    margin: 0;
    list-style: none
}

.collection2-item {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    margin-left: -16px;
    margin-right: -16px
}

.collection2-item:hover {
    color: rgba(0, 0, 0, 0.87)
}

.collection2-item a {
    padding: 8px 16px;
    display: block;
    color: inherit !important
}

.collection2-item a:hover,
.collection2-item a:focus {
    text-decoration: none
}

.gallery2-images {
    display: flex;
    flex-flow: row wrap;
    margin-left: -4px;
    margin-right: -4px;
    align-items: center;
    justify-content: center
}

.gallery2-item {
    flex: 1;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px
}

.gallery2-image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
    margin-bottom: 4px
}

.gallery2-image:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.dropdown-group {
    display: inline-block;
    position: relative
}

.dropdown-group .dropdown-list {
    transform: translate3d(0, -1em, 0);
    opacity: 0;
    pointer-events: none;
    transition: all .32s
}

.dropdown-group:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: all
}

.empty-list .empty-list-item {
    display: block
}

.empty-list-item {
    display: none;
    border: none !important;
    color: rgba(0, 0, 0, 0.38)
}

.dropdown-list {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 0;
    color: #333;
    min-width: 280px;
    text-align: left;
    z-index: 20;
    animation: moveInY .3s;
    border-top: 4px solid transparent
}

.dropdown-list .dropdown-list-scroller {
    overflow: auto;
    max-height: 600px;
    padding: 0
}

html.home .dropdown-list .dropdown-list-scroller::-webkit-scrollbar-thumb {
    background-color: #ffa000
}

html.informal .dropdown-list .dropdown-list-scroller::-webkit-scrollbar-thumb {
    background-color: #009688
}

html.general .dropdown-list .dropdown-list-scroller::-webkit-scrollbar-thumb {
    background-color: #1976D2
}

html.bp .dropdown-list .dropdown-list-scroller::-webkit-scrollbar-thumb {
    background-color: #3f51b5
}

.dropdown-list .dropdown-list-scroller ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.dropdown-list li {
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.dropdown-list li:last-child {
    border-bottom: none
}

.dropdown-list li.dropdown-list-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.dropdown-list li[onclick] {
    cursor: pointer
}

.dropdown-list li[onclick]:hover {
    background-color: #f6f6f6
}

.dropdown-list.dropdown-right {
    left: auto;
    right: 0
}

@media (max-width:767px) {
    .dropdown-list {
        min-width: auto
    }
    .dropdown-list li+li {
        margin-top: 0
    }
}

.dropdown-list .dropdown-list {
    left: 100%;
    top: 0;
    animation: moveInX .3s;
    border-radius: 0;
    z-index: 9
}

html.home .dropdown-list {
    border-top-color: #ffa000
}

html.informal .dropdown-list {
    border-top-color: #009688
}

html.general .dropdown-list {
    border-top-color: #1976D2
}

html.bp .dropdown-list {
    border-top-color: #3f51b5
}

html.home .dropdown-list:before {
    background-color: #ab6b00
}

html.informal .dropdown-list:before {
    background-color: #00655b
}

html.general .dropdown-list:before {
    background-color: #114f8d
}

html.bp .dropdown-list:before {
    background-color: #2a3679
}

html.home .dropdown-list:after {
    background-color: #ffbf54
}

html.informal .dropdown-list:after {
    background-color: #54b9af
}

html.general .dropdown-list:after {
    background-color: #65a3e1
}

html.bp .dropdown-list:after {
    background-color: #7e8acd
}

.dropdown-list:before,
.dropdown-list:after {
    content: '';
    position: absolute;
    display: block;
    background: transparent;
    height: 4px;
    width: 33%;
    top: -4px;
    z-index: 10
}

.dropdown-list:before {
    left: 0
}

.dropdown-list:after {
    right: 0
}

html.only-main>body>header,
html.only-main>body>footer,
html.only-main>body iframe {
    display: none !important
}

html.only-main section {
    padding: 0
}

.tree {
    font-size: 14px;
    line-height: 1.725;
    padding: 0;
    z-index: 0
}

.tree,
.tree ul {
    margin: 0;
    list-style: none;
    position: relative
}

.tree>ul.branch:first-of-type:last-of-type {
    padding: 0
}

.tree>ul.branch:first-of-type:last-of-type>li>.node-label:after {
    display: none
}

.tree>ul.branch:first-of-type:last-of-type:before {
    display: none
}

.tree ul {
    padding: 0 0 0 32px;
    margin-left: 3px
}

.tree ul.branch:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tree ul.branch:not(:first-of-type):last-of-type:before {
    background: transparent
}

.tree li.parent:first-of-type:last-of-type>ul.branch:first-of-type:last-of-type:before {
    background: none
}

.tree ul:last-child:after {
    height: 2px
}

.tree .parent>ul:last-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 11.075px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: -1
}

.tree>ul:first-child>li:first-child>.node-label:after {
    border-left-color: #fff
}

.tree .branch:last-child>.leaf:last-of-type:before {
    content: '';
    width: 1px;
    height: 12.075px;
    display: block;
    position: absolute;
    top: 12.075px;
    left: -32px;
    background: #fff
}

.tree li {
    position: relative
}

.tree li.parent>.node-label {
    font-weight: 500
}

.tree li>.node-label:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 24.15px;
    border: 1px solid #e0e0e0;
    border-top-width: 0;
    border-right-width: 0;
    position: absolute;
    left: -32px;
    top: -12.075px;
    z-index: -1
}

.tree li>.node-label:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1976D2;
    z-index: 10000;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4em;
    margin-right: 8px;
    z-index: 2
}

.tree li.leaf>.node-label:before {
    background: #fff;
    border: 1px solid #e0e0e0
}

.loader {
    color: #ffffff;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    transform: translateZ(0)
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%
}

.loader:before,
.loader:after {
    position: absolute;
    content: ''
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease
}

@keyframes load2 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#blocks-nav {
    color: #333;
    background-color: #607d8b;
    position: relative;
    overflow: hidden;
    border-bottom: 8px solid #ffa000
}

#blocks-nav a {
    color: inherit
}

#blocks-nav a:hover,
#blocks-nav a:focus {
    text-decoration: none;
    color: inherit
}

#blocks-nav .slider-overlay {
    background-color: rgba(0, 0, 0, 0.38)
}

#blocks-nav .slider,
#blocks-nav .slick-list {
    height: 100%
}

#blocks-nav .slider,
#blocks-nav .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#blocks-nav .slider *,
#blocks-nav .slider-overlay * {
    height: 100% !important
}

#blocks-nav .slider .fixed-background,
#blocks-nav .slider-overlay .fixed-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

@media (max-width:767px) {
    #blocks-nav .slider .fixed-background,
    #blocks-nav .slider .fixed-background img,
    #blocks-nav .slider-overlay .fixed-background,
    #blocks-nav .slider-overlay .fixed-background img {
        animation: none
    }
}

#blocks-nav .slider .fixed-background img,
#blocks-nav .slider-overlay .fixed-background img {
    width: 125%;
    height: 125%;
    object-fit: cover
}

#blocks-nav .slider .slick-list,
#blocks-nav .slider .slick-track,
#blocks-nav .slider .slick-slide,
#blocks-nav .slider-overlay .slick-list,
#blocks-nav .slider-overlay .slick-track,
#blocks-nav .slider-overlay .slick-slide {
    height: 100%
}

#blocks-nav .card,
#blocks-nav .card-primary,
#blocks-nav .card-image,
#blocks-nav .filters,
#blocks-nav .news-card,
#blocks-nav .collection,
#blocks-nav .tooltip .tooltip-body,
.tooltip #blocks-nav .tooltip-body,
#blocks-nav .category-block .category-news,
.category-block #blocks-nav .category-news {
    padding: 0;
    border-radius: 4px;
    box-shadow: none !important;
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    overflow: visible;
    transition: all .3s;
    z-index: 10
}

@media (max-width:767px) {
    #blocks-nav .card,
    #blocks-nav .card-primary,
    #blocks-nav .card-image,
    #blocks-nav .filters,
    #blocks-nav .news-card,
    #blocks-nav .collection,
    #blocks-nav .tooltip .tooltip-body,
    .tooltip #blocks-nav .tooltip-body,
    #blocks-nav .category-block .category-news,
    .category-block #blocks-nav .category-news {
        margin-bottom: 32px
    }
}

#blocks-nav .card-icon,
#blocks-nav .card .card-icon-secondary,
.card #blocks-nav .card-icon-secondary,
#blocks-nav .card-primary .card-icon-secondary,
.card-primary #blocks-nav .card-icon-secondary,
#blocks-nav .filters .card-icon-secondary,
.filters #blocks-nav .card-icon-secondary,
#blocks-nav .news-card .card-icon-secondary,
.news-card #blocks-nav .card-icon-secondary,
#blocks-nav .collection .card-icon-secondary,
.collection #blocks-nav .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card-icon-secondary,
#blocks-nav .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card-icon-secondary {
    width: 80px;
    display: block;
    margin: auto;
    height: 80px;
    border-radius: 40px;
    background: #fff;
    transform-origin: 50% 0%;
    line-height: 80px;
    font-size: 3em;
    opacity: 1;
    position: relative;
    z-index: 0
}

#blocks-nav .card-icon svg,
#blocks-nav .card .card-icon-secondary svg,
.card #blocks-nav .card-icon-secondary svg,
#blocks-nav .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .card-icon-secondary svg,
#blocks-nav .filters .card-icon-secondary svg,
.filters #blocks-nav .card-icon-secondary svg,
#blocks-nav .news-card .card-icon-secondary svg,
.news-card #blocks-nav .card-icon-secondary svg,
#blocks-nav .collection .card-icon-secondary svg,
.collection #blocks-nav .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .card-icon-secondary svg,
#blocks-nav .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .card-icon-secondary svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    padding: 24px;
    transition: fill .3s, transform .3s
}

#blocks-nav .card:hover,
#blocks-nav .card-primary:hover,
#blocks-nav .card-image:hover,
#blocks-nav .filters:hover,
#blocks-nav .news-card:hover,
#blocks-nav .collection:hover,
#blocks-nav .tooltip .tooltip-body:hover,
.tooltip #blocks-nav .tooltip-body:hover,
#blocks-nav .category-block .category-news:hover,
.category-block #blocks-nav .category-news:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2)
}

#blocks-nav .card:hover .card-icon,
#blocks-nav .card-primary:hover .card-icon,
#blocks-nav .card-image:hover .card-icon,
#blocks-nav .filters:hover .card-icon,
#blocks-nav .news-card:hover .card-icon,
#blocks-nav .collection:hover .card-icon,
#blocks-nav .tooltip .tooltip-body:hover .card-icon,
.tooltip #blocks-nav .tooltip-body:hover .card-icon,
#blocks-nav .category-block .category-news:hover .card-icon,
.category-block #blocks-nav .category-news:hover .card-icon,
#blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .card .card-icon-secondary,
.card #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .card .card-icon-secondary,
.card #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .card .card-icon-secondary,
.card #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .card .card-icon-secondary,
.card #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .card .card-icon-secondary,
.card #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .card .card-icon-secondary,
.card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .card .card-icon-secondary,
.card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .card .card-icon-secondary,
.card #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .card .card-icon-secondary,
.card .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .card .card-icon-secondary,
.card #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .card .card-icon-secondary,
.card #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .card .card-icon-secondary,
.card #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .card .card-icon-secondary,
.card #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .card .card-icon-secondary,
.card #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .card .card-icon-secondary,
.card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .card .card-icon-secondary,
.card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .card .card-icon-secondary,
.card #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .card .card-icon-secondary,
.card .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .card-primary .card-icon-secondary,
.card-primary .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .card-primary .card-icon-secondary,
.card-primary .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .filters .card-icon-secondary,
.filters #blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .filters .card-icon-secondary,
.filters #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .filters .card-icon-secondary,
.filters #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .filters .card-icon-secondary,
.filters #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .filters .card-icon-secondary,
.filters #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .filters .card-icon-secondary,
.filters #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .filters .card-icon-secondary,
.filters .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .filters .card-icon-secondary,
.filters #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .filters .card-icon-secondary,
.filters .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .news-card .card-icon-secondary,
.news-card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .news-card .card-icon-secondary,
.news-card #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .news-card .card-icon-secondary,
.news-card .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .collection .card-icon-secondary,
.collection #blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .collection .card-icon-secondary,
.collection #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .collection .card-icon-secondary,
.collection #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .collection .card-icon-secondary,
.collection #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .collection .card-icon-secondary,
.collection #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .collection .card-icon-secondary,
.collection #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .collection .card-icon-secondary,
.collection .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .collection .card-icon-secondary,
.collection #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .collection .card-icon-secondary,
.collection .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body .category-block #blocks-nav .category-news:hover .card-icon-secondary,
#blocks-nav .card:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card:hover .card-icon-secondary,
#blocks-nav .card-primary:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card-primary:hover .card-icon-secondary,
#blocks-nav .card-image:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card-image:hover .card-icon-secondary,
#blocks-nav .filters:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .filters:hover .card-icon-secondary,
#blocks-nav .news-card:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .news-card:hover .card-icon-secondary,
#blocks-nav .collection:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .collection:hover .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body:hover .category-block .category-news .card-icon-secondary,
.category-block .category-news .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary,
#blocks-nav .category-block .category-news:hover .card-icon-secondary,
.category-block #blocks-nav .category-news:hover .card-icon-secondary {
    transform: scale(1.125)
}

#blocks-nav .card:hover .card-icon svg,
#blocks-nav .card-primary:hover .card-icon svg,
#blocks-nav .card-image:hover .card-icon svg,
#blocks-nav .filters:hover .card-icon svg,
#blocks-nav .news-card:hover .card-icon svg,
#blocks-nav .collection:hover .card-icon svg,
#blocks-nav .tooltip .tooltip-body:hover .card-icon svg,
.tooltip #blocks-nav .tooltip-body:hover .card-icon svg,
#blocks-nav .category-block .category-news:hover .card-icon svg,
.category-block #blocks-nav .category-news:hover .card-icon svg,
#blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .card .card-icon-secondary svg,
.card #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .card .card-icon-secondary svg,
.card #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .card .card-icon-secondary svg,
.card #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .card .card-icon-secondary svg,
.card #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .card .card-icon-secondary svg,
.card #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .card .card-icon-secondary svg,
.card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .card .card-icon-secondary svg,
.card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .card .card-icon-secondary svg,
.card #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .card .card-icon-secondary svg,
.card .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .card .card-icon-secondary svg,
.card #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .card .card-icon-secondary svg,
.card #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .card .card-icon-secondary svg,
.card #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .card .card-icon-secondary svg,
.card #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .card .card-icon-secondary svg,
.card #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .card .card-icon-secondary svg,
.card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .card .card-icon-secondary svg,
.card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .card .card-icon-secondary svg,
.card #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .card .card-icon-secondary svg,
.card .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .card-primary .card-icon-secondary svg,
.card-primary .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .card-primary .card-icon-secondary svg,
.card-primary .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .filters .card-icon-secondary svg,
.filters .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .filters .card-icon-secondary svg,
.filters #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .filters .card-icon-secondary svg,
.filters .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .news-card .card-icon-secondary svg,
.news-card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .news-card .card-icon-secondary svg,
.news-card .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .collection .card-icon-secondary svg,
.collection .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .collection .card-icon-secondary svg,
.collection #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .collection .card-icon-secondary svg,
.collection .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body .category-block #blocks-nav .category-news:hover .card-icon-secondary svg,
#blocks-nav .card:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .card:hover .card-icon-secondary svg,
#blocks-nav .card-primary:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .card-primary:hover .card-icon-secondary svg,
#blocks-nav .card-image:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .card-image:hover .card-icon-secondary svg,
#blocks-nav .filters:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .filters:hover .card-icon-secondary svg,
#blocks-nav .news-card:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .news-card:hover .card-icon-secondary svg,
#blocks-nav .collection:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .collection:hover .card-icon-secondary svg,
#blocks-nav .tooltip .tooltip-body:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary svg,
.tooltip #blocks-nav .tooltip-body:hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary svg,
#blocks-nav .category-block .category-news:hover .card-icon-secondary svg,
.category-block #blocks-nav .category-news:hover .card-icon-secondary svg {
    transform: scale(1.125)
}

#blocks-nav .card:hover .card-icon:before,
#blocks-nav .card-primary:hover .card-icon:before,
#blocks-nav .card-image:hover .card-icon:before,
#blocks-nav .filters:hover .card-icon:before,
#blocks-nav .news-card:hover .card-icon:before,
#blocks-nav .collection:hover .card-icon:before,
#blocks-nav .tooltip .tooltip-body:hover .card-icon:before,
.tooltip #blocks-nav .tooltip-body:hover .card-icon:before,
#blocks-nav .category-block .category-news:hover .card-icon:before,
.category-block #blocks-nav .category-news:hover .card-icon:before,
#blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .card .card-icon-secondary:before,
.card #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .card .card-icon-secondary:before,
.card #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .card .card-icon-secondary:before,
.card #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .card .card-icon-secondary:before,
.card #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .card .card-icon-secondary:before,
.card #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .card .card-icon-secondary:before,
.card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .card .card-icon-secondary:before,
.card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .card .card-icon-secondary:before,
.card #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .card .card-icon-secondary:before,
.card .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .card .card-icon-secondary:before,
.card #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .card .card-icon-secondary:before,
.card #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .card .card-icon-secondary:before,
.card #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .card .card-icon-secondary:before,
.card #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .card .card-icon-secondary:before,
.card #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .card .card-icon-secondary:before,
.card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .card .card-icon-secondary:before,
.card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .card .card-icon-secondary:before,
.card #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .card .card-icon-secondary:before,
.card .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .card-primary .card-icon-secondary:before,
.card-primary .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .card-primary .card-icon-secondary:before,
.card-primary .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .filters .card-icon-secondary:before,
.filters .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .filters .card-icon-secondary:before,
.filters #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .filters .card-icon-secondary:before,
.filters .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .news-card .card-icon-secondary:before,
.news-card .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .news-card .card-icon-secondary:before,
.news-card #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .news-card .card-icon-secondary:before,
.news-card .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .collection .card-icon-secondary:before,
.collection .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .collection .card-icon-secondary:before,
.collection #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .collection .card-icon-secondary:before,
.collection .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body .category-block #blocks-nav .category-news:hover .card-icon-secondary:before,
#blocks-nav .card:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .card:hover .card-icon-secondary:before,
#blocks-nav .card-primary:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .card-primary:hover .card-icon-secondary:before,
#blocks-nav .card-image:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .card-image:hover .card-icon-secondary:before,
#blocks-nav .filters:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .filters:hover .card-icon-secondary:before,
#blocks-nav .news-card:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .news-card:hover .card-icon-secondary:before,
#blocks-nav .collection:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .collection:hover .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .tooltip .tooltip-body:hover .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body:hover .category-block .category-news .card-icon-secondary:before,
.category-block .category-news .tooltip #blocks-nav .tooltip-body:hover .card-icon-secondary:before,
#blocks-nav .category-block .category-news:hover .card-icon-secondary:before,
.category-block #blocks-nav .category-news:hover .card-icon-secondary:before {
    transform: translate3d(0, 0, 0) scaleY(1);
    visibility: visible;
    transition-duration: .3s
}

#blocks-nav .card:hover .module-title,
#blocks-nav .card-primary:hover .module-title,
#blocks-nav .card-image:hover .module-title,
#blocks-nav .filters:hover .module-title,
#blocks-nav .news-card:hover .module-title,
#blocks-nav .collection:hover .module-title,
#blocks-nav .tooltip .tooltip-body:hover .module-title,
.tooltip #blocks-nav .tooltip-body:hover .module-title,
#blocks-nav .category-block .category-news:hover .module-title,
.category-block #blocks-nav .category-news:hover .module-title {
    border-radius: 8px
}

#blocks-nav .card .module-title,
#blocks-nav .card-primary .module-title,
#blocks-nav .card-image .module-title,
#blocks-nav .filters .module-title,
#blocks-nav .news-card .module-title,
#blocks-nav .collection .module-title,
#blocks-nav .tooltip .tooltip-body .module-title,
.tooltip #blocks-nav .tooltip-body .module-title,
#blocks-nav .category-block .category-news .module-title,
.category-block #blocks-nav .category-news .module-title,
#blocks-nav .card .card-icon,
#blocks-nav .card-primary .card-icon,
#blocks-nav .card-image .card-icon,
#blocks-nav .filters .card-icon,
#blocks-nav .news-card .card-icon,
#blocks-nav .collection .card-icon,
#blocks-nav .tooltip .tooltip-body .card-icon,
.tooltip #blocks-nav .tooltip-body .card-icon,
#blocks-nav .category-block .category-news .card-icon,
.category-block #blocks-nav .category-news .card-icon,
#blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .card .card-icon-secondary,
.card #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .card .card-icon-secondary,
.card #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .card .card-icon-secondary,
.card #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .card .card-icon-secondary,
.card #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .card .card-icon-secondary,
.card #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .card .card-icon-secondary,
.card #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .card .card-icon-secondary,
.card .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .card .card-icon-secondary,
.card #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .card .card-icon-secondary,
.card .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .card .card-icon-secondary,
.card #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .card .card-icon-secondary,
.card #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .card .card-icon-secondary,
.card #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .card .card-icon-secondary,
.card #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .card .card-icon-secondary,
.card #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .card .card-icon-secondary,
.card #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .card .card-icon-secondary,
.card .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .card .card-icon-secondary,
.card #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .card .card-icon-secondary,
.card .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .card-primary .card-icon-secondary,
.card-primary #blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .card-primary .card-icon-secondary,
.card-primary #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .card-primary .card-icon-secondary,
.card-primary #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .card-primary .card-icon-secondary,
.card-primary #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .card-primary .card-icon-secondary,
.card-primary #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .card-primary .card-icon-secondary,
.card-primary #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .card-primary .card-icon-secondary,
.card-primary .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .card-primary .card-icon-secondary,
.card-primary #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .card-primary .card-icon-secondary,
.card-primary .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .filters .card-icon-secondary,
.filters #blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .filters .card-icon-secondary,
.filters #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .filters .card-icon-secondary,
.filters #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .filters .card-icon-secondary,
.filters #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .filters .card-icon-secondary,
.filters #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .filters .card-icon-secondary,
.filters #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .filters .card-icon-secondary,
.filters .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .filters .card-icon-secondary,
.filters #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .filters .card-icon-secondary,
.filters .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .news-card .card-icon-secondary,
.news-card #blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .news-card .card-icon-secondary,
.news-card #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .news-card .card-icon-secondary,
.news-card #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .news-card .card-icon-secondary,
.news-card #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .news-card .card-icon-secondary,
.news-card #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .news-card .card-icon-secondary,
.news-card #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .news-card .card-icon-secondary,
.news-card .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .news-card .card-icon-secondary,
.news-card #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .news-card .card-icon-secondary,
.news-card .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .collection .card-icon-secondary,
.collection #blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .collection .card-icon-secondary,
.collection #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .collection .card-icon-secondary,
.collection #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .collection .card-icon-secondary,
.collection #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .collection .card-icon-secondary,
.collection #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .collection .card-icon-secondary,
.collection #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .collection .card-icon-secondary,
.collection .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .collection .card-icon-secondary,
.collection #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .collection .card-icon-secondary,
.collection .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body .category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card .card-icon-secondary,
#blocks-nav .card-primary .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card-primary .card-icon-secondary,
#blocks-nav .card-image .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .card-image .card-icon-secondary,
#blocks-nav .filters .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .filters .card-icon-secondary,
#blocks-nav .news-card .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .news-card .card-icon-secondary,
#blocks-nav .collection .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .collection .card-icon-secondary,
#blocks-nav .tooltip .tooltip-body .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .tooltip .tooltip-body .card-icon-secondary,
.tooltip #blocks-nav .tooltip-body .category-block .category-news .card-icon-secondary,
.category-block .category-news .tooltip #blocks-nav .tooltip-body .card-icon-secondary,
#blocks-nav .category-block .category-news .card-icon-secondary,
.category-block #blocks-nav .category-news .card-icon-secondary,
#blocks-nav .card .card-icon:before,
#blocks-nav .card-primary .card-icon:before,
#blocks-nav .card-image .card-icon:before,
#blocks-nav .filters .card-icon:before,
#blocks-nav .news-card .card-icon:before,
#blocks-nav .collection .card-icon:before,
#blocks-nav .tooltip .tooltip-body .card-icon:before,
.tooltip #blocks-nav .tooltip-body .card-icon:before,
#blocks-nav .category-block .category-news .card-icon:before,
.category-block #blocks-nav .category-news .card-icon:before,
#blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .card .card-icon-secondary:before,
.card #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .card .card-icon-secondary:before,
.card #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .card .card-icon-secondary:before,
.card #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .card .card-icon-secondary:before,
.card #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .card .card-icon-secondary:before,
.card #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .card .card-icon-secondary:before,
.card #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .card .card-icon-secondary:before,
.card .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .card .card-icon-secondary:before,
.card #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .card .card-icon-secondary:before,
.card .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .card .card-icon-secondary:before,
.card #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .card .card-icon-secondary:before,
.card #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .card .card-icon-secondary:before,
.card #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .card .card-icon-secondary:before,
.card #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .card .card-icon-secondary:before,
.card #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .card .card-icon-secondary:before,
.card #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .card .card-icon-secondary:before,
.card .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .card .card-icon-secondary:before,
.card #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .card .card-icon-secondary:before,
.card .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .card-primary .card-icon-secondary:before,
.card-primary .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .card-primary .card-icon-secondary:before,
.card-primary #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .card-primary .card-icon-secondary:before,
.card-primary .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .filters .card-icon-secondary:before,
.filters #blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .filters .card-icon-secondary:before,
.filters #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .filters .card-icon-secondary:before,
.filters #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .filters .card-icon-secondary:before,
.filters #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .filters .card-icon-secondary:before,
.filters #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .filters .card-icon-secondary:before,
.filters #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .filters .card-icon-secondary:before,
.filters .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .filters .card-icon-secondary:before,
.filters #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .filters .card-icon-secondary:before,
.filters .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .news-card .card-icon-secondary:before,
.news-card #blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .news-card .card-icon-secondary:before,
.news-card #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .news-card .card-icon-secondary:before,
.news-card #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .news-card .card-icon-secondary:before,
.news-card #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .news-card .card-icon-secondary:before,
.news-card #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .news-card .card-icon-secondary:before,
.news-card #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .news-card .card-icon-secondary:before,
.news-card .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .news-card .card-icon-secondary:before,
.news-card #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .news-card .card-icon-secondary:before,
.news-card .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .collection .card-icon-secondary:before,
.collection #blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .collection .card-icon-secondary:before,
.collection #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .collection .card-icon-secondary:before,
.collection #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .collection .card-icon-secondary:before,
.collection #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .collection .card-icon-secondary:before,
.collection #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .collection .card-icon-secondary:before,
.collection #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .collection .card-icon-secondary:before,
.collection .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .collection .card-icon-secondary:before,
.collection #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .collection .card-icon-secondary:before,
.collection .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body #blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip .tooltip-body .category-block #blocks-nav .category-news .card-icon-secondary:before,
#blocks-nav .card .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .card .card-icon-secondary:before,
#blocks-nav .card-primary .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .card-primary .card-icon-secondary:before,
#blocks-nav .card-image .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .card-image .card-icon-secondary:before,
#blocks-nav .filters .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .filters .card-icon-secondary:before,
#blocks-nav .news-card .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .news-card .card-icon-secondary:before,
#blocks-nav .collection .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .collection .card-icon-secondary:before,
#blocks-nav .tooltip .tooltip-body .category-block .category-news .card-icon-secondary:before,
.category-block .category-news #blocks-nav .tooltip .tooltip-body .card-icon-secondary:before,
.tooltip #blocks-nav .tooltip-body .category-block .category-news .card-icon-secondary:before,
.category-block .category-news .tooltip #blocks-nav .tooltip-body .card-icon-secondary:before,
#blocks-nav .category-block .category-news .card-icon-secondary:before,
.category-block #blocks-nav .category-news .card-icon-secondary:before {
    transition: all .3s
}

#blocks-nav .card .module-title,
#blocks-nav .card-primary .module-title,
#blocks-nav .card-image .module-title,
#blocks-nav .filters .module-title,
#blocks-nav .news-card .module-title,
#blocks-nav .collection .module-title,
#blocks-nav .tooltip .tooltip-body .module-title,
.tooltip #blocks-nav .tooltip-body .module-title,
#blocks-nav .category-block .category-news .module-title,
.category-block #blocks-nav .category-news .module-title {
    color: #fff;
    display: table;
    width: 100%;
    height: 88.8888888889px;
    padding: 10.6666666667px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    margin-top: 2em;
    overflow: hidden;
    z-index: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

#blocks-nav .card .module-title .title-wrap,
#blocks-nav .card-primary .module-title .title-wrap,
#blocks-nav .card-image .module-title .title-wrap,
#blocks-nav .filters .module-title .title-wrap,
#blocks-nav .news-card .module-title .title-wrap,
#blocks-nav .collection .module-title .title-wrap,
#blocks-nav .tooltip .tooltip-body .module-title .title-wrap,
.tooltip #blocks-nav .tooltip-body .module-title .title-wrap,
#blocks-nav .category-block .category-news .module-title .title-wrap,
.category-block #blocks-nav .category-news .module-title .title-wrap {
    display: table-cell;
    vertical-align: middle
}

#blocks-nav .menu-blocks {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    padding-left: 8px;
    padding-right: 8px;
    align-items: stretch
}

#blocks-nav .menu-blocks>a {
    flex: 1 1 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-direction: column
}

#blocks-nav .menu-blocks>a:nth-child(1) .card-icon,
#blocks-nav .menu-blocks>a:nth-child(1) .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1) .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1) .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1) .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1) .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1) .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1) .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(1) .card-icon-secondary {
    color: #9ccc65
}

#blocks-nav .menu-blocks>a:nth-child(1) .module-title {
    background-color: #9ccc65
}

#blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon,
#blocks-nav .menu-blocks>a:nth-child(1):hover .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1):hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1):hover .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1):hover .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1):hover .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1):hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(1):hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary {
    box-shadow: 0 0 40px rgba(156, 204, 101, 0.7), 0 0 40px rgba(156, 204, 101, 0.5), 0 0 40px rgba(156, 204, 101, 0.3)
}

#blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .card .card-icon-secondary svg,
.card #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .filters .card-icon-secondary svg,
.filters #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .collection .card-icon-secondary svg,
.collection #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(1):hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(1):hover .card-icon-secondary svg {
    fill: #9ccc65
}

#blocks-nav .menu-blocks>a:nth-child(2) .card-icon,
#blocks-nav .menu-blocks>a:nth-child(2) .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2) .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2) .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2) .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2) .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2) .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2) .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(2) .card-icon-secondary {
    color: #1976D2
}

#blocks-nav .menu-blocks>a:nth-child(2) .module-title {
    background-color: #1976D2
}

#blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon,
#blocks-nav .menu-blocks>a:nth-child(2):hover .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2):hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2):hover .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2):hover .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2):hover .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2):hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(2):hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary {
    box-shadow: 0 0 40px rgba(25, 118, 210, 0.7), 0 0 40px rgba(25, 118, 210, 0.5), 0 0 40px rgba(25, 118, 210, 0.3)
}

#blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .card .card-icon-secondary svg,
.card #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .filters .card-icon-secondary svg,
.filters #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .collection .card-icon-secondary svg,
.collection #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(2):hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(2):hover .card-icon-secondary svg {
    fill: #1976D2
}

#blocks-nav .menu-blocks>a:nth-child(3) .card-icon,
#blocks-nav .menu-blocks>a:nth-child(3) .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3) .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3) .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3) .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3) .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3) .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3) .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(3) .card-icon-secondary {
    color: #ad1457
}

#blocks-nav .menu-blocks>a:nth-child(3) .module-title {
    background-color: #ad1457
}

#blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon,
#blocks-nav .menu-blocks>a:nth-child(3):hover .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3):hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3):hover .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3):hover .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3):hover .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3):hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(3):hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary {
    box-shadow: 0 0 40px rgba(173, 20, 87, 0.7), 0 0 40px rgba(173, 20, 87, 0.5), 0 0 40px rgba(173, 20, 87, 0.3)
}

#blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .card .card-icon-secondary svg,
.card #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .filters .card-icon-secondary svg,
.filters #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .collection .card-icon-secondary svg,
.collection #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(3):hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(3):hover .card-icon-secondary svg {
    fill: #ad1457
}

#blocks-nav .menu-blocks>a:nth-child(4) .card-icon,
#blocks-nav .menu-blocks>a:nth-child(4) .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4) .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4) .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4) .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4) .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4) .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4) .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(4) .card-icon-secondary {
    color: #3f51b5
}

#blocks-nav .menu-blocks>a:nth-child(4) .module-title {
    background-color: #3f51b5
}

#blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon,
#blocks-nav .menu-blocks>a:nth-child(4):hover .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4):hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4):hover .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4):hover .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4):hover .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4):hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(4):hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary {
    box-shadow: 0 0 40px rgba(63, 81, 181, 0.7), 0 0 40px rgba(63, 81, 181, 0.5), 0 0 40px rgba(63, 81, 181, 0.3)
}

#blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .card .card-icon-secondary svg,
.card #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .filters .card-icon-secondary svg,
.filters #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .collection .card-icon-secondary svg,
.collection #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(4):hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(4):hover .card-icon-secondary svg {
    fill: #3f51b5
}

#blocks-nav .menu-blocks>a:nth-child(5) .card-icon,
#blocks-nav .menu-blocks>a:nth-child(5) .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5) .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5) .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5) .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5) .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5) .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5) .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(5) .card-icon-secondary {
    color: #009688
}

#blocks-nav .menu-blocks>a:nth-child(5) .module-title {
    background-color: #009688
}

#blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon,
#blocks-nav .menu-blocks>a:nth-child(5):hover .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5):hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5):hover .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5):hover .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5):hover .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5):hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(5):hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary {
    box-shadow: 0 0 40px rgba(0, 150, 136, 0.7), 0 0 40px rgba(0, 150, 136, 0.5), 0 0 40px rgba(0, 150, 136, 0.3)
}

#blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .card .card-icon-secondary svg,
.card #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .filters .card-icon-secondary svg,
.filters #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .collection .card-icon-secondary svg,
.collection #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(5):hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(5):hover .card-icon-secondary svg {
    fill: #009688
}

#blocks-nav .menu-blocks>a:nth-child(6) .card-icon,
#blocks-nav .menu-blocks>a:nth-child(6) .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6) .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6) .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6) .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6) .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6) .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6) .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(6) .card-icon-secondary {
    color: #ffa000
}

#blocks-nav .menu-blocks>a:nth-child(6) .module-title {
    background-color: #ffa000
}

#blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon,
#blocks-nav .menu-blocks>a:nth-child(6):hover .card .card-icon-secondary,
.card #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6):hover .card-primary .card-icon-secondary,
.card-primary #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6):hover .filters .card-icon-secondary,
.filters #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6):hover .news-card .card-icon-secondary,
.news-card #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6):hover .collection .card-icon-secondary,
.collection #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6):hover .tooltip .tooltip-body .card-icon-secondary,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary,
#blocks-nav .menu-blocks>a:nth-child(6):hover .category-block .category-news .card-icon-secondary,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary {
    box-shadow: 0 0 40px rgba(255, 160, 0, 0.7), 0 0 40px rgba(255, 160, 0, 0.5), 0 0 40px rgba(255, 160, 0, 0.3)
}

#blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .card .card-icon-secondary svg,
.card #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .card-primary .card-icon-secondary svg,
.card-primary #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .filters .card-icon-secondary svg,
.filters #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .news-card .card-icon-secondary svg,
.news-card #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .collection .card-icon-secondary svg,
.collection #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .tooltip .tooltip-body .card-icon-secondary svg,
.tooltip .tooltip-body #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg,
#blocks-nav .menu-blocks>a:nth-child(6):hover .category-block .category-news .card-icon-secondary svg,
.category-block .category-news #blocks-nav .menu-blocks>a:nth-child(6):hover .card-icon-secondary svg {
    fill: #ffa000
}

.question {
    padding: 8px 16px
}

.question .bar {
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    padding: 0.1em 0.5em;
    border-radius: 16px;
    font-size: 11px;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffa000;
    box-shadow: 0 2px 2px 0 rgba(255, 160, 0, 0.14), 0 3px 1px -2px rgba(255, 160, 0, 0.2), 0 1px 5px 0 rgba(255, 160, 0, 0.12)
}

textarea.form-control {
    max-width: 100%
}

.popout {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background: #fff;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    margin: 1em 0 0 0;
    min-width: 200px;
    max-height: 400px;
    overflow-y: auto;
    animation: moveInY .3s
}

.popout-container {
    position: relative
}

.popout.open {
    display: block
}

.popout>li {
    padding: 0.75em 1.5em
}

.popout>li+li {
    border-top: 1px solid #e0e0e0
}

.popout li>a {
    color: rgba(0, 0, 0, 0.57) !important;
    line-height: 1.15;
    display: block
}

.popout li>a:hover {
    color: rgba(0, 0, 0, 0.83) !important
}

.popout .checkbox,
.popout .radiobox {
    margin: 0
}

.popout .checkbox>input,
.popout .radiobox>input {
    position: absolute
}

.headerSortUp.header,
.headerSortDown.header {
    color: #333 !important;
    font-weight: 500
}

.headerSortUp:after,
.headerSortDown:after {
    font-size: 0.875em;
    font-weight: bold
}

.headerSortUp:after {
    content: "  (maž.)"
}

.headerSortDown:after {
    content: "  (did.)"
}

#printer {
    display: none
}

@media print {
    body form,
    body [data-lightbox]:after,
    body .social,
    body .btn,
    body .select2-results__option,
    body .btn-plain,
    body .fc-state-default,
    body .btn-flat-white,
    body .btn-muted,
    body .clndr .clndr-button,
    .clndr body .clndr-button,
    body .gsc-control-cse td.gsc-search-button,
    body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page,
    body .btn-custom,
    body .btn-flat,
    body .content-card:before,
    body>* {
        display: none !important
    }
    body .content-card {
        padding: 0
    }
    #printer,
    #printer .gallery-image,
    #printer [style*="url"] {
        display: block !important
    }
}