/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget { list-style: none }
    .bootstrap-datetimepicker-widget.dropdown-menu { display: block; margin: 2px 0; padding: 4px; width: 19em }

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0,0,0,0.2); top: -7px; left: 7px }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 8px }
.bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ccc; border-top-color: rgba(0,0,0,0.2); bottom: -7px; left: 6px }
.bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 7px }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px }
.bootstrap-datetimepicker-widget .list-unstyled { margin: 0 }
.bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0 }
    .bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none }
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0 }
.bootstrap-datetimepicker-widget button[data-action] { padding: 6px }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Hours" }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Minutes" }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Hours" }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Minutes" }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Hours" }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Minutes" }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle AM/PM" }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Clear the picker" }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Set the date to today" }
.bootstrap-datetimepicker-widget .picker-switch { text-align: center }
    .bootstrap-datetimepicker-widget .picker-switch::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle Date and Time Screens" }
    .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit }
        .bootstrap-datetimepicker-widget .picker-switch td span { line-height: 2.5; height: 2.5em; width: 100% }
.bootstrap-datetimepicker-widget table { width: 100%; margin: 0 }
    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { text-align: center; border-radius: 4px }
    .bootstrap-datetimepicker-widget table th { height: 20px; line-height: 20px; width: 20px }
        .bootstrap-datetimepicker-widget table th.picker-switch { width: 145px }
        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background: none; color: #777; cursor: not-allowed }
        .bootstrap-datetimepicker-widget table th.prev::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Previous Month" }
        .bootstrap-datetimepicker-widget table th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Next Month" }
    .bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer }
        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #eee }
    .bootstrap-datetimepicker-widget table td { height: 54px; line-height: 54px; width: 54px }
        .bootstrap-datetimepicker-widget table td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #777 }
        .bootstrap-datetimepicker-widget table td.day { height: 20px; line-height: 20px; width: 20px }
            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: #eee; cursor: pointer }
        .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #777 }
        .bootstrap-datetimepicker-widget table td.today { position: relative }
            .bootstrap-datetimepicker-widget table td.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #337ab7; border-top-color: rgba(0,0,0,0.2); position: absolute; bottom: 4px; right: 4px }
        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #337ab7; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25) }
            .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff }
        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background: none; color: #777; cursor: not-allowed }
        .bootstrap-datetimepicker-widget table td span { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 4px }
            .bootstrap-datetimepicker-widget table td span:hover { background: #eee }
            .bootstrap-datetimepicker-widget table td span.active { background-color: #337ab7; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25) }
            .bootstrap-datetimepicker-widget table td span.old { color: #777 }
            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover { background: none; color: #777; cursor: not-allowed }
.bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px }
.bootstrap-datetimepicker-widget.wider { width: 21em }
.bootstrap-datetimepicker-widget .datepicker-decades .decade { line-height: 1.8em !important }
.input-group.date .input-group-addon { cursor: pointer }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }

/*!
 *  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('../plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../plugins/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}

.flex-direction-nav a, .flex-direction-nav a:before { color: rgba(0,0,0,.8); text-shadow: 1px 1px 0 rgba(255,255,255,.3) }
@font-face { font-family: flexslider-icon; src: url(../plugins/flexlider/fonts/flexslider-icon.eot); src: url(../plugins/flexlider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(../plugins/flexlider/fonts/flexslider-icon.woff) format('woff'),url(../plugins/flexlider/fonts/flexslider-icon.ttf) format('truetype'),url(../plugins/flexlider/fonts/flexslider-icon.svg#flexslider-icon) format('svg'); font-weight: 400; font-style: normal }
.flex-container a:hover, .flex-slider a:hover { outline: 0 }
.flex-control-nav, .flex-direction-nav, .slides, .slides > li { margin: 0; padding: 0; list-style: none }
.flex-pauseplay span { text-transform: capitalize }
.flexslider { padding: 0; margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2); box-shadow: '' 0 1px 4px rgba(0,0,0,.2) }
    .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden }
    .flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
html[xmlns] .flexslider .slides { display: block }
* html .flexslider .slides { height: 1% }
.no-js .flexslider .slides > li:first-child { display: block }
.flexslider .slides { zoom: 1 }
    .flexslider .slides img { width: 100%; display: block; height: auto; -moz-user-select: none }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease }
.loading .flex-viewport { max-height: 300px }
.carousel li { margin-right: 5px }
.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out }
    .flex-direction-nav a:before { font-family: flexslider-icon; font-size: 40px; display: inline-block; content: '\f001' }
    .flex-direction-nav a.flex-next:before { content: '\f002' }
.flex-direction-nav .flex-prev { left: -50px }
.flex-direction-nav .flex-next { right: -50px; text-align: right }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: .7; left: 10px }
    .flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1 }
.flexslider:hover .flex-direction-nav .flex-next { opacity: .7; right: 10px }
    .flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1 }
.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; z-index: -1 }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: .8; z-index: 10; overflow: hidden; cursor: pointer; color: #000 }
    .flex-pauseplay a:before { font-family: flexslider-icon; font-size: 20px; display: inline-block; content: '\f004' }
    .flex-pauseplay a:hover { opacity: 1 }
    .flex-pauseplay a.flex-play:before { content: '\f003' }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center }
    .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1 }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3); box-shadow: inset 0 0 3px rgba(0,0,0,.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px }
    .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,.7) }
    .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,.9); cursor: default }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden }
    .flex-control-thumbs li { width: 25%; float: left; margin: 0 }
    .flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease }
        .flex-control-thumbs img:hover { opacity: 1 }
    .flex-control-thumbs .flex-active { opacity: 1; cursor: default }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px }
    .flex-direction-nav .flex-next { opacity: 1; right: 10px }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object { padding: 0; margin: 0; border: 0; outline: 0; vertical-align: top }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020 }
.fancybox-inner, .fancybox-outer, .fancybox-skin { position: relative }
.fancybox-skin { background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px }
.fancybox-opened { z-index: 8030 }
    .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5); -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5); box-shadow: 0 10px 25px rgba(0,0,0,.5) }
.fancybox-inner { overflow: hidden }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap }
.fancybox-iframe, .fancybox-image { display: block; width: 100%; height: 100% }
.fancybox-image { max-width: 100%; max-height: 100% }
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span { background-image: url(../plugins/fancybox/fancybox_sprite.png) }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: .8; cursor: pointer; z-index: 8060 }
.fancybox-close, .fancybox-nav, .fancybox-nav span { cursor: pointer; z-index: 8040; position: absolute }
#fancybox-loading div { width: 44px; height: 44px; background: url(../plugins/fancybox/fancybox_loading.gif) center center no-repeat }
.fancybox-close { top: -18px; right: -18px; width: 36px; height: 36px }
.fancybox-nav { top: 0; width: 40%; height: 100%; text-decoration: none; background: url(../plugins/fancybox/blank.gif); -webkit-tap-highlight-color: transparent }
.fancybox-prev { left: 0 }
.fancybox-next { right: 0 }
.fancybox-nav span { top: 50%; width: 36px; height: 34px; margin-top: -18px; visibility: hidden }
.fancybox-prev span { left: 10px; background-position: 0 -36px }
.fancybox-next span { right: 10px; background-position: 0 -72px }
.fancybox-nav:hover span { visibility: visible }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important }
.fancybox-lock, .fancybox-lock body { overflow: hidden !important }
.fancybox-lock { width: auto }
.fancybox-lock-test { overflow-y: hidden !important }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url(../plugins/fancybox/fancybox_overlay.png) }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0 }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll }
.fancybox-title { visibility: hidden; font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050 }
.fancybox-opened .fancybox-title { visibility: visible }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center }
    .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: 0 0; background: rgba(0,0,0,.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: 700; line-height: 24px; white-space: nowrap }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff }
.fancybox-title-inside-wrap { padding-top: 10px }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0,0,0,.8) }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span { background-image: url(../plugins/fancybox/fancybox_sprite@2x.png); background-size: 44px 152px }
        #fancybox-loading div { background-image: url(../plugins/fancybox/fancybox_loading@2x.gif); background-size: 24px 24px }
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder { visibility: visible !important; background: #f2f2f2 !important; background: rgba(0,0,0,.06) !important; border: 0 none !important; -webkit-box-shadow: inset 0 0 12px 4px #fff; box-shadow: inset 0 0 12px 4px #fff }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after { content: '!'; visibility: hidden }
.selectize-control.plugin-drag_drop .ui-sortable-helper { -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2); box-shadow: 0 2px 5px rgba(0,0,0,.2) }
.selectize-dropdown-header { position: relative; padding: 5px 8px; border-bottom: 1px solid #d0d0d0; background: #f8f8f8; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0 }
.selectize-dropdown-header-close { position: absolute; right: 8px; top: 50%; color: #303030; opacity: .4; margin-top: -12px; line-height: 20px; font-size: 20px !important }
    .selectize-dropdown-header-close:hover { color: #000 }
.selectize-dropdown.plugin-optgroup_columns .optgroup { border-right: 1px solid #f2f2f2; border-top: 0 none; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child { border-right: 0 none }
    .selectize-dropdown.plugin-optgroup_columns .optgroup:before { display: none }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header { border-top: 0 none }
.selectize-control.plugin-remove_button [data-value] { position: relative; padding-right: 24px !important }
    .selectize-control.plugin-remove_button [data-value] .remove { z-index: 1; position: absolute; top: 0; right: 0; bottom: 0; width: 17px; text-align: center; font-weight: bold; font-size: 12px; color: inherit; text-decoration: none; vertical-align: middle; display: inline-block; padding: 2px 0 0 0; border-left: 1px solid #d0d0d0; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
        .selectize-control.plugin-remove_button [data-value] .remove:hover { background: rgba(0,0,0,.05) }
    .selectize-control.plugin-remove_button [data-value].active .remove { border-left-color: #cacaca }
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { background: none }
.selectize-control.plugin-remove_button .disabled [data-value] .remove { border-left-color: #fff }
.selectize-control.plugin-remove_button .remove-single { position: absolute; right: 28px; top: 6px; font-size: 23px }
.selectize-control { position: relative }
.selectize-dropdown, .selectize-input, .selectize-input input { color: #303030; font-family: inherit; font-size: 13px; line-height: 18px; -webkit-font-smoothing: inherit }
.selectize-input, .selectize-control.single .selectize-input.input-active { background: #fff; cursor: text; display: inline-block }
.selectize-input { border: 1px solid #d0d0d0; padding: 8px 8px; display: inline-block; width: 100%; overflow: hidden; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1); box-shadow: inset 0 1px 1px rgba(0,0,0,.1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px }
.selectize-control.multi .selectize-input.has-items { padding: 6px 8px 3px }
.selectize-input.full { background-color: #fff }
.selectize-input.disabled, .selectize-input.disabled * { cursor: default !important }
.selectize-input.focus { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.15) }
.selectize-input.dropdown-active { -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0 }
.selectize-input > * { vertical-align: baseline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline }
.selectize-control.multi .selectize-input > div { cursor: pointer; margin: 0 3px 3px 0; padding: 2px 6px; background: #f2f2f2; color: #303030; border: 0 solid #d0d0d0 }
    .selectize-control.multi .selectize-input > div.active { background: #e8e8e8; color: #303030; border: 0 solid #cacaca }
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active { color: #7d7d7d; background: #fff; border: 0 solid #fff }
.selectize-input > input { display: inline-block !important; padding: 0 !important; min-height: 0 !important; max-height: none !important; max-width: 100% !important; margin: 0 2px 0 0 !important; text-indent: 0 !important; border: 0 none !important; background: none !important; line-height: inherit !important; -webkit-user-select: auto !important; -webkit-box-shadow: none !important; box-shadow: none !important }
    .selectize-input > input::-ms-clear { display: none }
    .selectize-input > input:focus { outline: none !important }
.selectize-input::after { content: ' '; display: block; clear: left }
.selectize-input.dropdown-active::before { content: ' '; display: block; position: absolute; background: #f0f0f0; height: 1px; bottom: 0; left: 0; right: 0 }
.selectize-dropdown { position: absolute; z-index: 10; border: 1px solid #d0d0d0; background: #fff; margin: -1px 0 0 0; border-top: 0 none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1); box-shadow: 0 1px 3px rgba(0,0,0,.1); -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px }
    .selectize-dropdown [data-selectable] { cursor: pointer; overflow: hidden }
        .selectize-dropdown [data-selectable] .highlight { background: rgba(125,168,208,.2); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px }
    .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header { padding: 5px 8px }
    .selectize-dropdown .optgroup:first-child .optgroup-header { border-top: 0 none }
    .selectize-dropdown .optgroup-header { color: #303030; background: #fff; cursor: default }
    .selectize-dropdown .active { background-color: #f5fafd; color: #495c68 }
        .selectize-dropdown .active.create { color: #495c68 }
    .selectize-dropdown .create { color: rgba(48,48,48,.5) }
.selectize-dropdown-content { overflow-y: auto; overflow-x: hidden; max-height: 200px; -webkit-overflow-scrolling: touch }
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input { cursor: pointer }
    .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input { cursor: text }
    .selectize-control.single .selectize-input:after { content: ' '; display: block; position: absolute; top: 50%; right: 15px; margin-top: -3px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #808080 transparent transparent transparent }
    .selectize-control.single .selectize-input.dropdown-active:after { margin-top: -4px; border-width: 0 5px 5px 5px; border-color: transparent transparent #808080 transparent }
.selectize-control.rtl.single .selectize-input:after { left: 15px; right: auto }
.selectize-control.rtl .selectize-input > input { margin: 0 4px 0 -2px !important }
.selectize-control .selectize-input.disabled { opacity: .5; background-color: #fafafa }
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder { visibility: visible !important; background: #f2f2f2 !important; background: rgba(0,0,0,.06) !important; border: 0 none !important; -webkit-box-shadow: inset 0 0 12px 4px #fff; box-shadow: inset 0 0 12px 4px #fff }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after { content: '!'; visibility: hidden }
.selectize-control.plugin-drag_drop .ui-sortable-helper { -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2); box-shadow: 0 2px 5px rgba(0,0,0,.2) }
.selectize-dropdown-header { position: relative; padding: 3px 12px; border-bottom: 1px solid #d0d0d0; background: #f8f8f8; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0 }
.selectize-dropdown-header-close { position: absolute; right: 12px; top: 50%; color: #333; opacity: .4; margin-top: -12px; line-height: 20px; font-size: 20px !important }
    .selectize-dropdown-header-close:hover { color: #000 }
.selectize-dropdown.plugin-optgroup_columns .optgroup { border-right: 1px solid #f2f2f2; border-top: 0 none; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child { border-right: 0 none }
    .selectize-dropdown.plugin-optgroup_columns .optgroup:before { display: none }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header { border-top: 0 none }
.selectize-control.plugin-remove_button [data-value] { position: relative; padding-right: 24px !important }
    .selectize-control.plugin-remove_button [data-value] .remove { z-index: 1; position: absolute; top: 0; right: 0; bottom: 0; width: 17px; text-align: center; font-weight: bold; font-size: 12px; color: inherit; text-decoration: none; vertical-align: middle; display: inline-block; padding: 1px 0 0 0; border-left: 1px solid rgba(0,0,0,0); -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
        .selectize-control.plugin-remove_button [data-value] .remove:hover { background: rgba(0,0,0,.05) }
    .selectize-control.plugin-remove_button [data-value].active .remove { border-left-color: rgba(0,0,0,0) }
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { background: none }
.selectize-control.plugin-remove_button .disabled [data-value] .remove { border-left-color: rgba(77,77,77,0) }
.selectize-control.plugin-remove_button .remove-single { position: absolute; right: 28px; top: 6px; font-size: 23px }
.selectize-control { position: relative }
.selectize-dropdown, .selectize-input, .selectize-input input { color: #333; font-family: inherit; font-size: inherit; line-height: 20px; -webkit-font-smoothing: inherit }
.selectize-input, .selectize-control.single .selectize-input.input-active { background: #fff; cursor: text; display: inline-block }
.selectize-input { border: 1px solid #ccc; padding: 6px 12px; display: inline-block; width: 100%; overflow: hidden; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px }
.selectize-control.multi .selectize-input.has-items { padding: 5px 12px 2px }
.selectize-input.full { background-color: #fff }
.selectize-input.disabled, .selectize-input.disabled * { cursor: default !important }
.selectize-input.focus { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.15) }
.selectize-input.dropdown-active { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0 }
.selectize-input > * { vertical-align: baseline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline }
.selectize-control.multi .selectize-input > div { cursor: pointer; margin: 0 3px 3px 0; padding: 1px 3px; background: #efefef; color: #333; border: 0 solid rgba(0,0,0,0) }
    .selectize-control.multi .selectize-input > div.active { background: #428bca; color: #fff; border: 0 solid rgba(0,0,0,0) }
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active { color: #808080; background: #fff; border: 0 solid rgba(77,77,77,0) }
.selectize-input > input { display: inline-block !important; padding: 0 !important; min-height: 0 !important; max-height: none !important; max-width: 100% !important; margin: 0 !important; text-indent: 0 !important; border: 0 none !important; background: none !important; line-height: inherit !important; -webkit-user-select: auto !important; -webkit-box-shadow: none !important; box-shadow: none !important }
    .selectize-input > input::-ms-clear { display: none }
    .selectize-input > input:focus { outline: none !important }
.selectize-input::after { content: ' '; display: block; clear: left }
.selectize-input.dropdown-active::before { content: ' '; display: block; position: absolute; background: #fff; height: 1px; bottom: 0; left: 0; right: 0 }
.selectize-dropdown { position: absolute; z-index: 10; border: 1px solid #d0d0d0; background: #fff; margin: -1px 0 0 0; border-top: 0 none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1); box-shadow: 0 1px 3px rgba(0,0,0,.1); -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px }
    .selectize-dropdown [data-selectable] { cursor: pointer; overflow: hidden }
        .selectize-dropdown [data-selectable] .highlight { background: rgba(255,237,40,.4); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px }
    .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header { padding: 3px 12px }
    .selectize-dropdown .optgroup:first-child .optgroup-header { border-top: 0 none }
    .selectize-dropdown .optgroup-header { color: #777; background: #fff; cursor: default }
    .selectize-dropdown .active { background-color: #f5f5f5; color: #262626 }
        .selectize-dropdown .active.create { color: #262626 }
    .selectize-dropdown .create { color: rgba(51,51,51,.5) }
.selectize-dropdown-content { overflow-y: auto; overflow-x: hidden; max-height: 200px; -webkit-overflow-scrolling: touch }
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input { cursor: pointer }
    .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input { cursor: text }
    .selectize-control.single .selectize-input:after { content: ' '; display: block; position: absolute; top: 50%; right: 17px; margin-top: -3px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #333 transparent transparent transparent }
    .selectize-control.single .selectize-input.dropdown-active:after { margin-top: -4px; border-width: 0 5px 5px 5px; border-color: transparent transparent #333 transparent }
.selectize-control.rtl.single .selectize-input:after { left: 17px; right: auto }
.selectize-control.rtl .selectize-input > input { margin: 0 4px 0 -2px !important }
.selectize-control .selectize-input.disabled { opacity: .5; background-color: #fff }
.selectize-dropdown, .selectize-dropdown.form-control { height: auto; padding: 0; margin: 2px 0 0 0; z-index: 1000; background: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175) }
    .selectize-dropdown .optgroup-header { font-size: 12px; line-height: 1.42857143 }
    .selectize-dropdown .optgroup:first-child:before { display: none }
    .selectize-dropdown .optgroup:before { content: ' '; display: block; height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; margin-left: -12px; margin-right: -12px }
.selectize-dropdown-content { padding: 5px 0 }
.selectize-dropdown-header { padding: 6px 12px }
.selectize-input { min-height: 34px }
    .selectize-input.dropdown-active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px }
        .selectize-input.dropdown-active::before { display: none }
    .selectize-input.focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) }
.has-error .selectize-input { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) }
    .has-error .selectize-input:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 }
.selectize-control.multi .selectize-input.has-items { padding-left: 9px; padding-right: 9px }
.selectize-control.multi .selectize-input > div { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px }
.form-control.selectize-control { padding: 0; height: auto; border: none; background: none; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 }

/* Container for All Sections */
.is-wrapper { width: 100%; height: 100%; box-sizing: border-box; margin: 0 auto; max-width: 100%; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }

    /* Sections */
    .is-wrapper > div { display: table; width: 100%; height: auto; float: left; box-sizing: border-box; margin: 0; padding: 0; position: relative; background: #fff; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -ms-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; /*z-index:1;*/ }

/* Boxes */
.is-boxes { display: table; table-layout: fixed; width: 100%; height: 100%; position: relative; min-height: 200px; float: left; }

.is-box-0 { display: table-cell; width: 0%; height: 100%; position: relative; }
.is-box-1 { display: table-cell; width: 8.333333%; height: 100%; position: relative; }
.is-box-2 { display: table-cell; width: 16.666667%; height: 100%; position: relative; }
.is-box-3 { display: table-cell; width: 25%; height: 100%; position: relative; }
.is-box-4 { display: table-cell; width: 33.333333%; height: 100%; position: relative; }
.is-box-5 { display: table-cell; width: 41.666667%; height: 100%; position: relative; }
.is-box-6 { display: table-cell; width: 50%; height: 100%; position: relative; }
.is-box-7 { display: table-cell; width: 58.333333%; height: 100%; position: relative; }
.is-box-8 { display: table-cell; width: 66.666667%; height: 100%; position: relative; }
.is-box-9 { display: table-cell; width: 75%; height: 100%; position: relative; }
.is-box-10 { display: table-cell; width: 83.333333%; height: 100%; position: relative; }
.is-box-11 { display: table-cell; width: 91.666667%; height: 100%; position: relative; }
.is-box-12 { display: table-cell; width: 100%; height: 100%; position: relative; }

.is-box-centered { display: table-cell; width: 100%; position: relative; vertical-align: middle; }


.is-stretch > div:not(.is-arrow-down) { /* Unlike .is-overlay (absolute positioned), this section is relative positioned. With this, flowing content is safe, and stretched content can be made absolute with class .flexi-position */ position: relative; left: 0px; top: 0px; width: 100%; height: 100%; display: table; }

.flexi-position { position: relative; }
.is-stretch .flexi-position { position: absolute; }

.is-section.is-stretch { min-height: 300px; }
/* New */

@media all and (max-width: 960px) {

    .is-section:not(.is-box) { height: auto !important; }

    .is-boxes { height: auto !important; }

    .is-box-img { height: 300px !important; }
        .is-box-img .is-boxes { height: 100% !important; }

    .is-box-1 { display: table; width: 100%; height: auto; }
    .is-box-2 { display: table; width: 100%; height: auto; }
    .is-box-3 { display: table; width: 100%; height: auto; }
    .is-box-4 { display: table; width: 100%; height: auto; }
    .is-box-5 { display: table; width: 100%; height: auto; }
    .is-box-6 { display: table; width: 100%; height: auto; }
    .is-box-7 { display: table; width: 100%; height: auto; }
    .is-box-8 { display: table; width: 100%; height: auto; }
    .is-box-9 { display: table; width: 100%; height: auto; }
    .is-box-10 { display: table; width: 100%; height: auto; }
    .is-box-11 { display: table; width: 100%; height: auto; }
    .is-box-12 { display: table; width: 100%; height: auto; }

    .is-box-centered { display: block; }
}

.is-container { max-width: 980px; margin: 0 auto; padding: 0 30px; position: relative; margin-left: auto; margin-right: auto; box-sizing: border-box; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -ms-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }

@media all and (max-width: 960px) {
    .is-container { padding: 15px; }
}

@media all and (max-width: 480px) {
    .is-container { padding: 5px; }
}

/* Boxed Layout */
/*.is-wrapper .is-boxed-layout .is-container { padding: 70px 90px 70px 90px; background:  rgba(30, 40, 55, 0.8); left:60px;}*/
.is-wrapper .is-boxed-layout .is-container { padding: 70px; background:  rgba(30, 40, 55, 0.8); left:60px;}


.is-wrapper .is-boxed-layout .is-overlay .is-overlay-bg {
    margin-left:30px;
    width: 55% !important;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* 80px */
@media all and (max-width: 1280px) {
    .is-wrapper .is-boxed-layout .is-container { padding: 30px; }
    /* 60px */
}

@media all and (max-width: 1024px) {
    .is-wrapper .is-boxed-layout .is-container { padding: 30px; }

    /*.is-wrapper .is-boxed-layout .is-overlay { display: none !important; }*/
    .is-wrapper .is-boxed-layout { background: #fff !important; }
}

/* Default Layout */

/* Middle */
.is-wrapper .is-box .is-container { margin-top: 80px; margin-bottom: 80px; }

@media all and (max-width: 1280px) {
    .is-wrapper .is-box .is-container { margin-top: 40px; margin-bottom: 40px; }
}

/* Scroll Down Icon */
.is-arrow-down { display: table; position: absolute; bottom: 65px; width: 50px; height: 50px; left: 50%; margin-left: -25px; cursor: pointer; z-index: 1 }

@media all and (max-width: 1025px) {
    .is-arrow-down { display: none !important; }
}

.is-arrow-down > a { background: rgba(0, 0, 0, 0.18); border-radius: 500px; color: rgba(255, 255, 255, 0.75); font-size: 22px; text-decoration: none; text-align: center; display: table-cell; vertical-align: middle; }
.bounce { -moz-animation: bounce 5s forwards; -webkit-animation: bounce 5s forwards; animation: bounce 5s forwards; }

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); }
    40% { -moz-transform: translateY(-30px); }
    60% { -moz-transform: translateY(-15px); }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); }
    40% { -webkit-transform: translateY(-30px); }
    60% { -webkit-transform: translateY(-15px); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); }
    60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); }
}

.is-arrow-down.light a { background: rgba(255, 255, 255, 0.18); color: #111; }

/* Overlay */
.is-overlay { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; /*z-index:1;*/ }
    /*.is-boxes, .is-box-centered {z-index:1}*/
    .is-overlay .is-overlay-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: 50% 60%; }
        .is-overlay .is-overlay-bg.is-scale-animated.is-appeared { animation: is-scale 10s ease forwards; -ms-animation: is-scale 10s ease forwards; -webkit-animation: is-scale 10s ease forwards; -o-animation: is-scale 10s ease forwards; -moz-animation: is-scale 10s ease forwards; }

@keyframes is-scale {
    from { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); }
    to { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
}

.is-overlay .is-overlay-color { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(0, 0, 0); opacity: 0.15; }
.is-overlay .is-overlay-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; }

/* Section & Content Styles */

/* Background Color */
.is-bg-grey { background-color: #eeeff0 !important }
.is-bg-dark { background-color: #111 !important }
.is-bg-light { background-color: #fff !important }

/* Text Color */
.is-light-text, .is-light-text h1, .is-light-text h2, .is-light-text h3, .is-light-text, h4, .is-light-text h5, .is-light-text h6, .is-light-text p, .is-light-text li { color: #fff; }

/*
.is-light-text .is-arrow-down a {
    background: rgba(255, 255, 255, 0.18);
}
*/

.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text, h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li { color: #111; }

    /*
.is-dark-text .is-arrow-down a {
    background: rgba(0, 0, 0, 0.18);
}
*/

    .is-dark-text .is-light-text * { color: #fff; }
.is-light-text .is-dark-text * { color: #000; }

/* Vertical Alignment */
.is-content-top { vertical-align: top; }
.is-content-bottom { vertical-align: bottom }

/* Horizontal Alignment */
.is-container.is-content-left { margin-left: 100px; }
.is-container.is-content-right { margin-right: 100px; }

@media all and (max-width: 1200px) {
    .is-container.is-content-left { margin-left: 60px }
    .is-container.is-content-right { margin-right: 60px; }
}

@media all and (max-width: 960px) {
    .is-container.is-content-left { margin-left: auto; }
    .is-container.is-content-right { margin-right: auto; }
}

.is-box-5 .is-content-left, .is-box-4 .is-content-left, .is-box-3 .is-content-left, .is-box-2 .is-content-left, .is-box-1 .is-content-left { margin-left: auto }
.is-box-5 .is-content-right, .is-box-4 .is-content-right, .is-box-3 .is-content-right, .is-box-2 .is-content-right, .is-box-1 .is-content-right { margin-right: auto; }

/* Edge Spacing */
.is-wrapper .is-box .is-content-top.edge-y--5 .is-container { margin-top: -200px; }
.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container { margin-bottom: -200px; }

.is-wrapper .is-box .is-content-top.edge-y--4 .is-container { margin-top: -160px; }
.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container { margin-bottom: -160px; }

.is-wrapper .is-box .is-content-top.edge-y--3 .is-container { margin-top: -120px; }
.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container { margin-bottom: -120px; }

.is-wrapper .is-box .is-content-top.edge-y--2 .is-container { margin-top: -80px; }
.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container { margin-bottom: -80px; }

.is-wrapper .is-box .is-content-top.edge-y--1 .is-container { margin-top: -40px; }
.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container { margin-bottom: -40px; }

.is-wrapper .is-box .is-content-top.edge-y-0 .is-container { margin-top: 0; }
.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container { margin-bottom: 0; }

.is-wrapper .is-box .is-content-top.edge-y-1 .is-container { margin-top: 40px; }
.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container { margin-bottom: 40px; }

.is-wrapper .is-box .is-content-top.edge-y-2 .is-container { margin-top: 80px; }
.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container { margin-bottom: 80px; }

.is-wrapper .is-box .is-content-top.edge-y-3 .is-container { margin-top: 120px; }
.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container { margin-bottom: 120px; }

.is-wrapper .is-box .is-content-top.edge-y-4 .is-container { margin-top: 160px; }
.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container { margin-bottom: 160px; }

.is-wrapper .is-box .is-content-top.edge-y-5 .is-container { margin-top: 200px; }
.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container { margin-bottom: 200px; }

@media all and (max-width: 960px) {
    .is-wrapper .is-box .is-content-top.edge-y--5 .is-container { margin-top: -200px; }
    .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container { margin-bottom: -200px; }

    .is-wrapper .is-box .is-content-top.edge-y--4 .is-container { margin-top: -160px; }
    .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container { margin-bottom: -160px; }

    .is-wrapper .is-box .is-content-top.edge-y--3 .is-container { margin-top: -120px; }
    .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container { margin-bottom: -120px; }

    .is-wrapper .is-box .is-content-top.edge-y--2 .is-container { margin-top: -80px; }
    .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container { margin-bottom: -80px; }

    .is-wrapper .is-box .is-content-top.edge-y--1 .is-container { margin-top: -20px; }
    .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container { margin-bottom: -40px; }

    .is-wrapper .is-box .is-content-top.edge-y-1 .is-container { margin-top: 40px; }
    /* old: 0px */
    .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container { margin-bottom: 40px; }

    .is-wrapper .is-box .is-content-top.edge-y-2 .is-container { margin-top: 40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container { margin-bottom: 40px; }

    .is-wrapper .is-box .is-content-top.edge-y-3 .is-container { margin-top: 40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container { margin-bottom: 40px; }

    .is-wrapper .is-box .is-content-top.edge-y-4 .is-container { margin-top: 40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container { margin-bottom: 40px; }

    .is-wrapper .is-box .is-content-top.edge-y-5 .is-container { margin-top: 40px; }
    .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container { margin-bottom: 40px; }
    /* old: 0px */
}

.is-content-left.edge-x-0 { margin-left: 0 }
.is-content-right.edge-x-0 { margin-right: 0 }

.is-content-left.edge-x-1 { margin-left: 40px }
.is-content-right.edge-x-1 { margin-right: 40px }

.is-content-left.edge-x-2 { margin-left: 80px }
.is-content-right.edge-x-2 { margin-right: 80px }

.is-content-left.edge-x-3 { margin-left: 120px }
.is-content-right.edge-x-3 { margin-right: 120px }

.is-content-left.edge-x-4 { margin-left: 160px }
.is-content-right.edge-x-4 { margin-right: 160px }

.is-content-left.edge-x-5 { margin-left: 200px }
.is-content-right.edge-x-5 { margin-right: 200px }

@media all and (max-width: 960px) {
    .is-content-left.edge-x-1 { margin-left: auto }
    .is-content-right.edge-x-1 { margin-right: auto }

    .is-content-left.edge-x-2 { margin-left: auto }
    .is-content-right.edge-x-2 { margin-right: auto }

    .is-content-left.edge-x-3 { margin-left: auto }
    .is-content-right.edge-x-3 { margin-right: auto }

    .is-content-left.edge-x-4 { margin-left: auto }
    .is-content-right.edge-x-4 { margin-right: auto }

    .is-content-left.edge-x-5 { margin-left: auto }
    .is-content-right.edge-x-5 { margin-right: auto }
}

/* Text Alignment */
.is-align-right { text-align: right; }
.is-align-center { text-align: center; }
.is-align-left { text-align: left; }

/* Text Opacity */
.is-opacity-20, .is-opacity-20 .is-container { opacity: 0.2; }
.is-opacity-25, .is-opacity-25 .is-container { opacity: 0.25; }
.is-opacity-30, .is-opacity-30 .is-container { opacity: 0.3; }
.is-opacity-35, .is-opacity-35 .is-container { opacity: 0.35; }
.is-opacity-40, .is-opacity-40 .is-container { opacity: 0.4; }
.is-opacity-45, .is-opacity-45 .is-container { opacity: 0.45; }
.is-opacity-50, .is-opacity-50 .is-container { opacity: 0.5; }
.is-opacity-55 .is-container { opacity: 0.55; }
.is-opacity-60, .is-opacity-60 .is-container { opacity: 0.6; }
.is-opacity-65, .is-opacity-65 .is-container { opacity: 0.65; }
.is-opacity-70, .is-opacity-70 .is-container { opacity: 0.7; }
.is-opacity-75, .is-opacity-75 .is-container { opacity: 0.75; }
.is-opacity-80, .is-opacity-80 .is-container { opacity: 0.8; }
.is-opacity-85, .is-opacity-85 .is-container { opacity: 0.85; }
.is-opacity-90, .is-opacity-90 .is-container { opacity: 0.9; }
.is-opacity-95, .is-opacity-95 .is-container { opacity: 0.95; }


/* Content Size */
.is-content-380 { max-width: 380px !important; }
.is-content-500 { max-width: 500px !important; }
.is-content-640 { max-width: 640px !important; }
.is-content-800 { max-width: 800px !important; }
.is-content-970 { max-width: 970px !important; }
.is-content-980 { max-width: 980px !important; }
.is-content-1050 { max-width: 1050px !important; }
.is-content-1100 { max-width: 1100px !important; }
.is-content-1200 { max-width: 1200px !important; }


/* Section Height */
.is-wrapper > div.is-section-20 { height: 20%; }
.is-wrapper > div.is-section-30 { height: 30%; }
.is-wrapper > div.is-section-40 { height: 40%; }
.is-wrapper > div.is-section-50 { height: 50%; }
.is-wrapper > div.is-section-60 { height: 60%; }
.is-wrapper > div.is-section-75 { height: 75%; }
.is-wrapper > div.is-section-100 { height: 100%; }
.is-wrapper > div.is-section-auto { height: auto; }

/* Others */
.is-opacity-1 { opacity: 0.95; }
.is-shadow-1 { /* for section */ -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07); box-shadow: 0 0 9px rgba(0, 0, 0, 0.07); }

.is-lightbox img { cursor: pointer; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }
    .is-lightbox img:hover { opacity: 0.8 }

.is-hidden { display: none !important; }

[data-plugin*="os-animation"] { opacity: 0; }
    [data-plugin*="os-animation"].animated { opacity: 1; }

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; text-align:center;}
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

/*# sourceMappingURL=noty.css.map*/
/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

@charset "UTF-8";
/*
* @package      Style
* @description  This package holds all common style declarations
*               of the site
*/
@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0; } }
@keyframes sprite-animation {
  from {
    background-position: 0 0; } }
/*
* @section      Normalize
*
* @description  Resets default browser styling
*
* @link         http://github.com/necolas/normalize.css
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      3.0.3
* @revision     1.0
*/
/*
* @bugfix input text-overflow padding ignore
* @affected lt IE11
*/
.lt-ie11 input {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom-left-radius: 1px !important; }


/*
* @section      TM Grid System
*
* @description  A powerful and flexible css flex grid system
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.0.0
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0; }
  html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
    padding-left: 0;
    padding-right: 0; }
  html.lt-ie10 .row-no-gutter > * + [class*='col'], .row-no-gutter > * + [class*='col'] {
    margin-top: 0; }

@media (min-width: 480px) {
 
  

  .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-xs-preffix-0 {
    margin-left: 0%; }
  .row > .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-xs-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-xs-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-xs-preffix-3 {
    margin-left: 25%; }
  .row > .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-xs-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-xs-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-xs-preffix-6 {
    margin-left: 50%; }
  .row > .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-xs-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-xs-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-xs-preffix-9 {
    margin-left: 75%; }
  .row > .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-xs-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-xs-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-xs-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  * + [class*='col-sm-'] {
    margin-top: 0; }

  .row-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-sm-preffix-0 {
    margin-left: 0%; }
  .row > .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-sm-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-sm-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-sm-preffix-3 {
    margin-left: 25%; }
  .row > .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-sm-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-sm-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-sm-preffix-6 {
    margin-left: 50%; }
  .row > .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-sm-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-sm-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-sm-preffix-9 {
    margin-left: 75%; }
  .row > .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-sm-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-sm-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-sm-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  * + [class*='col-md-'] {
    margin-top: 0; }

  .row-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-md-preffix-0 {
    margin-left: 0%; }
  .row > .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-md-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-md-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-md-preffix-3 {
    margin-left: 25%; }
  .row > .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-md-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-md-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-md-preffix-6 {
    margin-left: 50%; }
  .row > .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-md-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-md-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-md-preffix-9 {
    margin-left: 75%; }
  .row > .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-md-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-md-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-md-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  * + [class*='col-lg-'] {
    margin-top: 0; }

  .row-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-lg-preffix-0 {
    margin-left: 0%; }
  .row > .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-lg-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-lg-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-lg-preffix-3 {
    margin-left: 25%; }
  .row > .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-lg-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-lg-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-lg-preffix-6 {
    margin-left: 50%; }
  .row > .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-lg-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-lg-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-lg-preffix-9 {
    margin-left: 75%; }
  .row > .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-lg-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-lg-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-lg-preffix-12 {
    margin-left: 100%; } }
html.lt-ie10 .row > .col-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > [class*="col-xs-preffix-"],
html.lt-ie10 .row > [class*="col-sm-preffix-"],
html.lt-ie10 .row > [class*="col-md-preffix-"],
html.lt-ie10 .row > [class*="col-lg-preffix-"] {
  margin-left: auto; }

/*
* @section      Icon Fonts
* @description  This section holds all icon fonts stored in template
*/
/**
 * @section      Font Awesome 4.4.0 by  -  - @fontawesome
 * @author       @davegandy
 * @see          http://fontawesome.io
 * @license      Font: SIL OFL 1.1, CSS: MIT License 
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../plugins/rd-navbar/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../plugins/rd-navbar/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../plugins/rd-navbar/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../plugins/rd-navbar/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../plugins/rd-navbar/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../plugins/rd-navbar/fonts/fontawesome-webfont.svg?v=4.4.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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-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-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 {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome'; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../plugins/rd-navbar/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../plugins/rd-navbar/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../plugins/rd-navbar/fonts/MaterialIcons-Regular.woff) format("woff"), url(../plugins/rd-navbar/fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons-ico,
[class*="material-icons-"]:before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit; }

.material-icons-3d_rotation:before {
  content: ""; }

.material-icons-access_alarm:before {
  content: ""; }

.material-icons-access_alarms:before {
  content: ""; }

.material-icons-access_time:before {
  content: ""; }

.material-icons-accessibility:before {
  content: ""; }

.material-icons-account_balance:before {
  content: ""; }

.material-icons-account_balance_wallet:before {
  content: ""; }

.material-icons-account_box:before {
  content: ""; }

.material-icons-account_circle:before {
  content: ""; }

.material-icons-adb:before {
  content: ""; }

.material-icons-add:before {
  content: ""; }

.material-icons-add_alarm:before {
  content: ""; }

.material-icons-add_alert:before {
  content: ""; }

.material-icons-add_box:before {
  content: ""; }

.material-icons-add_circle:before {
  content: ""; }

.material-icons-add_circle_outline:before {
  content: ""; }

.material-icons-add_shopping_cart:before {
  content: ""; }

.material-icons-add_to_photos:before {
  content: ""; }

.material-icons-adjust:before {
  content: ""; }

.material-icons-airline_seat_flat:before {
  content: ""; }

.material-icons-airline_seat_flat_angled:before {
  content: ""; }

.material-icons-airline_seat_individual_suite:before {
  content: ""; }

.material-icons-airline_seat_legroom_extra:before {
  content: ""; }

.material-icons-airline_seat_legroom_normal:before {
  content: ""; }

.material-icons-airline_seat_legroom_reduced:before {
  content: ""; }

.material-icons-airline_seat_recline_extra:before {
  content: ""; }

.material-icons-airline_seat_recline_normal:before {
  content: ""; }

.material-icons-airplanemode_active:before {
  content: ""; }

.material-icons-airplanemode_inactive:before {
  content: ""; }

.material-icons-airplay:before {
  content: ""; }

.material-icons-alarm:before {
  content: ""; }

.material-icons-alarm_add:before {
  content: ""; }

.material-icons-alarm_off:before {
  content: ""; }

.material-icons-alarm_on:before {
  content: ""; }

.material-icons-album:before {
  content: ""; }

.material-icons-android:before {
  content: ""; }

.material-icons-announcement:before {
  content: ""; }

.material-icons-apps:before {
  content: ""; }

.material-icons-archive:before {
  content: ""; }

.material-icons-arrow_back:before {
  content: ""; }

.material-icons-arrow_drop_down:before {
  content: ""; }

.material-icons-arrow_drop_down_circle:before {
  content: ""; }

.material-icons-arrow_drop_up:before {
  content: ""; }

.material-icons-arrow_forward:before {
  content: ""; }

.material-icons-aspect_ratio:before {
  content: ""; }

.material-icons-assessment:before {
  content: ""; }

.material-icons-assignment:before {
  content: ""; }

.material-icons-assignment_ind:before {
  content: ""; }

.material-icons-assignment_late:before {
  content: ""; }

.material-icons-assignment_return:before {
  content: ""; }

.material-icons-assignment_returned:before {
  content: ""; }

.material-icons-assignment_turned_in:before {
  content: ""; }

.material-icons-assistant:before {
  content: ""; }

.material-icons-assistant_photo:before {
  content: ""; }

.material-icons-attach_file:before {
  content: ""; }

.material-icons-attach_money:before {
  content: ""; }

.material-icons-attachment:before {
  content: ""; }

.material-icons-audiotrack:before {
  content: ""; }

.material-icons-autorenew:before {
  content: ""; }

.material-icons-av_timer:before {
  content: ""; }

.material-icons-backspace:before {
  content: ""; }

.material-icons-backup:before {
  content: ""; }

.material-icons-battery_alert:before {
  content: ""; }

.material-icons-battery_charging_full:before {
  content: ""; }

.material-icons-battery_full:before {
  content: ""; }

.material-icons-battery_std:before {
  content: ""; }

.material-icons-battery_unknown:before {
  content: ""; }

.material-icons-beenhere:before {
  content: ""; }

.material-icons-block:before {
  content: ""; }

.material-icons-bluetooth:before {
  content: ""; }

.material-icons-bluetooth_audio:before {
  content: ""; }

.material-icons-bluetooth_connected:before {
  content: ""; }

.material-icons-bluetooth_disabled:before {
  content: ""; }

.material-icons-bluetooth_searching:before {
  content: ""; }

.material-icons-blur_circular:before {
  content: ""; }

.material-icons-blur_linear:before {
  content: ""; }

.material-icons-blur_off:before {
  content: ""; }

.material-icons-blur_on:before {
  content: ""; }

.material-icons-book:before {
  content: ""; }

.material-icons-bookmark:before {
  content: ""; }

.material-icons-bookmark_border:before {
  content: ""; }

.material-icons-border_all:before {
  content: ""; }

.material-icons-border_bottom:before {
  content: ""; }

.material-icons-border_clear:before {
  content: ""; }

.material-icons-border_color:before {
  content: ""; }

.material-icons-border_horizontal:before {
  content: ""; }

.material-icons-border_inner:before {
  content: ""; }

.material-icons-border_left:before {
  content: ""; }

.material-icons-border_outer:before {
  content: ""; }

.material-icons-border_right:before {
  content: ""; }

.material-icons-border_style:before {
  content: ""; }

.material-icons-border_top:before {
  content: ""; }

.material-icons-border_vertical:before {
  content: ""; }

.material-icons-brightness_1:before {
  content: ""; }

.material-icons-brightness_2:before {
  content: ""; }

.material-icons-brightness_3:before {
  content: ""; }

.material-icons-brightness_4:before {
  content: ""; }

.material-icons-brightness_5:before {
  content: ""; }

.material-icons-brightness_6:before {
  content: ""; }

.material-icons-brightness_7:before {
  content: ""; }

.material-icons-brightness_auto:before {
  content: ""; }

.material-icons-brightness_high:before {
  content: ""; }

.material-icons-brightness_low:before {
  content: ""; }

.material-icons-brightness_medium:before {
  content: ""; }

.material-icons-broken_image:before {
  content: ""; }

.material-icons-brush:before {
  content: ""; }

.material-icons-bug_report:before {
  content: ""; }

.material-icons-build:before {
  content: ""; }

.material-icons-business:before {
  content: ""; }

.material-icons-cached:before {
  content: ""; }

.material-icons-cake:before {
  content: ""; }

.material-icons-call:before {
  content: ""; }

.material-icons-call_end:before {
  content: ""; }

.material-icons-call_made:before {
  content: ""; }

.material-icons-call_merge:before {
  content: ""; }

.material-icons-call_missed:before {
  content: ""; }

.material-icons-call_received:before {
  content: ""; }

.material-icons-call_split:before {
  content: ""; }

.material-icons-camera:before {
  content: ""; }

.material-icons-camera_alt:before {
  content: ""; }

.material-icons-camera_enhance:before {
  content: ""; }

.material-icons-camera_front:before {
  content: ""; }

.material-icons-camera_rear:before {
  content: ""; }

.material-icons-camera_roll:before {
  content: ""; }

.material-icons-cancel:before {
  content: ""; }

.material-icons-card_giftcard:before {
  content: ""; }

.material-icons-card_membership:before {
  content: ""; }

.material-icons-card_travel:before {
  content: ""; }

.material-icons-cast:before {
  content: ""; }

.material-icons-cast_connected:before {
  content: ""; }

.material-icons-center_focus_strong:before {
  content: ""; }

.material-icons-center_focus_weak:before {
  content: ""; }

.material-icons-change_history:before {
  content: ""; }

.material-icons-chat:before {
  content: ""; }

.material-icons-chat_bubble:before {
  content: ""; }

.material-icons-chat_bubble_outline:before {
  content: ""; }

.material-icons-check:before {
  content: ""; }

.material-icons-check_box:before {
  content: ""; }

.material-icons-check_box_outline_blank:before {
  content: ""; }

.material-icons-check_circle:before {
  content: ""; }

.material-icons-chevron_left:before {
  content: ""; }

.material-icons-chevron_right:before {
  content: ""; }

.material-icons-chrome_reader_mode:before {
  content: ""; }

.material-icons-class:before {
  content: ""; }

.material-icons-clear:before {
  content: ""; }

.material-icons-clear_all:before {
  content: ""; }

.material-icons-close:before {
  content: ""; }

.material-icons-closed_caption:before {
  content: ""; }

.material-icons-cloud:before {
  content: ""; }

.material-icons-cloud_circle:before {
  content: ""; }

.material-icons-cloud_done:before {
  content: ""; }

.material-icons-cloud_download:before {
  content: ""; }

.material-icons-cloud_off:before {
  content: ""; }

.material-icons-cloud_queue:before {
  content: ""; }

.material-icons-cloud_upload:before {
  content: ""; }

.material-icons-code:before {
  content: ""; }

.material-icons-collections:before {
  content: ""; }

.material-icons-collections_bookmark:before {
  content: ""; }

.material-icons-color_lens:before {
  content: ""; }

.material-icons-colorize:before {
  content: ""; }

.material-icons-comment:before {
  content: ""; }

.material-icons-compare:before {
  content: ""; }

.material-icons-computer:before {
  content: ""; }

.material-icons-confirmation_number:before {
  content: ""; }

.material-icons-contact_phone:before {
  content: ""; }

.material-icons-contacts:before {
  content: ""; }

.material-icons-content_copy:before {
  content: ""; }

.material-icons-content_cut:before {
  content: ""; }

.material-icons-content_paste:before {
  content: ""; }

.material-icons-control_point:before {
  content: ""; }

.material-icons-control_point_duplicate:before {
  content: ""; }

.material-icons-create:before {
  content: ""; }

.material-icons-credit_card:before {
  content: ""; }

.material-icons-crop:before {
  content: ""; }

.material-icons-crop_16_9:before {
  content: ""; }

.material-icons-crop_3_2:before {
  content: ""; }

.material-icons-crop_5_4:before {
  content: ""; }

.material-icons-crop_7_5:before {
  content: ""; }

.material-icons-crop_din:before {
  content: ""; }

.material-icons-crop_free:before {
  content: ""; }

.material-icons-crop_landscape:before {
  content: ""; }

.material-icons-crop_original:before {
  content: ""; }

.material-icons-crop_portrait:before {
  content: ""; }

.material-icons-crop_square:before {
  content: ""; }

.material-icons-dashboard:before {
  content: ""; }

.material-icons-data_usage:before {
  content: ""; }

.material-icons-dehaze:before {
  content: ""; }

.material-icons-delete:before {
  content: ""; }

.material-icons-description:before {
  content: ""; }

.material-icons-desktop_mac:before {
  content: ""; }

.material-icons-desktop_windows:before {
  content: ""; }

.material-icons-details:before {
  content: ""; }

.material-icons-developer_board:before {
  content: ""; }

.material-icons-developer_mode:before {
  content: ""; }

.material-icons-device_hub:before {
  content: ""; }

.material-icons-devices:before {
  content: ""; }

.material-icons-dialer_sip:before {
  content: ""; }

.material-icons-dialpad:before {
  content: ""; }

.material-icons-directions:before {
  content: ""; }

.material-icons-directions_bike:before {
  content: ""; }

.material-icons-directions_boat:before {
  content: ""; }

.material-icons-directions_bus:before {
  content: ""; }

.material-icons-directions_car:before {
  content: ""; }

.material-icons-directions_railway:before {
  content: ""; }

.material-icons-directions_run:before {
  content: ""; }

.material-icons-directions_subway:before {
  content: ""; }

.material-icons-directions_transit:before {
  content: ""; }

.material-icons-directions_walk:before {
  content: ""; }

.material-icons-disc_full:before {
  content: ""; }

.material-icons-dns:before {
  content: ""; }

.material-icons-do_not_disturb:before {
  content: ""; }

.material-icons-do_not_disturb_alt:before {
  content: ""; }

.material-icons-dock:before {
  content: ""; }

.material-icons-domain:before {
  content: ""; }

.material-icons-done:before {
  content: ""; }

.material-icons-done_all:before {
  content: ""; }

.material-icons-drafts:before {
  content: ""; }

.material-icons-drive_eta:before {
  content: ""; }

.material-icons-dvr:before {
  content: ""; }

.material-icons-edit:before {
  content: ""; }

.material-icons-eject:before {
  content: ""; }

.material-icons-email:before {
  content: ""; }

.material-icons-equalizer:before {
  content: ""; }

.material-icons-error:before {
  content: ""; }

.material-icons-error_outline:before {
  content: ""; }

.material-icons-event:before {
  content: ""; }

.material-icons-event_available:before {
  content: ""; }

.material-icons-event_busy:before {
  content: ""; }

.material-icons-event_note:before {
  content: ""; }

.material-icons-event_seat:before {
  content: ""; }

.material-icons-exit_to_app:before {
  content: ""; }

.material-icons-expand_less:before {
  content: ""; }

.material-icons-expand_more:before {
  content: ""; }

.material-icons-explicit:before {
  content: ""; }

.material-icons-explore:before {
  content: ""; }

.material-icons-exposure:before {
  content: ""; }

.material-icons-exposure_neg_1:before {
  content: ""; }

.material-icons-exposure_neg_2:before {
  content: ""; }

.material-icons-exposure_plus_1:before {
  content: ""; }

.material-icons-exposure_plus_2:before {
  content: ""; }

.material-icons-exposure_zero:before {
  content: ""; }

.material-icons-extension:before {
  content: ""; }

.material-icons-face:before {
  content: ""; }

.material-icons-fast_forward:before {
  content: ""; }

.material-icons-fast_rewind:before {
  content: ""; }

.material-icons-favorite:before {
  content: ""; }

.material-icons-favorite_border:before {
  content: ""; }

.material-icons-feedback:before {
  content: ""; }

.material-icons-file_download:before {
  content: ""; }

.material-icons-file_upload:before {
  content: ""; }

.material-icons-filter:before {
  content: ""; }

.material-icons-filter_1:before {
  content: ""; }

.material-icons-filter_2:before {
  content: ""; }

.material-icons-filter_3:before {
  content: ""; }

.material-icons-filter_4:before {
  content: ""; }

.material-icons-filter_5:before {
  content: ""; }

.material-icons-filter_6:before {
  content: ""; }

.material-icons-filter_7:before {
  content: ""; }

.material-icons-filter_8:before {
  content: ""; }

.material-icons-filter_9:before {
  content: ""; }

.material-icons-filter_9_plus:before {
  content: ""; }

.material-icons-filter_b_and_w:before {
  content: ""; }

.material-icons-filter_center_focus:before {
  content: ""; }

.material-icons-filter_drama:before {
  content: ""; }

.material-icons-filter_frames:before {
  content: ""; }

.material-icons-filter_hdr:before {
  content: ""; }

.material-icons-filter_list:before {
  content: ""; }

.material-icons-filter_none:before {
  content: ""; }

.material-icons-filter_tilt_shift:before {
  content: ""; }

.material-icons-filter_vintage:before {
  content: ""; }

.material-icons-find_in_page:before {
  content: ""; }

.material-icons-find_replace:before {
  content: ""; }

.material-icons-flag:before {
  content: ""; }

.material-icons-flare:before {
  content: ""; }

.material-icons-flash_auto:before {
  content: ""; }

.material-icons-flash_off:before {
  content: ""; }

.material-icons-flash_on:before {
  content: ""; }

.material-icons-flight:before {
  content: ""; }

.material-icons-flight_land:before {
  content: ""; }

.material-icons-flight_takeoff:before {
  content: ""; }

.material-icons-flip:before {
  content: ""; }

.material-icons-flip_to_back:before {
  content: ""; }

.material-icons-flip_to_front:before {
  content: ""; }

.material-icons-folder:before {
  content: ""; }

.material-icons-folder_open:before {
  content: ""; }

.material-icons-folder_shared:before {
  content: ""; }

.material-icons-folder_special:before {
  content: ""; }

.material-icons-font_download:before {
  content: ""; }

.material-icons-format_align_center:before {
  content: ""; }

.material-icons-format_align_justify:before {
  content: ""; }

.material-icons-format_align_left:before {
  content: ""; }

.material-icons-format_align_right:before {
  content: ""; }

.material-icons-format_bold:before {
  content: ""; }

.material-icons-format_clear:before {
  content: ""; }

.material-icons-format_color_fill:before {
  content: ""; }

.material-icons-format_color_reset:before {
  content: ""; }

.material-icons-format_color_text:before {
  content: ""; }

.material-icons-format_indent_decrease:before {
  content: ""; }

.material-icons-format_indent_increase:before {
  content: ""; }

.material-icons-format_italic:before {
  content: ""; }

.material-icons-format_line_spacing:before {
  content: ""; }

.material-icons-format_list_bulleted:before {
  content: ""; }

.material-icons-format_list_numbered:before {
  content: ""; }

.material-icons-format_paint:before {
  content: ""; }

.material-icons-format_quote:before {
  content: ""; }

.material-icons-format_size:before {
  content: ""; }

.material-icons-format_strikethrough:before {
  content: ""; }

.material-icons-format_textdirection_l_to_r:before {
  content: ""; }

.material-icons-format_textdirection_r_to_l:before {
  content: ""; }

.material-icons-format_underlined:before {
  content: ""; }

.material-icons-forum:before {
  content: ""; }

.material-icons-forward:before {
  content: ""; }

.material-icons-forward_10:before {
  content: ""; }

.material-icons-forward_30:before {
  content: ""; }

.material-icons-forward_5:before {
  content: ""; }

.material-icons-fullscreen:before {
  content: ""; }

.material-icons-fullscreen_exit:before {
  content: ""; }

.material-icons-functions:before {
  content: ""; }

.material-icons-gamepad:before {
  content: ""; }

.material-icons-games:before {
  content: ""; }

.material-icons-gesture:before {
  content: ""; }

.material-icons-get_app:before {
  content: ""; }

.material-icons-gif:before {
  content: ""; }

.material-icons-gps_fixed:before {
  content: ""; }

.material-icons-gps_not_fixed:before {
  content: ""; }

.material-icons-gps_off:before {
  content: ""; }

.material-icons-grade:before {
  content: ""; }

.material-icons-gradient:before {
  content: ""; }

.material-icons-grain:before {
  content: ""; }

.material-icons-graphic_eq:before {
  content: ""; }

.material-icons-grid_off:before {
  content: ""; }

.material-icons-grid_on:before {
  content: ""; }

.material-icons-group:before {
  content: ""; }

.material-icons-group_add:before {
  content: ""; }

.material-icons-group_work:before {
  content: ""; }

.material-icons-hd:before {
  content: ""; }

.material-icons-hdr_off:before {
  content: ""; }

.material-icons-hdr_on:before {
  content: ""; }

.material-icons-hdr_strong:before {
  content: ""; }

.material-icons-hdr_weak:before {
  content: ""; }

.material-icons-headset:before {
  content: ""; }

.material-icons-headset_mic:before {
  content: ""; }

.material-icons-healing:before {
  content: ""; }

.material-icons-hearing:before {
  content: ""; }

.material-icons-help:before {
  content: ""; }

.material-icons-help_outline:before {
  content: ""; }

.material-icons-high_quality:before {
  content: ""; }

.material-icons-highlight_off:before {
  content: ""; }

.material-icons-history:before {
  content: ""; }

.material-icons-home:before {
  content: ""; }

.material-icons-hotel:before {
  content: ""; }

.material-icons-hourglass_empty:before {
  content: ""; }

.material-icons-hourglass_full:before {
  content: ""; }

.material-icons-http:before {
  content: ""; }

.material-icons-https:before {
  content: ""; }

.material-icons-image:before {
  content: ""; }

.material-icons-image_aspect_ratio:before {
  content: ""; }

.material-icons-import_export:before {
  content: ""; }

.material-icons-inbox:before {
  content: ""; }

.material-icons-indeterminate_check_box:before {
  content: ""; }

.material-icons-info:before {
  content: ""; }

.material-icons-info_outline:before {
  content: ""; }

.material-icons-input:before {
  content: ""; }

.material-icons-insert_chart:before {
  content: ""; }

.material-icons-insert_comment:before {
  content: ""; }

.material-icons-insert_drive_file:before {
  content: ""; }

.material-icons-insert_emoticon:before {
  content: ""; }

.material-icons-insert_invitation:before {
  content: ""; }

.material-icons-insert_link:before {
  content: ""; }

.material-icons-insert_photo:before {
  content: ""; }

.material-icons-invert_colors:before {
  content: ""; }

.material-icons-invert_colors_off:before {
  content: ""; }

.material-icons-iso:before {
  content: ""; }

.material-icons-keyboard:before {
  content: ""; }

.material-icons-keyboard_arrow_down:before {
  content: ""; }

.material-icons-keyboard_arrow_left:before {
  content: ""; }

.material-icons-keyboard_arrow_right:before {
  content: ""; }

.material-icons-keyboard_arrow_up:before {
  content: ""; }

.material-icons-keyboard_backspace:before {
  content: ""; }

.material-icons-keyboard_capslock:before {
  content: ""; }

.material-icons-keyboard_hide:before {
  content: ""; }

.material-icons-keyboard_return:before {
  content: ""; }

.material-icons-keyboard_tab:before {
  content: ""; }

.material-icons-keyboard_voice:before {
  content: ""; }

.material-icons-label:before {
  content: ""; }

.material-icons-label_outline:before {
  content: ""; }

.material-icons-landscape:before {
  content: ""; }

.material-icons-language:before {
  content: ""; }

.material-icons-laptop:before {
  content: ""; }

.material-icons-laptop_chromebook:before {
  content: ""; }

.material-icons-laptop_mac:before {
  content: ""; }

.material-icons-laptop_windows:before {
  content: ""; }

.material-icons-launch:before {
  content: ""; }

.material-icons-layers:before {
  content: ""; }

.material-icons-layers_clear:before {
  content: ""; }

.material-icons-leak_add:before {
  content: ""; }

.material-icons-leak_remove:before {
  content: ""; }

.material-icons-lens:before {
  content: ""; }

.material-icons-library_add:before {
  content: ""; }

.material-icons-library_books:before {
  content: ""; }

.material-icons-library_music:before {
  content: ""; }

.material-icons-link:before {
  content: ""; }

.material-icons-list:before {
  content: ""; }

.material-icons-live_help:before {
  content: ""; }

.material-icons-live_tv:before {
  content: ""; }

.material-icons-local_activity:before {
  content: ""; }

.material-icons-local_airport:before {
  content: ""; }

.material-icons-local_atm:before {
  content: ""; }

.material-icons-local_bar:before {
  content: ""; }

.material-icons-local_cafe:before {
  content: ""; }

.material-icons-local_car_wash:before {
  content: ""; }

.material-icons-local_convenience_store:before {
  content: ""; }

.material-icons-local_dining:before {
  content: ""; }

.material-icons-local_drink:before {
  content: ""; }

.material-icons-local_florist:before {
  content: ""; }

.material-icons-local_gas_station:before {
  content: ""; }

.material-icons-local_grocery_store:before {
  content: ""; }

.material-icons-local_hospital:before {
  content: ""; }

.material-icons-local_hotel:before {
  content: ""; }

.material-icons-local_laundry_service:before {
  content: ""; }

.material-icons-local_library:before {
  content: ""; }

.material-icons-local_mall:before {
  content: ""; }

.material-icons-local_movies:before {
  content: ""; }

.material-icons-local_offer:before {
  content: ""; }

.material-icons-local_parking:before {
  content: ""; }

.material-icons-local_pharmacy:before {
  content: ""; }

.material-icons-local_phone:before {
  content: ""; }

.material-icons-local_pizza:before {
  content: ""; }

.material-icons-local_play:before {
  content: ""; }

.material-icons-local_post_office:before {
  content: ""; }

.material-icons-local_printshop:before {
  content: ""; }

.material-icons-local_see:before {
  content: ""; }

.material-icons-local_shipping:before {
  content: ""; }

.material-icons-local_taxi:before {
  content: ""; }

.material-icons-location_city:before {
  content: ""; }

.material-icons-location_disabled:before {
  content: ""; }

.material-icons-location_off:before {
  content: ""; }

.material-icons-location_on:before {
  content: ""; }

.material-icons-location_searching:before {
  content: ""; }

.material-icons-lock:before {
  content: ""; }

.material-icons-lock_open:before {
  content: ""; }

.material-icons-lock_outline:before {
  content: ""; }

.material-icons-looks:before {
  content: ""; }

.material-icons-looks_3:before {
  content: ""; }

.material-icons-looks_4:before {
  content: ""; }

.material-icons-looks_5:before {
  content: ""; }

.material-icons-looks_6:before {
  content: ""; }

.material-icons-looks_one:before {
  content: ""; }

.material-icons-looks_two:before {
  content: ""; }

.material-icons-loop:before {
  content: ""; }

.material-icons-loupe:before {
  content: ""; }

.material-icons-loyalty:before {
  content: ""; }

.material-icons-mail:before {
  content: ""; }

.material-icons-map:before {
  content: ""; }

.material-icons-markunread:before {
  content: ""; }

.material-icons-markunread_mailbox:before {
  content: ""; }

.material-icons-memory:before {
  content: ""; }

.material-icons-menu:before {
  content: ""; }

.material-icons-merge_type:before {
  content: ""; }

.material-icons-message:before {
  content: ""; }

.material-icons-mic:before {
  content: ""; }

.material-icons-mic_none:before {
  content: ""; }

.material-icons-mic_off:before {
  content: ""; }

.material-icons-mms:before {
  content: ""; }

.material-icons-mode_comment:before {
  content: ""; }

.material-icons-mode_edit:before {
  content: ""; }

.material-icons-money_off:before {
  content: ""; }

.material-icons-monochrome_photos:before {
  content: ""; }

.material-icons-mood:before {
  content: ""; }

.material-icons-mood_bad:before {
  content: ""; }

.material-icons-more:before {
  content: ""; }

.material-icons-more_horiz:before {
  content: ""; }

.material-icons-more_vert:before {
  content: ""; }

.material-icons-mouse:before {
  content: ""; }

.material-icons-movie:before {
  content: ""; }

.material-icons-movie_creation:before {
  content: ""; }

.material-icons-music_note:before {
  content: ""; }

.material-icons-my_location:before {
  content: ""; }

.material-icons-nature:before {
  content: ""; }

.material-icons-nature_people:before {
  content: ""; }

.material-icons-navigate_before:before {
  content: ""; }

.material-icons-navigate_next:before {
  content: ""; }

.material-icons-navigation:before {
  content: ""; }

.material-icons-network_cell:before {
  content: ""; }

.material-icons-network_locked:before {
  content: ""; }

.material-icons-network_wifi:before {
  content: ""; }

.material-icons-new_releases:before {
  content: ""; }

.material-icons-nfc:before {
  content: ""; }

.material-icons-no_sim:before {
  content: ""; }

.material-icons-not_interested:before {
  content: ""; }

.material-icons-note_add:before {
  content: ""; }

.material-icons-notifications:before {
  content: ""; }

.material-icons-notifications_active:before {
  content: ""; }

.material-icons-notifications_none:before {
  content: ""; }

.material-icons-notifications_off:before {
  content: ""; }

.material-icons-notifications_paused:before {
  content: ""; }

.material-icons-offline_pin:before {
  content: ""; }

.material-icons-ondemand_video:before {
  content: ""; }

.material-icons-open_in_browser:before {
  content: ""; }

.material-icons-open_in_new:before {
  content: ""; }

.material-icons-open_with:before {
  content: ""; }

.material-icons-pages:before {
  content: ""; }

.material-icons-pageview:before {
  content: ""; }

.material-icons-palette:before {
  content: ""; }

.material-icons-panorama:before {
  content: ""; }

.material-icons-panorama_fish_eye:before {
  content: ""; }

.material-icons-panorama_horizontal:before {
  content: ""; }

.material-icons-panorama_vertical:before {
  content: ""; }

.material-icons-panorama_wide_angle:before {
  content: ""; }

.material-icons-party_mode:before {
  content: ""; }

.material-icons-pause:before {
  content: ""; }

.material-icons-pause_circle_filled:before {
  content: ""; }

.material-icons-pause_circle_outline:before {
  content: ""; }

.material-icons-payment:before {
  content: ""; }

.material-icons-people:before {
  content: ""; }

.material-icons-people_outline:before {
  content: ""; }

.material-icons-perm_camera_mic:before {
  content: ""; }

.material-icons-perm_contact_calendar:before {
  content: ""; }

.material-icons-perm_data_setting:before {
  content: ""; }

.material-icons-perm_device_information:before {
  content: ""; }

.material-icons-perm_identity:before {
  content: ""; }

.material-icons-perm_media:before {
  content: ""; }

.material-icons-perm_phone_msg:before {
  content: ""; }

.material-icons-perm_scan_wifi:before {
  content: ""; }

.material-icons-person:before {
  content: ""; }

.material-icons-person_add:before {
  content: ""; }

.material-icons-person_outline:before {
  content: ""; }

.material-icons-person_pin:before {
  content: ""; }

.material-icons-personal_video:before {
  content: ""; }

.material-icons-phone:before {
  content: ""; }

.material-icons-phone_android:before {
  content: ""; }

.material-icons-phone_bluetooth_speaker:before {
  content: ""; }

.material-icons-phone_forwarded:before {
  content: ""; }

.material-icons-phone_in_talk:before {
  content: ""; }

.material-icons-phone_iphone:before {
  content: ""; }

.material-icons-phone_locked:before {
  content: ""; }

.material-icons-phone_missed:before {
  content: ""; }

.material-icons-phone_paused:before {
  content: ""; }

.material-icons-phonelink:before {
  content: ""; }

.material-icons-phonelink_erase:before {
  content: ""; }

.material-icons-phonelink_lock:before {
  content: ""; }

.material-icons-phonelink_off:before {
  content: ""; }

.material-icons-phonelink_ring:before {
  content: ""; }

.material-icons-phonelink_setup:before {
  content: ""; }

.material-icons-photo:before {
  content: ""; }

.material-icons-photo_album:before {
  content: ""; }

.material-icons-photo_camera:before {
  content: ""; }

.material-icons-photo_library:before {
  content: ""; }

.material-icons-photo_size_select_actual:before {
  content: ""; }

.material-icons-photo_size_select_large:before {
  content: ""; }

.material-icons-photo_size_select_small:before {
  content: ""; }

.material-icons-picture_as_pdf:before {
  content: ""; }

.material-icons-picture_in_picture:before {
  content: ""; }

.material-icons-pin_drop:before {
  content: ""; }

.material-icons-place:before {
  content: ""; }

.material-icons-play_arrow:before {
  content: ""; }

.material-icons-play_circle_filled:before {
  content: ""; }

.material-icons-play_circle_outline:before {
  content: ""; }

.material-icons-play_for_work:before {
  content: ""; }

.material-icons-playlist_add:before {
  content: ""; }

.material-icons-plus_one:before {
  content: ""; }

.material-icons-poll:before {
  content: ""; }

.material-icons-polymer:before {
  content: ""; }

.material-icons-portable_wifi_off:before {
  content: ""; }

.material-icons-portrait:before {
  content: ""; }

.material-icons-power:before {
  content: ""; }

.material-icons-power_input:before {
  content: ""; }

.material-icons-power_settings_new:before {
  content: ""; }

.material-icons-present_to_all:before {
  content: ""; }

.material-icons-print:before {
  content: ""; }

.material-icons-public:before {
  content: ""; }

.material-icons-publish:before {
  content: ""; }

.material-icons-query_builder:before {
  content: ""; }

.material-icons-question_answer:before {
  content: ""; }

.material-icons-queue:before {
  content: ""; }

.material-icons-queue_music:before {
  content: ""; }

.material-icons-radio:before {
  content: ""; }

.material-icons-radio_button_checked:before {
  content: ""; }

.material-icons-radio_button_unchecked:before {
  content: ""; }

.material-icons-rate_review:before {
  content: ""; }

.material-icons-receipt:before {
  content: ""; }

.material-icons-recent_actors:before {
  content: ""; }

.material-icons-redeem:before {
  content: ""; }

.material-icons-redo:before {
  content: ""; }

.material-icons-refresh:before {
  content: ""; }

.material-icons-remove:before {
  content: ""; }

.material-icons-remove_circle:before {
  content: ""; }

.material-icons-remove_circle_outline:before {
  content: ""; }

.material-icons-remove_red_eye:before {
  content: ""; }

.material-icons-reorder:before {
  content: ""; }

.material-icons-repeat:before {
  content: ""; }

.material-icons-repeat_one:before {
  content: ""; }

.material-icons-replay:before {
  content: ""; }

.material-icons-replay_10:before {
  content: ""; }

.material-icons-replay_30:before {
  content: ""; }

.material-icons-replay_5:before {
  content: ""; }

.material-icons-reply:before {
  content: ""; }

.material-icons-reply_all:before {
  content: ""; }

.material-icons-report:before {
  content: ""; }

.material-icons-report_problem:before {
  content: ""; }

.material-icons-restaurant_menu:before {
  content: ""; }

.material-icons-restore:before {
  content: ""; }

.material-icons-ring_volume:before {
  content: ""; }

.material-icons-room:before {
  content: ""; }

.material-icons-rotate_90_degrees_ccw:before {
  content: ""; }

.material-icons-rotate_left:before {
  content: ""; }

.material-icons-rotate_right:before {
  content: ""; }

.material-icons-router:before {
  content: ""; }

.material-icons-satellite:before {
  content: ""; }

.material-icons-save:before {
  content: ""; }

.material-icons-scanner:before {
  content: ""; }

.material-icons-schedule:before {
  content: ""; }

.material-icons-school:before {
  content: ""; }

.material-icons-screen_lock_landscape:before {
  content: ""; }

.material-icons-screen_lock_portrait:before {
  content: ""; }

.material-icons-screen_lock_rotation:before {
  content: ""; }

.material-icons-screen_rotation:before {
  content: ""; }

.material-icons-sd_card:before {
  content: ""; }

.material-icons-sd_storage:before {
  content: ""; }

.material-icons-search:before {
  content: ""; }

.material-icons-security:before {
  content: ""; }

.material-icons-select_all:before {
  content: ""; }

.material-icons-send:before {
  content: ""; }

.material-icons-settings:before {
  content: ""; }

.material-icons-settings_applications:before {
  content: ""; }

.material-icons-settings_backup_restore:before {
  content: ""; }

.material-icons-settings_bluetooth:before {
  content: ""; }

.material-icons-settings_brightness:before {
  content: ""; }

.material-icons-settings_cell:before {
  content: ""; }

.material-icons-settings_ethernet:before {
  content: ""; }

.material-icons-settings_input_antenna:before {
  content: ""; }

.material-icons-settings_input_component:before {
  content: ""; }

.material-icons-settings_input_composite:before {
  content: ""; }

.material-icons-settings_input_hdmi:before {
  content: ""; }

.material-icons-settings_input_svideo:before {
  content: ""; }

.material-icons-settings_overscan:before {
  content: ""; }

.material-icons-settings_phone:before {
  content: ""; }

.material-icons-settings_power:before {
  content: ""; }

.material-icons-settings_remote:before {
  content: ""; }

.material-icons-settings_system_daydream:before {
  content: ""; }

.material-icons-settings_voice:before {
  content: ""; }

.material-icons-share:before {
  content: ""; }

.material-icons-shop:before {
  content: ""; }

.material-icons-shop_two:before {
  content: ""; }

.material-icons-shopping_basket:before {
  content: ""; }

.material-icons-shopping_cart:before {
  content: ""; }

.material-icons-shuffle:before {
  content: ""; }

.material-icons-signal_cellular_4_bar:before {
  content: ""; }

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
  content: ""; }

.material-icons-signal_cellular_no_sim:before {
  content: ""; }

.material-icons-signal_cellular_null:before {
  content: ""; }

.material-icons-signal_cellular_off:before {
  content: ""; }

.material-icons-signal_wifi_4_bar:before {
  content: ""; }

.material-icons-signal_wifi_4_bar_lock:before {
  content: ""; }

.material-icons-signal_wifi_off:before {
  content: ""; }

.material-icons-sim_card:before {
  content: ""; }

.material-icons-sim_card_alert:before {
  content: ""; }

.material-icons-skip_next:before {
  content: ""; }

.material-icons-skip_previous:before {
  content: ""; }

.material-icons-slideshow:before {
  content: ""; }

.material-icons-smartphone:before {
  content: ""; }

.material-icons-sms:before {
  content: ""; }

.material-icons-sms_failed:before {
  content: ""; }

.material-icons-snooze:before {
  content: ""; }

.material-icons-sort:before {
  content: ""; }

.material-icons-sort_by_alpha:before {
  content: ""; }

.material-icons-space_bar:before {
  content: ""; }

.material-icons-speaker:before {
  content: ""; }

.material-icons-speaker_group:before {
  content: ""; }

.material-icons-speaker_notes:before {
  content: ""; }

.material-icons-speaker_phone:before {
  content: ""; }

.material-icons-spellcheck:before {
  content: ""; }

.material-icons-star:before {
  content: ""; }

.material-icons-star_border:before {
  content: ""; }

.material-icons-star_half:before {
  content: ""; }

.material-icons-stars:before {
  content: ""; }

.material-icons-stay_current_landscape:before {
  content: ""; }

.material-icons-stay_current_portrait:before {
  content: ""; }

.material-icons-stay_primary_landscape:before {
  content: ""; }

.material-icons-stay_primary_portrait:before {
  content: ""; }

.material-icons-stop:before {
  content: ""; }

.material-icons-storage:before {
  content: ""; }

.material-icons-store:before {
  content: ""; }

.material-icons-store_mall_directory:before {
  content: ""; }

.material-icons-straighten:before {
  content: ""; }

.material-icons-strikethrough_s:before {
  content: ""; }

.material-icons-style:before {
  content: ""; }

.material-icons-subject:before {
  content: ""; }

.material-icons-subtitles:before {
  content: ""; }

.material-icons-supervisor_account:before {
  content: ""; }

.material-icons-surround_sound:before {
  content: ""; }

.material-icons-swap_calls:before {
  content: ""; }

.material-icons-swap_horiz:before {
  content: ""; }

.material-icons-swap_vert:before {
  content: ""; }

.material-icons-swap_vertical_circle:before {
  content: ""; }

.material-icons-switch_camera:before {
  content: ""; }

.material-icons-switch_video:before {
  content: ""; }

.material-icons-sync:before {
  content: ""; }

.material-icons-sync_disabled:before {
  content: ""; }

.material-icons-sync_problem:before {
  content: ""; }

.material-icons-system_update:before {
  content: ""; }

.material-icons-system_update_alt:before {
  content: ""; }

.material-icons-tab:before {
  content: ""; }

.material-icons-tab_unselected:before {
  content: ""; }

.material-icons-tablet:before {
  content: ""; }

.material-icons-tablet_android:before {
  content: ""; }

.material-icons-tablet_mac:before {
  content: ""; }

.material-icons-tag_faces:before {
  content: ""; }

.material-icons-tap_and_play:before {
  content: ""; }

.material-icons-terrain:before {
  content: ""; }

.material-icons-text_format:before {
  content: ""; }

.material-icons-textsms:before {
  content: ""; }

.material-icons-texture:before {
  content: ""; }

.material-icons-theaters:before {
  content: ""; }

.material-icons-thumb_down:before {
  content: ""; }

.material-icons-thumb_up:before {
  content: ""; }

.material-icons-thumbs_up_down:before {
  content: ""; }

.material-icons-time_to_leave:before {
  content: ""; }

.material-icons-timelapse:before {
  content: ""; }

.material-icons-timer:before {
  content: ""; }

.material-icons-timer_10:before {
  content: ""; }

.material-icons-timer_3:before {
  content: ""; }

.material-icons-timer_off:before {
  content: ""; }

.material-icons-toc:before {
  content: ""; }

.material-icons-today:before {
  content: ""; }

.material-icons-toll:before {
  content: ""; }

.material-icons-tonality:before {
  content: ""; }

.material-icons-toys:before {
  content: ""; }

.material-icons-track_changes:before {
  content: ""; }

.material-icons-traffic:before {
  content: ""; }

.material-icons-transform:before {
  content: ""; }

.material-icons-translate:before {
  content: ""; }

.material-icons-trending_down:before {
  content: ""; }

.material-icons-trending_flat:before {
  content: ""; }

.material-icons-trending_up:before {
  content: ""; }

.material-icons-tune:before {
  content: ""; }

.material-icons-turned_in:before {
  content: ""; }

.material-icons-turned_in_not:before {
  content: ""; }

.material-icons-tv:before {
  content: ""; }

.material-icons-undo:before {
  content: ""; }

.material-icons-unfold_less:before {
  content: ""; }

.material-icons-unfold_more:before {
  content: ""; }

.material-icons-usb:before {
  content: ""; }

.material-icons-verified_user:before {
  content: ""; }

.material-icons-vertical_align_bottom:before {
  content: ""; }

.material-icons-vertical_align_center:before {
  content: ""; }

.material-icons-vertical_align_top:before {
  content: ""; }

.material-icons-vibration:before {
  content: ""; }

.material-icons-video_library:before {
  content: ""; }

.material-icons-videocam:before {
  content: ""; }

.material-icons-videocam_off:before {
  content: ""; }

.material-icons-view_agenda:before {
  content: ""; }

.material-icons-view_array:before {
  content: ""; }

.material-icons-view_carousel:before {
  content: ""; }

.material-icons-view_column:before {
  content: ""; }

.material-icons-view_comfy:before {
  content: ""; }

.material-icons-view_compact:before {
  content: ""; }

.material-icons-view_day:before {
  content: ""; }

.material-icons-view_headline:before {
  content: ""; }

.material-icons-view_list:before {
  content: ""; }

.material-icons-view_module:before {
  content: ""; }

.material-icons-view_quilt:before {
  content: ""; }

.material-icons-view_stream:before {
  content: ""; }

.material-icons-view_week:before {
  content: ""; }

.material-icons-vignette:before {
  content: ""; }

.material-icons-visibility:before {
  content: ""; }

.material-icons-visibility_off:before {
  content: ""; }

.material-icons-voice_chat:before {
  content: ""; }

.material-icons-voicemail:before {
  content: ""; }

.material-icons-volume_down:before {
  content: ""; }

.material-icons-volume_mute:before {
  content: ""; }

.material-icons-volume_off:before {
  content: ""; }

.material-icons-volume_up:before {
  content: ""; }

.material-icons-vpn_key:before {
  content: ""; }

.material-icons-vpn_lock:before {
  content: ""; }

.material-icons-wallpaper:before {
  content: ""; }

.material-icons-warning:before {
  content: ""; }

.material-icons-watch:before {
  content: ""; }

.material-icons-wb_auto:before {
  content: ""; }

.material-icons-wb_cloudy:before {
  content: ""; }

.material-icons-wb_incandescent:before {
  content: ""; }

.material-icons-wb_iridescent:before {
  content: ""; }

.material-icons-wb_sunny:before {
  content: ""; }

.material-icons-wc:before {
  content: ""; }

.material-icons-web:before {
  content: ""; }

.material-icons-whatshot:before {
  content: ""; }

.material-icons-widgets:before {
  content: ""; }

.material-icons-wifi:before {
  content: ""; }

.material-icons-wifi_lock:before {
  content: ""; }

.material-icons-wifi_tethering:before {
  content: ""; }

.material-icons-work:before {
  content: ""; }

.material-icons-wrap_text:before {
  content: ""; }

.material-icons-youtube_searched_for:before {
  content: ""; }

.material-icons-zoom_in:before {
  content: ""; }

.material-icons-zoom_out:before {
  content: ""; }

/*
* @section      Main Styles
* @description  This section holds template default elements style declarations
*/

/*
* @subsection   Typography
* @description  Describes default font settings for basic html elements and
*               css classes
*/


/*
* @section      Main Layout
* @description  This section holds class declarations for elements indent creation
*/
/*
* @subsection   Offsets
* @description  Describes vertical indentation between the elements
*/

@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0; } }
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8.col-xs-preffix-2 {
    margin-top: 30px; } }
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0; } }
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-2 {
    margin-top: 30px; } }
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0; } }
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-2 {
    margin-top: 30px; } }
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0; } }
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 30px; } }

/*
* @subsection   Postfix
* @description  Describes instant right margin classes
*/
/*
* @subsection   Prefix
* @description  Describes instant right margin classes
*/
/*
* @subsection   Insets
* @description  Describes instant padding classes
*/
.inset-1 {
  padding-left: 10%;
  padding-right: 10%; }

/*
* @subsection   Well
* @description  Describes section inner indents
*/
.well-xs {
  padding-top: 50px;
  padding-bottom: 50px; }

.well-sm {
  padding-top: 100px;
  padding-bottom: 100px; }

.well-md {
  padding-top: 150px;
  padding-bottom: 150px; }

.well-lg {
  padding-top: 200px;
  padding-bottom: 200px; }

.well-xl {
  padding-top: 250px;
  padding-bottom: 250px; }

/*
* @section      Helpers
* @description  This section holds various helper classes for
*               conditional page styling
*/
.round {
  border-radius: 50%; }

/*
* @subsection   Colors
*/
html body .page .default-color {
  color: #fff; }
html body .page .primary-color {
  color: #2196f3; }

/*
* @subsection   Backgrounds
*/
.bg-primary {
  background: #2196f3; }
  .bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
    color: #fff; }

.bg-light {
  background: #fff; }

/*
* @subsection   Floating System
*/
.pull-left {
  float: left; }

.pull-none {
  float: none; }

.pull-right {
  float: right; }

@media (min-width: 480px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-none {
    float: none; }

  .pull-xs-right {
    float: right; } }
@media (min-width: 768px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-none {
    float: none; }

  .pull-sm-right {
    float: right; } }
@media (min-width: 992px) {
  .pull-md-left {
    float: left; }

  .pull-md-none {
    float: none; }

  .pull-md-right {
    float: right; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-none {
    float: none; }

  .pull-lg-right {
    float: right; } }
/*
* @subsection   Text Alignment
*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-center {
    text-align: center; }

  .text-xs-right {
    text-align: right; } }
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-center {
    text-align: center; }

  .text-sm-right {
    text-align: right; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-center {
    text-align: center; }

  .text-md-right {
    text-align: right; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-center {
    text-align: center; }

  .text-lg-right {
    text-align: right; } }
/*
* @subsection   Text Styling
*/
.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.strike {
  text-decoration: line-through; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.sbold {
  font-weight: 600; }

.bold, strong {
  font-weight: 700; }

.ubold {
  font-weight: 900; }

.uppercase {
  text-transform: uppercase; }

/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.not-animated {
  opacity: 0; }

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
* @section      Components
* @description  This section holds all elements style declarations of template
*/
/*
* @subsection Box
*/
.box__left {
  padding-bottom: 30px; }

.box__right {
  padding-top: 30px; }

.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle; }
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom; }

.box-group, .box-group-outer > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.box .box__left img, .box .box__right img {
  max-width: none; }
.box .box__left,
.box .box__right,
.box .box__body {
  padding: 0;
  display: table-cell;
  vertical-align: top; }
.box .box__left {
  padding-right: 30px;
  padding-bottom: 0; }
.box .box__right {
  padding-left: 30px;
  padding-top: 0; }

@media (min-width: 480px) {
  .box-xs .box__left img, .box-xs .box__right img {
    max-width: none; }
  .box-xs .box__left,
  .box-xs .box__right,
  .box-xs .box__body {
    display: table-cell;
    vertical-align: top; }
  .box-xs .box__left {
    padding-right: 30px;
    padding-bottom: 0; }
  .box-xs .box__right {
    padding-left: 30px;
    padding-top: 0; }

  .box-xs-clear .box__left img, .box-xs-clear .box__right img {
    max-width: 100%; }
  .box-xs-clear .box__left,
  .box-xs-clear .box__right,
  .box-xs-clear .box__cnt {
    padding: 0;
    display: block;
    vert-align: top; }
  .box-xs-clear .box__left {
    padding-bottom: 30px; }
  .box-xs-clear .box__right {
    padding-top: 30px; } }
@media (min-width: 768px) {
  .box-sm .box__left img, .box-sm .box__right img {
    max-width: none; }
  .box-sm .box__left,
  .box-sm .box__right,
  .box-sm .box__body {
    display: table-cell;
    vertical-align: top; }
  .box-sm .box__left {
    padding-right: 30px;
    padding-bottom: 0; }
  .box-sm .box__right {
    padding-left: 30px;
    padding-top: 0; }

  .box-sm-clear .box__left img, .box-sm-clear .box__right img {
    max-width: 100%; }
  .box-sm-clear .box__left,
  .box-sm-clear .box__right,
  .box-sm-clear .box__cnt {
    padding: 0;
    display: block;
    vert-align: top; }
  .box-sm-clear .box__left {
    padding-bottom: 30px; }
  .box-sm-clear .box__right {
    padding-top: 30px; } }
@media (min-width: 992px) {
  .box-md .box__left img, .box-md .box__right img {
    max-width: none; }
  .box-md .box__left,
  .box-md .box__right,
  .box-md .box__body {
    display: table-cell;
    vertical-align: top; }
  .box-md .box__left {
    padding-right: 30px;
    padding-bottom: 0; }
  .box-md .box__right {
    padding-left: 30px;
    padding-top: 0; }

  .box-md-clear .box__left img, .box-md-clear .box__right img {
    max-width: 100%; }
  .box-md-clear .box__left,
  .box-md-clear .box__right,
  .box-md-clear .box__cnt {
    padding: 0;
    display: block;
    vert-align: top; }
  .box-md-clear .box__left {
    padding-bottom: 30px; }
  .box-md-clear .box__right {
    padding-top: 30px; } }
@media (min-width: 1200px) {
  .box-lg .box__left img, .box-lg .box__right img {
    max-width: none; }
  .box-lg .box__left,
  .box-lg .box__right,
  .box-lg .box__body {
    display: table-cell;
    vertical-align: top; }
  .box-lg .box__left {
    padding-right: 30px;
    padding-bottom: 0; }
  .box-lg .box__right {
    padding-left: 30px;
    padding-top: 0; }

  .box-lg-clear .box__left img, .box-lg-clear .box__right img {
    max-width: 100%; }
  .box-lg-clear .box__left,
  .box-lg-clear .box__right,
  .box-lg-clear .box__cnt {
    padding: 0;
    display: block;
    vert-align: top; }
  .box-lg-clear .box__left {
    padding-bottom: 30px; }
  .box-lg-clear .box__right {
    padding-top: 30px; } }
/*
* @subsection   Brand
*/
.brand {
  max-height: 70px; }

/*
* @subsection   Inline List
*/
.inline-list {
  margin-left: -10px; }
  .inline-list > li {
    display: inline-block;
    margin-left: 10px; }

/*
* @subsection   Marked List
*/
.marked-list {
  text-align: left; }
  .marked-list > li {
    position: relative;
    padding-left: 30px; }
    .marked-list > li:before {
      content: "\f105";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 400;
      font-size: 1em;
      font-family: "FontAwesome";
      color: #2196f3; }
    .marked-list > li + li {
      margin-top: 10px; }
    .marked-list > li > a:hover {
      color: #2196f3; }

/*
* @subsection   Index List
*/
.index-list {
  counter-reset: li; }
  .index-list > li > .index-list__counter:before {
    content: counter(li,decimal-leading-zero) ".";
    counter-increment: li; }
  .index-list > * + * {
    margin-top: 22px; }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n) {
      margin-top: 0; } }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-xs-8.col-xs-preffix-2 {
      margin-top: 22px; } }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n) {
      margin-top: 0; } }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-sm-8.col-sm-preffix-2 {
      margin-top: 22px; } }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n) {
      margin-top: 0; } }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-md-8.col-md-preffix-2 {
      margin-top: 22px; } }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n) {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-lg-8.col-lg-preffix-2 {
      margin-top: 22px; } }

/*
* @subsection   Ordered List
*/
.ordered-list > li {
  padding-left: 20px;
  list-style-type: decimal; }

/*
* @subsection   Terms  List
*/
.terms-list > dt + dd {
  margin-top: 10px; }
.terms-list > dt + dd {
  margin-top: 10px; }

/*
* @subsection   Contact Info
*/
.contact-info dl dt, .contact-info dl dd {
  display: inline-block; }
.contact-info dl dt:after {
  content: ':'; }
.contact-info dl dt {
  min-width: 80px; }

/*
* @subsection   Thumb
*/
.thumb {
  position: relative;
  display: block;
  overflow: hidden; }
  .thumb > img {
    width: 100%; }
  .thumb__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    color: #fff;
    background: rgba(33, 150, 243, 0.95);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    transition: .3s all ease;
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  .thumb:hover .thumb__overlay {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1; }

/*
* @subsection   Link
*/
.link {
  display: inline-block; }

/*
* @subsection   Video
*/
.video {
  position: relative;
  padding-bottom: 59.64912%; }
  .video > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*
* @subsection   Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-xs {
  padding: 7px;
  font-size: 14px; }

.btn-sm {
  padding: 9px;
  font-size: 19px; }

.btn-md {
  padding: 11px;
  font-size: 24px; }

.btn-lg {
  padding: 14px;
  font-size: 28px; }

.btn-xl {
  padding: 16px;
  font-size: 33px; }

.btn-default {
  color: #fff;
  background: #000; }
  .btn-default:hover {
    color: #fff;
    background: #0d0d0d; }
  .btn-default:active {
    color: #fff;
    background: black; }

.btn-primary {
  color: #fff;
  background: #2196f3; }
  .btn-primary:hover {
    color: #fff;
    background: #39a1f4; }
  .btn-primary:active {
    color: #fff;
    background: #0d8aee; }

.btn-group {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px; }
  .btn-group .btn {
    margin-top: 10px;
    margin-left: 10px; }

/*
* @subsection   Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%; }

.icon-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px; }

.icon-sm {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 43px; }

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px; }

.icon-lg {
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 40px; }

.icon-xl {
  width: 124.2px;
  height: 124.2px;
  line-height: 124.2px;
  font-size: 46px; }

.icon-default {
  color: #ebeaea; }

.icon-primary {
  color: #FFF;
  background: #2196f3; }

.icon-secondary-1 {
  color: #FFF;
  background: #33d7b4; }

.icon-secondary-2 {
  color: #FFF;
  background: #ff4c2e; }

.icon-secondary-3 {
  color: #FFF;
  background: #feea3a; }

.icon.fa-facebook {
  color: #FFF;
  background: #3B579D; }
  .icon.fa-facebook:hover {
    background: #344d8a; }

.icon.fa-twitter {
  color: #FFF;
  background: #5EA9DD; }
  .icon.fa-twitter:hover {
    background: #499ed9; }

.icon.fa-google-plus {
  color: #FFF;
  background: #DF4A32; }
  .icon.fa-google-plus:hover {
    background: #d63a21; }

/*
* @section      Extensions
* @description  This section holds some of style declarations for necessary
*               scripts
*/
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
.rd-parallax-layer-wrap {
  position: relative; }
.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%; }
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
.rd-parallax-layer[data-type="html"] {
  position: relative; }
.rd-parallax, .rd-parallax h1, .rd-parallax h2, .rd-parallax h3, .rd-parallax h4, .rd-parallax h5, .rd-parallax h6, .rd-parallax .heading-1, .rd-parallax .heading-2, .rd-parallax .heading-3, .rd-parallax .heading-4, .rd-parallax .heading-5, .rd-parallax .heading-6 {
  color: #fff; }
.rd-parallax .image-wrap-1 {
  visibility: hidden;
  position: absolute;
  top: -30px;
  width: 710px;
  right: 100%;
  margin-right: 38px;
  z-index: 1; }
  .rd-parallax .image-wrap-1 img {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
.rd-parallax .image-wrap-2 {
  visibility: hidden;
  position: absolute;
  top: 100px;
  width: 910px;
  right: 100%;
  margin-right: 58px;
  z-index: 0; }
  .rd-parallax .image-wrap-2 img {
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg); }
@media (min-width: 992px) {
  .rd-parallax .image-wrap-1, .rd-parallax .image-wrap-2 {
    visibility: visible; } }

/**
 * @subsection   Swiper 3.1.7
 * @description  Most modern mobile touch slider and framework with
 *               hardware accelerated transitions
 * @author       Vladimir Kharlampidi
 * @see          http://www.idangero.us/swiper/
 * @licesne      MIT License
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  transition: 1s all ease;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper-slide > .vide__body,
.swiper-slide > .rd-parallax {
  height: 100%; }

.swiper-slide {
  white-space: nowrap; }
  .swiper-slide, .swiper-slide h1, .swiper-slide h2, .swiper-slide h3, .swiper-slide h4, .swiper-slide h5, .swiper-slide h6, .swiper-slide .heading-1, .swiper-slide .heading-2, .swiper-slide .heading-3, .swiper-slide .heading-4, .swiper-slide .heading-5, .swiper-slide .heading-6 {
    color: #fff; }
  .swiper-slide:not(.vide):not(.rd-parallax):before,
  .swiper-slide .parallax_cnt:before, .swiper-slide .vide__body:before {
    content: '';
    display: inline-block;
    height: 50%; }
  .swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal; }

/*
* @subsection   Vide
* @description  Describes style declarations for Vide extension 
*/
.vide__body {
  position: relative; }

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #2196f3;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }
  .ui-to-top:hover {
    color: #FFF;
    background: #39a1f4;
    text-decoration: none; }
  .ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important; }

@media (min-width: 992px) {
  .ui-to-top {
    display: block;
    right: 40px;
    bottom: 40px; } }
/*
* @section      Page Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page header
*/
/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
.desktop .page-content {
  min-height: 100vh; }

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-footer {
  background: #000; }
  .page-footer, .page-footer h1, .page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6, .page-footer .heading-1, .page-footer .heading-2, .page-footer .heading-3, .page-footer .heading-4, .page-footer .heading-5, .page-footer .heading-6 {
    color: #fff; }

@charset "UTF-8";
/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      2.1.6
*/
.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-fixed .rd-navbar-submenu-toggle, .rd-navbar-cart, .rd-navbar-static .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-cart-floating, .rd-navbar-fixed .rd-navbar-cart-floating:before, .rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-search .form-group, .rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse:before {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-outer {
  color: #999;
  background: #333;
}

.rd-navbar-static {
  background: #fff;
}

.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-search-wrap {
  display: table-cell;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-nav-wrap {
  width: 100%;
}

.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  z-index: 20;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
  display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
  display: none;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-nav, .rd-navbar-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-subpanel {
  display: table;
}

.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  position: relative;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  padding: 8px 0;
  color: #999;
  background: #333;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 16px;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus > a,
.rd-navbar-static .rd-navbar-megamenu li.opened > a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
  color: #fff;
  background: #404040;
}

.rd-navbar-static .rd-navbar-dropdown {
  width: 270px;
}

.rd-navbar-static .rd-navbar-megamenu {
  margin-top: 10px;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 16px 8px;
}

.rd-navbar-static .rd-navbar-megamenu > li {
  display: table-cell;
}

.rd-navbar-static .rd-navbar-nav {
  display: block;
  text-align: left;
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
  position: relative;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
  top: 100%;
  z-index: 1;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
  left: 50%;
  margin-top: 10px;
  margin-left: -135px;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 100%;
  top: -8px;
  z-index: 2;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 18px 16px;
  text-transform: uppercase;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: block;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 8px;
}

.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #333;
  backface-visibility: hidden;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: -56px;
  left: 0;
  width: 232px;
  padding: 112px 0 56px;
  bottom: -56px;
  color: #999;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 15;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
  content: '';
  display: block;
  height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
  display: block;
  padding: 11px 56px 11px 16px;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
  background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
  color: #fff;
  background: #f44336;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu li > a {
  padding-left: 32px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 48px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font: 400 24px/24px 'Material Icons';
  width: 50px;
  height: 48px;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
  color: #333;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: '\e5cf';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
  display: none;
  color: #333;
}

.rd-navbar-static .rd-navbar-brand {
  display: inline-block;
  float: left;
}

.rd-navbar-static .rd-navbar-brand > * {
  display: inline-block;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand > img {
  margin-right: 10px;
}

.rd-navbar-static .rd-navbar-brand > a {
  font-size: 36px;
  line-height: 48px;
}

.rd-navbar-static .rd-navbar-brand > a span {
  display: none;
}

.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 46px;
  height: 48px;
  z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
  display: none;
}

.rd-navbar-fixed .rd-navbar-brand a {
  display: inline-block;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
  display: none;
}

.rd-navbar-cart-toggle {
  font-family: 'Material Icons';
}

.rd-navbar-cart-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-cart-toggle span, .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-cart-toggle span:before {
  content: "";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-cart-toggle span:after {
  content: "";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-cart-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-cart-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-cart {
  display: none;
  text-align: left;
  color: #999;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  height: 328px;
  width: 100%;
}

.rd-navbar-cart:before {
  content: '';
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  z-index: 1;
}

.rd-navbar-cart-items {
  overflow: auto;
  max-height: 100%;
  height: 100%;
  padding: 16px 0;
}

.rd-navbar-cart-items::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
  background: #999;
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
  border-radius: 50%;
}

.rd-navbar-cart .rd-navbar-cart-item {
  position: relative;
  padding: 8px 0;
}

.rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
  position: relative;
  display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left {
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
  max-width: none;
}

.rd-navbar-cart .rd-navbar-cart-item__body {
  vertical-align: middle;
  width: 100%;
}

.rd-navbar-cart .rd-navbar-cart-item__title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
  font-size: 14px;
  line-height: 1.3;
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
  vertical-align: middle;
  width: 56px;
  font-size: 24px;
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 88px;
  display: block;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}

.rd-navbar-static .rd-navbar-cart-wrap {
  position: relative;
  float: right;
  margin-top: 12px;
  margin-left: 20px;
}

.rd-navbar-static .rd-navbar-cart-floating {
  display: block;
}

.rd-navbar-static .rd-navbar-cart-floating .rd-navbar-cart-buy {
  display: none;
}

.rd-navbar-static .rd-navbar-cart {
  display: block;
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
}

.rd-navbar-static .rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #2ecc71;
}

.rd-navbar-static .rd-navbar-cart-buy:hover {
  background: #40d47e;
}

.rd-navbar-static .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 56px;
  z-index: 19;
}

.rd-navbar-fixed .rd-navbar-cart.active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-buy {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-floating {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 56px;
  height: 56px;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f44336;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
  color: #FFF;
  height: 56px;
  line-height: 56px;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active {
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active:before {
  -webkit-transform: translate(-50%, -50%) scale(20);
  transform: translate(-50%, -50%) scale(20);
  background: #2ecc71;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-buy {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
  visibility: hidden;
  opacity: 0;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
  padding: 50px 0;
}

.rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
  display: table;
  content: "";
  line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
  clear: both;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  height: 56px;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 16;
}

.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px;
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search,
.rd-navbar-search-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-search {
  display: block;
}

.rd-navbar-static .rd-navbar-search form {
  position: relative;
}

.rd-navbar-static .rd-navbar-search form input {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 56px 12px 16px;
  height: 48px;
  color: #fff;
  background: #404040;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"] {
  position: absolute;
  font-size: 22px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 12px;
  right: 16px;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"]:hover {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 56px;
  font-family: 'Material Icons';
  width: 48px;
  height: 48px;
  z-index: 18;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before {
  content: "";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:after {
  content: "";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search {
  display: block;
}

.rd-navbar-fixed .rd-navbar-search .form-group {
  position: fixed;
  top: 0;
  padding-top: 4px;
  left: 56px;
  right: 112px;
  height: 56px;
  background: #fff;
  z-index: 17;
  visibility: hidden;
  opacity: 0;
}

.rd-navbar-fixed .rd-navbar-search .form-group input {
  width: 100%;
  height: 46px;
  display: block;
  font-size: 22px;
  line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-search.active .form-group {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
  display: none;
}

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse,
.rd-navbar-collapse-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-inner {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-static .rd-navbar-collapse {
  display: block;
  float: right;
  margin-left: -15px;
  margin-top: 23px;
}

.rd-navbar-static .rd-navbar-collapse li {
  display: inline-block;
  margin-left: 15px;
}

.rd-navbar-static .rd-navbar-collapse li a:hover {
  text-decoration: underline;
}

.rd-navbar-fixed .rd-navbar-collapse {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  right: 4px;
  color: #333;
  padding: 48px 0 8px;
  font-size: 16px;
  line-height: 26px;
  z-index: 19;
  width: 180px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  overflow: hidden;
  transition: .3s box-shadow ease .2s;
}

.rd-navbar-fixed .rd-navbar-collapse:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse li {
  position: relative;
  opacity: 0;
  transition: .3s all ease 0s;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a {
  display: block;
  padding: 11px 16px;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a:hover {
  background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  visibility: visible;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-fixed .rd-navbar-collapse.active li {
  transition: .3s all ease .2s;
  opacity: 1;
}

.rd-navbar-fixed .rd-navbar-collapse.active:before {
  background: #fff;
  -webkit-transform: scale(12);
  transform: scale(12);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 4px;
  font-family: 'Material Icons';
  width: 48px;
  height: 48px;
  z-index: 20;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span, .rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:before {
  content: "";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
  content: "";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

@font-face { font-family: 'ZonaPro'; src: url('/Content/site/fonts/ZonaPro.eot') format('embedded-opentype'), url('/Content/site/fonts/ZonaPro.ttf') format('truetype'), url('/Content/site/fonts/ZonaPro.woff') format('woff'), url('/Content/site/fonts/ZonaPro.woff2') format('woff2'); }

/**********************************
    snippets personalize
***********************************/
body .zcmscontent .zbox figure figcaption h6 { font-size: 18px; font-family: 'ZonaPro'; margin-bottom: 5px; }
body .zcmscontent .zbox figure figcaption h4 { font-size: 36px; margin-bottom: 20px; }
body .zcmscontent .zbox figure figcaption p { font-size: 16px; font-family: Montserrat, sans-serif; font-weight: 300; }

body .zcmscontent .zbox .is-boxed-layout { background: rgba(30, 40, 55, 0.8); }
body .zcmscontent .zbox-large-item { position: relative; }
    body .zcmscontent .zbox-large-item figure { margin-bottom: 0; margin-right: 160px; position:relative; }
        body .zcmscontent .zbox-large-item figure figcaption { padding: 50px 60px 20px 140px; position: relative; right: -160px; max-width: 600px; top: -140px; margin-left: auto; min-height:340px;}


body .zcmscontent .zbox-small-item { position: relative;  }
    body .zcmscontent .zbox-small-item figure { margin-bottom: 0; position:relative;}
        body .zcmscontent .zbox-small-item figure figcaption { padding: 50px 50px 20px 50px; position: relative; right: 0; left: 0; max-width: 90%; top: -100px; margin: auto; min-height:380px;}


/**********************************
    Adjustment for Bootstrap
***********************************/
body .zcmscontent .container-fluid > .row, body .zcmscontent .container-fluid > div > .row { padding-top: 10px; padding-bottom: 10px }




/**********************************
    General
***********************************/
body .zcmscontent p, body .zcmscontent td, body .zcmscontent li, body .zcmscontent label { font-size: 16px; line-height: normal; }
/*body .zcmscontent { font-size: 100%; line-height: normal; }

    body .zcmscontent h1, body .zcmscontent h2, body .zcmscontent h3, body .zcmscontent h4, body .zcmscontent h5, body .zcmscontent h6 { letter-spacing: 0px; line-height: normal; }

    body .zcmscontent h1 { font-size: 38px; margin: 6px 0; }
    body .zcmscontent h2 { font-size: 32px; margin: 9px 0; }
    body .zcmscontent h3 { font-size: 27px; margin: 9px 0; }
    body .zcmscontent h4 { font-size: 25px; margin: 9px 0; }
    body .zcmscontent h5 { font-size: 23px; margin: 9px 0; }
    body .zcmscontent h6 { font-size: 20px; margin: 9px 0; }

    body .zcmscontent a { color: #009E91; }
    body .zcmscontent hr { border: none; border-top: rgba(0, 0, 0, 0.18) 1px solid; margin: 32px 0 !important; }
    body .zcmscontent img { max-width: 100%; }
    body .zcmscontent figure { margin: 0 }
    body .zcmscontent ol, body .zcmscontent ul { line-height: inherit; font-weight: inherit; }*/

body .zcmscontent .img-zContent { width: 100% !important; }

/**********************************
    Elements
***********************************/

body .zcmscontent .center { text-align: center }
body .zcmscontent .right { text-align: right }
body .zcmscontent .left { text-align: left }
body .zcmscontent .padding-0 { padding: 0 }
body .zcmscontent .padding-20 { padding: 20px }
body .zcmscontent .padding-25 { padding: 25px }
body .zcmscontent .padding-30 { padding: 30px }
body .zcmscontent .padding-35 { padding: 35px }
body .zcmscontent .padding-40 { padding: 40px }
body .zcmscontent img { max-width: 100%; }
body .zcmscontent .line-bar { width: 80px; height: 4px; background-color: gray; margin-bottom: 10px; }

body .zcmscontent .box-figure { background-image: url('/Content/site/imgs/rect.png'); background-repeat: no-repeat; background-position: center; background-size: contain; padding: 25px 8px; margin: auto; text-align: center; height: 102px; width: 98px; margin: 0 3px; }
    body .zcmscontent .box-figure p, body .zcmscontent .box-figure span { font-size: 12px; }

body .zcmscontent ul.list-inline { display: table; width: 100%; }
    body .zcmscontent ul.list-inline .list-inline-item { display: table-cell !important; }

@media all and (max-width: 540px) {
    body .zcmscontent .center { text-align: initial }
    body .zcmscontent .right { text-align: initial }
    body .zcmscontent .left { text-align: initial }
    body .zcmscontent .padding-20 { padding: 0 }
    body .zcmscontent .padding-25 { padding: 0 }
    body .zcmscontent .padding-30 { padding: 0 }
    body .zcmscontent .padding-35 { padding: 0 }
    body .zcmscontent .padding-40 { padding: 0 }
}

body .zcmscontent .margin-n-15 { margin-left: -15px !important; margin-right: -15px !important; }
body .zcmscontent .margin-0 { margin: 0 !important }
body .zcmscontent .margin-20 { margin: 20px !important }
body .zcmscontent .margin-25 { margin: 25px !important }
body .zcmscontent .margin-30 { margin: 30px !important }
body .zcmscontent .margin-35 { margin: 35px !important }
body .zcmscontent .margin-40 { margin: 40px !important }
body .zcmscontent .is-card { display: table; background-color: #fff; }
    body .zcmscontent .is-card > * { display: table; }
body .zcmscontent .is-card-circle { width: 280px; height: 280px; border-radius: 500px; padding: 70px; margin: 0 auto; }

@media all and (max-width: 540px) {
    body .zcmscontent .is-card-circle { zoom: 0.7; -moz-transform: scale(0.7); }
}

body .zcmscontent .is-card-content-centered { display: table-cell; vertical-align: middle; text-align: center; }
body .zcmscontent .max-390 { max-width: 390px; margin: 0 auto; }
body .zcmscontent .shadow-1 { /* card */ -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); }
body .zcmscontent .shadow-2 { /* screenshot */ -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); }
body .zcmscontent .shadow-3 { /* highlight */ -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); }

body .zcmscontent img.circle { border-radius: 500px; margin-top: 0; }
body .zcmscontent img.bordered { border: #ccc 1px solid; }

body .zcmscontent .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; margin-top: 1.4em; margin-bottom: 16px; }
    body .zcmscontent .embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; }
    body .zcmscontent .embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; }
    body .zcmscontent .embed-responsive iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

body .zcmscontent .list { position: relative; margin: 1.5em 0; }
    body .zcmscontent .list > i { position: absolute; left: -3px; top: 7px; font-size: 1.7em; line-height: 1; }
    body .zcmscontent .list > h2, body .zcmscontent .list > h3 { margin: 0 0 0 50px; }
    body .zcmscontent .list > p { margin: 5px 0 0 50px }

body .zcmscontent .quote { position: relative; margin: 1.5em 0; }
    body .zcmscontent .quote > i { position: absolute; top: -10px; left: -7px; font-size: 32px; }
    body .zcmscontent .quote > small { margin-left: 50px; opacity: 0.7; font-size: 16px; }
    body .zcmscontent .quote > p { margin-left: 50px; font-size: 1.5em; }

@media all and (max-width: 540px) {
    body .zcmscontent .quote > i { left: -15px; font-size: 1.5em; }
    body .zcmscontent .quote > small { margin-left: 20px; font-size: 16px; }
    body .zcmscontent .quote > p { margin-left: 20px; font-size: 1.32px; }
}

body .zcmscontent .is-social { line-height: 1; margin-bottom: 1.5em }
    body .zcmscontent .is-social a > i { text-decoration: none; color: #333; font-size: 1.32px; margin: 0 15px 0 0; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
    body .zcmscontent .is-social a:hover > i { color: #08c9b9; }
body .zcmscontent .is-light-text .is-social a > i { color: #fff }
body .zcmscontent .is-light-text .is-social a:hover > i { color: #fff }
body .zcmscontent .is-dark-text .is-social a > i { color: #000 }
body .zcmscontent .is-dark-text .is-social a:hover > i { color: #000 }

/* backward compatible */
body .zcmscontent .social { line-height: 1; margin-bottom: 1.5em }
    body .zcmscontent .social a > i { text-decoration: none; color: #333; font-size: 1.32px; margin: 0 15px 0 0; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
    body .zcmscontent .social a:hover > i { color: #08c9b9; }
body .zcmscontent .is-light-text .social a > i { color: #fff }
body .zcmscontent .is-light-text .social a:hover > i { color: #fff }

body .zcmscontent .is-rounded-button-big { display: inline-block; }
    body .zcmscontent .is-rounded-button-big a { display: table; float: left; text-align: center; margin: 0 20px; border-radius: 500px; width: 110px; height: 110px; background-color: #aaa; }
        body .zcmscontent .is-rounded-button-big a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 40px }
        body .zcmscontent .is-rounded-button-big a:first-child { margin: 0 20px 0 0; }
        body .zcmscontent .is-rounded-button-big a:last-child { margin: 0 0 0 20px; }

body .zcmscontent .is-rounded-button-medium { display: inline-block; }
    body .zcmscontent .is-rounded-button-medium a { display: table; float: left; text-align: center; margin: 0 20px; border-radius: 500px; width: 70px; height: 70px; background-color: #aaa; }
        body .zcmscontent .is-rounded-button-medium a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 30px }

body .zcmscontent .is-boxed-button-big { display: inline-block; }
    body .zcmscontent .is-boxed-button-big a { display: table; float: left; text-align: center; margin: 0 30px 0 0; width: 110px; height: 110px; background-color: #aaa; }
        body .zcmscontent .is-boxed-button-big a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 40px }

body .zcmscontent .is-boxed-button-big2 { display: inline-block; }
    body .zcmscontent .is-boxed-button-big2 a { display: table; float: left; text-align: center; margin: 0 30px 0 0; width: 150px; height: 70px; background-color: #aaa; }
        body .zcmscontent .is-boxed-button-big2 a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 35px }

body .zcmscontent .is-boxed-button-medium { display: inline-block; }
    body .zcmscontent .is-boxed-button-medium a { display: table; float: left; text-align: center; margin: 0 30px 0 0; width: 70px; height: 70px; background-color: #aaa; }
        body .zcmscontent .is-boxed-button-medium a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 30px }

body .zcmscontent .is-boxed-button-medium2 { display: inline-block; }
    body .zcmscontent .is-boxed-button-medium2 a { display: table; float: left; text-align: center; margin: 0 30px 0 0; width: 100px; height: 50px; background-color: #aaa; }
        body .zcmscontent .is-boxed-button-medium2 a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 25px }

body .zcmscontent .is-boxed-button-small { display: inline-block; }
    body .zcmscontent .is-boxed-button-small a { display: table; float: left; text-align: center; margin: 0 20px 0 0; width: 50px; height: 50px; background-color: #aaa; }
        body .zcmscontent .is-boxed-button-small a i { display: table-cell; width: 100%; height: 100%; vertical-align: middle; color: #ffffff; font-size: 20px }

body .zcmscontent .size-12 { font-size: 12px }
body .zcmscontent .size-14 { font-size: 14px }
body .zcmscontent .size-16 { font-size: 16px }
body .zcmscontent .size-18 { font-size: 18px }
body .zcmscontent .size-21 { font-size: 21px }
body .zcmscontent .size-24 { font-size: 24px }
body .zcmscontent .size-32 { font-size: 32px }
body .zcmscontent .size-48 { font-size: 48px }
body .zcmscontent .size-64 { font-size: 64px }
body .zcmscontent .size-80 { font-size: 80px }
body .zcmscontent .size-96 { font-size: 96px }
body .zcmscontent .size-120 { font-size: 120px }
body .zcmscontent .size-150 { font-size: 150px }
body .zcmscontent .size-175 { font-size: 175px }
body .zcmscontent .size-200 { font-size: 200px }

@media all and (max-width: 1024px) {
    body .zcmscontent .size-12 { font-size: 12px }
    body .zcmscontent .size-14 { font-size: 14px }
    body .zcmscontent .size-16 { font-size: 16px }
    body .zcmscontent .size-18 { font-size: 18px }
    body .zcmscontent .size-21 { font-size: 21px }
    body .zcmscontent .size-24 { font-size: 24px }
    body .zcmscontent .size-32 { font-size: 28px }
    body .zcmscontent .size-48 { font-size: 32px }
    body .zcmscontent .size-64 { font-size: 36px }
    body .zcmscontent .size-80 { font-size: 40px }
    body .zcmscontent .size-96 { font-size: 44px }
    body .zcmscontent .size-120 { font-size: 50px }
    body .zcmscontent .size-150 { font-size: 60px }
    body .zcmscontent .size-175 { font-size: 70px }
    body .zcmscontent .size-200 { font-size: 80px }
}

/**********************************
    Title Styles
***********************************/

body .zcmscontent .is-light-text * { color: #fff; }
body .zcmscontent .is-dark-text * { color: #000; }

/* Style 1 */

body .zcmscontent .is-title1-96 { margin-top: 20px; margin-bottom: 20px; }
body .zcmscontent .is-title1-80 { margin-top: 15px; margin-bottom: 15px; }
body .zcmscontent .is-title1-64 { margin-top: 15px; margin-bottom: 15px; }
body .zcmscontent .is-title1-48 { margin-top: 15px; margin-bottom: 15px; }
body .zcmscontent .is-title1-32 { margin-top: 15px; margin-bottom: 15px; }

/* Style 2 */

body .zcmscontent .is-title2-96 { margin-top: 25px; margin-bottom: 20px; }
body .zcmscontent .is-title2-80 { margin-top: 20px; margin-bottom: 15px; }
body .zcmscontent .is-title2-64 { margin-top: 20px; margin-bottom: 15px; }
body .zcmscontent .is-title2-48 { margin-top: 15px; margin-bottom: 15px; }
body .zcmscontent .is-title2-32 { margin-top: 10px; margin-bottom: 15px; }

/* Style 3 */

body .zcmscontent .is-title3-96 { margin-top: 30px; margin-bottom: 35px; padding: 20px 0; border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-title3-80 { margin-top: 25px; margin-bottom: 33px; padding: 20px 0; border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-title3-64 { margin-top: 20px; margin-bottom: 30px; padding: 18px 0; border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-title3-48 { margin-top: 20px; margin-bottom: 25px; padding: 18px 0; border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-title3-32 { margin-top: 20px; margin-bottom: 20px; padding: 15px 0; border-top: #000 2px solid; border-bottom: #000 2px solid; }

body .zcmscontent .is-light-text .is-title3-96 { border-top: #fff 2px solid; border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title3-80 { border-top: #fff 2px solid; border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title3-64 { border-top: #fff 2px solid; border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title3-48 { border-top: #fff 2px solid; border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title3-32 { border-top: #fff 2px solid; border-bottom: #fff 2px solid; }

body .zcmscontent .is-dark-text .is-title3-96 { border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title3-80 { border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title3-64 { border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title3-48 { border-top: #000 2px solid; border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title3-32 { border-top: #000 2px solid; border-bottom: #000 2px solid; }

/* Style 4 */

body .zcmscontent .is-title4-96 { margin-top: 30px; margin-bottom: 35px; padding: 20px 30px; border: #000 2px solid; }
body .zcmscontent .is-title4-80 { margin-top: 25px; margin-bottom: 33px; padding: 20px 30px; border: #000 2px solid; }
body .zcmscontent .is-title4-64 { margin-top: 20px; margin-bottom: 30px; padding: 18px 28px; border: #000 2px solid; }
body .zcmscontent .is-title4-48 { margin-top: 20px; margin-bottom: 25px; padding: 18px 25px; border: #000 2px solid; }
body .zcmscontent .is-title4-32 { margin-top: 20px; margin-bottom: 20px; padding: 15px 20px; border: #000 2px solid; }

body .zcmscontent .is-light-text .is-title4-96 { border: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title4-80 { border: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title4-64 { border: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title4-48 { border: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title4-32 { border: #fff 2px solid; }

body .zcmscontent .is-dark-text .is-title4-96 { border: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title4-80 { border: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title4-64 { border: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title4-48 { border: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title4-32 { border: #000 2px solid; }

/* Style 5 */

body .zcmscontent .is-title5-96 { margin-top: 10px; margin-bottom: 35px; padding-bottom: 25px; border-bottom: #000 2px solid; }
body .zcmscontent .is-title5-80 { margin-top: 10px; margin-bottom: 33px; padding-bottom: 25px; border-bottom: #000 2px solid; }
body .zcmscontent .is-title5-64 { margin-top: 10px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: #000 2px solid; }
body .zcmscontent .is-title5-48 { margin-top: 10px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: #000 2px solid; }
body .zcmscontent .is-title5-32 { margin-top: 10px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: #000 2px solid; }

body .zcmscontent .is-light-text .is-title5-96 { border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title5-80 { border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title5-64 { border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title5-48 { border-bottom: #fff 2px solid; }
body .zcmscontent .is-light-text .is-title5-32 { border-bottom: #fff 2px solid; }

body .zcmscontent .is-dark-text .is-title5-96 { border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title5-80 { border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title5-64 { border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title5-48 { border-bottom: #000 2px solid; }
body .zcmscontent .is-dark-text .is-title5-32 { border-bottom: #000 2px solid; }

/* Extra Title Styles */

body .zcmscontent .is-title-lite { letter-spacing: 3px; word-spacing: 5px; }
    body .zcmscontent .is-title-lite.is-title3-96, body .zcmscontent .is-title-lite.is-title4-96, body .zcmscontent .is-title-lite.is-title5-96 { letter-spacing: 4px; word-spacing: 8px; }
    body .zcmscontent .is-title-lite.is-title3-80, body .zcmscontent .is-title-lite.is-title4-80, body .zcmscontent .is-title-lite.is-title5-80 { letter-spacing: 4px; word-spacing: 8px; }
    body .zcmscontent .is-title-lite.is-title3-64, body .zcmscontent .is-title-lite.is-title4-64, body .zcmscontent .is-title-lite.is-title5-64 { letter-spacing: 4px; word-spacing: 8px; }
    body .zcmscontent .is-title-lite.is-title3-48, body .zcmscontent .is-title-lite.is-title4-48, body .zcmscontent .is-title-lite.is-title5-48 { letter-spacing: 4px; word-spacing: 8px; }
    body .zcmscontent .is-title-lite.is-title3-32, body .zcmscontent .is-title-lite.is-title4-32, body .zcmscontent .is-title-lite.is-title5-32 { letter-spacing: 3px; word-spacing: 5px; }

body .zcmscontent .is-title-bold { font-weight: 800; }
    body .zcmscontent .is-title-bold.is-title3-96, body .zcmscontent .is-title-bold.is-title4-96, body .zcmscontent .is-title-bold.is-title5-96 { border-width: 4px; }
    body .zcmscontent .is-title-bold.is-title3-80, body .zcmscontent .is-title-bold.is-title4-80, body .zcmscontent .is-title-bold.is-title5-80 { border-width: 4px; }
    body .zcmscontent .is-title-bold.is-title3-64, body .zcmscontent .is-title-bold.is-title4-64, body .zcmscontent .is-title-bold.is-title5-64 { border-width: 3px; }
    body .zcmscontent .is-title-bold.is-title3-48, body .zcmscontent .is-title-bold.is-title4-48, body .zcmscontent .is-title-bold.is-title5-48 { border-width: 3px; }
    body .zcmscontent .is-title-bold.is-title3-32, body .zcmscontent .is-title-bold.is-title4-32, body .zcmscontent .is-title-bold.is-title5-32 { border-width: 2px; }


/**********************************
    Into Styles
***********************************/

body .zcmscontent .is-info1 { margin-top: 10px; margin-bottom: 0px; font-style: italic; }
    body .zcmscontent .is-info1.size-21 { margin-top: 12px; }
    body .zcmscontent .is-info1.size-24 { margin-top: 15px; }

body .zcmscontent .is-info2 { margin-top: 10px; margin-bottom: 0px; }
    body .zcmscontent .is-info2.size-21 { margin-top: 12px; }
    body .zcmscontent .is-info2.size-24 { margin-top: 15px; }


/**********************************
    Buttons Styles
***********************************/

body .zcmscontent .is-btn { padding: 10px 50px; font-size: 16px; line-height: 32px; border-radius: 0; letter-spacing: 3px; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-transition: all 0.16s ease; transition: all 0.16s ease; }

/* ghost1 default */
body .zcmscontent .is-btn-ghost1 { color: #000; border: 2px solid #111; }
    body .zcmscontent .is-btn-ghost1:hover, body .zcmscontent .is-btn-ghost1:active, body .zcmscontent .is-btn-ghost1:focus { color: #fff; background-color: #111; border: 2px solid #111; }

/* ghost1 light-text */
body .zcmscontent .is-light-text .is-btn-ghost1,
body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost1 { color: #fff; border: 2px solid #fff; }
    body .zcmscontent .is-light-text .is-btn-ghost1:hover, body .zcmscontent .is-light-text .is-btn-ghost1:active, body .zcmscontent .is-light-text .is-btn-ghost1:focus,
    body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost1:hover, body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost1:active, body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost1:focus { color: #000; background-color: #fff; border: 2px solid #fff; }

/* ghost1 dark-text */
body .zcmscontent .is-dark-text .is-btn-ghost1,
body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost1 { color: #000; border: 2px solid #111; }
    body .zcmscontent .is-dark-text .is-btn-ghost1:hover, body .zcmscontent .is-dark-text .is-btn-ghost1:active, body .zcmscontent .is-dark-text .is-btn-ghost1:focus,
    body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost1:hover, body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost1:active, body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost1:focus { color: #fff; background-color: #111; border: 2px solid #111; }

/* ghost2 default */
body .zcmscontent .is-btn-ghost2 { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
    body .zcmscontent .is-btn-ghost2:hover, body .zcmscontent .is-btn-ghost2:active, body .zcmscontent .is-btn-ghost2:focus { color: #000; background-color: #cdcdcd; border: 2px solid #cdcdcd; }

/* ghost2 light-text */
body .zcmscontent .is-light-text .is-btn-ghost2,
body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost2 { color: #000; border: 2px solid #f9f9f9; background-color: #f9f9f9; }
    body .zcmscontent .is-light-text .is-btn-ghost2:hover, body .zcmscontent .is-light-text .is-btn-ghost2:active, body .zcmscontent .is-light-text .is-btn-ghost2:focus,
    body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost2:hover, body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost2:active, body .zcmscontent .is-dark-text .is-light-text .is-btn-ghost2:focus { color: #000; background-color: #fff; border: 2px solid #fff; }

/* ghost2 dark-text */
body .zcmscontent .is-dark-text .is-btn-ghost2,
body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost2 { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
    body .zcmscontent .is-dark-text .is-btn-ghost2:hover, body .zcmscontent .is-dark-text .is-btn-ghost2:active, body .zcmscontent .is-dark-text .is-btn-ghost2:focus,
    body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost2:hover, body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost2:active, body .zcmscontent .is-light-text .is-dark-text .is-btn-ghost2:focus { color: #000; background-color: #cdcdcd; border: 2px solid #cdcdcd; }

body .zcmscontent .is-btn-small { padding: 5px 25px; font-size: 0.85em; }
body .zcmscontent .is-upper { text-transform: uppercase; }
body .zcmscontent .is-rounded-30 { border-radius: 30px; }

/**********************************
    Header Image with Caption
***********************************/
body .zcmscontent figure.hdr { position: relative; width: 100%; overflow: hidden; background-color: #000; }
    body .zcmscontent figure.hdr img { position: relative; display: block; width: 100%; opacity: 0.8; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.2); transform: scale(1.2); }
    body .zcmscontent figure.hdr:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); }
    body .zcmscontent figure.hdr figcaption { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 60%; padding: 0 2.5em; color: #fff; font-size: 1.55em; text-align: center; box-sizing: border-box; z-index: 1; }
    /* Text */
    body .zcmscontent figure.hdr h2 { font-weight: 300; text-transform: uppercase; color: rgba(255,255,255,0.9); }
        body .zcmscontent figure.hdr h2 span { font-weight: 800; }
    body .zcmscontent figure.hdr p { letter-spacing: 1px; font-size: 68.5%; text-transform: uppercase; }
    body .zcmscontent figure.hdr h2, body .zcmscontent figure.hdr p { margin: 0; z-index: 10000; }
    /* Cosmetic */
    body .zcmscontent figure.hdr div { height: 100%; z-index: 0; }
        body .zcmscontent figure.hdr div::before,
        body .zcmscontent figure.hdr div::after { position: absolute; content: ''; }
/* One */
body .zcmscontent figure.one div::before { top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
body .zcmscontent figure.one div::after { top: 30px; right: 50px; bottom: 30px; left: 50px; border-right: 1px solid #fff; border-left: 1px solid #fff; }
/* Two */
body .zcmscontent figure.two div::before { top: 30px; right: 30px; bottom: 30px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
body .zcmscontent figure.two div::after { top: 30px; right: 30px; bottom: 30px; left: 30px; border-right: 1px solid #fff; border-left: 1px solid #fff; }
/* Three */
body .zcmscontent figure.three figcaption { height: 70%; }
body .zcmscontent figure.three p { margin: 16px 0 0; padding: 32px; border: 1px solid #fff; }
/* Four */
body .zcmscontent figure.four figcaption { height: 60%; text-align: left; }
body .zcmscontent figure.four p { position: absolute; right: 50px; bottom: 50px; left: 50px; padding: 32px; border: 7px solid #fff; }
/* Five */
body .zcmscontent figure.five figcaption { height: 100%; text-align: right; }
body .zcmscontent figure.five h2 { position: absolute; left: 50px; right: 50px; top: 10%; border-bottom: 5px solid #fff; }
body .zcmscontent figure.five p { position: absolute; right: 50px; bottom: 10%; }
/* Six */
body .zcmscontent figure.six figcaption { height: 70%; }
body .zcmscontent figure.six h2 { padding-bottom: 3%; border-bottom: 1px solid #fff; }
body .zcmscontent figure.six p { padding-top: 6%; }
/* Seven */
body .zcmscontent figure.seven figcaption { height: 90%; text-align: left; }
body .zcmscontent figure.seven h2 { border-bottom: 3px solid #fff; }
body .zcmscontent figure.seven p { padding-top: 16px; }
/* Eight */
body .zcmscontent figure.eight figcaption { height: 100%; text-align: right; }
body .zcmscontent figure.eight h2 { position: absolute; left: 50%; right: 50px; bottom: 10%; }
body .zcmscontent figure.eight p { position: absolute; left: 50px; right: 50%; top: 10%; padding-right: 0.5em; border-right: 1px solid #fff; }

@charset "UTF-8";
/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/*!  * animate.css -http://daneden.me/animate  * Version - 3.5.2  * Licensed under the MIT license - http://opensource.org/licenses/MIT  *  * Copyright (c) 2017 Daniel Eden  */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@-webkit-keyframes vanishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}
@keyframes vanishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}
.vanishOut {
  -webkit-animation-name: vanishOut;
  animation-name: vanishOut;
}

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}

/*@import "../plugins/bootstrap-4/scss/root";*/
/*@import "../plugins/bootstrap-4/scss/print";*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5625rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #004ac3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #002d77;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5625rem;
  font-family: "ZonaPro-SemiBold";
  font-weight: 500;
  line-height: 1;
  color: #004ac3;
}

h1, .h1 {
  font-size: 4.5rem;
}

h2, .h2 {
  font-size: 4rem;
}

h3, .h3 {
  font-size: 3.4375rem;
}

h4, .h4 {
  font-size: 3rem;
}

h5, .h5 {
  font-size: 2.25rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/*@import "../plugins/bootstrap-4/scss/code";*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1036px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8ccee;
}

.table-hover .table-primary:hover {
  background-color: #a3bde9;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a3bde9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d5eefe;
}

.table-hover .table-info:hover {
  background-color: #bce4fd;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bce4fd;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1099px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #448bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 195, 0.25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus {
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 195, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background: #004ac3 linear-gradient(180deg, #2665cc, #004ac3) repeat-x;
  border-color: #004ac3;
}
.btn-primary:hover {
  color: #fff;
  background: #003b9d linear-gradient(180deg, #2658ac, #003b9d) repeat-x;
  border-color: #003790;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 195, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #004ac3;
  border-color: #004ac3;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003790;
  background-image: none;
  border-color: #003283;
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 195, 0.5);
}

.btn-secondary {
  color: #fff;
  background: #868e96 linear-gradient(180deg, #989fa6, #868e96) repeat-x;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background: #727b84 linear-gradient(180deg, #878f96, #727b84) repeat-x;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  background-image: none;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  background-image: none;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #111;
  background: #69c2fc linear-gradient(180deg, #80cbfc, #69c2fc) repeat-x;
  border-color: #69c2fc;
}
.btn-info:hover {
  color: #111;
  background: #44b3fb linear-gradient(180deg, #60befc, #44b3fb) repeat-x;
  border-color: #37aefb;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 194, 252, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #69c2fc;
  border-color: #69c2fc;
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #37aefb;
  background-image: none;
  border-color: #2ba9fb;
  box-shadow: 0 0 0 0.2rem rgba(105, 194, 252, 0.5);
}

.btn-warning {
  color: #111;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  background-image: none;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  background-image: none;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  background-image: none;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  background-image: none;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #004ac3;
  background-color: transparent;
  background-image: none;
  border-color: #004ac3;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #004ac3;
  border-color: #004ac3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 195, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004ac3;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #004ac3;
  border-color: #004ac3;
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 195, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #69c2fc;
  background-color: transparent;
  background-image: none;
  border-color: #69c2fc;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #69c2fc;
  border-color: #69c2fc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 194, 252, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #69c2fc;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #69c2fc;
  border-color: #69c2fc;
  box-shadow: 0 0 0 0.2rem rgba(105, 194, 252, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #004ac3;
  background-color: transparent;
}
.btn-link:hover {
  color: #002d77;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
}
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background: #004ac3 linear-gradient(180deg, #2665cc, #004ac3) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
  background-image: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn 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: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active {
  z-index: 3;
}
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 3;
}
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active {
  z-index: 3;
}
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #ffffff;
  background: #004ac3 linear-gradient(180deg, #2665cc, #004ac3) repeat-x;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 74, 195, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #ffffff;
  background: #77aaff linear-gradient(180deg, #8bb7ff, #77aaff) repeat-x;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #004ac3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #448bff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple] {
  height: auto;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #004ac3;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
  border: 1px solid #ced4da;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus {
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #ddd #ddd #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #004ac3;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1099px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1100px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #004ac3;
  border-color: #004ac3;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #004ac3;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.page-link:focus {
  color: #002d77;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}
.page-link:hover {
  color: #002d77;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #004ac3;
}
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003790;
}
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003790;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #111;
  background-color: #69c2fc;
}
.badge-info[href]:focus {
  color: #111;
  text-decoration: none;
  background-color: #37aefb;
}
.badge-info[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #37aefb;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/*@import "../plugins/bootstrap-4/scss/jumbotron";*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #002665;
  background: #ccdbf3 linear-gradient(180deg, #d4e0f5, #ccdbf3) repeat-x;
  border-color: #b8ccee;
}
.alert-primary hr {
  border-top-color: #a3bde9;
}
.alert-primary .alert-link {
  color: #001332;
}

.alert-secondary {
  color: #464a4e;
  background: #e7e8ea linear-gradient(180deg, #ebebed, #e7e8ea) repeat-x;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background: #d4edda linear-gradient(180deg, #daf0e0, #d4edda) repeat-x;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #376583;
  background: #e1f3fe linear-gradient(180deg, #e6f5fe, #e1f3fe) repeat-x;
  border-color: #d5eefe;
}
.alert-info hr {
  border-top-color: #bce4fd;
}
.alert-info .alert-link {
  color: #28495f;
}

.alert-warning {
  color: #856404;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background: #f8d7da linear-gradient(180deg, #f9dde0, #f8d7da) repeat-x;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background: #d6d8d9 linear-gradient(180deg, #dcdedf, #d6d8d9) repeat-x;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

/*@import "../plugins/bootstrap-4/scss/progress";*/
/*@import "../plugins/bootstrap-4/scss/media";*/
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:focus {
  text-decoration: none;
}
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #004ac3;
  border-color: #004ac3;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #002665;
  background-color: #b8ccee;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #002665;
}
a.list-group-item-primary:focus,
button.list-group-item-primary:focus {
  color: #002665;
  background-color: #a3bde9;
}
a.list-group-item-primary:hover,
button.list-group-item-primary:hover {
  color: #002665;
  background-color: #a3bde9;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #002665;
  border-color: #002665;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus,
button.list-group-item-secondary:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary:hover,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #376583;
  background-color: #d5eefe;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #376583;
}
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #376583;
  background-color: #bce4fd;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover {
  color: #376583;
  background-color: #bce4fd;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #376583;
  border-color: #376583;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}
a.list-group-item-light:focus,
button.list-group-item-light:focus {
  color: #818182;
  background-color: #ececf6;
}
a.list-group-item-light:hover,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus,
button.list-group-item-dark:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark:hover,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/*@import "../plugins/bootstrap-4/scss/tooltip";*/
/*@import "../plugins/bootstrap-4/scss/popover";*/
/*@import "../plugins/bootstrap-4/scss/carousel";*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #004ac3 !important;
}

a.bg-primary:focus {
  background-color: #003790 !important;
}
a.bg-primary:hover {
  background-color: #003790 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus {
  background-color: #6c757d !important;
}
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus {
  background-color: #1e7e34 !important;
}
a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #69c2fc !important;
}

a.bg-info:focus {
  background-color: #37aefb !important;
}
a.bg-info:hover {
  background-color: #37aefb !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus {
  background-color: #d39e00 !important;
}
a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus {
  background-color: #bd2130 !important;
}
a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus {
  background-color: #dae0e5 !important;
}
a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus {
  background-color: #1d2124 !important;
}
a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-gradient-primary {
  background: #004ac3 linear-gradient(180deg, #2665cc, #004ac3) repeat-x !important;
}

.bg-gradient-secondary {
  background: #868e96 linear-gradient(180deg, #989fa6, #868e96) repeat-x !important;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

.bg-gradient-info {
  background: #69c2fc linear-gradient(180deg, #80cbfc, #69c2fc) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #004ac3 !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #69c2fc !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1100px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1100px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1100px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #004ac3 !important;
}

a.text-primary:focus {
  color: #003790 !important;
}
a.text-primary:hover {
  color: #003790 !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus {
  color: #6c757d !important;
}
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus {
  color: #1e7e34 !important;
}
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #69c2fc !important;
}

a.text-info:focus {
  color: #37aefb !important;
}
a.text-info:hover {
  color: #37aefb !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus {
  color: #d39e00 !important;
}
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus {
  color: #bd2130 !important;
}
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus {
  color: #dae0e5 !important;
}
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus {
  color: #1d2124 !important;
}
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/*
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { 
    margin-bottom: $headings-margin-bottom;
    font-family: $headings-font-family;
    font-weight: $headings-font-weight; 
    line-height: $headings-line-height; 
    color: $headings-color; 
}
*/
/*h1, .h1 {  }*/
/*h2, .h2 {  }*/
/*h3, .h3 {  }*/
/*h4, .h4 {  }*/
/*h5, .h5 {  }*/
h6, .h6 {
  line-height: normal;
}

p, .p {
  line-height: normal;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

p b, .p b {
  font-weight: 700;
  line-height: normal;
}

/* WEBFONTS  */
@font-face {
  font-family: "ZonaPro-Light";
  src: url("/Content/site/fonts/ZonaPro-Light.eot") format("embedded-opentype"), url("/Content/site/fonts/ZonaPro-Light.ttf") format("truetype"), url("/Content/site/fonts/ZonaPro-Light.woff") format("woff"), url("/Content/site/fonts/ZonaPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "ZonaPro-ExtraBold";
  src: url("/Content/site/fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("/Content/site/fonts/ZonaPro-ExtraBold.woff") format("woff"), url("/Content/site/fonts/ZonaPro-ExtraBold.ttf") format("truetype"), url("/Content/site/fonts/ZonaPro-ExtraBold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ZonaPro-SemiBold";
  src: url("/Content/site/fonts/ZonaPro-SemiBold.eot") format("embedded-opentype"), url("/Content/site/fonts/ZonaPro-SemiBold.ttf") format("truetype"), url("/Content/site/fonts/ZonaPro-SemiBold.woff") format("woff"), url("/Content/site/fonts/ZonaPro-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "ZonaPro-SemiBoldItalic";
  src: url("/Content/site/fonts/ZonaPro-SemiBoldItalic.eot") format("embedded-opentype"), url("/Content/site/fonts/ZonaPro-SemiBoldItalic.ttf") format("truetype"), url("/Content/site/fonts/ZonaPro-SemiBoldItalic.woff") format("woff"), url("/Content/site/fonts/ZonaPro-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "ZonaPro";
  src: url("/Content/site/fonts/ZonaPro.eot") format("embedded-opentype"), url("/Content/site/fonts/ZonaPro.ttf") format("truetype"), url("/Content/site/fonts/ZonaPro.woff") format("woff"), url("/Content/site/fonts/ZonaPro.woff2") format("woff2");
}
@font-face {
  font-family: "Acto-Book";
  src: url("/Content/site/fonts/Acto-Book.woff2") format("woff2"), url("/Content/site/fonts/Acto-Book.woff") format("woff"), url("/Content/site/fonts/Acto-Book.ttf") format("truetype"), url("/Content/site/fonts/Acto-Book.eot") format("embedded-opentype");
}
.has-no-wrapper .container {
  max-width: none !important;
  width: 100% !important;
}

/*.is-container { max-width: none !important; }*/
.is-content-full {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  display: block;
}

.big-container {
  max-width: 100% !important;
  display: block;
  padding: 0 100px;
}

.container {
  max-width: 1090px;
  padding: 0 15px;
}

.small-container {
  max-width: 800px;
  padding: 0 15px;
  margin: auto;
}

.container-fluid {
  padding: 0 30px;
}

.is-content-website {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .is-content-website {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .is-content-website {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .is-content-website {
    max-width: 940px;
  }
}
@media (min-width: 1100px) {
  .is-content-website {
    max-width: 1036px;
  }
}

.bg-gray {
  background-color: rgba(30, 40, 55, 0.8);
}

.general-section {
  padding: 80px 0;
}

.loading {
  display: block;
  width: 140px;
  height: 140px;
  margin: 25px auto;
  border: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

.loading:after {
  content: " ";
  background-image: url("/Content/site/imgs/loading.gif") !important;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
}

.zcmscontent.loading {
  height: 140px;
}

.zcmscontent.loading > * {
  visibility: hidden;
}

.zcmscontent-options .btn.btn-warning {
  color: #ffffff;
}

.zcmscontent .row {
  margin-bottom: 15px;
}

.is-section.is-light-text.is-boxed-layout.is-box {
  background: rgba(255, 255, 255, 0) !important;
}

.has-error input:invalid,
.has-error .checkbox .input-helper:before,
.has-error .radio .input-helper:before {
  border-color: brigten(#dc3545, 50%) !important;
}
.has-error .checkbox .input-helper:after,
.has-error .radio .input-helper:after {
  border-bottom-color: brigten(#dc3545, 25%) !important;
  border-left-color: brigten(#dc3545, 25%) !important;
}

.has-warning input:indeterminate,
.has-warning .checkbox .input-helper:before,
.has-warning .radio .input-helper:before {
  border-color: brigten(#ffc107, 50%);
}
.has-warning .checkbox .input-helper:after,
.has-warning .radio .input-helper:after {
  border-bottom-color: brigten(#ffc107, 25%);
  border-left-color: brigten(#ffc107, 25%);
}

.has-success input:valid,
.has-success .checkbox .input-helper:before,
.has-success .radio .input-helper:before {
  border-color: brigten(#28a745, 50%);
}
.has-success .checkbox .input-helper:after,
.has-success .radio .input-helper:after {
  border-bottom-color: brigten(#28a745, 25%);
  border-left-color: brigten(#28a745, 25%);
}

.zForm {
  display: block;
}
.zForm .form-group {
  margin-bottom: 5px;
}
.zForm .form-control {
  border-radius: 5px;
  border: 0;
  padding: 9px 8px;
}
.zForm input, .zForm select, .zForm textarea {
  color: #4a4a4a;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.03px;
}
.zForm input::-webkit-input-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm input::-moz-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm input:-ms-input-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm input:-moz-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm textarea::-webkit-input-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm textarea::-moz-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm textarea:-ms-input-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm textarea:-moz-placeholder {
  color: #4a4a4a;
  font-weight: 400;
}
.zForm input:focus, .zForm select:focus, .zForm textarea:focus {
  border-color: #4a4a4a;
  font-weight: 400;
}
.zForm .zGroup {
  display: block;
}
.zForm .zGroup .zGroup-title {
  display: none;
}
.zForm .form-actions button[type=submit] {
  background-color: #004ac3;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "ZonaPro-SemiBold";
}

.flexslider {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  overflow: hidden;
}
.flexslider .flex-direction-nav a {
  height: 80px;
  line-height: 80px;
  color: white;
  text-align: center;
  background-color: #ffffff;
}
.flexslider .flex-direction-nav a:before {
  content: "";
}
.flexslider .flex-direction-nav a img {
  max-width: 100%;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 1 !important;
  left: 0px !important;
  top: 45%;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 1 !important;
  right: 0px !important;
  top: 45%;
}
.flexslider .flex-direction-nav:hover .flex-prev {
  opacity: 1;
  left: 0px;
}
.flexslider .flex-direction-nav:hover .flex-next {
  opacity: 1;
  right: 0px;
}

[data-show] {
  display: inline-block !important;
}
[data-show]:hover {
  cursor: pointer !important;
}

.btn {
  text-overflow: unset;
}
.btn.btn-primary {
  background-color: #004ac3 !important;
}

body {
  background-image: url("/Content/site/imgs/pattern.png");
  background-repeat: no-repeat;
  position: relative;
  background-position: top right;
  background-attachment: fixed; /*&:after{content:url('/Content/site/imgs/pattern-bg.png');}*/
}

#contentareatD3JI .box-figure {
  height: 122px;
  width: 122px;
}

.body .zcmscontent .embed-responsive {
  margin: 0;
}

/******************************************************************
Header
******************************************************************/
#Header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 3;
  padding-top: 70px;
}
#Header .navbar-brand {
  float: left;
}
#Header .items .lang {
  margin-right: 90px;
  display: inline-block;
  margin-top: 18px;
}
#Header .items .lang a {
  font-family: "Acto-Book";
  text-decoration: none;
  color: #004ac3;
  font-size: 14px;
}
#Header .items span {
  display: inline-block;
}
#Header .items span.menu-icon {
  cursor: pointer;
  position: fixed;
  top: 70px;
  right: 100px;
}
#Header .items span.menu-icon:hover {
  opacity: 0.7;
}
#Header .items span {
  transition: 0.3s;
}
#Header.logoWhite .navbar-brand svg path {
  fill: white;
}
#Header.logoWhite .items .lang a {
  color: rgba(255, 255, 255, 0.6);
}
#Header.logoWhite .items .lang a {
  transition: 0.3s;
}
#Header.logoWhite .items .lang a:hover {
  color: rgba(255, 255, 255, 0.2);
}

#FullMenu {
  background-color: rgba(30, 40, 55, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  padding-top: 70px;
  display: none;
  opacity: 0;
}
#FullMenu .items .lang {
  margin-right: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
#FullMenu .items .lang a {
  font-family: "Acto-Book";
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
#FullMenu .items .lang a {
  transition: 0.3s;
}
#FullMenu .items .lang a:hover {
  color: rgba(255, 255, 255, 0.2);
}
#FullMenu .items span {
  display: inline-block;
  vertical-align: middle;
}
#FullMenu .items span {
  transition: 0.3s;
}
#FullMenu .logotipo svg path {
  fill: white;
}
#FullMenu .close {
  opacity: 1;
  cursor: pointer;
}
#FullMenu .close {
  transition: 0.3s;
}
#FullMenu .close:hover {
  opacity: 0.7;
}
#FullMenu .nav-bar {
  padding-left: 70px;
  display: block;
  margin-top: 120px;
  float: right;
}
#FullMenu .nav-bar li {
  display: block;
  margin-bottom: 15px;
}
#FullMenu .nav-bar li a {
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  color: white;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#FullMenu .nav-bar li ul {
  margin-bottom: 10px;
  padding-left: 0;
}
#FullMenu .nav-bar li ul li {
  margin-bottom: 0;
}
#FullMenu .nav-bar li ul li a {
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  font-family: "ZonaPro";
  color: #69c2fc;
}

/******************************************************************
Content
******************************************************************/
/******************************************************************
SubBanner
******************************************************************/
.sub-banner {
  position: relative;
  color: #ffffff;
}
.sub-banner .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
.sub-banner .text h2 {
  max-width: 450px;
  min-height: 120px;
  color: #ffffff;
  letter-spacing: 1.47px;
  margin-bottom: 0;
}
.sub-banner .text h6 {
  color: #ffffff;
  margin-bottom: 10px;
}

/******************************************************************
Footer
******************************************************************/
#Footer {
  position: relative;
  background-color: #1e2837;
  padding: 75px 0 30px 0;
}
#Footer .f-title {
  display: block;
  color: #004ac3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
#Footer .address p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: normal;
  font-weight: 300;
}
#Footer ul li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}
#Footer ul li a {
  transition: 0.3s;
}
#Footer ul li a:hover {
  color: #004ac3;
}
#Footer .socials {
  padding-bottom: 35px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 3;
}
#Footer .socials .social {
  background: #fefefe;
  color: #1e2837;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#Footer .socials .social {
  transition: 0.3s;
}
#Footer .socials .social i {
  font-size: 18px;
  line-height: 26px;
}
#Footer .socials .social:hover {
  background: #1e2837;
  color: #fefefe;
  text-decoration: none;
}
#Footer .socials .social:hover {
  transition: 0.3s;
}
#Footer .copyright {
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
}
#Footer .copyright img {
  max-width: 100%;
}
#Footer .copyright .agency {
  height: 14px;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
}
#Footer .copyright a {
  color: #ffffff;
}

.newsletter #zForm-3 .form-group {
  margin-bottom: 5px;
}
.newsletter #zForm-3 .form-group .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-left: 0;
  color: white;
  border-radius: 0;
}
.newsletter #zForm-3 .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff !important;
}
.newsletter #zForm-3 .form-group .form-control::-moz-placeholder {
  color: #ffffff !important;
}
.newsletter #zForm-3 .form-group .form-control:-ms-input-placeholder {
  color: #ffffff !important;
}
.newsletter #zForm-3 .form-group .form-control:-moz-placeholder {
  color: #ffffff !important;
}
.newsletter #zForm-3 label input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
.newsletter #zForm-3 label a {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.newsletter #zForm-3 label a {
  transition: 0.3s;
}
.newsletter #zForm-3 label a:hover {
  color: #69c2fc;
}
.newsletter #zForm-3 .form-actions button {
  background: transparent !important;
  color: #69c2fc !important;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
  text-transform: none !important;
}
.newsletter #zForm-3 .form-actions button {
  transition: 0.3s;
}
.newsletter #zForm-3 .form-actions button:hover, .newsletter #zForm-3 .form-actions button:focus {
  color: #ffffff;
  background: transparent !important;
  color: #004ac3;
}
.newsletter #zForm-3 .form-actions button.btn-primary :focus, .newsletter #zForm-3 .form-actions button .btn-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(105, 194, 252, 0.5) !important;
}

#zForm-3 .form-group {
  margin-bottom: 5px;
}
#zForm-3 .form-group .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(221, 221, 221, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-left: 0;
  color: #4a4a4a !important;
  border-radius: 0;
  text-transform: none;
}
#zForm-3 .form-group .form-control::-webkit-input-placeholder {
  color: #4a4a4a !important;
}
#zForm-3 .form-group .form-control::-moz-placeholder {
  color: #4a4a4a !important;
}
#zForm-3 .form-group .form-control:-ms-input-placeholder {
  color: #4a4a4a !important;
}
#zForm-3 .form-group .form-control:-moz-placeholder {
  color: #4a4a4a !important;
}
#zForm-3 label input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
#zForm-3 label a {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #4a4a4a;
}
#zForm-3 label a {
  transition: 0.3s;
}
#zForm-3 label a:hover {
  color: #004ac3;
}
#zForm-3 .form-actions button {
  background: transparent !important;
  color: #69c2fc !important;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
  text-transform: none !important;
}
#zForm-3 .form-actions button {
  transition: 0.3s;
}
#zForm-3 .form-actions button:hover, #zForm-3 .form-actions button:focus {
  color: #ffffff;
  background: transparent !important;
  color: #69c2fc;
}
#zForm-3 .form-actions button.btn-primary :focus, #zForm-3 .form-actions button .btn-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(105, 194, 252, 0.5) !important;
}

#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup label {
  font-size: 1rem !important;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  width: 100% !important;
  font-weight: 400 !important;
  margin-top: 10px;
}
#mc_embed_signup input {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px !important;
  font-weight: 300;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: white;
  width: 100% !important;
}
#mc_embed_signup input::-webkit-input-placeholder {
  color: #ffffff !important;
}
#mc_embed_signup input::-moz-placeholder {
  color: #ffffff !important;
}
#mc_embed_signup input:-ms-input-placeholder {
  color: #ffffff !important;
}
#mc_embed_signup input:-moz-placeholder {
  color: #ffffff !important;
}
#mc_embed_signup .button {
  background: transparent !important;
  color: #69c2fc !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: right !important;
  min-width: unset !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
  text-transform: none !important;
  width: auto !important;
}
#mc_embed_signup .button {
  transition: 0.3s;
}
#mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
  color: #ffffff;
  background: transparent !important;
  color: #69c2fc;
}
#mc_embed_signup.contacts label {
  font-size: 1rem !important;
  display: inline-block;
  vertical-align: middle;
  color: #4a4a4a !important;
  font-weight: 700 !important;
}
#mc_embed_signup.contacts input {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #4a4a4a !important;
  color: #4a4a4a !important;
  width: 100% !important;
}
#mc_embed_signup.contacts input::-webkit-input-placeholder {
  color: #4a4a4a !important;
}
#mc_embed_signup.contacts input::-moz-placeholder {
  color: #4a4a4a !important;
}
#mc_embed_signup.contacts input:-ms-input-placeholder {
  color: #4a4a4a !important;
}
#mc_embed_signup.contacts input:-moz-placeholder {
  color: #4a4a4a !important;
}
#mc_embed_signup.contacts .button {
  background: transparent !important;
  color: #004ac3 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: right !important;
  min-width: unset !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
  text-transform: none !important;
  width: auto !important;
}
#mc_embed_signup.contacts .button {
  transition: 0.3s;
}
#mc_embed_signup.contacts .button:hover, #mc_embed_signup.contacts .button:focus {
  color: #ffffff;
  background: transparent !important;
  color: #69c2fc;
}

#zCMS-PopUp-1 .modal-dialog {
  max-width: 700px;
}
#zCMS-PopUp-1 .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
#zCMS-PopUp-1 .modal-dialog .modal-content .modal-header {
  border: none;
  display: none;
}
#zCMS-PopUp-1 .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
  height: auto;
}
#zCMS-PopUp-1 .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

/*.preloader { display: none !important }*/
/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
BlogDetail
******************************************************************/
/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex {
  margin-bottom: 200px;
}

.featured {
  position: relative;
  margin-bottom: 260px;
}
.featured figure {
  margin-bottom: 0;
  margin-right: 160px;
  max-height: 420px;
  overflow: hidden;
}
.featured figure img {
  width: 100%;
}
.featured figure figcaption {
  padding: 50px 60px 20px 140px;
  position: absolute;
  right: 15px;
  max-width: 600px;
  top: 280px;
  margin-left: auto;
}
.featured figure figcaption time {
  font-size: 18px;
  font-family: "ZonaPro";
  margin-bottom: 5px;
  color: #ffffff;
}
.featured figure figcaption h4 {
  font-size: 36px;
  margin-bottom: 25px;
  min-height: 52px;
  max-height: 60px;
  color: #ffffff;
}
.featured figure figcaption p {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.featured figure figcaption.layer {
  background: rgba(0, 74, 195, 0.8);
}

.article {
  margin-bottom: 300px;
}
.article figure {
  margin-bottom: 0;
}
.article figure img {
  max-width: 100%;
}
.article figure figcaption {
  padding: 50px 50px 20px 50px;
  position: absolute;
  right: 50px;
  left: 50px;
  max-width: 100%;
  top: 280px;
  margin: auto;
  color: #ffffff;
  min-height: 330px;
}
.article figure figcaption time {
  font-size: 14px;
  font-family: "ZonaPro";
  margin-bottom: 5px;
  color: #ffffff;
}
.article figure figcaption h4 {
  font-size: 26px;
  margin-bottom: 15px;
  min-height: 52px;
  max-height: 60px;
  color: #ffffff;
}
.article figure figcaption p {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.article figure figcaption.layer {
  background: rgba(0, 74, 195, 0.8);
}

.relatedNew figure {
  margin-bottom: 0;
  position: relative;
}
.relatedNew figure img {
  width: 100%;
}
.relatedNew figure figcaption {
  position: absolute;
  right: 20px;
  left: 20px;
  max-width: 100%;
  bottom: 15px;
  margin: auto;
  color: #ffffff;
}
.relatedNew figure figcaption time {
  font-size: 14px;
  font-family: "ZonaPro";
  margin-bottom: 5px;
  color: #ffffff;
}
.relatedNew figure figcaption h6 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 5px;
}
.relatedNew figure figcaption a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.section-relatedNews h6 {
  color: #004ac3;
  margin-bottom: 38px;
}

.section-featured .box {
  max-width: 290px;
}
.section-featured .box h6 {
  color: #ffffff;
}
.section-featured .box time {
  color: #ffffff;
}
.section-featured .box p {
  color: #ffffff;
}
.section-featured .box a {
  color: #ffffff;
}
.section-featured .box a img {
  margin-left: 15px;
  max-width: 100%;
}

/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts .zForm input, #HomeContacts .zForm select, #HomeContacts .zForm textarea {
  text-transform: uppercase;
  border: 2px solid rgba(221, 221, 221, 0.7);
  background-color: transparent;
}

/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
HomeContent
******************************************************************/
#HomeContent {
  margin-bottom: 30px;
}
#HomeContent .embed-responsive.embed-responsive-16by9 {
  margin-top: 0;
}

#contentareajfNo1.is-container {
  padding: 70px 50px !important;
}

/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
HomeBanners
******************************************************************/
#HomeBanners {
  overflow: hidden;
}
#HomeBanners .banner img {
  width: auto;
  max-width: 100%;
}
#HomeBanners .banner .box {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding-top: calc(45vh - 200px);
}
#HomeBanners .banner .box figure {
  position: relative;
  min-height: 400px;
}
#HomeBanners .banner .box figure img {
  width: auto;
}
#HomeBanners .banner .box figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 50px;
}
#HomeBanners .banner .box figure figcaption h1 {
  color: #ffffff;
  font-size: 44px;
  font-family: "ZonaPro-Light";
  line-height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 15px;
  right: 15px;
}
#HomeBanners .banner .box figure figcaption.size-36 {
  letter-spacing: 1.1px;
}
#HomeBanners .banner .box figure figcaption.size-36 h1 {
  font-size: 36px;
  line-height: 36px;
}
#HomeBanners .banner .bg-darkBlue {
  background-color: #1e2837;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  height: 85px;
}
#HomeBanners .banner .bg-darkBlue p {
  color: #ffffff;
  font-size: 24px;
  line-height: 26px;
  font-family: "ZonaPro-Light";
  margin-bottom: 0;
}
#HomeBanners .banner .bg-darkBlue a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
#HomeBanners .banner .bg-darkBlue a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#HomeBanners .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: unset;
  left: unset;
  right: 140px;
  top: 230px;
  text-align: center;
  z-index: 3;
  max-width: 150px;
}
#HomeBanners .flex-control-nav li {
  margin: 0 5px;
}
#HomeBanners .flex-control-paging li a {
  background-color: rgba(30, 40, 55, 0.5);
  width: 18px;
  height: 18px;
  box-shadow: none;
  border: 0;
}
#HomeBanners .flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 0.5);
}

/******************************************************************
HomeIndex
******************************************************************/
/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
HomeSearch
******************************************************************/
/******************************************************************
.search-item
******************************************************************/
/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
PortfolioDetail
******************************************************************/
#PortfolioDetail {
  margin-bottom: 150px;
}
#PortfolioDetail .col-md-6 .portfolio figure {
  height: 395px;
  overflow: hidden;
}
#PortfolioDetail .portfolio a figure figcaption h5 {
  color: #ffffff;
  max-width: 95%;
  margin-bottom: 0;
}
#PortfolioDetail .related {
  margin-top: 15px;
}

/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
/******************************************************************
PortfolioIndustry
******************************************************************/
#PortfolioIndustry {
  /*.portfolio {
      a {
          figure figcaption { position: absolute; left: 30px; bottom: 20px; width: 100%;
              h5 img { right: 10px; }
          }
      }
  }*/
}
#PortfolioIndustry .small-container {
  margin-top: 80px;
  margin-bottom: 50px;
}
#PortfolioIndustry .bg-gray h2 {
  color: #ffffff;
  font-size: 46px;
  margin-top: 40px;
  margin-bottom: 10px;
}
#PortfolioIndustry .bg-gray h2:before {
  content: "";
}
#PortfolioIndustry .bg-gray h2.one {
  margin-left: 90px;
}
#PortfolioIndustry .bg-gray .portfolio a figure figcaption {
  width: 100%;
}
#PortfolioIndustry .bg-gray .portfolio a figure figcaption h5 img {
  right: 10px;
}

.fancybox-close {
  background-image: url("/Content/site/imgs/close.png");
  visibility: visible;
  background-repeat: no-repeat;
  background-position: unset;
  width: 105px;
  height: 105px;
  right: -70px !important;
  top: -60px !important;
  max-width: 45px;
  max-height: 45px;
  background-size: 100%;
}

.fancybox-nav span {
  top: 50%;
  width: 25px;
  max-width: 100%;
  height: 37px;
  margin-top: -18px;
}

.fancybox-next span {
  background-image: url("/Content/site/imgs/next-w.png") !important;
  visibility: visible;
  background-repeat: no-repeat;
  background-position: unset;
  right: -70px;
  max-width: 45px;
}

.fancybox-prev span {
  background-image: url("/Content/site/imgs/prev-w.png") !important;
  visibility: visible;
  background-repeat: no-repeat;
  background-position: unset;
  left: -70px;
  max-width: 45px;
}

.fancybox-title-float-wrap .child {
  background: rgba(30, 40, 55, 0.8);
  border-radius: 0;
}

/******************************************************************
PortfolioIndex
******************************************************************/
#PortfolioIndex {
  overflow: hidden;
  /*.portfolio { height: 386px; overflow: hidden; }*/
}
#PortfolioIndex .categories {
  margin-top: 80px;
}
#PortfolioIndex .categories h2 {
  color: #69c2fc;
  font-size: 46px;
  margin-top: 40px;
  margin-bottom: 60px;
}
#PortfolioIndex .categories h2:before {
  content: "_ ";
}
#PortfolioIndex .categories h2.one {
  margin-left: 90px;
}
#PortfolioIndex .zcmscontent .is-container {
  padding: 70px 15px 25px 50px !important;
}
#PortfolioIndex #contentareahpBVU p {
  margin-bottom: 0;
}
#PortfolioIndex .portfolio {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.section-portfolio {
  margin-bottom: 50px;
}
.section-portfolio h1 {
  text-align: center;
  margin-bottom: 50px;
}
.section-portfolio .nav-tabs {
  border: 0;
  margin-bottom: 50px;
  text-align: center;
  flex: unset;
  display: block;
}
.section-portfolio .nav-tabs .nav-item {
  display: inline-block;
  flex: unset;
  text-align: center;
}
.section-portfolio .nav-tabs .nav-item .nav-link {
  color: #1e2837;
  font-family: "ZonaPro-SemiBold";
  font-size: 18px;
  letter-spacing: 0.25px;
  padding: 0 15px;
  border: 0;
}
.section-portfolio .nav-tabs .nav-item .nav-link.active {
  color: #004ac3;
}
.section-portfolio .nav-tabs .nav-item .nav-link {
  transition: 0.3s;
}
.section-portfolio .nav-tabs .nav-item .nav-link:hover {
  color: #004ac3;
  transition: 0.3s;
}

.portfolio {
  position: relative;
  overflow: hidden;
}
.portfolio a {
  transform: scale(1);
  display: block;
}
.portfolio a {
  transition: 0.3s;
}
.portfolio a:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
.portfolio a figure {
  margin-bottom: 0;
}
.portfolio a figure img {
  width: 100%;
}
.portfolio a figure figcaption {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 40px;
  min-height: 75px;
  margin: auto;
}
.portfolio a figure figcaption h5 {
  color: #ffffff;
  max-width: 80%;
  margin-bottom: 0;
}
.portfolio a figure figcaption span img {
  max-width: 32px;
  position: relative;
  margin: auto;
}

/**
    Variables container

    For more Bootstrap vars check "../plugins/bootstrap-4/scss/variables",
    but don't modify the source file, all variables should be overriden here
*/
/******************************************************************
App
******************************************************************/
/******************************************************************
Bootstrap
******************************************************************/
/*$line-height-base: rem(18px) !default;*/
@media (min-width: 2880px) {
  #HomeBanners .banner .box {
    max-width: 880px !important;
    padding-top: calc(40vh - 222px) !important;
  }
  #HomeBanners .banner .box figure figcaption.size-36 h1 {
    font-size: 65px !important;
    line-height: 65px !important;
  }
  #HomeBanners .banner .box figure figcaption h1 {
    font-size: 75px !important;
    line-height: 75px !important;
  }
  #HomeBanners .banner .box figure img {
    width: 100% !important;
    max-width: unset !important;
  }
}
@media (min-width: 2133px) {
  #HomeBanners .banner .box {
    max-width: 500px !important;
    padding-top: calc(40vh - 222px) !important;
  }
  #HomeBanners .banner .box figure figcaption.size-36 h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  #HomeBanners .banner .box figure figcaption h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  #HomeBanners .banner .box figure img {
    width: 100% !important;
    max-width: unset !important;
  }
}
@media (max-width: 1180px) {
  #HomeBanners .banner .box {
    max-width: 650px !important;
    padding-top: calc(40vh - 222px) !important;
  }
  #HomeBanners .banner .box figure figcaption.size-36 h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  #HomeBanners .banner .box figure figcaption h1 {
    font-size: 55px !important;
    line-height: 58px !important;
  }
  #HomeBanners .banner .box figure img {
    width: 100% !important;
    max-width: unset !important;
  }
}
@media (max-height: 749px) {
  #FullMenu .nav-bar::-webkit-scrollbar {
    width: 12px;
  }
  #FullMenu .nav-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #004ac3;
  }
  #FullMenu .nav-bar::-webkit-scrollbar-thumb {
    background-color: rgba(105, 194, 252, 0.5);
  }
  #FullMenu .nav-bar {
    padding-left: 0;
    display: block;
    margin-top: 50px;
    float: right;
    max-height: 550px;
    overflow-y: scroll;
    padding-bottom: 100px;
    padding-right: 70px;
  }
  #FullMenu .nav-bar li a {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: white;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
}
@media (max-width: 1099px) {
  .hidden-sm {
    display: none;
  }
  .is-content-website {
    max-width: 100%;
    padding: 0 25px;
  }
  .portfolio a figure figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    min-height: 75px;
    margin: auto;
  }
  .portfolio a figure figcaption h5 {
    max-width: 80%;
    font-size: 26px;
  }
  .portfolio a figure figcaption span img {
    max-width: 20px;
  }
  h1, .h1 {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.75rem;
  }
  h3, .h3 {
    font-size: 2.1875rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.625rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
  body .zcmscontent .zbox .is-boxed-layout {
    background: rgba(30, 40, 55, 0.8) !important;
  }
  body .zcmscontent .zbox-large-item figure figcaption {
    padding: 50px 60px 20px 60px !important;
  }
  #HomeContent {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #HomeBanners {
    overflow: hidden;
    padding-top: 55px;
  }
  #Header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 3;
    padding-top: 65px;
  }
  #Header .items span.menu-icon {
    cursor: pointer;
    position: fixed;
    top: 65px;
    right: 15px;
  }
  #FullMenu {
    padding-top: 40px;
  }
  #FullMenu .nav-bar {
    padding-left: 0;
    display: block;
    margin-top: 50px;
    float: right;
  }
  #FullMenu .nav-bar li a {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: white;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
  .big-container {
    max-width: 100% !important;
    display: block;
    padding: 0 15px;
  }
  .sub-banner .text {
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
  }
  .is-wrapper .is-boxed-layout .is-overlay {
    display: block !important;
  }
  h1, .h1 {
    font-size: 2.625rem !important;
  }
  h2, .h2 {
    font-size: 2.125rem !important;
  }
  h3, .h3 {
    font-size: 1.75rem !important;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.375rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  body .zcmscontent .zbox figure figcaption h4 {
    font-size: 26px;
  }
  body .zcmscontent .zbox-small-item figure figcaption {
    padding: 20px;
  }
  .hidden-xs {
    display: none;
  }
  .sub-banner {
    height: 350px !important;
  }
  .sub-banner .text {
    bottom: 25px;
  }
  .featured figure figcaption {
    padding: 50px 30px 20px 30px;
    position: absolute;
    right: 15px;
    max-width: 600px;
    top: 200px;
    margin-left: auto;
  }
  #HomeBanners .banner .box figure figcaption.size-36 h1 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  #HomeBanners .banner .box figure figcaption h1 {
    font-size: 36px !important;
    line-height: 32px !important;
  }
  #HomeBanners .banner .box {
    max-width: 450px !important;
    padding-top: 100px !important;
  }
  #HomeBanners .flex-control-nav {
    display: none;
  }
  /*#HomeBanners .banner .bg-darkBlue { position: relative; }*/
  #HomeBanners .banner .bg-darkBlue p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.125rem !important;
  }
  h2, .h2 {
    font-size: 1.75rem !important;
  }
  h3, .h3 {
    font-size: 1.5rem !important;
  }
  h3 span, .h3 span {
    font-size: 1.5rem !important;
  }
  h4, .h4 {
    font-size: 1.25rem !important;
  }
  h4 span, .h4 span {
    font-size: 1.25rem !important;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
  }
  .sub-banner {
    height: 300px !important;
  }
  .sub-banner .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  .featured figure {
    margin-bottom: 0;
    margin-right: 60px;
    max-height: 420px;
    overflow: hidden;
  }
  .featured figure figcaption {
    padding: 30px 30px 20px 30px;
    position: absolute;
    right: 15px;
    max-width: 500px;
    top: 150px;
    margin-left: auto;
  }
  .featured figure figcaption h4 {
    font-size: 30px;
    margin-bottom: 25px;
    min-height: 42px;
    max-height: 60px;
    color: #fff;
  }
  .article {
    margin-bottom: 200px;
  }
  #Footer .text-right {
    text-align: left !important;
  }
  #PortfolioDetail .related .col-md-4 {
    margin-bottom: 30px;
  }
  #HomeBanners .banner .bg {
    height: auto !important;
  }
  #HomeBanners .banner .box figure {
    position: relative;
    min-height: 350px;
    max-width: 350px;
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
  }
  #HomeBanners .banner .box figure figcaption.size-36 h1 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  #HomeBanners .banner .box figure figcaption h1 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  #HomeBanners .banner .box {
    max-width: 450px !important;
    padding-top: 150px !important;
  }
  #HomeBanners .banner .bg-darkBlue {
    position: relative;
  }
  #HomeBanners .banner .bg-darkBlue p {
    font-size: 16px;
    line-height: 18px;
  }
  #Header .items {
    position: fixed;
    top: 140px;
    right: 15px;
  }
  #Header .items .lang {
    margin-right: 0;
    display: block;
    margin-top: 0px;
  }
  #Header .items .lang a, #FullMenu .items .lang a {
    display: inline-block;
  }
  body {
    background-attachment: initial;
    background-image: unset;
  }
  #HomeBanners .banner .bg-darkBlue a {
    display: inline-flex;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
  }
  #HomeBanners .banner .bg-darkBlue a img {
    display: inline-flex;
    align-items: center;
  }
  #contentareasCgUe figure.row {
    margin: 0;
  }
  .is-wrapper .is-boxed-layout .is-container {
    left: 0;
  }
  .is-wrapper .is-boxed-layout .is-overlay .is-overlay-bg {
    margin-left: 0;
    width: 90% !important;
    margin: auto;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  #contentareajfNo1.is-container {
    padding: 50px 5px !important;
  }
  #HomeContent {
    overflow: hidden;
  }
  .is-content-800 {
    max-width: 100% !important;
    margin: auto;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.5rem !important;
  }
  h2, .h2 {
    font-size: 1.25rem !important;
  }
  h3, .h3 {
    font-size: 1.125rem !important;
  }
  h4, .h4 {
    font-size: 1rem !important;
  }
  h5, .h5 {
    font-size: 0.875rem;
  }
  #HomeBanners .banner .bg-darkBlue p {
    padding-right: 0px;
  }
  #HomeBanners .banner .box figure figcaption.size-36 h1 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  #HomeBanners .banner .box figure figcaption h1 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  #HomeBanners .banner .box {
    max-width: 100% !important;
    padding-top: 150px !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  #HomeBanners .banner .bg-darkBlue {
    position: relative;
  }
  #HomeBanners .banner .bg-darkBlue p {
    font-size: 18px;
  }
  #HomeBanners .banner .bg-darkBlue {
    height: auto;
  }
  #HomeBanners .banner .bg-darkBlue .text-left {
    text-align: center !important;
  }
  #HomeBanners .banner .bg-darkBlue .text-right {
    text-align: center !important;
    margin-top: 15px;
  }
  /*#HomeBanners .banner .bg-darkBlue a img { display: none; }*/
  #FullMenu .nav-bar::-webkit-scrollbar {
    width: 12px;
  }
  #FullMenu .nav-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #004ac3;
  }
  #FullMenu .nav-bar::-webkit-scrollbar-thumb {
    background-color: rgba(105, 194, 252, 0.5);
  }
  #FullMenu .nav-bar {
    padding-left: 0;
    display: block;
    margin-top: 15px;
    float: right;
    max-height: 350px;
    overflow-y: scroll;
    padding-bottom: 100px;
    padding-right: 20px;
  }
  #FullMenu .nav-bar li a {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: white;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
  #contentareaz5n02 .col-md-6.text-right {
    text-align: left !important;
  }
  #contentarea38w4L .col-md-6.text-right {
    text-align: left !important;
  }
  #contentareaz5n02 .col-md-6, #contentarea38w4L .col-md-6 {
    padding: 0;
  }
  #Footer .copyright {
    margin-top: 10px;
  }
  #Footer .copyright a {
    display: inline-block;
    margin-bottom: 10px;
  }
  #Footer .copyright a img {
    max-width: 100%;
  }
  body .zcmscontent ul.list-inline .list-inline-item {
    display: inline-flex !important;
    margin-bottom: 8px;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  .is-content-640 {
    max-width: 100% !important;
  }
  .is-wrapper .is-boxed-layout .is-container {
    padding: 30px 25px;
  }
  #Footer {
    overflow: hidden;
    padding: 25px 0 15px 0;
  }
  #Header .navbar-brand {
    max-width: 200px;
  }
  #Header .navbar-brand svg {
    max-width: 100%;
  }
}
@media (max-width: 359px) {
  #Header .navbar-brand {
    max-width: 160px;
  }
  #Header .navbar-brand svg {
    max-width: 100%;
  }
  #Header .items span.menu-icon {
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 10px;
    max-width: 40px;
  }
  #Header .items span.menu-icon img {
    max-width: 100%;
  }
}
/*#Content { opacity: 1 !important; }*/

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/variables.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/animate.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/animate.extension.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/app.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_reboot.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_variables.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_hover.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_type.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_lists.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_images.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_image.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_transition.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_grid.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_grid.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_breakpoints.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_grid-framework.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_tables.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_table-row.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_forms.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_forms.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_buttons.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_buttons.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_gradients.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_transitions.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_dropdown.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_caret.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_nav-divider.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_button-group.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_input-group.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_custom-forms.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_nav.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_navbar.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_card.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_breadcrumb.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_pagination.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_pagination.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_badge.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_badge.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_alert.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_alert.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_list-group.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_list-group.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_close.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/_modal.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_align.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_background-variant.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_background.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_borders.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_clearfix.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_display.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_embed.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_flex.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_float.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_float.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_position.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_screenreaders.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_screen-reader.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_sizing.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_spacing.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_text.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_text-truncate.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_text-emphasis.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_text-hide.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/utilities/_visibility.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/plugins/bootstrap-4/scss/mixins/_visibility.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/core.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/utils.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/blog.detail.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/blog.index.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/home.contacts.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/home.content.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/home.index.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/home.search.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/portfolio.detail.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/pages/portfolio.index.scss%22,%22file:///D:/WORK/Joana/pervedant/Application/Content/site/styles/responsive.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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E,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EAST;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;;ACME;ECzBE;IACE;IACA;IACA;;EAEF;IACE;IACA;IACA;;EAIA;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEGI;IACE;;EAIA;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EAST;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;EEWQ;IFXR;;;ACME;ECzBE;IACE;IACA;IACA;;EAEF;IACE;IACA;IACA;;EAIA;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEFM;IFFN;IAIA;;EEGI;IACE;;EAIA;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EACX;IACE,OAFS;;EAST;IFX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EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADKJ;EC/CA;ECFE;EDIF,chBkEa;;AC/DX;EeCA;ECRA;EDUA,cATqG;;AAYvG;EAMI;;AAKJ;EAEE,kBhB4CW;EgB3CX,chB2CW;;AgBxCb;EAGE;EACA,kBAjC+I;EAmC7I;EAEF,cArCyL;EA2CvL;;;ADWJ;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBFO;EqBGP,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrBrBO;EqBsBP,kBhBNW;EgBOX,chBPW;EgBSX;;;ADxBF;ECLA,OhBoBa;EgBnBb;EACA;EACA,chBiBa;;AC/DX;EeiDA,OrBXI;EqBYJ,kBhBaW;EgBZX,chBYW;;AgBTb;EAEE;;AAGF;EAEE,OhBEW;EgBDX;;AAGF;EAGE,OrB9BI;EqB+BJ,kBhBNW;EgBOX,chBPW;EgBSX;;;ADTJ;EACE,apBiEmB;EoBhEnB,Of+D0B;Ee9D1B;;AdlEE;EcqEA,Of6DwB;Ee5DxB,iBpBuBoB;EoBtBpB;EACA;;AAGF;EAEE;EACA;;AAGF;EAEE,OpBvCO;;;AoBkDX;EChBE;EACA,WhBsI4B;EgBrI5B,ahBsG4B;;;AepF9B;ECpBE;EACA,WhBuI4B;EgBtI5B,ahBuG4B;;;Ae5E9B;EACE;EACA;;;AAIF;EACE,YfiN4B;;;Ae1M5B;AAAA;AAAA;EACE;;;AGnIJ;EACE;EZEI,YYDJ;;AAEA;EACE;;;AAIJ;EACE;;AACA;EACE;;;AAKF;EACE;;;AAKF;EACE;;;AAIJ;EACE;EACA;EACA;EZ5BI,YY6BJ;;;ACjCF;AAAA;EAEE;;;ACaE;EACE;EACA;EACA;EACA;EACA;EACA;EArBJ;EACA;EACA;EACA;;AA0BE;EACE;;;ADnBN;EACE;EACA;EACA;EACA,SnB8ekC;EmB7elC;EACA;EACA,WnB8ckC;EmB7clC;EACA;EACA,WxByGe;EwBxGf,OxBmCS;EwBlCT;EACA;EACA,kBxBuBM;EwBtBN;EACA;;;AAQA;EACE;EACA,enB6bgC;;AoBndhC;EACE;EACA;EACA;EACA;EACA;EACA;EAdJ;EACA;EACA;EACA;;AAmBE;EACE;;;ADgBN;EE1CE;EACA;EACA;EACA;;;AF8CF;EACE;EACA;EACA;EACA;EACA,axBiFmB;EwBhFnB,OxBFS;EwBGT;EACA;EACA;EACA;;AlB9CE;EkBiDA,OnBwagC;EmBvahC;EFhEA;;AhBOA;EkBwDA,OnBwagC;EmBvahC;EFhEA;;AEoEF;EAEE,OxBzBI;EwB0BJ;EFvEA;;AE2EF;EAEE,OxB1BO;EwB2BP;EAGE;;;AAKN;EACE;;;AAIF;EACE;EACA;EACA;EACA,WnB8H4B;EmB7H5B,OxB7CS;EwB8CT;;;AGlGF;AAAA;EAEE;EACA;EACA;;AAEA;AAAA;EACE;EACA;;ArBAA;AAAA;EqBKE;;AAEF;AAAA;AAAA;AAAA;EAGE;;AAKJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAIE;;;AAKJ;EACE;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;;;AAKF;EACE;;AAeF;EACE;;;AAGF;EACE;;;AA2BF;EACE;EACA;;AAEA;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAoBF;EACE;EACA;EACA;;AAEA;AAAA;EAEE;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;;AAIA;EACE;;AAYJ;EACE;;AA+BA;AAAA;AAAA;AAAA;EAEE;EACA;EACA;;;ACrMN;EACE;EACA;EACA;EACA;;AAEA;EAGE;EACA;EACA;EAGA;EACA;;AtB2BA;EsBvBE;;AtBdF;EsBcE;;;AAKN;AAAA;AAAA;EAGE;EACA;;AAMF;AAAA;EAEE;;;AAyBF;EACE;EACA;EACA,W5ByDe;E4BxDf,a5BqEmB;E4BpEnB,avBgK4B;EuB/J5B,O5BjBS;E4BkBT;EACA,kB5BxBS;E4ByBT;;AAIA;AAAA;AAAA;EACE;EACA,WvB+I0B;;AuB3I5B;AAAA;AAAA;EACE;EACA,WvBwI0B;;AuBnI5B;AAAA;EAEE;;;AAkBJ;EACE;;;AAWF;EACE;;;AAOF;EACE;EACA;EAGA;EACA;;AAIA;EACE;;AAEA;EACE;;AtBnGF;EsBwGE;;AtB7IF;EsB6IE;;AAIJ;EACE;;AAKA;AAAA;EAEE;;AAIF;AAAA;EAEE;EAEA;;AAGA;AAAA;EACE;;AtBhIJ;AAAA;AAAA;EsBqII;;AtB1KJ;AAAA;EsB0KI;;;AC5KR;EACE;EACA;EACA;EACA,cxB2XsC;EwB1XtC,cxB4XsC;;;AwBzXxC;EACE;EACA;EACA;;AAEA;EACE,O7B0BI;EsB7CJ;;AOwBF;EAEE,YxB0X4C;;AwBvX9C;EACE,O7BeI;EsB7CJ;;AOoCA;EACE,kB7BUK;;A6BPP;EACE,O7BUK;;;A6BDX;EACE;EACA;EACA;EACA;EACA,OxBiVsC;EwBhVtC,QxBgVsC;EwB/UtC;EACA;EACA,kBxB8UsC;EwB7UtC;EACA;EACA,iBxB4UsC;;;AwB/TtC;EACE,kBxB+U4C;;AwB5U9C;EACE,kBxB6U4C;EwB5U5C,kBxB8U4C;;;AwBpU9C;EACE,exBsU4C;;AwBnU9C;EACE,kBxBmU4C;;;AwBzThD;EACE;EACA;;AAEA;EACE,exBsRoC;;AwBpRpC;EACE;;;AAYN;EACE;EACA;EACA,QxB0OsC;EwBzOtC;EACA,axBiG4B;EwBhG5B,O7BhFS;E6BiFT;EACA;EACA,iBxBuSkC;EwBtSlC;EAIE;EAEF;;AAEA;EACE,cxBoSgC;EwBnShC;;AAGA;EAME,O7BvGK;E6BwGL,kB7B/GE;;A6BmHN;EACE;EACA;;AAGF;EACE,O7BnHO;E6BoHP,kB7BxHO;;A6B4HT;EACE;;;AAIJ;EACE,QxB6LsC;EwB5LtC,axBmPkC;EwBlPlC,gBxBkPkC;EwBjPlC,WxBoQkC;;;AwB5PpC;EACE;EACA;EACA;EACA,QxB2KsC;EwB1KtC;;;AAGF;EACE,WxBuPkC;EwBtPlC;EACA,QxBoKsC;EwBnKtC;EACA;;AAEA;EACE,YxBiPgC;;;AwB7OpC;EACE;EACA;EACA;EACA;EACA;EACA,QxBqJsC;EwBpJtC;EACA,axBY4B;EwBX5B,O7BrKS;E6BsKT;EACA;EACA,kB7B/KM;E6BgLN;;AAKE;EACE,SAFkB;;AAMtB;EACE;EACA;EACA;EACA;EACA;EACA;EACA,QxB6HoC;EwB5HpC;EACA,axBZ0B;EwBa1B,O7B7LO;EsBpDP;EOmPA;;AAKA;EACE,SAFkB;;;ACtPxB;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;AxBGE;EwBAA;;AxBPA;EwBOA;;AAIF;EACE,O9BgCO;;;A8BxBX;EACE;;AAEA;EACE;;AAGF;EACE;;AxBrBA;EwByBE;;AxBhCF;EwBgCE;;AAGF;EACE,O9BQK;E8BPL;EACA;;AAIJ;AAAA;EAEE,O9BCO;E8BAP,kB9BPI;E8BQJ;;AAGF;EAEE;;;AAgBF;AAAA;EAEE,O9B/BI;E8BgCJ,kBzB2H0B;;;AyBjH5B;EACE;EACA;;;AAKF;EACE;EACA;EACA;;;AAUF;EACE;;AAEF;EACE;;;AClGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAIA;AAAA;EAEE;EACA;EACA;EACA;;;AASJ;EACE;EACA,a1BsfkC;E0BrflC,gB1BqfkC;E0BpflC,c1BiEO;E0BhEP,W1BkL4B;E0BjL5B;EACA;;AzB9BE;EyBiCA;;AzBxCA;EyBwCA;;;AASJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AASJ;EACE;EACA,a1BmbkC;E0BlblC,gB1BkbkC;;;A0BtapC;EACE;EACA;EAGA;;;AAIF;EACE;EACA,W1BmH4B;E0BlH5B;EACA;EACA;;AzB9FE;EyBkGA;;AzBzGA;EyByGA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AjB5DE;EiBwEI;AAAA;IAEE;IACA;;;AjBxFN;EiBmFA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAKJ;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;EAIA;IACE;IACA;;;AjBzHR;EiBwEI;AAAA;IAEE;IACA;;;AjBxFN;EiBmFA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAKJ;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;EAIA;IACE;IACA;;;AjBzHR;EiBwEI;AAAA;IAEE;IACA;;;AjBxFN;EiBmFA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAKJ;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;EAIA;IACE;IACA;;;AjBzHR;EiBwEI;AAAA;IAEE;IACA;;;AjBxFN;EiBmFA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAKJ;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;EAIA;IACE;IACA;;;AAnDR;EAUI;EACA;;AATA;AAAA;EAEE;EACA;;AAQF;EACE;;AAEA;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAKJ;AAAA;EAEE;;AAGF;EACE;EAGA;;AAGF;EACE;;AAIA;EACE;EACA;;;AAeV;EACE,O1BmWgC;;AC/hBhC;EyB+LE,O1BgW8B;;ACtiBhC;EyBsME,O1BgW8B;;A0B3VhC;EACE,O1BwV8B;;AC7hBhC;EyBwMI,O1BsV4B;;ACriBhC;EyB+MI,O1BsV4B;;A0BnV9B;EACE,O1BoV4B;;A0BhVhC;AAAA;AAAA;AAAA;EAIE,O1B2U8B;;A0BvUlC;EACE,O1BoUgC;E0BnUhC,c1BwUgC;;A0BrUlC;EACE,kB1BmUgC;;A0BhUlC;EACE,O1B2TgC;;A0B1ThC;EACE,O1B2T8B;;AC/hBhC;EyBuOI,O1BwT4B;;ACtiBhC;EyB8OI,O1BwT4B;;;A0BhTlC;EACE,O/BjNI;;AM/BJ;EyBmPE,O/BpNE;;AMtCJ;EyB0PE,O/BpNE;;A+ByNJ;EACE,O1B6R8B;;ACthBhC;EyB4PI,O1B2R4B;;AC9hBhC;EyBmQI,O1B2R4B;;A0BxR9B;EACE,O1ByR4B;;A0BrRhC;AAAA;AAAA;AAAA;EAIE,O/BzOE;;A+B6ON;EACE,O1ByQgC;E0BxQhC,c1B6QgC;;A0B1QlC;EACE,kB1BwQgC;;A0BrQlC;EACE,O1BgQgC;;A0B/PhC;EACE,O/BzPE;;AM/BJ;EyB2RI,O/B5PA;;AMtCJ;EyBkSI,O/B5PA;;;AgC7CR;EACE;EACA;EACA;EACA;EACA;EACA,kBhCuCM;EgCtCN;EACA;;AAGA;EACE;EACA;;AAgBJ;EAGE;EACA,S3BsjBkC;;;A2BnjBpC;EACE,e3BijBkC;;;A2B9iBpC;EACE;EACA;;;AAGF;EACE;;;A1BvCE;E0B4CA;;AAGF;EACE,a3BgiBgC;;;A2BxhBpC;EACE;EACA;EACA,kB3B0hBkC;E2BzhBlC;;AAOE;EACE;;;AAKN;EACE;EACA,kB3B0gBkC;E2BzgBlC;;AAYF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA,S3B6ekC;;;A2B1epC;EACE;;;AAKF;EACE;;;AAIF;EACE;;;AAOF;EACE;EACA;;AAEA;EACE,e3BodgC;;AS7iBhC;EkBoFJ;IASI;IACA;IACA;;EAEA;IACE;IAEA;IACA;IACA,c3Buc8B;I2Btc9B;IACA,a3Bqc8B;;;;A2B3bpC;EACE;EACA;;AAEA;EACE,e3BsbgC;;AS7iBhC;EkBkHJ;IASI;;EAEA;IAEE;IACA;;EAEA;IACE;IACA;;;;AAyDN;EACE,e3BoWgC;;ASliBhC;EkB4LJ;IAMI,c3B8WgC;I2B7WhC,Y3B8WgC;;E2B5WhC;IACE;IACA;;;;AC/PN;EACE;EACA;EACA;EACA,e5BswBkC;E4BrwBlC;EACA,kBjC6CS;;;AiCvCT;EACE;EACA,e5B0vBgC;E4BzvBhC,c5ByvBgC;E4BxvBhC,OjCuCO;EiCtCP;;AASF;EACE;;AAGF;EACE;;AAGF;EACE,OjCoBO;;;AkCvDX;EACE;E1BGA;EACA;;;A0BGE;EACE;;AAUJ;EACE;EACA,OlC4BI;EkC3BJ,kB7BojBgC;E6BnjBhC,c7BojBgC;;A6BjjBlC;EACE,OlC4BO;EkC3BP;EACA,kBlCoBI;EkCnBJ,c7BijBgC;;;A6B7iBpC;EACE;EACA;EACA;EACA;EACA,a7BuhBkC;E6BthBlC,O7BmG0B;E6BlG1B,kBlCQM;EkCPN;;A5BxBE;E4B2BA,O7BgGwB;E6B/FxB;EACA,kBlCIO;EkCHP,c7BuhBgC;;AC5jBhC;E4BkCA,O7BgGwB;E6B/FxB;EACA,kBlCIO;EkCHP,c7BuhBgC;;;A8BpkBlC;EACE;EACA,W9B2N0B;E8B1N1B,a9B2L0B;;A8B9L5B;EACE;EACA,W9B4N0B;E8B3N1B,a9B4L0B;;A+B7L9B;EACE;EACA;EACA,W/B+oBkC;E+B9oBlC,apCoIiB;EoCnIjB;EACA;EACA;EACA;;AAIA;EACE;;;AAKJ;EACE;EACA;;;AAOF;EACE,e/B4nBkC;E+B3nBlC,c/B2nBkC;;;A+BlnBlC;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;ADmCJ;EC1CA;EACA,kBhCwEa;;ACxDX;E+BZE;EACA;EACA;;A/BGF;E+BLE;EACA;EACA;;;AlCgBN;AmCpBA;EACE;EACA;EACA,ejCisBkC;EiChsBlC;;;AAKF;EAEE;;;AAIF;EACE,atCyHiB;;;AsC/GjB;EACE;EACA;EACA;EACA;EACA;;;AAUF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ADmCF;EC5CA,OD6CwF;EhB1CtF;EiBDF,cD2CyD;;ACzCzD;EACE;;AAGF;EACE;;;ApCgBJ;AACA;AqCvBA;EACE;EACA;EAGA;EACA;;;AASF;EACE;EACA,OxCmCS;EwClCT;;AlCJE;EkCQA,OxC8BO;EwC7BP;EACA,kBxCsBO;;AMvCP;EkCeA,OxC8BO;EwC7BP;EACA,kBxCsBO;;AwCnBT;EACE,OxC0BO;EwCzBP,kBxCkBO;;;AwCTX;EACE;EACA;EACA;EAEA;EACA,kBxCCM;EwCAN;;AAMA;EACE;;AlCtCA;EkC2CA;;AlClDA;EkCkDA;;AAGF;EAEE,OxCXO;EwCYP,kBxClBI;;AwCsBN;EACE;EACA,OxCxBI;EwCyBJ,kBnCkI0B;EmCjI1B,cnCiI0B;;;AmCtH5B;EACE;EACA;EACA;;AAIA;EACE;;AAKF;EACE;;;ACjGJ;EACE,OD4GsE;EC3GtE,kBD2GuC;;;ACxGzC;AAAA;EAEE,ODsGsE;;AlC9FtE;AAAA;EmCLE,ODmGoE;EClGpE;;AnCHF;AAAA;EmCEE,ODmGoE;EClGpE;;AAGF;AAAA;EACE;EACA,kBD6FoE;EC5FpE,cD4FoE;;;AC7GxE;EACE,OD4GsE;EC3GtE,kBD2GuC;;;ACxGzC;AAAA;EAEE,ODsGsE;;AlC9FtE;AAAA;EmCLE,ODmGoE;EClGpE;;AnCHF;AAAA;EmCEE,ODmGoE;EClGpE;;AAGF;AAAA;EACE;EACA,kBD6FoE;EC5FpE,cD4FoE;;;AC7GxE;EACE,OD4GsE;EC3GtE,kBD2GuC;;;ACxGzC;AAAA;EAEE,ODsGsE;;AlC9FtE;AAAA;EmCLE,ODmGoE;EClGpE;;AnCHF;AAAA;EmCEE,ODmGoE;EClGpE;;AAGF;AAAA;EACE;EACA,kBD6FoE;EC5FpE,cD4FoE;;;AC7GxE;EACE,OD4GsE;EC3GtE,kBD2GuC;;;ACxGzC;AAAA;EAEE,ODsGsE;;AlC9FtE;AAAA;EmCLE,ODmGoE;EClGpE;;AnCHF;AAAA;EmCEE,ODmGoE;EClGpE;;AAGF;AAAA;EACE;EACA,kBD6FoE;EC5FpE,cD4FoE;;;AC7GxE;EACE,OD4GsE;EC3GtE,kBD2GuC;;;ACxGzC;AAAA;EAEE,ODsGsE;;AlC9FtE;AAAA;EmCLE,ODmGoE;EClGpE;;AnCHF;AAAA;EmCEE,ODmGoE;EClGpE;;AAGF;AAAA;EACE;EACA,kBD6FoE;EC5FpE,cD4FoE;;;AC7GxE;EACE,OD4GsE;EC3GtE,kBD2GuC;;;ACxGzC;AAAA;EAEE,ODsGsE;;A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EE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAMN;IAAmB;;EACnB;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;A5CSF;E4C7CI;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAMN;IAAmB;;EACnB;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;A5CSF;E4C7CI;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AA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%22%7D */
@font-face {
  font-family: 'cb-fontello';
  src: url('../plugins/contentbuilder/icons/font/cb-fontello.eot?69544295');
  src: url('../plugins/contentbuilder/icons/font/cb-fontello.eot?69544295#iefix') format('embedded-opentype'),
       url('../plugins/contentbuilder/icons/font/cb-fontello.woff?69544295') format('woff'),
       url('../plugins/contentbuilder/icons/font/cb-fontello.ttf?69544295') format('truetype'),
       url('../plugins/contentbuilder/icons/font/cb-fontello.svg?69544295#cb-fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cb-fontello';
    src: url('../plugins/contentbuilder/icons/font/cb-fontello.svg?69544295#cb-fontello') format('svg');
  }
}
*/
 
 [class^="cb-icon-"]:before, [class*=" cb-icon-"]:before {
  font-family: "cb-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.cb-icon-home:before { content: '\e800'; } /* '' */
.cb-icon-fontsize:before { content: '\e900'; } /* '' */
.cb-icon-italic:before { content: '\e901'; } /* '' */
.cb-icon-indent-left:before { content: '\e902'; } /* '' */
.cb-icon-indent-right:before { content: '\e903'; } /* '' */
.cb-icon-unlink:before { content: '\e904'; } /* '' */
.cb-icon-link:before { content: '\e905'; } /* '' */
.cb-icon-align-left:before { content: '\e906'; } /* '' */
.cb-icon-align-center:before { content: '\e907'; } /* '' */
.cb-icon-align-right:before { content: '\e908'; } /* '' */
.cb-icon-align-justify:before { content: '\e909'; } /* '' */
.cb-icon-list-numbered:before { content: '\e90a'; } /* '' */
.cb-icon-list-bullet:before { content: '\e90b'; } /* '' */
.cb-icon-camera:before { content: '\e90c'; } /* '' */
.cb-icon-move:before { content: '\e90d'; } /* '' */
.cb-icon-eraser:before { content: '\e90e'; } /* '' */
.cb-icon-pencil:before { content: '\e90f'; } /* '' */
.cb-icon-underline:before { content: '\e910'; } /* '' */
.cb-icon-bold:before { content: '\e911'; } /* '' */
.cb-icon-strike:before { content: '\e912'; } /* '' */
.cb-icon-code:before { content: '\e913'; } /* '' */
.cb-icon-plus:before { content: '\e914'; } /* '' */
.cb-icon-spin:before { content: '\e915'; } /* '' */
.cb-icon-docs:before { content: '\e916'; } /* '' */
.cb-icon-cancel:before { content: '\e917'; } /* '' */
.cb-icon-color:before { content: '\e918'; } /* '' */
.cb-icon-tint:before { content: '\e919'; } /* '' */
.cb-icon-header:before { content: '\e91a'; } /* '' */
.cb-icon-font:before { content: '\e91b'; } /* '' */
.cb-icon-picture:before { content: '\e91d'; } /* '' */
.cb-icon-superscript:before { content: '\e91e'; } /* '' */
.cb-icon-subscript:before { content: '\e91f'; } /* '' */
.cb-icon-dot:before { content: '\e920'; } /* '' */
.cb-icon-trash:before { content: '\e921'; } /* '' */
.cb-icon-ok:before { content: '\e922'; } /* '' */
.cb-icon-download:before { content: '\e923'; } /* '' */
.cb-icon-doc:before { content: '\e924'; } /* '' */
.cb-icon-cog:before { content: '\e925'; } /* '' */
.cb-icon-off:before { content: '\e926'; } /* '' */
.cb-icon-minus:before { content: '\e927'; } /* '' */
.cb-icon-back:before { content: '\e928'; } /* '' */
.cb-icon-left-open-big:before { content: '\e929'; } /* '' */
.cb-icon-right-open-big:before { content: '\e930'; } /* '' */
.cb-icon-video:before { content: '\e931'; } /* '' */
.cb-icon-wrench:before { content: '\e932'; } /* '' */
.cb-icon-file-code:before { content: '\e933'; } /* '' */
.cb-icon-table:before { content: '\e934'; } /* '' */
.cb-icon-ticket:before { content: '\e935'; } /* '' */
.cb-icon-smile:before { content: '\e936'; } /* '' */
.cb-icon-cubes:before { content: '\e937'; } /* '' */
.cb-icon-brush:before { content: '\e938'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.empty { border: rgba(0,0,0,0.25) 1px dashed }
.drop-zone.empty { background: #efefef }
#divSnippetList { border-bottom-width: 0 !important }
.block-placeholder { height: 15px; background: rgba(225,225,225,1) }
.ui-draggable { position: relative }
    .ui-draggable.code > div:first-child { opacity: .5; cursor: default }
.ui-dragbox { -webkit-box-shadow: inset 11px 0 0 -6px rgba(224,224,224,1); -moz-box-shadow: inset 11px 0 0 -6px rgba(224,224,224,1); box-shadow: inset 11px 0 0 -6px rgba(224,224,224,1); z-index: 1 }
.ui-dragbox-outlined > div:first-child { outline: rgba(228,156,90,0.5) solid 1px; z-index: 1 }
.ui-dragbox-outlined.firefox > div:first-child { outline: 1px dotted rgba(113,54,0,0.5); z-index: 1 }
.dynamic { width: 150px !important; height: 60px !important; border: rgba(225,225,225,0.9) 5px solid !important; background: transparent !important }
.row-tool { display: none; z-index: 2; width: 30px; font-size: 15px; color: rgba(200,200,200,0.8); position: absolute; top: 0; left: -37px }
.row-handle { cursor: move; background: #afce01; color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; width: 30px; height: 30px; text-align: center; line-height: 30px }
.row-html { cursor: pointer; background: #00acd6; color: #fff; width: 30px; height: 30px; text-align: center; line-height: 30px }
.row-copy { cursor: pointer; background: #4d4d4d; color: #fff; width: 30px; height: 30px; text-align: center; line-height: 30px }
.row-remove { cursor: pointer; background: #f7632e; color: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; width: 30px; height: 30px; font-size: 15px; text-align: center; line-height: 30px }
    .row-handle *, .row-html *, .row-copy *, .row-remove * { color: #fff !important }
#divTool { z-index: 10001; position: fixed; top: 0; right: -300px; width: 270px; height: 100%; padding: 13px; box-sizing: border-box; background-color: rgba(213,213,213,0.9); color: #111 }
#lnkToolOpen { width: 30px; padding: 10px 3px; margin: 0; background: rgba(213,213,213,0.9); position: absolute; top: 100px; left: -30px; font-family: sans-serif; color: #252525; font-size: 1.2em; line-height: 1; text-decoration: none; text-align: center; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 0; box-sizing: border-box }
    #lnkToolOpen.leftside { left: auto; right: -30px; border-radius: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-left: none }
#divSnippetList { width: 100%; height: 100%; border-bottom: rgba(0,0,0,0) 15px solid; margin: 0; padding: 5px; box-sizing: border-box; overflow-y: auto; overflow-x: hidden }
    #divSnippetList div { cursor: move; margin: 0 10px 12px 0; padding: 0; float: left; background: #acacac }
        #divSnippetList div:hover img { opacity: .5; transition: all .2s ease-in-out }
        #divSnippetList div img { width: 100%; max-width: 194px; margin: 0; box-sizing: border-box; display: block; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2); box-shadow: 0 0 5px rgba(0,0,0,0.2) }
    #divSnippetList::-webkit-scrollbar { width: 12px }
    #divSnippetList::-webkit-scrollbar-track { background: rgba(255,255,255,0.49); border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) }
    #divSnippetList::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) }
.dot { height: 7px; width: 7px; border-radius: 50%; background-color: #ff6700; display: inline-block; margin: 25px 2px 0; -webkit-animation: jump 1.5s linear infinite }

@-webkit-keyframes jump {
    0%, 100% { transform: translateY(0px) }
    20% { transform: translateY(-10px) }
    40% { transform: translateY(0px) }
}

.dot:nth-of-type(2) { -webkit-animation-delay: .2s }
.dot:nth-of-type(3) { -webkit-animation-delay: .4s }
:focus { outline: 0 }
.row > * { min-height: 30px }
#rte-toolbar { display: none; width: 724px; padding: 0; text-align: center; position: fixed; top: 20px; left: calc((100% - 724px)/2); background: rgba(255,255,255,0.85); margin: 0; opacity: 1; z-index: 1001; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: #ababab 1px solid; border-radius: 4px; box-sizing: border-box }
    #rte-toolbar.rte-side { top: calc((100% - 600px)/2); left: 20px; width: 50px; background: rgba(255,255,255,0) }
        #rte-toolbar.rte-side.right { left: auto; right: 10px }
    #rte-toolbar button { width: 48px; box-sizing: border-box; border-radius: 0; padding: 12px 12px; margin: 0; color: #333; background-color: rgba(255,255,255,0.95); border: 0; display: inline-block; cursor: pointer; font-size: 12px; text-align: center; line-height: 1.6; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out }
    #rte-toolbar.rte-side button { padding: 10px 12px }
    #rte-toolbar button:hover { background-color: #eee }
    #rte-toolbar button:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px }
    #rte-toolbar button:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px }
    #rte-toolbar.rte-side button:first-child { border-radius: 0; border-top-left-radius: 4px; border-top-right-radius: 4px }
    #rte-toolbar.rte-side button:last-child { border-radius: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px }
.rte-pop { display: none; position: fixed; text-align: center; border-radius: 4px; border: #b5b5b5 1px solid; overflow: hidden }
    .rte-pop button { width: 48px; box-sizing: border-box; border-radius: 0; padding: 12px 12px; color: #333; background-color: rgba(255,255,255,0.95) !important; border: 0; display: inline-block; cursor: pointer; font-size: 14px; text-align: center; line-height: 1.4; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; margin: 0 }
    .rte-pop.rte-side button { padding: 10px 12px; line-height: 1.6 }
    .rte-pop button:hover { background-color: #eee !important }
#pop-align { width: 192px; height: 42px; top: 73px; left: calc((100% - 192px)/2) }
    #pop-align.rte-side { width: 45px; height: auto; top: calc((100% - 168px)/2); left: 80px; right: auto }
        #pop-align.rte-side.right { width: 45px; height: auto; top: calc((100% - 168px)/2); left: auto; right: 73px }
#pop-list { width: 192px; height: 42px; top: 73px; left: calc((100% - 192px)/2) }
    #pop-list.rte-side { width: 45px; height: auto; top: calc((100% - 168px)/2); left: 80px; right: auto }
        #pop-list.rte-side.right { width: 45px; height: auto; top: calc((100% - 168px)/2); left: auto; right: 73px }
#divRteLink { display: none; white-space: nowrap; height: 33px; position: absolute; text-align: center; vertical-align: middle; z-index: 1000; opacity: .9; background: #1aa3ff; cursor: pointer; border-radius: 3px; border: #b7def3 0 solid; color: #fff; font-family: sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; padding: 0 10px; line-height: 35px }
    #divRteLink.forceshow { display: block !important }
#divFrameLink { display: none; width: 67px; white-space: nowrap; height: 22px; position: absolute; text-align: center; vertical-align: middle; z-index: 1000; opacity: .9; background: #1aa3ff; cursor: pointer; border-radius: 3px; border: #b7def3 0 solid; color: #fff; font-family: sans-serif; font-size: 11px; line-height: 22px }
#divRteHtml { display: none; width: 100px; height: 35px; white-space: nowrap; position: absolute; text-align: right; vertical-align: middle; text-align: right; z-index: 1 }
    #divRteHtml #lnkRteHtml { border-radius: 3px; opacity: .9; cursor: pointer; border: #fff 0 solid; font-size: 12px; margin: 2px 2px 2px 2px; color: #fff; background: #000; display: inline-block; width: 27px; height: 27px; line-height: 27px; text-align: center }

@media(max-width:600px) {
    #rte-toolbar { display: none !important }
}

div.fileinputs { position: relative }
div.fakefile { position: absolute; top: 0; left: 0; z-index: 1 }
    div.fakefile img { width: 50px; height: 50px; border-radius: 50px }
#img-file { width: 50px; height: 50px; position: relative; text-align: right; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; z-index: 2; cursor: pointer }
#divUploadImg { display: none; width: 50px; height: 50px; white-space: nowrap; position: absolute; z-index: 15; border-radius: 50px; text-align: center; vertical-align: middle; opacity: .95; background: #2a2a2a; cursor: pointer }
    #divUploadImg i { font-size: 20px; color: #fff; display: inline-block; line-height: 50px; text-align: center }
input.my-file { width: 30px; height: 30px; position: relative; text-align: right; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; z-index: 2; cursor: pointer }
#divToolImg { display: none; width: 30px; height: 30px; white-space: nowrap; position: absolute; z-index: 10000; border-radius: 4px; text-align: center; vertical-align: middle; opacity: .8; background: rgba(0,0,0,0.9); cursor: pointer; background: rgba(0,163,204,0.9) }
    #divToolImg #lnkEditImage { font-size: 16px; color: #fff; display: inline-block; line-height: 30px; text-align: center }
#divToolImgSettings { display: none; width: 30px; height: 35px; white-space: nowrap; position: absolute; z-index: 10000; text-align: center; vertical-align: middle }
    #divToolImgSettings #lnkImageSettings { width: 30px; height: 30px; border-radius: 4px; opacity: .8; background: rgba(233,84,0,0.9); cursor: pointer; font-size: 14px; color: #fff; display: inline-block; line-height: 30px; text-align: center }
#divToolImgFullWidth { display: none; width: 30px; height: 35px; white-space: nowrap; position: absolute; z-index: 10000; text-align: center; vertical-align: middle }
    #divToolImgFullWidth #lnkImageFullWidth { width: 30px; height: 30px; border-radius: 4px; opacity: .8; background: rgba(255,0,255,0.9); cursor: pointer; font-size: 14px; color: #fff; display: inline-block; line-height: 30px; text-align: center }
#divToolImgLoader { display: none; width: 50px; height: 50px; margin-top: -15px; margin-left: -15px; white-space: nowrap; position: absolute; z-index: 10000; border-radius: 50px; text-align: center; vertical-align: middle; opacity: .8; cursor: pointer; background: rgba(255,255,255,0) }
    #divToolImgLoader #lnkImageLoader { font-size: 30px; color: rgba(0,163,204,1); display: inline-block; line-height: 50px; text-align: center }
#img-control button { padding: 5px; margin-right: 2px; font-family: Sans-Serif; font-size: 12px; letter-spacing: 1px; line-height: 1; border-radius: 3px; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; color: #333 }
#img-control #btnChangeImage, #img-control #btnChangeImageNoCrop, #btnChangeImageFullWidth { color: #fff; background-color: rgba(0,163,204,0.8); border-color: rgba(0,163,204,1); padding-right: 4px }
#btnChangeImageFullWidth { color: #FFF !important; }
.rangeslider, .rangeslider__fill { background: #e6e6e6; display: block; height: 10px; width: 100%; -webkit-box-shadow: 0 2px 2px rgba(255,255,255,0.25),inset 0 1px 3px rgba(0,0,0,0.3); -moz-box-shadow: 0 2px 2px rgba(255,255,255,0.25),inset 0 1px 3px rgba(0,0,0,0.3); box-shadow: 0 2px 2px rgba(255,255,255,0.25),inset 0 1px 3px rgba(0,0,0,0.3); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px }
.rangeslider { position: relative }
.rangeslider--disabled { filter: alpha(opacity=40); opacity: .4 }
.rangeslider__fill { background: #ccc; position: absolute; top: 0 }
.rangeslider__handle { background: white; border: 1px solid #ccc; cursor: pointer; display: inline-block; width: 20px; height: 20px; position: absolute; top: -5px; -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 8px rgba(0,0,0,0.1); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50% }
    .rangeslider__handle:after { content: ""; display: block; width: 18px; height: 18px; margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50% }
#divCb input[type="range"]:focus + .rangeslider .rangeslider__handle { -webkit-box-shadow: 0 0 8px rgba(255,0,255,0.9); -moz-box-shadow: 0 0 8px rgba(255,0,255,0.9); box-shadow: 0 0 8px rgba(255,0,255,0.9) }
.md-modal { position: fixed; top: 50%; left: 50%; width: 90%; min-width: 150px; height: auto; z-index: 10002; visibility: hidden; display: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); border-radius: 5px; -webkit-box-shadow: 0 4px 23px 0 rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.15); -moz-box-shadow: 0 4px 23px 0 rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.15); box-shadow: 0 4px 23px 0 rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.15) }
    .md-modal.md-draggable { -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none }
.md-show { visibility: visible; display: block }
.md-overlay { position: fixed; width: 100%; height: 100%; visibility: visible; display: block; opacity: 1; top: 0; left: 0; z-index: 10001; background: rgba(0,0,0,0.15); -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s }
.md-content { color: #000; background: #fff; position: relative; border-radius: 5px; margin: 0 auto; overflow: hidden }
.md-body { padding: 0; margin: 0; font-size: 13px; border-top-left-radius: 5px; border-top-right-radius: 5px }
.md-footer { text-align: right; padding: 0; margin: 0; background: #fff; border-radius: 5px }
.md-body input[type=text], .md-body textarea { display: block; width: 100%; margin: 0; font-size: 14px; letter-spacing: 1px; height: 63px; line-height: 1.7; color: #000; background-color: #fff; background-image: none; padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 0; border-bottom: #eaeaea 1px solid; border-collapse: collapse }
.md-body select { padding: 5px; margin: 0 0 10px; font-size: 14px; letter-spacing: 1px; height: 35px; line-height: 1.7; color: #454545; border-radius: 5px; border: 0; background: #eee }
    .md-body select option { background: #fff }
.md-body .inpchk { font-family: sans-serif; font-size: 14px; letter-spacing: 1px; line-height: 1.7; float: left; height: 63px; padding: 20px; box-sizing: border-box; margin: 0 }
.md-footer button { padding: 19px; margin: 0; width: 100%; line-height: 1.7; font-size: 11px !important; letter-spacing: 2px !important; text-transform: uppercase !important; color: #000; background-color: #ddd; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border: 0; border-radius: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; cursor: pointer; transition: all .2s ease-in-out }
    .md-footer button:hover { background-color: #d9d9d9 }
.md-label { float: left; height: 63px; line-height: 63px; padding: 0 0 0 20px; font-family: sans-serif; font-size: 14px; color: #333; width: 40%; box-sizing: border-box; background: #f7f7f7; border-top-left-radius: 5px }
.md-btnbrowse { float: left; cursor: pointer; font-size: 15px; height: 63px; line-height: 1.7; padding-top: 20px; text-align: center; box-sizing: border-box; color: #aaa; background: #efefef }
#md-imageselect, #md-fileselect { z-index: 10005 }
.md-pick { width: 24px; height: 25px; float: left; border: 0; cursor: pointer }
.md-pickpara { width: 170px; height: 40px; border: 0; border-radius: 5px; display: block; margin: 10px; padding: 0; box-sizing: border-box; cursor: pointer }
    .md-pickpara * { margin: 0 !important; line-height: 0 !important }
.md-picksize { width: 170px; min-height: 40px; border: 0; border-radius: 5px; display: block; margin: 10px; padding: 7px; box-sizing: border-box; cursor: pointer }
    .md-picksize * { margin: 0 !important; line-height: 0 !important }
::-moz-selection { color: #fff; background: #ff9c26 }
::selection { color: #fff; background: #ff9c26 }
#btnInsertPlh, #btnDelRowCancel, #btnDelRowOk, #btnTextColorOk, #btnTextColorClear, .md-pick-tag { padding: 0 30px; font-size: 11px; line-height: 35px; height: 35px; text-transform: uppercase; border-radius: 4px; letter-spacing: 1px; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out }
#btnInsertPlh, #btnDelRowCancel { color: #333; background-color: #d3d3d3 }
    #btnInsertPlh:hover, #btnDelRowCancel:hover, #btnTextColorOk:hover, #btnTextColorClear:hover, .md-pick-tag:hover { color: #111; background-color: #ccc; border-color: #ccc }
#btnDelRowOk { color: #fff; background-color: #08c9b9 }
    #btnDelRowOk:hover { color: #fff; background-color: #07b0a2; border-color: #07b0a2 }
#btnCleanColor { background: #fff }
#divCustomTags { max-height: 287px; overflow-y: auto; overflow-x: hidden }
.md-pick-tag { height: 40px; border-radius: 0 }
.custom-block { min-height: 100px; padding-top: 50px; padding-bottom: 50px; background: #eaeaea }
a.is-lightbox { cursor: pointer }
.ui-draggable > div:first-child i.icon:hover { cursor: pointer }
.ui-draggable > div:first-child i.icon-ok:hover { cursor: pointer }
.ui-draggable > div:first-child i.icon-quote:hover { cursor: pointer }
.md-tabs { text-align: center; padding: 15px; box-sizing: border-box; border-bottom: rgba(152,152,152,0.19) 1px solid }
    .md-tabs > * { padding: 3px 20px; border-radius: 30px; background: rgba(255,255,255,1); text-decoration: underline; color: rgba(0,0,0,0.88); cursor: pointer; margin: 0 5px; font-family: sans-serif; font-size: 12px; letter-spacing: 2px }
    .md-tabs > .active { background: rgba(0,0,0,0.88); text-decoration: none; color: rgba(255,255,255,0.95); cursor: auto }
.cp-color-picker { z-index: 100000 }
#inpTextColor { padding: 2px 7px; width: 180px; height: 36px; margin: 0 0 0 10px; display: inline-block; border: #dcdcdc 1px solid }

#img-control button, #btnChangeImage, #btnImageMoreOk { padding: 5px; margin-right: 2px; font-family: Sans-Serif; font-size: 12px; letter-spacing: 1px; line-height: 1; border-radius: 3px; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; color: #333; }
#btnChangeImage, #btnImageMoreOk { color: #ffffff !important; background-color: rgba(0, 163, 204, 0.8); padding-right: 4px; }
#btnImageMoreOk { width: 120px; height: 35px; margin-top: 10px; }
#divImageMore { position: absolute; top: 0; left: 0; background: #fff; padding: 20px; border-radius: 3px; box-shadow: 0px 2px 2px rgba(62, 62, 62, 0.3); }

#my-mask { overflow: hidden; width: 200px; height: 200px; }

img._fullWidth { width: 100% !important; }



.section-list { width: 100%; height: auto; max-height: 476px; margin: 0; padding: 27px 0 0; box-sizing: border-box; overflow-y: auto; overflow-x: hidden; text-align: center; }
    .section-list div { cursor: pointer; margin: 0 15px 19px; padding: 0; display: inline-block; background: #acacac }
        .section-list div:hover img { opacity: 0.5; transition: all 0.2s ease-in-out; }
        .section-list div img { border: #cdcdcd 1px solid; width: 100%; max-width: 250px; margin: 0; box-sizing: border-box; display: block; -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0,0.25); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0,0.25); box-shadow: 0 1px 5px rgba(0, 0, 0,0.25); }

.is-section:hover .is-section-tool { opacity: 1; transition: all 0.2s ease-in-out; }
.is-box { -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -ms-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; }
.is-module { width: 100%; height: 100%; min-height: 100px; position: absolute; top: 0; left: 0; background-image: url(../plugins/contentbox/images/module.png); background-repeat: no-repeat; background-position: 50%; background-color: rgba(0,0,0,0.05); }
.is-placeholder { width: 100%; height: 200px; position: relative; top: 0; left: 0; background-image: url(../plugins/contentbox/images/placeholder.png); background-repeat: no-repeat; background-position: 50%; background-color: rgba(0,0,0,0.05); }

.is-section-tool { z-index: 1; opacity: 0; position: absolute !important; top: 0px; left: 0px; margin: 0px; margin-left: 70px; width: 100%; height: 28px; white-space: nowrap; }
    .is-section-tool > div { width: 28px; height: 28px; box-sizing: border-box; padding: 0px; font-size: 13px; text-align: center; line-height: 28px; float: left; }
.is-section-edit { cursor: pointer; border-bottom-left-radius: 5px; background: rgb(0, 172, 214); color: #fff; }
.is-section-remove { cursor: pointer; border-bottom-right-radius: 5px; background: rgb(247, 99, 46); color: #fff; }

.is-tab-links > a { padding: 7px 14px; font-size: 13px; text-decoration: underline; color: #333; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; border-radius: 12px; margin: 0; line-height: 3; }
    .is-tab-links > a.active { background: #2C2C2C; color: #fff; text-decoration: none; cursor: default; }
.is-tab-contents > div { display: none; overflow-y: auto; overflow-x: hidden; width: 100%; height: auto; max-height: 500px; box-sizing: border-box; }

#inpMasterHead, #inpPageHead { border: rgba(187, 187, 187, 0.5) 1px solid; }

.is-colorbuttons > div { padding: 0px }
    .is-colorbuttons > div > button { height: 30px; border-radius: 0 }

/* Already defined in base.css. Used this only if base.css is not used.*/
.md-modal .md-title { font-size: 20px; text-align: center; }
.md-modal .is-boxes { min-height: inherit }
.md-modal .is-box-2 { height: inherit; min-height: inherit; padding: 5px; }
.md-modal .is-box-3 { height: inherit; min-height: inherit; padding: 5px; }
.md-modal .is-box-4 { height: inherit; min-height: inherit; padding: 5px; }
.md-modal .is-box-6 { height: inherit; min-height: inherit; padding: 5px; }
.md-modal .is-box-12 { height: inherit; min-height: inherit; padding: 5px; }
.md-footer { border-top-left-radius: 0; border-top-right-radius: 0; }

.cl-button { padding: 0 20px; font-size: 14px; line-height: 35px; height: 35px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border-radius: 4px; letter-spacing: 1px; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.cl-button-large { padding: 0 30px; font-size: 15px; line-height: 45px; height: 45px; }
.cl-button-small { padding: 0 10px; font-size: 12px; line-height: 25px; height: 25px; }
.cl-button-full { width: 100%; height: 50px; line-height: 50px; margin: 0; padding: 0; }
.cl-button.uppercase { font-size: 11px; text-transform: uppercase; }
.cl-button-large.uppercase { font-size: 14px; text-transform: uppercase; }
.cl-button-small.uppercase { font-size: 10px; text-transform: uppercase; }
.cl-button { color: #333333; background-color: #eeeeee; }
    .cl-button:hover { color: #111; background-color: #f5f5f5; }
.cl-button-primary { color: #ffffff; background-color: #08c9b9; }
    .cl-button-primary:hover { color: #ffffff; background-color: #07b0a2; border-color: #07b0a2; }
/***********/

.is-opacity-20 { opacity: 1; }
.is-opacity-25 { opacity: 1; }
.is-opacity-30 { opacity: 1; }
.is-opacity-35 { opacity: 1; }
.is-opacity-40 { opacity: 1; }
.is-opacity-45 { opacity: 1; }
.is-opacity-50 { opacity: 1; }
.is-opacity-55 { opacity: 1; }
.is-opacity-60 { opacity: 1; }
.is-opacity-65 { opacity: 1; }
.is-opacity-70 { opacity: 1; }
.is-opacity-75 { opacity: 1; }
.is-opacity-80 { opacity: 1; }
.is-opacity-85 { opacity: 1; }
.is-opacity-90 { opacity: 1; }
.is-opacity-95 { opacity: 1; }

.is-opacity-20 .is-container > div > div:not(.row-tool) { opacity: 0.2; }
.is-opacity-25 .is-container > div > div:not(.row-tool) { opacity: 0.25; }
.is-opacity-30 .is-container > div > div:not(.row-tool) { opacity: 0.3; }
.is-opacity-35 .is-container > div > div:not(.row-tool) { opacity: 0.35; }
.is-opacity-40 .is-container > div > div:not(.row-tool) { opacity: 0.4; }
.is-opacity-45 .is-container > div > div:not(.row-tool) { opacity: 0.45; }
.is-opacity-50 .is-container > div > div:not(.row-tool) { opacity: 0.5; }
.is-opacity-55 .is-container > div > div:not(.row-tool) { opacity: 0.55; }
.is-opacity-60 .is-container > div > div:not(.row-tool) { opacity: 0.6; }
.is-opacity-65 .is-container > div > div:not(.row-tool) { opacity: 0.65; }
.is-opacity-70 .is-container > div > div:not(.row-tool) { opacity: 0.7; }
.is-opacity-75 .is-container > div > div:not(.row-tool) { opacity: 0.75; }
.is-opacity-80 .is-container > div > div:not(.row-tool) { opacity: 0.8; }
.is-opacity-85 .is-container > div > div:not(.row-tool) { opacity: 0.85; }
.is-opacity-90 .is-container > div > div:not(.row-tool) { opacity: 0.9; }
.is-opacity-95 .is-container > div > div:not(.row-tool) { opacity: 0.95; }

.has-no-wrapper .is-container { max-width: 100%; padding: 0 !important; margin: 0 !important; }

/* ADJUSTMENT */
#md-view-html { height: 90% !important }


/* DARK */
.md-content { background: rgba(0,0,0,0.9); color: rgba(255,255,255,0.5); }
.md-modal-handle { color: rgba(255,255,255,0.5); }
.md-modal .md-title { color: rgba(255,255,255,0.5); }
.md-modal textarea { background-color: rgba(0,0,0,0.9); color: rgba(255,255,255,0.6); border: rgba(150, 150, 150, 0.5) 1px solid; overflow-x: hidden; }
.md-modal select { background: rgba(255,255,255,0.25); color: rgba(255,255,255,0.6); }
    .md-modal select option { color: #000; }
.md-modal input[type='checkbox'] { opacity: 0.7 }
.md-modal .md-label { background: none; color: rgba(255,255,255,0.6); }
.md-modal input[type='text'] { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); border: none; }

.md-modal button { background: rgba(150, 150, 150, 0.17); color: rgba(255,255,255,0.5); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
    .md-modal button:hover { background-color: rgba(150, 150, 150, 0.25); color: rgba(255,255,255,0.6); }
.md-footer button { background: rgba(0,0,0,0.75); color: rgba(255,255,255,0.6); border-top-left-radius: 0; border-top-right-radius: 0; }
    .md-footer button:hover { background: rgba(0,0,0,0.7); color: rgba(255,255,255,0.7); }

.md-modal button.cl-button-footer { background: rgba(100, 100, 100, 0.45); color: rgba(255,255,255,0.6); font-size: 12px; text-transform: uppercase }
    .md-modal button.cl-button-footer:hover { background-color: rgba(100, 100, 100, 0.55); color: rgba(255,255,255,0.7); }

.is-tab-links > a { color: rgba(255,255,255,0.5); }
    .is-tab-links > a.active { background: #2C2C2C; color: rgba(255,255,255,0.55); }

#rte-toolbar { background: none; border: none; }
    #rte-toolbar button { background-color: rgba(0,0,0,0.8); color: rgba(255,255,255,0.7); }
        #rte-toolbar button:hover { background-color: rgba(0, 0, 0, 0.6); color: rgba(255,255,255,0.9); }
.rte-pop { background: none; border: none; z-index: 1; }
    .rte-pop button { background-color: rgba(0,0,0,0.8) !important; color: rgba(255,255,255,0.7); }
        .rte-pop button:hover { background-color: rgba(0, 0, 0, 0.6) !important; color: rgba(255,255,255,0.9); }

#ifrHeadings, #ifrFonts, #ifrFontSize { background: #fff; }

#divTool { background-color: rgb(191, 191, 191); }
#divSnippetList { border-bottom: transparent 55px solid; }
    #divSnippetList div { background-color: rgba(0, 0, 0, 0.45); }
        #divSnippetList div img { opacity: 0.85; }
        #divSnippetList div:hover img { opacity: 0.95; }
#lnkToolOpen { background-color: rgb(191, 191, 191); color: rgb(0, 0, 0); }
#divTool select { opacity: 0.85; }

.section-list { background: rgba(255, 255, 255, 0.83); }
    .section-list div { background: transparent }
        .section-list div img { opacity: 0.9; }
        .section-list div:hover img { opacity: 1; }
        .section-list div img { border: none; }

#btnInsertPlh, #btnDelRowCancel, #btnDelSectionCancel, #btnTextColorOk, #btnTextColorClear { background-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.5); border-color: transparent; }
    #btnInsertPlh:hover, #btnDelRowCancel:hover, #btnDelSectionCancel:hover, #btnTextColorOk:hover, #btnTextColorClear:hover { background-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.6); border-color: transparent; }
#btnDelRowOk, #btnDelSectionOk { background-color: rgba(8, 201, 185, 0.51); color: rgba(255,255,255,0.5); border-color: transparent; }
    #btnDelRowOk:hover, #btnDelSectionOk:hover { background-color: rgba(8, 201, 185, 0.6); color: rgba(255,255,255,0.6); border-color: transparent; }

#inpTextColor { background-color: rgba(0,0,0,1); color: rgba(255,255,255,0.3); border: none; }
#inpSectColor { padding: 2px 7px; width: 180px; height: 36px; margin: 5px; display: inline-block; border: #dcdcdc 1px solid; background-color: rgba(0,0,0,1); color: rgba(255,255,255,0.3); border: none; }

.md-tabs > * { background: rgba(0, 0, 0, 1); color: rgba(255, 255, 255, 0.7); }
.md-tabs > .active { background: rgba(255,255,255,0.7); color: rgba(0, 0, 0, 1); }

div.is-section-20 { height: 20vh !important; }
div.is-section-30 { height: 30vh !important; }
div.is-section-40 { height: 40vh !important; }
div.is-section-50 { height: 50vh !important; }
div.is-section-60 { height: 60vh !important; }
div.is-section-75 { height: 75vh !important; }
div.is-section-100 { height: 100vh !important; }
div.is-section-auto { height: auto !important; }
.fancybox-close{right:5px; top: -40px;}

/* Backoffice Buttons */
body [data-zcms-door] { color:#FFF !important;  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; position: absolute; top: 10px; right: 10px; z-index: 999; display: inline-block; height: 30px; line-height: 30px; padding: 0 10px; color: #ffffff; background-color: #2c3e50; border-color: #000; font-size: 14px; -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75); box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75); }
body [data-zcms-door] i { margin-right: 2px; vertical-align: middle; }
body [data-zcms-door]:hover { background: #691384; -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75); box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75); }
body [data-zcms-door] i { margin-right: 2px; vertical-align: middle; }
body [data-zcms-door].newitemdoor { top: 10px;right: unset;left: 10px;}
body [data-zcms-login] { }
body [data-zcms-door="inline"] { display:inline-block; position:relative; vertical-align:middle; top: auto; right:auto; }

body .zcmscontent-options { display: block; padding: 20px; text-align: center; }
    body .zcmscontent-options a { margin: 0 10px; display: none; }
        body .zcmscontent-options a.zcmscontent-edit { display: inline-block; }
        body .zcmscontent-options a.zcmscontentbox-edit { display: inline-block; }
    body .zcmscontent-options.active a { display: inline-block; }
        body .zcmscontent-options.active a.zcmscontent-edit { display: none; }
        body .zcmscontent-options.active a.zcmscontentbox-edit { display: none; }

body .zcmscontent { }
    body .zcmscontent.active { border: 1px solid #999; }
        body .zcmscontent.active .block-placeholder { margin: 15px; min-height: 120px; border: 2px dashed #808080; border-radius: 30px; background: none; }
        body .zcmscontent.active.loading { opacity: 0.7; filter: alpha(opacity=70); background: #999; }
        body .zcmscontent.active hr { padding-bottom: 4px; padding-top: 5px; }

body .zcmscontent.active .os-animation { opacity: 1;}

.is-section-tool{ z-index: 10000;}
.row-tool{width: 120px;top: -31px; left: -1px!important;}
.row-handle{display: inline-block;    border-radius: 0;}
.row-html{display: inline-block;    border-radius: 0;}
.row-copy{display: inline-block;    border-radius: 0;}
.row-remove{display: inline-block;    border-radius: 0;}

[data-sections="false"] .is-section-tool { display:none !important; visibility:hidden !important; }

/*.is-boxes{min-height:30px;}*/
.no-margin-section .is-container{margin-top:0!important; margin-bottom:0!important;}

.zcmscontent.active .addthis-sharing { background: #808080; position:relative; }
.zcmscontent.active .addthis-sharing:after { content: 'AddThis Sharing'; display:block; position:absolute; left:0; right:0; height:20px; line-height:20px; margin:auto; top:0; bottom:0; color:#FFF; }

#rte-toolbar { display: none; width: 724px !important; padding: 0; text-align: center !important; position: fixed !important; top: 20px !important; left: calc((100% - 724px)/2) !important; margin: 0px !important; opacity: 1; z-index: 1001; }
