/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height:              1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height:     0; /* 1 */
    overflow:   visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size:   1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom:   none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size:   1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
    max-width:    100%;
    height:       auto;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size:   100%; /* 1 */
    margin:      0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing:  border-box; /* 1 */
    color:       inherit; /* 2 */
    display:     table; /* 1 */
    max-width:   100%; /* 1 */
    padding:     0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding:    0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset:     -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font:               inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/*!
 *  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('../../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../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}
/* perfect-scrollbar v0.6.2 */
.ps-container {
    overflow: hidden !important; }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }

.ps-container.ps-in-scrolling {
    pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #CCC;
    opacity:          0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #CCC;
    opacity:          0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
    display:               none;
    position:              absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -ms-border-radius:     4px;
    border-radius:         4px;
    opacity:               0;
    -webkit-transition:    background-color .2s linear, opacity .2s linear;
    -moz-transition:       background-color .2s linear, opacity .2s linear;
    -o-transition:         background-color .2s linear, opacity .2s linear;
    transition:            background-color .2s linear, opacity .2s linear;
    bottom:                0;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height:                8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position:              absolute;
    /* please don't change 'position' */
    background-color:      #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -ms-border-radius:     4px;
    border-radius:         4px;
    -webkit-transition:    background-color .2s linear;
    -moz-transition:       background-color .2s linear;
    -o-transition:         background-color .2s linear;
    transition:            background-color .2s linear;
    bottom:                0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height:                8px; }

.ps-container > .ps-scrollbar-y-rail {
    display:               block;
    position:              absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -ms-border-radius:     4px;
    border-radius:         4px;
    opacity:               0.5;
    -webkit-transition:    background-color .2s linear, opacity .2s linear;
    -moz-transition:       background-color .2s linear, opacity .2s linear;
    -o-transition:         background-color .2s linear, opacity .2s linear;
    transition:            background-color .2s linear, opacity .2s linear;
    right:                 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width:                 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position:              absolute;
    /* please don't change 'position' */
    background-color:      #999;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -ms-border-radius:     4px;
    border-radius:         4px;
    -webkit-transition:    background-color .2s linear;
    -moz-transition:       background-color .2s linear;
    -o-transition:         background-color .2s linear;
    transition:            background-color .2s linear;
    right:                 0;
    /* there must be 'right' for ps-scrollbar-y */
    width:                 8px; }

.ps-container:hover.ps-in-scrolling {
    pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #CCC;
    opacity:          0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #CCC;
    opacity:          0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #CCC;
    opacity:          0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #CCC;
    opacity:          0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999; }
@charset "UTF-8";

.anim,
.animGroup{
    opacity: 0;
}

html.no-js .anim,
html.no-js .animGroup,
.anim.animated,
.animGroup.animated{
    opacity: 1;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */

.animated{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-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)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-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(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-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(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-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{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-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)}to{-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}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-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)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-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)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{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)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{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)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{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)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{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)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-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)}to{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)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{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)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{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)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{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)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-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}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-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}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-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}to{-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-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-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}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-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}to{-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-keyframes lightSpeedIn{from{-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}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-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}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-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{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-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}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}input[type="text"],
input[type="password"],
select,
textarea {
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    color:              #333;
    background-color:   #FCFCFC;
    border:             1px solid #BBB;
    font-family:        'Open Sans', Arial, Helvetica, sans-serif;
    font-size:          1em;
    padding:            10px;
    display:            block;
    position:           relative;
    border-radius:      3px;
    height:             3em;
}

select.inputField[multiple="multiple"] {
    height: 300px;
}

select {
    background-image:    url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23333%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat:   no-repeat;
    background-position: right center;
    -webkit-appearance:  none;
    -moz-appearance:     none;
    appearance:          none;
    padding:             10px;
    padding-right:       25px;
    font-weight:         400;
    font-size:           1em;

}

input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
    background-color: #F8F8F8;
    border-color:     #BBB;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    background-color: #E6E6E6;
    border-color:     #1D45AA;
}

input.dateTimeField,
select.dateTimeField {
    display: inline-block;
}

input.dateTimeField:hover,
select.dateTimeField:hover {
}

.aClock {
    position: absolute;
    margin:   10px 0 0 10px;
}

optgroup {
    font-weight: normal;
    font-style:  normal;
    line-height: 2em;
    font-size:   1.2em;
    padding:     4px;
    color:       #EB690B;
}

input[type="text"].fieldError,
input[type="password"].fieldError,
select.fieldError,
select.dateTimeField.fieldError {
    border-color: #D3332F;
}

input[type="text"].fieldError:focus,
input[type="password"].fieldError:focus,
select.fieldError:focus,
select.dateTimeField.fieldError:focus {
    border-color: #1D45AA;
}

.textarea,
.textWysiwyg {
    height:      150px;
    font-size:   1em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.4em;
}

.textarea.text {
    height: 320px;
}

.textWysiwyg {
    height: 400px;
}

/** chkBox / radio style ******************************************************************************************************/

input[type="checkbox"].chkBox,
input[type="radio"] {
    border:   0;
    clip:     rect(0 0 0 0);
    height:   1px;
    margin:   -1px;
    overflow: hidden;
    padding:  0;
    position: absolute;
    width:    1px;
}

input[type="checkbox"].chkBox + label,
input[type="radio"] + label {
    position:            relative;
    padding:             0 10px 0 1.8em;
    vertical-align:      middle;
    -webkit-user-select: none;
    -moz-user-select:    none;
    -ms-user-select:     none;
    user-select:         none;
    cursor:              pointer;
    display:             inline-block;
    text-align:          left;
}

input[type="radio"] + label {
    padding:      15px 10px 0 2.5em;
    margin-right: 30px;
}

input[type="checkbox"].chkBox + label:before,
input[type="radio"] + label:before {
    content:    '';
    position:   absolute;
    top:        3px;
    left:       0;
    width:      16px;
    height:     16px;
    background: #FFF;
    font-size:  18px;
    text-align: center;
    border:     1px solid #AAA;
}

input[type="radio"] + label:before {
    top: 17px;
}

input[type="checkbox"].chkBox + label:after,
input[type="radio"] + label:after {
    content:            '';
    background-color:   #666;
    box-shadow:         inset 0 0 8px #000;
    position:           absolute;
    left:               4px;
    width:              10px;
    height:             10px;
    -webkit-transform:  scale(0);
    -ms-transform:      scale(0);
    transform:          scale(0);
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition:         transform 150ms ease-out;
}

input[type="radio"] + label:after {
    top: 21px;
}

input[type="checkbox"].chkBox + label:after {
    background-color:     transparent;
    top:                  8px;
    left:                 4px;
    width:                9px;
    height:               4px;
    border-style:         solid;
    border-color:         #333;
    border-width:         0 0 2px 2px;
    box-shadow:           none;
    -webkit-border-image: none;
    -o-border-image:      none;
    border-image:         none;
    -webkit-transform:    rotate(-50deg) scale(0);
    -ms-transform:        rotate(-50deg) scale(0);
    transform:            rotate(-50deg) scale(0);
}

input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform:     scale(1);
    transform:         scale(1);
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
    border-radius: 50%;
}

input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(-50deg) scale(1.3);
    -ms-transform:     rotate(-50deg) scale(1.3);
    transform:         rotate(-50deg) scale(1.3);
}

.lt-ie9 input[type="checkbox"].chkBox {
    border:     1px solid #FFF;
    background: #FFF;
    clip:       auto;
    height:     auto;
    margin:     10px 0 0 10px;
    overflow:   auto;
    padding:    0;
    position:   relative;
    width:      auto;
    float:      left;
}

.lt-ie9 input[type="checkbox"].chkBox + label:before,
.lt-ie9 input[type="checkbox"].chkBox + label:after {
    display: none;
}

.radioError {
    border-bottom: 2px solid #D3332F;
}

/** label style ******************************************************************************************************/

label.field-label {
    /*padding-bottom: .5em;*/
    /*padding-top:    .6em;*/
    /*display: inline-block;*/
}

label.field-label small {
    color:       #888;
    font-size:   .85em;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 300;
}

span.requiredField {
    color:          #D3332F;
    font-size:      .8em;
    vertical-align: super;
    display:        inline-block;
    margin-top:     -10px;
}

/** button style ******************************************************************************************************/

input[type="submit"],
input[type="button"],
button[type="button"],
.fakeButton,
a.fakeButton {
    position:           relative;
    color:              #FFF;
    font-family:        'Roboto', Arial, Verdana, Helvetica, sans-serif;
    font-weight:        400;
    font-size:          1.05em;
    outline:            0;
    cursor:             pointer;
    display:            inline-block;
    padding:            .9em;
    border:             1px solid #CCCCCC;
    border-radius:      3px;
    -webkit-transition: all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    text-decoration:    none;
    text-align:         center;
}

input[type="submit"].disabled,
input[type="button"].disabled,
button[type="button"].disabled {
    opacity: .3;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button[type="button"]::-moz-focus-inner,
.fakeButton,
a.fakeButton {
    border: none;
}

input[type="submit"].greyLine,
input[type="button"].greyLine,
button[type="button"].greyLine,
.greyLine,
a.greyLine {
    border:     1px solid #999;
    background: #999;
    color:      #FFF;
}

input[type="submit"].greyLine:hover,
input[type="button"].greyLine:hover,
button[type="button"].greyLine:hover,
.greyLine:hover,
a.greyLine:hover {
    border:     1px solid #AAA;
    background: #AAA;
}

input[type="submit"].darkGreyLine,
input[type="button"].darkGreyLine,
button[type="button"].darkGreyLine,
.darkGreyLine,
a.darkGreyLine {
    color:      #FFF;
    border:     1px solid rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .3);
}

input[type="submit"].darkGreyLine:hover,
input[type="button"].darkGreyLine:hover,
button[type="button"].darkGreyLine:hover,
a.darkGreyLine:hover,
.darkGreyLine:hover {
    border:     1px solid rgba(50, 50, 50, .3);
    background: rgba(50, 50, 50, .3);
}

input[type="submit"].greenLine,
input[type="button"].greenLine,
button[type="button"].greenLine,
.greenLine,
a.greenLine {
    color:      #FFF;
    border:     1px solid #66A467;
    background: #66A467;
}

input[type="submit"].greenLine:hover,
input[type="button"].greenLine:hover,
button[type="button"].greenLine:hover,
.greenLine:hover,
a.greenLine:hover {
    border:     1px solid #427140;
    background: #427140;
}

input[type="submit"].greenBlueLine,
input[type="button"].greenBlueLine,
button[type="button"].greenBlueLine,
.greenBlueLine,
a.greenBlueLine {
    color:      #FFF;
    border:     1px solid #6695A4;
    background: #6695A4;
}

input[type="submit"].greenBlueLine:hover,
input[type="button"].greenBlueLine:hover,
button[type="button"].greenBlueLine:hover,
.greenBlueLine:hover,
a.greenBlueLine:hover {
    border:     1px solid #4C707E;
    background: #4C707E;
}

input[type="submit"].redLine,
input[type="button"].redLine,
button[type="button"].redLine,
.redLine,
a.redLine {
    color:      #FFF;
    border:     1px solid #974C4C;
    background: #974C4C;
}

input[type="submit"].redLine:hover,
input[type="button"].redLine:hover,
button[type="button"].redLine:hover,
.redLine:hover,
a.redLine:hover {
    background: #7B3433;
    border:     1px solid #7B3433;
}

input[type="submit"].darkBlue,
input[type="button"].darkBlue,
button[type="button"].darkBlue,
.darkBlue,
a.darkBlue {
    color:      #FFF;
    background: #4F667C;
    border:     1px solid #4F667C;
}

input[type="submit"].darkBlue:hover,
input[type="button"].darkBlue:hover,
button[type="button"].darkBlue:hover,
.darkBlue:hover,
a.darkBlue:hover {
    border:     1px solid #3B505D;
    background: #3B505D;
}

input.inputSpamField {
    display: none;
}

.ck-editor__editable {
    height:     380px;
    overflow-y: auto;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    margin:  0 0 1em;
    padding: 0;
    float:   none;
    color:   #333;
}

.ck-content p {
    margin-bottom: 1em;
    padding:       0;
}

.ck-content ul {
    list-style-type: square;
}
:root {
    --reseller-color: #E21F18;
}

@font-face {
    font-family:   'Roboto';
    font-style:    normal;
    font-weight:   400;
    src:           local('Roboto'), local('Roboto-Regular'), url('../../fonts/roboto-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family:   'Roboto';
    font-style:    normal;
    font-weight:   700;
    src:           local('Roboto Bold'), local('Roboto-Bold'), url('../../fonts/roboto-bold.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family:   'Roboto Condensed';
    font-style:    normal;
    font-weight:   300;
    src:           local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('../../fonts/roboto-condensed-300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family:   'Roboto Condensed';
    font-style:    normal;
    font-weight:   400;
    src:           local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../../fonts/roboto-condensed-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    width:       100%;
    height:      100vh;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size:   100%;
    background:  #FFF;

}

body {
    margin:      0;
    padding:     0;
    width:       100%;
    height:      100vh;
    font-size:   .9em;
    background:  #CDCDCD;
    cursor:      default;
    line-height: 1.7em;
    color:       #444;
}

.browserupgrade {
    display: none;
}

.ieHorror .browserupgrade {
    display:    block;
    position:   fixed;
    top:        45%;
    left:       35%;
    width:      400px;
    height:     auto;
    z-index:    999999;
    background: #990000;
    color:      #FFF;
    padding:    20px;
}

.ieHorror .browserupgrade a {
    color:           #FFF;
    text-decoration: underline;
}

body.noReseller {
    background: #FFF;
}

body::before {
    content:            '';
    position:           fixed;
    top:                -10px;
    left:               0;
    width:              100%;
    height:             10px;
    z-index:            99;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    box-shadow:         0 0 10px rgba(0, 0, 0, .8);
}

#iFrameHelper {
    display: none;
}

::-moz-selection {
    background-color: var(--reseller-color);
    color:            #FFFFFF;
    text-shadow:      none;
}

::selection {
    background-color: var(--reseller-color);
    color:            #FFFFFF;
    text-shadow:      none;
}

h1, h2, h3, h4, h5, h6 {
    margin:      0;
    padding:     0;
    line-height: 1.3em;
    font-weight: 400;
    position:    relative;
    color:       #888;

}

h1 {
    font-size:      2em;
    font-family:    'Roboto', Arial, sans-serif;
    margin-bottom:  1em;
    padding-bottom: .5em;
    color:          var(--reseller-color);
}

h1:before {
    position:      absolute;
    content:       '';
    left:          0;
    bottom:        8px;
    width:         30px;
    border-bottom: 1px solid #AAA;
}

h2 {
    font-family:    'Roboto', Arial, sans-serif;
    font-size:      1.7em;
    margin-bottom:  .7em;
    padding-bottom: .5em;
}

h3 {
    font-family:    'Roboto', Arial, sans-serif;
    font-size:      1.6em;
    margin-bottom:  .5em;
    padding-bottom: .5em;
}

h4 {
    font-size:     1.3em;
    margin-bottom: .4em;
}

h5 {
    font-size:     1.2em;
    margin-bottom: .3em;
}

h6 {
    font-size:     1.1em;
    margin-bottom: .2em;
}

a {
    text-decoration:    none;
    -webkit-transition: all .3s;
    transition:         all .3s;
}

p {
    margin: 0 0 1em;
}

ul {
    list-style-type: none;
}

strong, b {
    font-weight: 700;
}

hr {
    border:     none;
    border-top: 1px solid #DDD;
    margin:     0 0 1em 0;
}

.clear {
    clear:   both;
    margin:  0;
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display:    block;
    font-size:  0;
    content:    " ";
    clear:      both;
    height:     0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

* {
    box-sizing:      border-box;
    -moz-box-sizing: border-box;
}

/* ==========================================================================
   Page without Reseller
   ========================================================================== */

.flexStart {
    display:        flex;
    flex-direction: column;
}

.flexStart div:nth-of-type(2) img {
    display: block;
}

@media only screen and (min-width: 860px) {

    .flexStart {
        flex-direction: row;
    }

    .flexStart div:nth-of-type(1) {
        width: 45%;
    }

    .flexStart div:nth-of-type(2) {
        display:         flex;
        justify-content: flex-end;
        flex-direction:  column;
        width:           55%;
    }
}

@media only screen and (min-width: 1024px) {

    .flexStart div:nth-of-type(1) {
        width: 60%;
    }

    .flexStart div:nth-of-type(2) {
        width: 40%;
    }
}

.descriptionText {
    color: #666;
}

.descriptionText h2 {
    margin:  0 0 10px;
    padding: 0;
    color:   #333;
}

.descriptionText ul {
    list-style-type: none;
    margin:          0;
    padding:         0;
}

.descriptionText ul li {
    position:      relative;
    margin-left:   70px;
    margin-bottom: 1.5em;
}

.descriptionText ul li::before {
    content:       '1';
    font-family:   'Roboto Condensed', Arial, sans-serif;
    font-weight:   400;
    font-size:     30px;
    border:        1px solid var(--reseller-color);
    background:    var(--reseller-color);
    border-radius: 50%;
    color:         #FFF;
    line-height:   48px;
    width:         50px;
    height:        50px;
    position:      absolute;
    top:           0;
    left:          -70px;
    text-align:    center;
    box-shadow:    inset 0 0 25px rgba(255, 255, 255, .1);
}

@media only screen and (min-width: 1024px) {
    .descriptionText ul {
        display:        flex;
        flex-direction: row;
    }

    .descriptionText ul li {
        margin-left:   90px;
        margin-bottom: 0;
        width:         33.3333333333%;
    }

    .descriptionText ul li::before {
        font-size:   50px;
        line-height: 68px;
        width:       70px;
        height:      70px;
        left:        -90px;
    }
}

.descriptionText ul li:nth-of-type(2)::before {
    content: '2';
}

.descriptionText ul li:nth-of-type(3)::before {
    content: '3';
}

/* ==========================================================================
   PageWrapper & Spacer
   ========================================================================== */

.pageWrapper {
    position:      relative;
    max-width:     1400px;
    width:         100%;
    margin-left:   auto;
    margin-right:  auto;
    padding-left:  1em;
    padding-right: 1em;
}

.pageWrapper.small {
    max-width: 1200px;
}

.pageWrapper.xsmall {
    max-width: 1024px;
}

.spacer {
    padding-left:  1em;
    padding-right: 1em;
}

@media only screen and (min-width: 768px) {

    .pageWrapper {
        padding-left:  2em;
        padding-right: 2em;
    }

    .topBottom {
        padding-top:    2em;
        padding-bottom: 2em;
    }

    .topBottom.extra {
        padding-bottom: 3em;
    }

    .xMarginTop {
        margin-bottom: 2.5em;
    }

    .xMarginBottom {
        margin-bottom: 2.5em;
    }
}

@media only screen and (min-width: 1024px) {
    .spacer {
        padding-left:  1.5em;
        padding-right: 1.5em;
    }

    .pageWrapper {
        padding-left:  2.5em;
        padding-right: 2.5em;
    }

    .topBottom {
        padding-top:    2.5em;
        padding-bottom: 2.5em;
    }

    .topBottom.extra {
        padding-bottom: 4em;
    }

    .xMarginTop {
        margin-bottom: 4em;
    }

    .xMarginBottom {
        margin-bottom: 4em;
    }
}

/* ==========================================================================
   Sidebar Overlay
   ========================================================================== */

#navOverlay {
    width:              100%;
    height:             0;
    visibility:         hidden;
    top:                0;
    left:               0;
    position:           fixed;
    background:         rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s;
    transition:         opacity .3s;
    opacity:            0;
    z-index:            4;
}

.showNavigation #navOverlay {
    opacity:    1;
    visibility: visible;
    height:     100vh;
}

/* ==========================================================================
   Sidebar and Navigation
   ========================================================================== */

#navDummy {
    position: relative;
}

ul#deskNav {
    margin:          0;
    padding:         0;
    list-style-type: none;
}

ul#deskNav li {
    margin:      0;
    padding:     0;
    display:     inline-block;
    margin-left: 1em;
    position:    relative;
}

ul#deskNav li.hideDesktop {
    display: inline-block;
}

ul#deskNav li.hideMobile {
    display: none;
}

ul#deskNav li:last-of-type {
    margin-left: 1em;
}

@media only screen and (min-width: 768px) {
    ul#deskNav li.hideDesktop {
        display: none;
    }

    ul#deskNav li.hideMobile {
        display: inline-block;
    }
}

#headerContainer {
    background:    #FFF;
    position:      fixed;
    width:         100%;
    border-bottom: 3px solid var(--reseller-color);
    top:           0;
    left:          0;
    z-index:       3;
    box-shadow:    0 1em 1em #FFF;
}

.mobileHeader {
    display:     flex;
    align-items: center;
    position:    relative;
}

.mobileHeader div:nth-of-type(1) {
    text-align: left;
    width:      40%;
    padding:    .7em 0 .2em;
}

.mobileHeader div:nth-of-type(1) img {
    display:   inherit;
    max-width: 190px;
    width:     100%;
    height:    auto;
}

.mobileHeader div:nth-of-type(2) {
    text-align: right;
    width:      60%;
}

.mobileHeader div:nth-of-type(2) a {
    display:       inline-block;
    padding:       1em;
    padding-right: 0;
    color:         var(--reseller-color);

}

.mobileHeader div:nth-of-type(2) a i {
    font-size: 1.2em;
}

.mobileHeader div:nth-of-type(2) a:hover {
    color: #AAA;
}

.mobileHeader div:nth-of-type(2) a.actionButton {
    display: inline-block;
    border:  1px solid var(--reseller-color);
    color:   var(--reseller-color);
    padding: .5em .7em;
}

.mobileHeader div:nth-of-type(2) a.actionButton:hover {
    color:      #FFF;
    background: var(--reseller-color);
}

#navigation {
    width:              300px;
    height:             100%;
    position:           fixed;
    left:               0;
    top:                0;
    transform:          translateX(-400px);
    background:         #FFF;
    color:              #333;
    -webkit-transition: transform .6s ease-in-out;
    transition:         transform .6s ease-in-out;
    z-index:            5;
    padding:            0 1em 1em;
    box-shadow:         0 0 2em rgba(0, 0, 0, .5);

}

.showNavigation #navigation {
    transform: translateX(0);
}

#navigation ul {
    list-style-type: none;
    margin:          0;
    padding:         0;
}

#navigation ul li {
    margin:  0;
    padding: .5em 0;
    display: block;
}

#navigation ul li a {
    color: var(--reseller-color);
}

#navigation ul li a:hover {
    color: #CCC;
}


/* ==========================================================================
   Main Content
   ========================================================================== */

#main,
#main2,
#main3,
#main4 {
    position:   relative;
    background: #FFF;
    z-index:    2;
    padding:    3em 0 3em;
}

#main2 {
    background-color: #EEE;
}

#main3 {
    background-color: var(--reseller-color);
    color:            #FFF;
}

#main3 a {
    color: #FFF;
}

#main3 a:hover {
    text-decoration: underline;
}

#main3 h2 {
    color: #FFF;
}

#main4 {
    background-color: #FFF;
}

.normPage a {
    color: var(--reseller-color);
}

.normPage a:hover {
    color: #CCC;
}

/* ==========================================================================
   Order
   ========================================================================== */

.order {
    display:        flex;
    flex-direction: column;
}

.order .choice {
    background: #EEE;
    background: linear-gradient(319deg, rgba(239, 239, 239, 1) 0%, rgba(248, 248, 248, 1) 100%);
    padding:    2em 1em;
    border:     1px solid #E6E6E6;
}

.left,
.middle,
.right,
.leftMiddle {
    margin-bottom: 2em;
    position:      relative;
}

@media only screen and (min-width: 768px) {
    .order .selection {
        padding: 2em 0;
    }

    .order {
        display:         flex;
        flex-direction:  row;
        flex-wrap:       wrap;
        justify-content: space-between;
        align-items:     flex-start;
    }

    .left,
    .middle {
        width: 45%;
    }

    .right {
        width: 100%;
    }

    .leftMiddle {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .left,
    .middle {
        width: 31%;
    }

    .right {
        width: 31%;
    }

    .leftMiddle {
        width: 62%;
    }

}

/* ==========================================================================
   MP3 Controll
   ========================================================================== */

.playButton,
.playTogether {
    position:    relative;
    display:     inline-block;
    cursor:      pointer;
    color:       #333;
    padding:     0 8px;
    margin-left: 20px;
}

.playButton:before,
.playTogether:before {
    position:    absolute;
    content:     '\f04b';
    font-family: FontAwesome;
    color:       #AAA;
    left:        -15px;
}

.playButton.pause:before,
.playTogether.pause:before {
    position:    absolute;
    content:     '\f04c';
    font-family: FontAwesome;
    color:       #3FAA3B;
}

/* ==========================================================================
   ToolTip
   ========================================================================== */
.showTT {
}

.tt {
    display:          none;
    position:         absolute;
    border:           1px solid #333;
    background-color: #333;
    border-radius:    3px;
    padding:          6px 10px;
    color:            #FFF;
    z-index:          999;
    font-size:        .8em;
}

.tt:before {
    position:     absolute;
    content:      '';
    top:          -10px;
    left:         calc(50% - 15px);
    width:        0;
    height:       0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #333 transparent;
}

h3.speakerTitleHeadline {
    padding-bottom: 0;
}

.speakerTitleDescription {
    color:         #888;
    margin-bottom: 2em;
}

/* ==========================================================================
   SpeakerTable
   ========================================================================== */
.isPremium {
    color: #C9842A;
}

.isUnavailable {
    color: #994741;
}

table.speakerList {
    border:         none;
    width:          100%;
    border-spacing: 0;
}

table.speakerList tr td {
    vertical-align:     middle;
    padding:            .2em .5em;
    background-color:   #FFF;
    -webkit-transition: background-color .3s;
    transition:         background-color .3s;
}

table.speakerList tr.active td,
table.speakerList tr:hover td {
    background-color: #EEE;
}

table.speakerList tr td img {
    vertical-align:   middle;
    display:          inline-block;
    margin-right:     1em;
    background-color: #FFF;
    border:           1px solid #B1B1B3;
    padding:          3px;
    border-radius:    50%;
}

table.speakerList tr td:nth-of-type(1) {
    width: 70%;
}

table.speakerList tr td:nth-of-type(2) {
    text-align: right;
    width:      30%;
    font-size:  .8em;
    color:      #AAA;
}

/* ==========================================================================
   TitleTable
   ========================================================================== */

table.titleList {
    border:         none;
    width:          100%;
    border-spacing: 0;
}

table.titleList tr td {
    vertical-align:     middle;
    padding:            .1em 1em;
    background-color:   #FFF;
    -webkit-transition: background-color .3s;
    transition:         background-color .3s;
    width:              100%;
}

table.titleList tr.active td,
table.titleList tr:hover td {
    background-color: #EEE;
}

/* ==========================================================================
   SelectionTable
   ========================================================================== */

table.selectionTable {
    width: 100%;
}

table.selectionTable td {
    width: 80%;
}

table.selectionTable td:nth-of-type(2) {
    text-align: right;
    width:      20%;
}

table.selectionTable tr.mwst td {
    padding-top: .5em;
}

table.selectionTable tr.mwst td:nth-of-type(2) {
    border-top: 1px solid #CCC;
}

table.selectionTable tr.total td {
    padding-top: .5em;
    font-weight: bold;
}

table.selectionTable tr.total td:nth-of-type(2) {
    border-top: 1px solid #CCC;
}

/* ==========================================================================
   SelectionHints
   ========================================================================== */

ul.selectionHints {
    background:      rgba(255, 255, 255, .9);
    border:          1px solid #CCC;
    margin:          0;
    padding:         .5em;
    list-style-type: none;
}

ul.selectionHints li {
    font-size: .8em;
}

ul.selectionHints li:nth-of-type(1) {
    font-size: 1em;
}

/* ==========================================================================
   SelectionActionButton
   ========================================================================== */
#selection a.actionButton,
#selection a.actionButton.selection.incomplete,
#selection a.actionButton.selection.incompleteArticle,
#selection a.actionButton.selection.incompleteConfig,
button[type="submit"].actionButton {
    display:            inline-block;
    border:             1px solid var(--reseller-color);
    color:              var(--reseller-color);
    padding:            .5em .7em;
    background:         transparent;
    cursor:             pointer;
    outline:            0;
    line-height:        1.7em;
    -webkit-transition: all .3s;
    transition:         all .3s;
}

#selection a.actionButton:hover,
#selection a.actionButton.selection,
button[type="submit"].actionButton.selection,
button[type="submit"].actionButton:hover {
    color:      #FFF;
    background: var(--reseller-color);
}

#selection a.actionButton.selection:hover,
button[type="submit"].actionButton.selection:hover {
    border:     1px solid var(--reseller-color);
    color:      var(--reseller-color);
    background: transparent;
}

#selection a.actionButton.incomplete,
#selection a.actionButton.incompleteArticle,
#selection a.actionButton.incompleteConfig,
button[type="submit"].actionButton.incompleteConfig {
    opacity: .4;
}

#selection a.actionButton.incomplete:hover,
#selection a.actionButton.incompleteArticle:hover,
#selection a.actionButton.incompleteConfig:hover,
button[type="submit"].actionButton.incompleteConfig:hover {
    border:     1px solid var(--reseller-color);
    color:      var(--reseller-color);
    background: transparent;
}

#selection h3 {
    padding-bottom: 0;
}

/* ==========================================================================
   ArticleList
   ========================================================================== */

ul#articleList {
    list-style-type: none;
    margin:          0;
    padding:         0;
}

ul#articleList li.articleItem {
    position:           relative;
    border:             1px solid #DDD;
    margin-bottom:      2em;
    -webkit-transition: all .3s;
    transition:         all .3s;
    cursor:             pointer;
}

ul#articleList li.articleItem:hover {
    box-shadow: 0 1em 2em rgba(0, 0, 0, .15);
}

ul#articleList li.articleItem.active {
    border-color: var(--reseller-color);
}

.articleItem h3 {
    text-align: left;
    padding:    1em 1em 0;
}

.articleItem .price {
    position:      absolute;
    top:           -40px;
    right:         -5px;
    width:         100px;
    height:        100px;
    line-height:   100px;
    background:    var(--reseller-color);
    color:         #FFF;
    border:        1px dashed #FFF;
    border-radius: 50%;
    text-align:    center;
    margin:        1em auto 1em;
    font-size:     1.5rem;
    font-family:   'Roboto Condensed', Arial, sans-serif;
    font-weight:   600;
    box-shadow:    0 0 0 3px var(--reseller-color);
}

.articleItem .images img {
    display:       block;
    margin-top:    1em;
    margin-bottom: 1em;
}

.articleItem .description {
    padding: 1em;
}

.articleItem .languages {
    padding:    0 1em;
    text-align: center;
    opacity:    .3;
}

.articleItem.active .languages {
    opacity: 1;
}

.articleItem .languages img {
    display: inline-block;
    width:   32px;
    padding: 0;
    margin:  0;
}

.selectArtLang {
    position:           relative;
    display:            inline-block;
    -webkit-transition: all .3s;
    transition:         all .3s;
    margin:             0 .5em;
    opacity:            .5;
}

.selectArtLang.active {
    opacity: 1;
}

.selectArtLang:before {
    position:           absolute;
    top:                -4px;
    right:              -8px;
    content:            '';
    width:              16px;
    height:             16px;
    background:         url('../../images/messages/ok.png') center no-repeat;
    background-size:    16px;
    opacity:            0;
    -webkit-transition: all .3s;
    transition:         all .3s;
}

.selectArtLang.active:before {
    opacity: 1;
}


@media only screen and (min-width: 768px) {
    ul#articleList {
        display:        flex;
        flex-direction: row;
        flex-wrap:      wrap;
        width:          calc(100% + 2em);
        margin-left:    -1em;
    }

    ul#articleList li.articleItem {
        width:  calc(50% - 2em);
        margin: 0 1em 2em;
    }

    .articleItem .price {
        right: -15px;
    }
}

/* ==========================================================================
   ArticleConfiguration
   ========================================================================== */

.articleConfig {
    margin-bottom: 2em;
}

.articleConfig img.langIcon {
    display:        inline-block;
    width:          26px;
    vertical-align: middle;
    margin-right:   .5em;
    margin-top:     -3px;
}

.articleConfig h4 label {
    margin-bottom: 1em;
}

.infoBlue {
    color: #0A77D5;
}

.infoBox {
    border:        1px solid var(--reseller-color);
    padding:       1em;
    margin-top:    1em;
    margin-bottom: 1em;
}

.infoBox h4 {
    color:         var(--reseller-color);
    font-family:   'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
    margin-bottom: 0;
}

.infoBox p {
    font-size:   80%;
    line-height: 1.4em;
    margin:      1em 0 0;
    color:       #555;
}

@media only screen and (min-width: 1024px) {
    .twoColFlex {
        display:        flex;
        width:          100%;
        flex-direction: row;
    }

    .twoColFlex .col {
        width: 50%;
    }

    .twoColFlex .col:nth-of-type(2) {
        width:       calc(50% - 2em);
        margin-left: 2em;
    }

    .columnFlex {
        display:         flex;
        flex-direction:  column;
        justify-content: space-between;
        height:          100%;
    }

    .infoBox {
        margin-top: 0;
    }

}

/* ==========================================================================
   Cart
   ========================================================================== */

#badgeCount {
    position:      absolute;
    top:           -12px;
    right:         -12px;
    font-size:     .8em;
    background:    var(--reseller-color);
    color:         white;
    width:         28px;
    height:        28px;
    text-align:    center;
    line-height:   25px;
    border-radius: 50%;
    border:        2px solid #FFF;
}

#cartOverview {
    margin-bottom: 1em;
}

#cartContainer {
    position: relative;
}

#cartOverview h4 {
    font-size: 1em;
}

#cartOverview h4.itemHeadline {
    font-size: 1.1rem;
}

.cartItem {
    margin-bottom: 1em;
    position:      relative;
}

.itemHeadline,
.value {
    position:       relative;
    cursor:         pointer;
    display:        flex;
    flex-direction: row;
    padding-left:   20px;
}

.value {
    cursor:        default;
    width:         95%;
    margin-bottom: 5px;
}

.value span {
    padding-top: 5px;
}

.value span:nth-of-type(1) {
    width:      20%;
    text-align: right;
}

.value span:nth-of-type(2) {
    width:      40%;
    text-align: right;
    border-top: 1px solid #CCC;
}

.value span:nth-of-type(3) {
    width:      40%;
    text-align: right;
    border-top: 1px solid #CCC;
}

@media only screen and (min-width: 768px) {
    .value span:nth-of-type(1) {
        width: 50%;
    }

    .value span:nth-of-type(2) {
        width: 25%;
    }

    .value span:nth-of-type(3) {
        width: 25%;
    }
}

.value.total {
    font-weight: bold;
}

.itemHeadline.closed:before,
.itemHeadline.open:before {
    position:           absolute;
    content:            '\f105';
    font-family:        FontAwesome;
    -webkit-transition: all .3s;
    transition:         all .3s;
    left:               0;
    color:              var(--reseller-color);
    font-size:          1.3em;
}

.itemHeadline.open:before {
    transform: rotate(90deg);
}

.itemHeadline span {
    width: 80%;
}

.itemHeadline span:nth-of-type(2) {
    width:      20%;
    text-align: right;
    font-size:  1rem;
}

.itemHeadline strong {
    font-weight: normal;
}

.itemDetails {
    position: relative;
}

.itemDetails td:nth-of-type(3) {
    color: #AAA;
}

.itemDetails.closed {
    display: none;
}

.cartItem:last-of-type {
    margin-bottom: 0;
}

.action a {
    display:       inline-block;
    padding:       3px 6px;
    margin-right:  1em;
    border:        1px solid var(--reseller-color);
    border-radius: 3px;
}

.action a:hover {
    border: 1px solid #CCC;
}

@media only screen and (min-width: 768px) {
    .action {
        position: absolute;
        right:    -60px;
        top:      -5px;
    }

    .action a {
        display: inline-block;
        padding: 2px;
        border:  none;
        margin:  0;
    }

    .action a:hover {
        border:    none;
        transform: scale(1.2);
    }
}

.cartItem {
    width: 95%;
}

.cartItem table {
    border:         none;
    border-spacing: 0;
    width:          100%;
}

.cartItem table td {
    vertical-align: top;
    padding:        1px;
    padding-left:   20px;
    border-bottom:  1px dashed #DDD;
    font-family:    'Roboto Condensed', Arial, sans-serif;
}


.cartItem table td:nth-of-type(1) {
    width: 20%;
}

.cartItem table td:nth-of-type(2) {
    width: 70%;
}

.cartItem table td:nth-of-type(3) {
    width:      10%;
    text-align: right;
}

#orderForm {
    margin-top: 2em;
}

#hideExpress {
    background: #EEE;
    border:     1px solid #E6E6E6;
    padding:    1em;
}

#hideExpress p {
    margin: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footerContainer {
    width:      100%;
    height:     auto;
    position:   relative;
    bottom:     0;
    z-index:    1;
    background: #E1E1E1;
    background: linear-gradient(0deg, rgba(205, 205, 205, 1) 0%, rgba(235, 235, 235, 1) 100%);
    border-top: 3px solid var(--reseller-color);

}

/*#footerDummy {*/
/*    display: none;*/
/*}*/

#footer {
    width:          100%;
    padding-top:    2em;
    padding-bottom: 3em;
    line-height:    1.5em;
    font-size:      1em;
    position:       relative;
    z-index:        1;
}

#footer a {
    color:           var(--reseller-color);
    outline:         0;
    text-decoration: none;
}

#footer a:hover {
    color: #FFF;
}

/* ==========================================================================
   Footer Boxen
   ========================================================================== */

.footerBox {
    font-size: 1em;
    padding:   1em 0;
    color:     #333;
}

.footerBox h2,
.footerBox h3 {
    font-family:    'Roboto', Arial, sans-serif;
    font-weight:    300;
    font-size:      1.8em;
    padding-bottom: .5em;
    line-height:    1.3em;
    color:          var(--reseller-color);
    text-transform: inherit;
    letter-spacing: inherit;
    position:       relative;
    margin-bottom:  .5em;
}

.footerBox h3:before {
    position:      absolute;
    content:       '';
    left:          0;
    bottom:        8px;
    width:         30px;
    border-bottom: 1px solid #AAA;
}

.footerBox ul {
    margin:  0;
    padding: 0;
}

.footerBox ul li {
    margin:     0;
    padding:    0 .7em 0 0;
    display:    inline;
    text-align: left;
}

.footerBox address img {
    max-width: 190px;
    display:   block;
}

#footer .footerBox ul li a {
    color:       var(--reseller-color);
    padding:     0 .3em .3em;
    border-left: 1px solid transparent;
    display:     inline-block;
    position:    relative;
}

#footer .footerBox ul li:nth-of-type(1) a {
    padding-left: 0;
}

#footer .footerBox ul li a:hover {
    color: #FFF;
}

#footer .footerBox ul li:first-of-type a {
    padding-top: 0;
}

#footer .footerBox ul li a.active {
    color: var(--reseller-color);
}

.footerBox p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {

    /*#footerDummy {*/
    /*    display:  block;*/
    /*    width:    100%;*/
    /*    position: relative;*/
    /*    height:   auto;*/
    /*    z-index:  -2;*/
    /*}*/
    /*#footerContainer {*/
    /*    position: fixed;*/
    /*}*/
}

dl {
    clear:  left;
    margin: 0;
}

dt {
    width: 50px;
    float: left;
}

/* ==========================================================================
   Cookie Info
   ========================================================================== */

#showCookieInfo {
    position:   fixed;
    width:      100%;
    bottom:     0;
    background: rgba(0, 0, 0, .7);
    padding:    1em;
    color:      #FFF;
    text-align: center;
    z-index:    9;
    margin:     0;
}

#showCookieInfo p {
    margin-bottom: 0;
}

#showCookieInfo p a {
    color:           #EEE;
    text-decoration: underline;
}

#showCookieInfo a#showCookieInfoClose {
    display:            inline-block;
    background:         #FFF;
    color:              #333;
    padding:            .3em .8em;
    cursor:             pointer;
    border:             1px solid #FFF;
    border-radius:      3px;
    margin-left:        1em;
    text-decoration:    none;
    -webkit-transition: all .3s;
    transition:         all .3s;
}

#showCookieInfo a#showCookieInfoClose:hover {
    background: transparent;
    color:      #FFF;
}

@media only screen and (min-width: 1024px) {
    #showCookieInfo {
        width:      300px;
        bottom:     1em;
        right:      1em;
        text-align: left;
    }

    #showCookieInfo a#showCookieInfoClose {
        padding: .3em 1.8em;
    }
}

/* ==========================================================================
   Messasges
   ========================================================================== */

#messageContainer {
    position: fixed;
    top:      2%;
    right:    2%;
    left:     2%;
    z-index:  99999;
    cursor:   pointer;
}

.ok li,
.error li,
.errorFix li,
.info li,
.tip li {
    padding: 0 0 0 20px;
}

.ok,
.error,
.errorFix,
.info,
.tip {
    position:              relative;
    background-color:      #FFF;
    background-repeat:     no-repeat;
    background-position:   20px center;
    -webkit-border-radius: 5px;
    border-radius:         5px;
    list-style-type:       none;
    width:                 auto;
    min-width:             300px;
    height:                auto;
    margin:                0 0 10px 0;
    padding:               1em;
    padding-left:          0;
    z-index:               99999;
    color:                 #333;
    box-shadow:            .5em .5em 1em rgba(0, 0, 0, .5);
}

.ok {
    border-left: 3px solid #0E7705;
}

.info {
    border-left: 3px solid #EBA339;
}

.tip {
    border-left: 3px solid #0A77D5;
}

.error {
    border-left: 3px solid #C9321C;
}

.ok:before,
.info:before,
.tip:before,
.error:before {
    position:    absolute;
    top:         30px;
    left:        15px;
    content:     '\f058';
    font-family: FontAwesome;
    font-size:   2.5em;
    color:       #0E7705;
}

.info:before {
    content:   '\f071';
    font-size: 2.1em;
    color:     #EBA339;
}

.error:before {
    content: '\f057';
    color:   #C9321C;
}

.tip:before {
    content: '\f05a';
    color:   #0A77D5;
}

@media only screen and (min-width: 768px) {
    #messageContainer {
        position: fixed;
        top:      2em;
        right:    2em;
        left:     auto;
        z-index:  99999;
    }
}

/* ==========================================================================
   Modal Overlay
   ========================================================================== */

.overlay {
    width:              100%;
    height:             100%;
    position:           fixed;
    top:                0;
    left:               0;
    overflow:           auto;
    background:         rgba(0, 0, 0, .5);
    padding:            .5em;
    z-index:            -1;
    opacity:            0;
    -webkit-transition: transform .3s, opacity .3s, z-index .8s;
    transition:         transform .3s, opacity .3s, z-index .8s;
    box-shadow:         inset 0 0 35em rgba(0, 0, 0, .8);
    display:            flex;
    align-items:        center;
    justify-content:    center;
}

.showOverlay .overlay {
    opacity: 1;
    z-index: 99;
}

.overlayWindow {
    position:           relative;
    box-shadow:         0 0 50px rgba(0, 0, 0, .5);
    border-radius:      5px;
    height:             auto;
    width:              100%;
    max-width:          500px;
    margin:             0 auto;
    z-index:            9999;
    -webkit-transition: all .3s;
    transition:         all .3s;
    transform:          scale(1.1);
    opacity:            0;
}

.showOverlay .overlayWindow {
    transform: scale(1);
    opacity:   1;
}

.overlayWindow .windowHeader {
    position:      relative;
    background:    #FFF;
    border-bottom: 1px solid #CCC;
    border-radius: 4px 4px 0 0;
    color:         #333;
    font-size:     1.4em;
    font-weight:   normal;
    height:        auto;
    padding:       1.5em 1em;
    text-align:    center;
    z-index:       103;
}

.overlayWindow .windowAction {
    background:  #E0E0E0;
    text-align:  center;
    font-size:   1.3em;
    font-weight: 300;
    position:    relative;
}

.overlayWindow .windowAction p {
    padding: .5em;
    margin:  0;
}

.overlayWindow .windowContent {
    position:      relative;
    background:    #FFF;
    border-radius: 0 0 4px 4px;
    padding:       1.5em;
    box-sizing:    border-box;
    height:        auto;
    min-height:    180px;
    max-height:    350px;
    overflow:      auto;
    z-index:       102;
}

.overlayWindow .windowContent p {
    color:       #333;
    font-size:   1em;
    font-weight: normal;
    text-align:  center;
}

.overlayWindow .windowContent p.descCol {
    text-align:    right;
    margin-top:    0;
    margin-bottom: .5em;
    font-size:     1.1em;
}

.overlayWindow .windowContent p.resCol {
    text-align:    left;
    margin-top:    0;
    margin-bottom: .5em;
    color:         #AAA;
    font-size:     1.1em;
}

.closeOverlay {
    cursor:             pointer;
    color:              #FFF;
    padding:            .3em .5em;
    background:         #DF1F27;
    position:           absolute;
    top:                0;
    right:              0;
    z-index:            999999;
    font-family:        'Roboto Condensed', sans-serif;
    font-weight:        300;
    font-size:          1.4em;
    -webkit-transition: all .3s;
    transition:         all .3s;
}

.closeOverlay:before {
    content: 'X';
}

textarea::placeholder {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

#mobileContainer {
    width: 100%;
}

#ajaxLoad {
    position: absolute;
    top:      0;
    left:     -10px;
    width:    calc(100% + 10px);
    height:   100%;
    z-index:  2;
    display:  none;
}

#inner {
    background:      rgba(255, 255, 255, .6);
    display:         flex;
    justify-content: center;
    align-items:     center;
    position:        absolute;
    width:           100%;
    height:          100%;
    top:             0;
    left:            0;
}

#ajaxLoad.show {
    height:  100%;
    opacity: 1;
}

.spinner {
    width:      70px;
    text-align: center;
}

.spinner > div {
    width:             18px;
    height:            18px;
    background-color:  #333;

    border-radius:     100%;
    display:           inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation:         sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay:         -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay:         -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform:         scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform:         scale(1.0);
    }
}

.overlayWindow .windowContent p.demoTexts {
    display:    none;
    margin:     1em 0;
    text-align: left;
}

.insertText {
    display: none;
}

#titleUpload {
    display: none;
}

.okCollor {
    color: #0E7705;
}

.errorCollor {
    color: #C9321C;
}
/*
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
    position: relative;
    width:    100%;
}

.qq-upload-list {
    margin:     0;
    padding:    0;
    list-style: none;
}

.qq-upload-list li {
    -webkit-box-sizing:    border-box;
    -moz-box-sizing:       border-box;
    box-sizing:            border-box;
    position:              relative;
    margin-bottom:         10px;
    width:                 100%;
    padding:               10px 5px;
    background-color:      #FFF;
    border:                1px solid #AAAAAA;
    color:                 #333;
    outline:               0;
    border-radius:         3px;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
    font-size:             13px;
}

.qq-upload-status-text {
    color: #333333;;
}

.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-finished {
    margin-right: 12px;
    color:        #333333;
}

.qq-upload-spinner {
    display:        inline-block;
    background:     url("../images/uploader/loading.gif");
    width:          15px;
    height:         15px;
    vertical-align: text-bottom;
}

.qq-drop-processing {
    display: none;
}

.qq-drop-processing-spinner {
    display:        inline-block;
    background:     url("../images/uploader/processing.gif");
    width:          24px;
    height:         24px;
    vertical-align: text-bottom;
}

.qq-upload-finished {
    display:        none;
    width:          15px;
    height:         15px;
    vertical-align: text-bottom;
}

.qq-upload-retry {
    display: none;
    color:   #000000;
}

.qq-upload-cancel {
    color:           #000000;
    width:           20px;
    height:          20px;
    position:        absolute;
    top:             0px;
    right:           0px;
    margin-top:      -20px;
    margin-right:    -5px;
    background:      url('../images/uploader/close.png') 0 0 no-repeat;
    background-size: 100%;
}

.qq-upload-retryable .qq-upload-retry {
    display: inline;
}

.qq-upload-file {
    padding-right: 15px;
    color:         #333;
}

.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry {
    font-size:   12px;
    font-weight: normal;
}

.qq-upload-failed-text {
    display:     none;
    font-style:  italic;
    font-weight: bold;
}

.qq-upload-failed-icon {
    display:        none;
    width:          15px;
    height:         15px;
    vertical-align: text-bottom;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color:   #D60000;
}

.qq-upload-list li.qq-upload-success {
    color: #235E00;
}

.qq-upload-list li.qq-upload-fail {
    -webkit-box-sizing:    border-box;
    -moz-box-sizing:       border-box;
    box-sizing:            border-box;
    position:              relative;
    margin-bottom:         10px;
    width:                 100%;
    padding:               10px 5px;
    background-color:      #E0E0E0;
    background-image:      -moz-linear-gradient(center top, #FFD5D5 0pt, #FFB1AE 100%);
    filter:                progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD5D5', endColorstr='#ffb1ae');
    border:                1px solid #FF6766;
    border-bottom:         1px solid #D85756;
    color:                 #333;
    outline:               0;
    text-shadow:           0 1px 0 #FFFFFF;
    border-radius:         3px;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
    font-size:             13px;
}

.qq-progress-bar {
    background: #99C3E5; /* Old browsers */
    background: -moz-linear-gradient(top, #99C3E5 0%, #0A77D5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99C3E5), color-stop(100%, #0A77D5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99C3E5 0%, #0A77D5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99C3E5 0%, #0A77D5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99C3E5 0%, #0A77D5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #99C3E5 0%, #0A77D5 100%); /* W3C */
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c3e5', endColorstr='#0a77d5', GradientType=0); /* IE6-9 */
    width:      0;
    height:     5px;
    margin-top: 6px;
    display:    none;
}

.qq-upload-button {
    position:      relative;
    text-align:    center;
    color:         #FFF;
    outline:       0;
    cursor:        pointer;
    display:       inline-block;
    width:         100%;
    margin-bottom: 5px;
    padding:       .8em;
    border:        1px solid #0A77D5;
    border-radius: 3px;
    background:    #0A77D5;
    transition:    all .3s;
    white-space:   nowrap;
    font-family:   'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
    font-weight:   400;
    font-size:     1.1em;
}

.qq-upload-button::-moz-focus-inner {
    border: none;
}

.qq-upload-button:hover {
    border:     1px solid #AAA;
    background: #BBB8B0;
}

.qq-upload-list li a {
    position: absolute;
    top:      11px;
    right:    -5px;
}

/**
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
    display: block;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
*/
.uploadDropArea {
    height:             auto;
    padding:            3em 1em;
    background:         rgba(16, 60, 137, 0.62);
    text-align:         center;
    color:              #FFF;
    -webkit-transition: background-color .3s;
    transition:         background-color .3s;
}

.qq-upload-drop-area-active {
    background: rgba(14, 120, 15, 0.6);
}
                @media screen and (min-width: 100px) {
                    .xs-1{ width: 6.3230994152047%; }.xs-2{ width: 14.83918128655%; }.xs-3{ width: 23.355263157895%; }.xs-4{ width: 31.87134502924%; }.xs-5{ width: 40.387426900585%; }.xs-6{ width: 48.90350877193%; }.xs-7{ width: 57.419590643275%; }.xs-8{ width: 65.93567251462%; }.xs-9{ width: 74.451754385965%; }.xs-10{ width: 82.96783625731%; }.xs-11{ width: 91.483918128655%; }.xs-12{ width: 100%; }
                    .xs-1,.xs-2,.xs-3,.xs-4,.xs-5,.xs-6,.xs-7,.xs-8,.xs-9,.xs-10,.xs-11,.xs-12 { float: left; margin-right: 2.1929824561404%; }
                    .xs-last { margin-right: 0; }
                    .xs-flt-rgt { float: right; margin-right: 0; }
                    .flt-rgt { float: right; margin-right: 0; }
                    .xs-bottom { margin-bottom: 1em; }
                    .xs-bottom-big { margin-bottom: 2em; }
                    .xs-bottom-no { margin-bottom: 0; }
                    .xs-top { margin-top: 1em; }
                    .xs-top-no { margin-top: 0; }
                    .xs-txt-rgt { text-align:right; }
                    .xs-txt-lft { text-align:left; }
                    .xs-txt-cnt { text-align:center; }
                }
                @media screen and (min-width: 480px) {
                    .s-1{ width: 6.3230994152047%; }.s-2{ width: 14.83918128655%; }.s-3{ width: 23.355263157895%; }.s-4{ width: 31.87134502924%; }.s-5{ width: 40.387426900585%; }.s-6{ width: 48.90350877193%; }.s-7{ width: 57.419590643275%; }.s-8{ width: 65.93567251462%; }.s-9{ width: 74.451754385965%; }.s-10{ width: 82.96783625731%; }.s-11{ width: 91.483918128655%; }.s-12{ width: 100%; }
                    .s-1,.s-2,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12 { float: left; margin-right: 2.1929824561404%; }
                    .s-last { margin-right: 0; }
                    .s-flt-rgt { float: right; margin-right: 0; }
                    .flt-rgt { float: right; margin-right: 0; }
                    .s-bottom { margin-bottom: 1em; }
                    .s-bottom-big { margin-bottom: 2em; }
                    .s-bottom-no { margin-bottom: 0; }
                    .s-top { margin-top: 1em; }
                    .s-top-no { margin-top: 0; }
                    .s-txt-rgt { text-align:right; }
                    .s-txt-lft { text-align:left; }
                    .s-txt-cnt { text-align:center; }
                }
                @media screen and (min-width: 768px) {
                    .m-1{ width: 6.3230994152047%; }.m-2{ width: 14.83918128655%; }.m-3{ width: 23.355263157895%; }.m-4{ width: 31.87134502924%; }.m-5{ width: 40.387426900585%; }.m-6{ width: 48.90350877193%; }.m-7{ width: 57.419590643275%; }.m-8{ width: 65.93567251462%; }.m-9{ width: 74.451754385965%; }.m-10{ width: 82.96783625731%; }.m-11{ width: 91.483918128655%; }.m-12{ width: 100%; }
                    .m-1,.m-2,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10,.m-11,.m-12 { float: left; margin-right: 2.1929824561404%; }
                    .m-last { margin-right: 0; }
                    .m-flt-rgt { float: right; margin-right: 0; }
                    .flt-rgt { float: right; margin-right: 0; }
                    .m-bottom { margin-bottom: 1em; }
                    .m-bottom-big { margin-bottom: 2em; }
                    .m-bottom-no { margin-bottom: 0; }
                    .m-top { margin-top: 1em; }
                    .m-top-no { margin-top: 0; }
                    .m-txt-rgt { text-align:right; }
                    .m-txt-lft { text-align:left; }
                    .m-txt-cnt { text-align:center; }
                }
                @media screen and (min-width: 920px) {
                    .l-1{ width: 6.3230994152047%; }.l-2{ width: 14.83918128655%; }.l-3{ width: 23.355263157895%; }.l-4{ width: 31.87134502924%; }.l-5{ width: 40.387426900585%; }.l-6{ width: 48.90350877193%; }.l-7{ width: 57.419590643275%; }.l-8{ width: 65.93567251462%; }.l-9{ width: 74.451754385965%; }.l-10{ width: 82.96783625731%; }.l-11{ width: 91.483918128655%; }.l-12{ width: 100%; }
                    .l-1,.l-2,.l-3,.l-4,.l-5,.l-6,.l-7,.l-8,.l-9,.l-10,.l-11,.l-12 { float: left; margin-right: 2.1929824561404%; }
                    .l-last { margin-right: 0; }
                    .l-flt-rgt { float: right; margin-right: 0; }
                    .flt-rgt { float: right; margin-right: 0; }
                    .l-bottom { margin-bottom: 1em; }
                    .l-bottom-big { margin-bottom: 2em; }
                    .l-bottom-no { margin-bottom: 0; }
                    .l-top { margin-top: 1em; }
                    .l-top-no { margin-top: 0; }
                    .l-txt-rgt { text-align:right; }
                    .l-txt-lft { text-align:left; }
                    .l-txt-cnt { text-align:center; }
                }
                @media screen and (min-width: 1140px) {
                    .xl-1{ width: 6.3230994152047%; }.xl-2{ width: 14.83918128655%; }.xl-3{ width: 23.355263157895%; }.xl-4{ width: 31.87134502924%; }.xl-5{ width: 40.387426900585%; }.xl-6{ width: 48.90350877193%; }.xl-7{ width: 57.419590643275%; }.xl-8{ width: 65.93567251462%; }.xl-9{ width: 74.451754385965%; }.xl-10{ width: 82.96783625731%; }.xl-11{ width: 91.483918128655%; }.xl-12{ width: 100%; }
                    .xl-1,.xl-2,.xl-3,.xl-4,.xl-5,.xl-6,.xl-7,.xl-8,.xl-9,.xl-10,.xl-11,.xl-12 { float: left; margin-right: 2.1929824561404%; }
                    .xl-last { margin-right: 0; }
                    .xl-flt-rgt { float: right; margin-right: 0; }
                    .flt-rgt { float: right; margin-right: 0; }
                    .xl-bottom { margin-bottom: 1em; }
                    .xl-bottom-big { margin-bottom: 2em; }
                    .xl-bottom-no { margin-bottom: 0; }
                    .xl-top { margin-top: 1em; }
                    .xl-top-no { margin-top: 0; }
                    .xl-txt-rgt { text-align:right; }
                    .xl-txt-lft { text-align:left; }
                    .xl-txt-cnt { text-align:center; }
                }
                @media screen and (min-width: 1600px) {
                    .xxl-1{ width: 6.3230994152047%; }.xxl-2{ width: 14.83918128655%; }.xxl-3{ width: 23.355263157895%; }.xxl-4{ width: 31.87134502924%; }.xxl-5{ width: 40.387426900585%; }.xxl-6{ width: 48.90350877193%; }.xxl-7{ width: 57.419590643275%; }.xxl-8{ width: 65.93567251462%; }.xxl-9{ width: 74.451754385965%; }.xxl-10{ width: 82.96783625731%; }.xxl-11{ width: 91.483918128655%; }.xxl-12{ width: 100%; }
                    .xxl-1,.xxl-2,.xxl-3,.xxl-4,.xxl-5,.xxl-6,.xxl-7,.xxl-8,.xxl-9,.xxl-10,.xxl-11,.xxl-12 { float: left; margin-right: 2.1929824561404%; }
                    .xxl-last { margin-right: 0; }
                    .xxl-flt-rgt { float: right; margin-right: 0; }
                    .flt-rgt { float: right; margin-right: 0; }
                    .xxl-bottom { margin-bottom: 1em; }
                    .xxl-bottom-big { margin-bottom: 2em; }
                    .xxl-bottom-no { margin-bottom: 0; }
                    .xxl-top { margin-top: 1em; }
                    .xxl-top-no { margin-top: 0; }
                    .xxl-txt-rgt { text-align:right; }
                    .xxl-txt-lft { text-align:left; }
                    .xxl-txt-cnt { text-align:center; }
                }