/* open-sans-regular - latin-ext_latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Open_Sans/latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/assets/fonts/Open_Sans/latin-regular.eot?#iefix') format('embedded-opentype'),  url('/assets/fonts/Open_Sans/latin-regular.woff2') format('woff2'),  url('/assets/fonts/Open_Sans/latin-regular.woff') format('woff'),  url('/assets/fonts/Open_Sans/latin-regular.ttf') format('truetype'),  url('/assets/fonts/Open_Sans/latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/Open_Sans/latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/assets/fonts/Open_Sans/latin-600.eot?#iefix') format('embedded-opentype'),  url('/assets/fonts/Open_Sans/latin-600.woff2') format('woff2'),  url('/assets/fonts/Open_Sans/latin-600.woff') format('woff'),  url('/assets/fonts/Open_Sans/latin-600.ttf') format('truetype'),  url('/assets/fonts/Open_Sans/latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/fonts/Glyphicon/Glyphicons.eot');
  src: url('/assets/fonts/Glyphicon/Glyphicons.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Glyphicon/Glyphicons.woff?v53ymd') format('woff'), url('/assets/fonts/Glyphicon/Glyphicons.ttf?v53ymd') format('truetype'), url('/assets/fonts/Glyphicon/Glyphicons.svg?v53ymd#Glyphicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-info:before {
  content: "\f05a";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-top:before {
  content: "\e603";
}

.glyphicon-bottom:before {
  content: "\e604";
}

.glyphicon-chevron-right:before {
  content: "\e601";
}

.glyphicon-chevron-left:before {
  content: "\e600";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-gift:before {
  content: "\e602";
}

.glyphicon-apple:before {
  content: "\e605";
}

.glyphicon-android:before {
  content: "\e606";
}

.glyphicon-twitter:before {
  content: "\f099";
}

.glyphicon-facebook:before {
  content: "\f09a";
}

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

.glyphicon-youtube:before {
  content: "\f167";
}

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

.glyphicon-circle:before {
  content: "\f111";
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

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

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

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

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

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

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

.fa-amazon-pay:before {
  content: "\f42c";
}

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

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

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

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

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

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

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

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

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

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

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

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

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

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

.fa-calendar-day:before {
  content: "\f783";
}

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

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

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

.fa-calendar-week:before {
  content: "\f784";
}

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

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

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

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

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

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

.fa-closed-captioning:before {
  content: "\f20a";
}

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

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

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

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

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

.fa-css3-alt:before {
  content: "\f38b";
}

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

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

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

.fa-dribbble-square:before {
  content: "\f397";
}

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

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

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

.fa-envelope-open-text:before {
  content: "\f658";
}

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

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

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

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

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

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

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

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

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

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

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

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

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

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

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

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

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

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

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

.fa-fire-alt:before {
  content: "\f7e4";
}

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

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

.fa-first-aid:before {
  content: "\f479";
}

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

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

.fa-flag-usa:before {
  content: "\f74d";
}

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

.fa-folder-minus:before {
  content: "\f65d";
}

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

.fa-folder-plus:before {
  content: "\f65e";
}

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

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

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

.fa-ghost:before {
  content: "\f6e2";
}

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

.fa-gifts:before {
  content: "\f79c";
}

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

.fa-git-alt:before {
  content: "\f841";
}

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

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

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

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

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

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

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

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

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

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

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

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

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

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

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

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

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

.fa-hand-rock:before {
  content: "\f255";
}

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

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

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

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

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

.fa-heading:before {
  content: "\f1dc";
}

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

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

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

.fa-heart-broken:before {
  content: "\f7a9";
}

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

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

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

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

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-line:before {
  content: "\f3c0";
}

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

.fa-medium-m:before {
  content: "\f3c7";
}

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

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

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

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

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

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

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

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

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

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

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

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

.fa-sign-out-alt:before {
  content: "\f2f5";
}

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

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

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

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

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

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

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

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

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

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

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

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

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

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

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

.fa-spray-can:before {
  content: "\f5bd";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

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

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

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

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

.fa-table-tennis:before {
  content: "\f45d";
}

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

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

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

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

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

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

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

.fa-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

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

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

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

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

.fa-tram:before {
  content: "\f7da";
}

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

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

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

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

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

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

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

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

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

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

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

.fa-umbrella-beach:before {
  content: "\f5ca";
}

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

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

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

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

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

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

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

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

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

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

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

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

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

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

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

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

.fa-whatsapp-square:before {
  content: "\f40c";
}

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

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

.fa-wordpress-simple:before {
  content: "\f411";
}

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

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

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

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

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

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

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

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

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-repeat:before {
  content: "\f01e";
}

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

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

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

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

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

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

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

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

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

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

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

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

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

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

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-exchange:before {
  content: "\f362";
}

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

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

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

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

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

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

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

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

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

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

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

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

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

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

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

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

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

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

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

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

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

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

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

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

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

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

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

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

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

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/dist/fonts/fa-regular-400.eot');
  src: url('/dist/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/fa-regular-400.woff2') format('woff2'), url('/dist/fonts/fa-regular-400.woff') format('woff'), url('/dist/fonts/fa-regular-400.ttf') format('truetype'), url('/dist/fonts/fa-regular-400.svg#fontawesome') format('svg');
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/dist/fonts/fa-solid-900.eot');
  src: url('/dist/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/fa-solid-900.woff2') format('woff2'), url('/dist/fonts/fa-solid-900.woff') format('woff'), url('/dist/fonts/fa-solid-900.ttf') format('truetype'), url('/dist/fonts/fa-solid-900.svg#fontawesome') format('svg');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #454444;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1e1e1e;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #454444;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2b2b2b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #454444;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2b2b2b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #ec1d27;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 29, 39, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25em;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25em;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #454444;
  border-color: #383737;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #000000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #191919;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #191919;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #191919;
  border-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #454444;
  border-color: #383737;
}

.btn-primary .badge {
  color: #454444;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #4d9fcc;
  border-color: #3994c6;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #3386b3;
  border-color: #1d4a63;
}

.btn-info:hover {
  color: #fff;
  background-color: #3386b3;
  border-color: #2b7197;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3386b3;
  border-color: #2b7197;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #2b7197;
  border-color: #1d4a63;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #4d9fcc;
  border-color: #3994c6;
}

.btn-info .badge {
  color: #4d9fcc;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FAFADD;
  border-color: #f7f7c7;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f3f3b1;
  border-color: #e6e658;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f3f3b1;
  border-color: #efef91;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f3f3b1;
  border-color: #efef91;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #efef91;
  border-color: #e6e658;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FAFADD;
  border-color: #f7f7c7;
}

.btn-warning .badge {
  color: #FAFADD;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ec1d27;
  border-color: #dd131c;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c51119;
  border-color: #67090d;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c51119;
  border-color: #a40e15;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c51119;
  border-color: #a40e15;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #a40e15;
  border-color: #67090d;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ec1d27;
  border-color: #dd131c;
}

.btn-danger .badge {
  color: #ec1d27;
  background-color: #fff;
}

.btn-link {
  color: #454444;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #1e1e1e;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25em;
}

.btn-xs {
  padding: 0 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25em;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #454444;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2b2b2b;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #4d9fcc;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3386b3;
}

.label-warning {
  background-color: #FAFADD;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f3f3b1;
}

.label-danger {
  background-color: #ec1d27;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c51119;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25em;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0.25em;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.02em;
}

h1 {
  color: #ec1d27;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 20px -2px;
}

h1 .highlight {
  color: #454444;
  padding: 0 3px 0 1px;
}

h1.subtitle {
  margin: 20px 0 10px -2px;
}

h2 {
  color: #ec1d27;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px 0;
  margin-left: -2px;
  letter-spacing: -0.03em;
}

h3 {
  margin-left: -2px;
}

h3 .highlight {
  color: #ec1d27;
  padding: 0 3px 0 1px;
}

h3.title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 10px 0 10px -2px;
  border-bottom: 1px solid #EEE;
  clear: both;
}

h3.title:first-child {
  margin-top: 0;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  margin-left: -2px;
  letter-spacing: -0.03em;
  color: #454444;
}

.row-top {
  margin-top: 20px !important;
}

.row-top2 {
  margin-top: 40px !important;
}

.row-bottom {
  margin-bottom: 20px !important;
}

.row-bottom2 {
  margin-bottom: 40px !important;
}

a {
  color: #454444;
  text-decoration: underline;
}

a:hover {
  color: #454444;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a.btn,
a.close {
  text-decoration: none !important;
}

.btn-default {
  color: #ec1d27;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000;
  background-color: #C9C9C9;
  border-color: #bfbfbf;
}

.glyphicon {
  vertical-align: text-top;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.uneditable-input {
  box-shadow: none !important;
  -webkit-transition: none !important;
  -webkit-appearance: none;
}

input[type='checkbox'] {
  margin: 2px 10px 0 0;
  vertical-align: text-top;
}

.alert {
  padding: 8px 20px;
}

.alert.alert-nomargin {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.list {
  list-style-type: square;
  margin: 10px;
  margin-left: 20px;
  margin-right: 0;
}

ul.list ul.list {
  margin: 5px;
  margin-left: 20px;
  margin-right: 0;
}

ul.list-note {
  border-top: 1px solid #EEE;
  padding-top: 12px;
  margin-left: 0;
  font-size: 13px;
  line-height: 1.4;
}

ul.list-note li {
  margin: 3px 0;
  margin-left: 20px;
}

.btn-more {
  padding-left: 10px;
  padding-right: 6px;
  font-weight: normal;
  vertical-align: 25%;
}

.btn-more span {
  font-size: 17px;
  margin-left: 2px;
  top: 1px;
  padding: 0;
  vertical-align: top;
}

.btn-arrow span {
  vertical-align: top !important;
}

.btn-arrow-first :before {
  content: "|";
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.btn-arrow-last :after {
  content: "|";
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.btn-xs {
  font-weight: normal;
  border-radius: 0.25em;
}

.btn-sm {
  padding: 2px 8px;
  font-weight: normal;
  border-radius: 0.25em;
}

.btn-md {
  padding: 3px 12px;
  font-weight: bold;
  border-radius: 0.25em;
}

.btn-login {
  background-color: #F7F7F7;
  color: #333;
  border-color: #DDD;
  font-size: 15px;
  padding: 6px 0;
  font-weight: 400;
  font-family: 'Open Sans';
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}

.btn-login img {
  background-color: #F7F7F7;
  float: left;
  width: 35px;
  margin: -7px -1px;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.btn-login .glyphicon {
  font-size: 22px;
  margin: 0 5px 0 0;
}

.btn-login.btn-login-google img {
  background-color: #db4c3f;
}

.btn-login.btn-login-active.btn-login-google,
.btn-login.btn-login-google:hover {
  border-color: #db4c3f;
  background-color: #db4c3f;
  color: #FFF;
}

.btn-login.btn-login-active.btn-login-google:hover {
  background-color: #ba2f23;
}

.btn-login.btn-login-facebook img {
  background-color: #3c5a96;
}

.btn-login.btn-login-active.btn-login-facebook,
.btn-login.btn-login-facebook:hover {
  border-color: #3c5a96;
  background-color: #3c5a96;
  color: #FFF;
}

.btn-login.btn-login-active.btn-login-facebook:hover {
  background-color: #2b406a;
}

.btn-login.btn-login-supraphonline img {
  background-color: #ec1d27;
}

.btn-login.btn-login-active.btn-login-supraphonline,
.btn-login.btn-login-supraphonline:hover {
  border-color: #ec1d27;
  background-color: #ec1d27;
  color: #FFF;
}

.btn-login.btn-login-active.btn-login-supraphonline:hover {
  background-color: #bc1018;
}

.btn-login.btn-login-register img {
  background-color: #454444;
}

.btn-login.btn-login-active.btn-login-register,
.btn-login.btn-login-register:hover {
  border-color: #454444;
  background-color: #454444;
  color: #FFF;
}

.btn-login.btn-login-active.btn-login-register:hover {
  background-color: #262626;
}

.text-nospace {
  white-space: nowrap;
}

.text-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

div.text-nowrap {
  display: block;
  width: auto;
}

button.text-nowrap {
  text-align: left;
}

td.text-nowrap {
  max-width: 100px;
  width: auto;
  display: table-cell;
}

.text-fadeout {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding-right: 4px;
}

.text-fadeout:after {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAADCAYAAACj1j4PAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAANUlEQVR4nGL8//8/AxBwAzEfEAsCsQgQiwKxGBCLQ2kxqJgIVA0fQAAxMZAJAAKIbI0AAQYAf4MD9996z0sAAAAASUVORK5CYII=) repeat-y;
}

.state-highlight {
  background-color: #FAFADD !important;
}

.state-highlight .text-fadeout:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX6+t0JGGyCAAAAAXRSTlOyZYkKxgAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=);
  background-repeat: repeat;
}

.text-note {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
}

h2 .btn {
  margin-left: 10px;
  vertical-align: 25%;
}

h2 .btn + .btn {
  margin-left: 5px;
}

ul.summary {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

ul.summary li {
  border-bottom: 1px solid #DDD;
  margin-top: 10px;
}

ul.summary li span:not(.label) {
  color: #454444;
  font-size: 12px;
  margin-right: 3px;
}

.help {
  color: #CCC !important;
  margin-left: 3px;
}

.help a {
  margin: 0 1px;
  font-size: 11px;
  color: #AAA;
  text-decoration: none;
}

.help a:hover {
  text-decoration: underline;
}

.control-checkbox {
  text-indent: 20px;
}

.control-checkbox input {
  margin-left: -30px !important;
}

.form-link {
  display: inline;
}

.form-link .btn-link {
  padding: 0;
  text-decoration: underline;
}

.form-link .btn-link:hover {
  text-decoration: none;
}

.alert .btn-link {
  font-size: 13px;
  border: 0;
}

.alert .btn-link-inline {
  font-size: 100%;
  vertical-align: bottom;
  text-decoration: underline;
}

.alert .btn-link-inline:hover {
  text-decoration: none;
}

td .btn-link {
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
}

td .btn-link:hover {
  text-decoration: none;
}

td .btn-link.btn-sm {
  font-size: 11px;
}

#sidebar > div {
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-width: 0 1px 1px 0;
  box-shadow: 0 4px 10px #8B8B8B;
}

#sidebar h3 {
  color: #454444;
  font-size: 20px;
  margin: 20px 0 5px;
}

#sidebar .menu {
  margin: 20px;
  margin-right: 0;
  padding-right: 10px;
}

#sidebar .menu li {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #454444;
}

#sidebar .menu li a {
  text-decoration: none;
  color: #454444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sidebar .menu li a:hover,
#sidebar .menu li.active a {
  color: #ec1d27;
}

#sidebar .menu li.level2 {
  font-weight: normal;
  margin-left: 15px;
}

#sidebar-tap {
  display: none;
  border-left: 3px solid #ec1d27 !important;
  position: fixed;
  top: 0;
  z-index: 8;
  left: 0;
  bottom: -100%;
  width: 30px;
  cursor: pointer;
}

#sidebar-tap:after {
  content: "\e601";
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  background-color: #ec1d27;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  width: 15px;
  padding: 18px 0;
  position: absolute;
  top: 190px;
  left: -3px;
}

#sidebar-tap:hover {
  border-left-color: #454444 !important;
}

#sidebar-tap:hover:after {
  background-color: #454444;
}

body.toggled-sidebar #sidebar-tap {
  border-left-color: #454444 !important;
}

body.toggled-sidebar #sidebar-tap:after {
  background-color: #454444;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #F4F4F4;
  position: relative;
  min-height: 100%;
}

#wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

#container {
  margin-bottom: 10px;
  margin-bottom: 0;
  position: relative;
}

#sidebar {
  display: block;
  position: fixed;
  z-index: 9;
  top: 42px;
  bottom: 0;
  left: 0;
}

#sidebar > div {
  position: absolute;
  left: -260px;
  top: 0;
  bottom: 0;
  width: 238px;
  overflow: hidden;
}

#content {
  position: relative;
}

#content > div > div {
  box-shadow: 0 0 1px #E1E1E1;
}

#content div.content,
#content div.content-box {
  border: 1px solid #DDD;
}

#container.sidebar #content > div {
  background-color: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0 0 1px #E1E1E1;
  margin-bottom: 10px;
}

#container.sidebar #content div.content,
#container.sidebar #content div.content-box {
  border: 0;
  box-shadow: none;
}

#container.sidebar #content .content-box {
  position: relative;
  border-bottom: 1px solid #DDD !important;
}

#container.sidebar #content .content-box:after {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -11px;
  height: 10px;
  background-color: #F4F4F4;
  display: block;
  content: " ";
}

#container.sidebar #content .content-box + div {
  border-top: 1px solid #DDD;
}

div.content,
div.content-box {
  background-color: #FFF;
  padding: 20px 10px;
  margin-bottom: 10px;
}

div.content {
  min-height: 300px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-no-1,
.col-no-2,
.col-no-3,
.col-no-4,
.col-no-5,
.col-no-6,
.col-no-7,
.col-no-8,
.col-no-9,
.col-no-10,
.col-no-11,
.col-no-12 {
  float: left;
}

.col-no-12 {
  width: 100%;
}

.col-no-11 {
  width: 91.66666667%;
}

.col-no-10 {
  width: 83.33333333%;
}

.col-no-9 {
  width: 75%;
}

.col-no-8 {
  width: 66.66666667%;
}

.col-no-7 {
  width: 58.33333333%;
}

.col-no-6 {
  width: 50%;
}

.col-no-5 {
  width: 41.66666667%;
}

.col-no-4 {
  width: 33.33333333%;
}

.col-no-3 {
  width: 25%;
}

.col-no-2 {
  width: 16.66666667%;
}

.col-no-1 {
  width: 8.33333333%;
}

.col-no-pull-12 {
  right: 100%;
}

.col-no-pull-11 {
  right: 91.66666667%;
}

.col-no-pull-10 {
  right: 83.33333333%;
}

.col-no-pull-9 {
  right: 75%;
}

.col-no-pull-8 {
  right: 66.66666667%;
}

.col-no-pull-7 {
  right: 58.33333333%;
}

.col-no-pull-6 {
  right: 50%;
}

.col-no-pull-5 {
  right: 41.66666667%;
}

.col-no-pull-4 {
  right: 33.33333333%;
}

.col-no-pull-3 {
  right: 25%;
}

.col-no-pull-2 {
  right: 16.66666667%;
}

.col-no-pull-1 {
  right: 8.33333333%;
}

.col-no-pull-0 {
  right: auto;
}

.col-no-push-12 {
  left: 100%;
}

.col-no-push-11 {
  left: 91.66666667%;
}

.col-no-push-10 {
  left: 83.33333333%;
}

.col-no-push-9 {
  left: 75%;
}

.col-no-push-8 {
  left: 66.66666667%;
}

.col-no-push-7 {
  left: 58.33333333%;
}

.col-no-push-6 {
  left: 50%;
}

.col-no-push-5 {
  left: 41.66666667%;
}

.col-no-push-4 {
  left: 33.33333333%;
}

.col-no-push-3 {
  left: 25%;
}

.col-no-push-2 {
  left: 16.66666667%;
}

.col-no-push-1 {
  left: 8.33333333%;
}

.col-no-push-0 {
  left: auto;
}

.col-no-offset-12 {
  margin-left: 100%;
}

.col-no-offset-11 {
  margin-left: 91.66666667%;
}

.col-no-offset-10 {
  margin-left: 83.33333333%;
}

.col-no-offset-9 {
  margin-left: 75%;
}

.col-no-offset-8 {
  margin-left: 66.66666667%;
}

.col-no-offset-7 {
  margin-left: 58.33333333%;
}

.col-no-offset-6 {
  margin-left: 50%;
}

.col-no-offset-5 {
  margin-left: 41.66666667%;
}

.col-no-offset-4 {
  margin-left: 33.33333333%;
}

.col-no-offset-3 {
  margin-left: 25%;
}

.col-no-offset-2 {
  margin-left: 16.66666667%;
}

.col-no-offset-1 {
  margin-left: 8.33333333%;
}

.col-no-offset-0 {
  margin-left: 0%;
}

.col-no-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-no-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-no-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-no-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-no-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-no-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-no-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-no-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-no-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-no-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-no-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-no-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@keyframes progressbar {
  0% {
    width: 0%;
  }

  10% {
    width: 5%;
  }

  20% {
    width: 30%;
  }

  25% {
    width: 50%;
  }

  30% {
    width: 60%;
  }

  40% {
    width: 65%;
  }

  50% {
    width: 70%;
  }

  60% {
    width: 75%;
  }

  100% {
    width: 80%;
  }
}

@keyframes progressbar-done {
  0% {
    width: 80%;
  }

  25% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

#container-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.progress {
  z-index: 100002;
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
}

.progress > div {
  background-color: #4d9fcc;
  height: 3px;
}

.progress.progress-loading > div {
  animation-duration: 2s;
}

.progress.progress-loaded > div {
  animation-duration: 0.5s;
}

.progress > div {
  padding: 0;
  width: 0%;
}

.progress-loading > div {
  width: 80%;
  animation-name: progressbar;
}

.progress-loaded > div {
  width: 0%;
  animation-name: progressbar-done;
}

@keyframes flash {
  0% {
    max-height: 33px;
  }

  100% {
    max-height: 0px;
  }
}

.ac-renderer {
  position: absolute;
  top: 43px !important;
  left: 0;
  right: 48px;
  background: #FFF;
  z-index: 20;
  margin-top: 0;
  padding-bottom: 2px\9;
  /* IE8 hack */
  box-shadow: 0 4px 10px #8B8B8B;
  box-sizing: content-box;
  border: 1px solid #DDD;
  border-width: 0 1px 1px;
  padding: 0;
}

.ac-row {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.ac-row:before,
.ac-row:after {
  content: " ";
  display: table;
}

.ac-row:after {
  clear: both;
}

.ac-row:before,
.ac-row:after {
  content: " ";
  display: table;
}

.ac-row:after {
  clear: both;
}

.ac-row .ac-row-category {
  text-align: right;
  color: #ec1d27;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 15px 2px;
  margin: 0;
  border-bottom: 1px solid #F2F2F2;
  margin-top: -1px;
}

.ac-row .ac-row-container {
  height: 34px;
  cursor: pointer;
  margin: 0;
  padding: 2px 0;
  display: block;
  text-decoration: none;
}

.ac-row .ac-row-container:hover {
  text-decoration: none;
}

.ac-row .ac-row-container.ac-row-noimage {
  height: 24px;
  padding: 3px 0;
}

.ac-row:first-child {
  margin-top: 1px;
  border-top-width: 0;
}

.ac-row:last-child .ac-row-container {
  margin-bottom: 0;
  height: 35px;
}

.ac-row:last-child .ac-row-container.ac-row-noimage {
  height: 25px;
}

.ac-row:last-child .ac-row-image {
  height: 36px !important;
}

.ac-row .ac-row-image {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  margin: -3px 7px -3px 0;
  border: 1px solid #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F4;
  background-size: cover;
}

.ac-row .ac-row-title,
.ac-row .ac-row-subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-left: 40px;
  overflow: hidden;
}

.ac-row .ac-row-title {
  height: 17px;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.ac-row .ac-row-subtitle {
  font-size: 10px;
  line-height: 12px;
  color: #777676;
}

.ac-highlighted {
  font-weight: bold;
}

.ac-row-subtitle .ac-highlighted {
  font-weight: 400;
}

.ac-active .ac-row-container {
  background: #E4E4E4;
}

.label-disabled {
  background-color: #777;
}

.label-disabled[href]:hover,
.label-disabled[href]:focus {
  background-color: #5e5e5e;
}

.label {
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 6px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
}

.btn-disabled {
  color: #FFF;
  background-color: #111;
  border-color: #AAA;
  border: 1px solid #000;
}

.btn-disabled:focus,
.btn-disabled.focus {
  color: #FFF;
  background-color: #000000;
  border-color: #6a6a6a;
}

.btn-disabled:hover {
  color: #FFF;
  background-color: #000000;
  border-color: #8b8b8b;
}

.btn-disabled:active,
.btn-disabled.active,
.open > .dropdown-toggle.btn-disabled {
  color: #FFF;
  background-color: #000000;
  border-color: #8b8b8b;
}

.btn-disabled:active:hover,
.btn-disabled.active:hover,
.open > .dropdown-toggle.btn-disabled:hover,
.btn-disabled:active:focus,
.btn-disabled.active:focus,
.open > .dropdown-toggle.btn-disabled:focus,
.btn-disabled:active.focus,
.btn-disabled.active.focus,
.open > .dropdown-toggle.btn-disabled.focus {
  color: #FFF;
  background-color: #000000;
  border-color: #6a6a6a;
}

.btn-disabled:active,
.btn-disabled.active,
.open > .dropdown-toggle.btn-disabled {
  background-image: none;
}

.btn-disabled.disabled:hover,
.btn-disabled[disabled]:hover,
fieldset[disabled] .btn-disabled:hover,
.btn-disabled.disabled:focus,
.btn-disabled[disabled]:focus,
fieldset[disabled] .btn-disabled:focus,
.btn-disabled.disabled.focus,
.btn-disabled[disabled].focus,
fieldset[disabled] .btn-disabled.focus {
  background-color: #111;
  border-color: #AAA;
}

.btn-disabled .badge {
  color: #111;
  background-color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #ec1d27;
  border: 1px solid #eb141e;
}

a.btn-link {
  text-decoration: underline !important;
}

a.btn-link:hover,
a.btn-link:focus,
a.btn-link:active,
a.btn-link.active {
  text-decoration: none !important;
}

a.btn-link:hover span.glyphicon {
  color: #ec1d27;
}

a.btn-link > span.glyphicon {
  margin-right: 5px;
}

.btn.active {
  box-shadow: none;
}

button.btn-link-inverse {
  text-decoration: underline !important;
}

button.btn-link-inverse:hover,
button.btn-link-inverse:focus,
button.btn-link-inverse:active,
button.btn-link-inverse.active {
  text-decoration: none !important;
}

.btn-link-inline {
  padding: 0;
  vertical-align: baseline;
}

.btn-missing {
  background-color: transparent;
  font-weight: 400;
  border: 1px solid #CCC;
}

.btn-loading > span {
  border: 0.125em solid #000;
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 50%;
  animation: fa-spin 2s infinite linear;
  position: relative;
}

.btn-loading > span:before {
  position: absolute;
  content: "";
  display: block;
  width: .3em;
  height: .3em;
  top: -0.15em;
  margin-left: -0.15em;
  left: 50%;
  background: #fff;
}

.alert-highlight {
  background-color: #FAFADD;
  border-color: #E3E3C2;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 20px 6px 10px;
}

.alert-highlight hr {
  border-top-color: #dbdbb1;
}

.alert-highlight .alert-link {
  color: #5e5e5e;
}

.alert-highlight a {
  color: #777;
}

.alert-highlight a.close {
  color: #000;
}

.alert-primary {
  background-color: #F7F7F7;
  border-color: #DDD;
  color: #454444;
}

.alert-primary hr {
  border-top-color: #d0d0d0;
}

.alert-primary .alert-link {
  color: #2b2b2b;
}

.alert-primary a {
  color: #454444;
}

.alert-primary a.close {
  color: #000;
}

.alert-content {
  margin: -21px;
  margin-bottom: 20px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.flashes {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.flashes > :last-child {
  box-shadow: 0 2px 3px #BBB;
}

.flashes.permanent {
  position: relative;
  margin-bottom: -10px;
  z-index: 99;
}

.flashes .flash {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.flashes .flash span {
  display: block;
  padding: 13px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.flashes .flash {
  background-color: #FFF3AD;
  border-bottom: 1px solid #CCC;
}

.flashes .flash span {
  color: #63657B;
}

.flashes .warning {
  background-color: #E87B6F;
  border-bottom: 0;
}

.flashes .warning span {
  color: #232222;
}

.flashes .success {
  background-color: #CDEACA;
  border-color: #c3e6bf;
}

.flashes .success span {
  color: #55874D;
}

#header {
  height: 70px;
  position: relative;
}

#header a.logo {
  background: transparent url("/assets/images/supraphonline_logo_780px.png") 0 50% no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  height: 57px;
  width: 309px;
  z-index: 2;
}

#user {
  position: absolute;
  display: block;
  right: 0;
  top: 20px;
}

#user .btn {
  padding: 3px 12px;
  margin-left: 15px;
  float: left;
  font-weight: bold;
}

#user .login {
  padding-right: 88px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAAVCAYAAADo49gpAAAABGdBTUEAALGOfPtRkwAACkFpQ0NQSUNDIFByb2ZpbGUAAEgNnZZ3VFPZFofPvTe90BIiICX0GnoJINI7SBUEUYlJgFAChoQmdkQFRhQRKVZkVMABR4ciY0UUC4OCYtcJ8hBQxsFRREXl3YxrCe+tNfPemv3HWd/Z57fX2Wfvfde6AFD8ggTCdFgBgDShWBTu68FcEhPLxPcCGBABDlgBwOFmZgRH+EQC1Py9PZmZqEjGs/buLoBku9ssv1Amc9b/f5EiN0MkBgAKRdU2PH4mF+UClFOzxRky/wTK9JUpMoYxMhahCaKsIuPEr2z2p+Yru8mYlybkoRpZzhm8NJ6Mu1DemiXho4wEoVyYJeBno3wHZb1USZoA5fco09P4nEwAMBSZX8znJqFsiTJFFBnuifICAAiUxDm8cg6L+TlongB4pmfkigSJSWKmEdeYaeXoyGb68bNT+WIxK5TDTeGIeEzP9LQMjjAXgK9vlkUBJVltmWiR7a0c7e1Z1uZo+b/Z3x5+U/09yHr7VfEm7M+eQYyeWd9s7KwvvRYA9iRamx2zvpVVALRtBkDl4axP7yAA8gUAtN6c8x6GbF6SxOIMJwuL7OxscwGfay4r6Df7n4Jvyr+GOfeZy+77VjumFz+BI0kVM2VF5aanpktEzMwMDpfPZP33EP/jwDlpzcnDLJyfwBfxhehVUeiUCYSJaLuFPIFYkC5kCoR/1eF/GDYnBxl+nWsUaHVfAH2FOVC4SQfIbz0AQyMDJG4/egJ961sQMQrIvrxorZGvc48yev7n+h8LXIpu4UxBIlPm9gyPZHIloiwZo9+EbMECEpAHdKAKNIEuMAIsYA0cgDNwA94gAISASBADlgMuSAJpQASyQT7YAApBMdgBdoNqcADUgXrQBE6CNnAGXARXwA1wCwyAR0AKhsFLMAHegWkIgvAQFaJBqpAWpA+ZQtYQG1oIeUNBUDgUA8VDiZAQkkD50CaoGCqDqqFDUD30I3Qaughdg/qgB9AgNAb9AX2EEZgC02EN2AC2gNmwOxwIR8LL4ER4FZwHF8Db4Uq4Fj4Ot8IX4RvwACyFX8KTCEDICAPRRlgIG/FEQpBYJAERIWuRIqQCqUWakA6kG7mNSJFx5AMGh6FhmBgWxhnjh1mM4WJWYdZiSjDVmGOYVkwX5jZmEDOB+YKlYtWxplgnrD92CTYRm40txFZgj2BbsJexA9hh7DscDsfAGeIccH64GFwybjWuBLcP14y7gOvDDeEm8Xi8Kt4U74IPwXPwYnwhvgp/HH8e348fxr8nkAlaBGuCDyGWICRsJFQQGgjnCP2EEcI0UYGoT3QihhB5xFxiKbGO2EG8SRwmTpMUSYYkF1IkKZm0gVRJaiJdJj0mvSGTyTpkR3IYWUBeT64knyBfJQ+SP1CUKCYUT0ocRULZTjlKuUB5QHlDpVINqG7UWKqYup1aT71EfUp9L0eTM5fzl+PJrZOrkWuV65d7JU+U15d3l18unydfIX9K/qb8uAJRwUDBU4GjsFahRuG0wj2FSUWaopViiGKaYolig+I1xVElvJKBkrcST6lA6bDSJaUhGkLTpXnSuLRNtDraZdowHUc3pPvTk+nF9B/ovfQJZSVlW+Uo5RzlGuWzylIGwjBg+DNSGaWMk4y7jI/zNOa5z+PP2zavaV7/vCmV+SpuKnyVIpVmlQGVj6pMVW/VFNWdqm2qT9QwaiZqYWrZavvVLquNz6fPd57PnV80/+T8h+qwuol6uPpq9cPqPeqTGpoavhoZGlUalzTGNRmabprJmuWa5zTHtGhaC7UEWuVa57VeMJWZ7sxUZiWzizmhra7tpy3RPqTdqz2tY6izWGejTrPOE12SLls3Qbdct1N3Qk9LL1gvX69R76E+UZ+tn6S/R79bf8rA0CDaYItBm8GooYqhv2GeYaPhYyOqkavRKqNaozvGOGO2cYrxPuNbJrCJnUmSSY3JTVPY1N5UYLrPtM8Ma+ZoJjSrNbvHorDcWVmsRtagOcM8yHyjeZv5Kws9i1iLnRbdFl8s7SxTLessH1kpWQVYbbTqsPrD2sSaa11jfceGauNjs86m3ea1rakt33a/7X07ml2w3Ra7TrvP9g72Ivsm+zEHPYd4h70O99h0dii7hH3VEevo4bjO8YzjByd7J7HTSaffnVnOKc4NzqMLDBfwF9QtGHLRceG4HHKRLmQujF94cKHUVduV41rr+sxN143ndsRtxN3YPdn9uPsrD0sPkUeLx5Snk+cazwteiJevV5FXr7eS92Lvau+nPjo+iT6NPhO+dr6rfS/4Yf0C/Xb63fPX8Of61/tPBDgErAnoCqQERgRWBz4LMgkSBXUEw8EBwbuCHy/SXyRc1BYCQvxDdoU8CTUMXRX6cxguLDSsJux5uFV4fnh3BC1iRURDxLtIj8jSyEeLjRZLFndGyUfFRdVHTUV7RZdFS5dYLFmz5EaMWowgpj0WHxsVeyR2cqn30t1Lh+Ps4grj7i4zXJaz7NpyteWpy8+ukF/BWXEqHhsfHd8Q/4kTwqnlTK70X7l35QTXk7uH+5LnxivnjfFd+GX8kQSXhLKE0USXxF2JY0muSRVJ4wJPQbXgdbJf8oHkqZSQlKMpM6nRqc1phLT4tNNCJWGKsCtdMz0nvS/DNKMwQ7rKadXuVROiQNGRTChzWWa7mI7+TPVIjCSbJYNZC7Nqst5nR2WfylHMEeb05JrkbssdyfPJ+341ZjV3dWe+dv6G/ME17msOrYXWrlzbuU53XcG64fW+649tIG1I2fDLRsuNZRvfbore1FGgUbC+YGiz7+bGQrlCUeG9Lc5bDmzFbBVs7d1ms61q25ciXtH1YsviiuJPJdyS699ZfVf53cz2hO29pfal+3fgdgh33N3puvNYmWJZXtnQruBdreXM8qLyt7tX7L5WYVtxYA9pj2SPtDKosr1Kr2pH1afqpOqBGo+a5r3qe7ftndrH29e/321/0wGNA8UHPh4UHLx/yPdQa61BbcVh3OGsw8/rouq6v2d/X39E7Ujxkc9HhUelx8KPddU71Nc3qDeUNsKNksax43HHb/3g9UN7E6vpUDOjufgEOCE58eLH+B/vngw82XmKfarpJ/2f9rbQWopaodbc1om2pDZpe0x73+mA050dzh0tP5v/fPSM9pmas8pnS8+RzhWcmzmfd37yQsaF8YuJF4c6V3Q+urTk0p2usK7ey4GXr17xuXKp2737/FWXq2euOV07fZ19ve2G/Y3WHruell/sfmnpte9tvelws/2W462OvgV95/pd+y/e9rp95Y7/nRsDiwb67i6+e/9e3D3pfd790QepD14/zHo4/Wj9Y+zjoicKTyqeqj+t/dX412apvfTsoNdgz7OIZ4+GuEMv/5X5r0/DBc+pzytGtEbqR61Hz4z5jN16sfTF8MuMl9Pjhb8p/rb3ldGrn353+71nYsnE8GvR65k/St6ovjn61vZt52To5NN3ae+mp4req74/9oH9oftj9MeR6exP+E+Vn40/d3wJ/PJ4Jm1m5t/3hPP7MjpZfgAAAAlwSFlzAAALEwAACxMBAJqcGAAABCJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjE8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjc4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4yMTwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgICAgIDxkYzpzdWJqZWN0PgogICAgICAgICAgICA8cmRmOkJhZy8+CiAgICAgICAgIDwvZGM6c3ViamVjdD4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDctMjhUMTM6MDc6MTM8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPlBpeGVsbWF0b3IgMy4yPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgr15BlXAAADRElEQVRYCe1XvU8iQRR/KIfFcX5AcmIDDaDR5qCAksIKm7PmD6Tweq+yMoZIMDZiI4mRcBELueAZw6fc/Ca8zbK3LDO7JNzleMkyO2/eezP85n2tr1gsjmjOVCgUfDD5r9pWgWNFReh/kBmN9PxnCZxLr1gCtwTOJQJjNZ9PpmVlI0uPU4ZqUtA/OZ0+qz88UPX2lpqPj1IoGovR4eHhdAXFlV6vR63nZykd2dlR1Fq8mBJwAO3s7GzitAzgBFNzUr68pGq1aquVSqXoi3j+VlIC7vr62jh/IpGgYDBIkUjE4Ll5ubu7k6CFQiECSF3heQASHog9vNrvdDpUKpUIYyAQoHQ6TVtbW26OaqszEzgZSq2WVD44OKBMNmtrSJdZq9WkCkBD2IN+in3ggfJiPIQterKrqyu6v7+XdvGzurpKuVyOdIuAYcDy4gjc6+srPYgwZfooPI1DNBQOy5vkNd0RXgCCpzHhkkAfxmvM1x37/T7xxbBuvV4n8Hlf5rsdpwJnl9cQSkxei0MiHifsAZvwNICG8MUfi409kPdyM8LDhsOhobqy4txA6H45TAXul/A2J/okvG8ehLDkAoHLQOiC55WsQFjnVvuz1q3yU4FDPguLxP0svIE9DfkNvMDaGiGpeyG0NqCssDnvNgTe5ff7ZWjyGTF38jrd3DcVOGxo/UMAzcrjg+mO8NimUDo/P5dVlPWRRxGqXnIRQMLFVyoVNkvJZFKCaTA8vjgC59G2o3pc5DjkNBQgc7sDJXj41+NjTyFrDff19XXH8+guLgQ4FAJuqPP5vOHFAPH76akEsyZA1W2Au90uPT09yTbE3A0AlIuLC8mPRqOyR9zc3JzAam45bsLqnCf4xOLWA20Nkzk8EbI6dHNzQ3je3t5s1d7f36nRaMgHoby3t0eZTMZWVoW5EI9DnkRxaYnC8+3khBg87hGxjq8HVboVhaZcLquK02AwkCBvbGzQ7u6usp5ZcCZws9oSszGd9/zRkcxxzWbT8D6AhVDiLwlVe9ZmV1UPxYOBc6q4dvb+AA6xbi7NP4R7M6E1+by9Lcs6y/HIMqojwnJ/f18+0DHvqWoDcu12m15eXuQnlY4eZHF26LopHL8B3yRGP80QjQEAAAAASUVORK5CYII=);
  background-position: right center;
  background-repeat: no-repeat;
}

#user .user-identity {
  font-family: 'Open Sans', sans-serif;
  max-width: 320px;
  min-width: 300px;
}

#user .user-identity > div {
  padding-right: 46px;
}

#user .user-identity .authmethod {
  margin-top: 1px;
  float: right;
  width: 36px;
  height: 36px;
  background-color: #A6A6A6;
  background-size: contain;
  background-position: bottom center;
}

#user .user-identity .authmethod.facebook {
  background-image: url('/assets/images/user_fb.png');
}

#user .user-identity .authmethod.google {
  background-image: url('/assets/images/user_g.png');
}

#user .user-identity .authmethod.supraphonline {
  background-image: url('/assets/images/user_so.png');
}

#user .user-identity h1 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #1A6C99;
  margin: 0;
  padding: 0;
  letter-spacing: -0.05em;
  text-align: right;
  display: block;
}

#user .user-identity h1 a {
  text-decoration: none;
  color: #1A6C99;
  font-size: 15px;
}

#user .user-identity ul {
  margin-top: 1px;
}

#user .user-identity li {
  float: right;
  font-size: 12px;
}

#user .user-identity li.separator {
  font-size: 9px;
  margin: 1px 8px;
  padding: 2px 0;
  color: #BBB;
}

#user .user-identity li a {
  text-decoration: none;
  color: #454444;
}

#user .user-identity li a:hover {
  text-decoration: underline;
}

.user-buyzone {
  position: absolute;
  top: 66px;
  right: 0;
  z-index: 999;
  width: 500px;
  text-align: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity linear 300ms;
}

.user-buyzone a,
.user-buyzone a:hover {
  text-decoration: none;
}

.user-buyzone.fixed {
  position: fixed;
  top: 10px;
  right: 50%;
  margin-right: -434px;
}

.body-flash .user-buyzone.fixed {
  opacity: 0;
  filter: alpha(opacity=0);
}

#navigation-basket {
  border: 0 !important;
  padding: 0 !important;
  width: 0.000000001%;
  margin: 0;
  vertical-align: top;
  background: transparent;
}

#navigation-basket a {
  color: #FFF;
  display: inline-block;
  height: 42px;
  padding: 5px 15px 0;
  position: relative;
  background-color: #4d9fcc;
  font-size: 20px;
  text-decoration: none;
}

#navigation-basket a:hover,
#navigation-basket a:active {
  background-color: #3180ab;
}

#navigation-basket span.price {
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  font-size: 10px;
  color: #FFF;
}

.fixed {
  height: 0;
}

.fixed .basket,
.fixed .coupon {
  box-shadow: 0 0 2px #BBB;
}

div.basket,
div.coupon {
  background: #D3E4ED;
  border: 1px solid #99c0d5;
  padding: 0 10px;
  text-align: left;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  color: #454444;
}

div.basket span.glyphicon,
div.coupon span.glyphicon {
  float: left;
  display: block;
  font-size: 24px;
  margin-right: 20px;
  padding: 3px;
}

div.basket div.item,
div.coupon div.item {
  float: left;
  padding-top: 6px;
}

div.basket div.price,
div.coupon div.price {
  float: right;
  font-size: 22px;
  line-height: 30px;
  padding-top: 2px;
}

div.basket:hover,
div.coupon:hover {
  background-color: #4d9fcc;
  color: #F7F7F7;
}

div.basket {
  margin-left: 8px;
  width: 303px;
}

.copyright {
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Open Sans';
  display: inline-block;
  color: #AAA;
  margin-left: 5px;
  margin-top: -3px;
}

.copyright .separator {
  font-size: 10px;
  vertical-align: 18%;
  margin: 0 5px;
}

.copyright a {
  vertical-align: 2%;
  color: #AAA;
}

#footer-mobile {
  margin-left: 10px;
  margin-bottom: 10px;
  clear: both;
}

#wrapper.sidebar #footer-mobile {
  margin-left: 20px;
}

#payu {
  display: none;
  margin-top: 1px;
  float: right;
}

#payu a {
  display: block;
  width: 68px;
  height: 28px;
  background: transparent url('/assets/images/footer/payu.png') 0 0 no-repeat;
}

#payu a:hover {
  background-position: 0 -28px;
}

#footer {
  display: none;
  color: #454444;
}

#footer .content-box {
  clear: both;
  overflow: hidden;
  background-color: #FAFAFA;
  box-shadow: 0 0 1px #E1E1E1;
  border: 1px solid #DDD;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .social-icons {
  padding-left: 30px;
}

#footer .social {
  font-size: 42px;
  line-height: 65px;
  vertical-align: bottom;
  margin: 0 5px 0;
  color: #999;
}

#footer .social:last-child {
  margin-right: 0;
}

#footer .social:hover .glyphicon-facebook {
  color: #3b5a94;
}

#footer .social:hover .glyphicon-twitter {
  color: #0aaadb;
}

#footer .social:hover .glyphicon-youtube {
  color: #f2222e;
}

#footer .social:hover .glyphicon-google-plus {
  color: #df473c;
}

#footer ul {
  margin: 0 0 -2px;
}

#footer ul li {
  font-weight: 400;
  font-family: 'Open Sans';
  font-size: 14px;
  margin-bottom: 2px;
}

#footer .mobile-app {
  width: 216px;
  margin-left: 0;
  float: right;
}

.mobile {
  background-color: #FFF;
  color: #999;
  border-color: #999;
  font-size: 20px;
  padding: 4px 8px;
  font-weight: 400;
  font-family: 'Open Sans';
  width: 216px;
  text-align: center;
}

.mobile:first-child {
  margin-bottom: 10px;
}

.mobile .glyphicon {
  font-size: 22px;
  margin: 0 5px 0 0;
}

.mobile-reverse {
  background-color: #ec1d27;
  color: #FFF;
  border-color: #ec1d27;
}

.mobile-reverse:hover {
  background-color: #454444;
  border-color: #454444;
}

#navigation {
  position: relative;
  height: 42px;
  margin-bottom: 10px;
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-width: 1px 0;
  border: 0;
  background-image: linear-gradient(to bottom, #FCFCFC 25%, #F5F5F5 75%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: 0 0 1px #E1E1E1;
}

#navigation .navigation-menu > ul {
  margin: 0;
  padding: 0;
  height: 42px;
  width: 100%;
  display: inline-block;
}

#navigation .navigation-menu > ul > li {
  float: left;
  text-align: center;
  width: 33%;
  position: relative;
}

#navigation .navigation-menu > ul > li:nth-child(1) {
  width: 36%;
}

#navigation .navigation-menu > ul > li:nth-child(2) {
  width: 30%;
}

#navigation .navigation-menu > ul > li a {
  padding: 7px 0;
  font-size: 20px;
  line-height: 25px;
  height: 41px;
  font-weight: 400;
  font-family: 'Open Sans';
  letter-spacing: -0.05em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ec1d27;
}

#navigation .navigation-menu > ul > li.active a,
#navigation .navigation-menu > ul > li a:hover {
  border-bottom: 1px solid #ec1d27;
}

#navigation .navigation-menu > ul > li:before {
  content: "|";
  position: absolute;
  left: -3px;
  font-size: 16px;
  padding: 9px 0 0;
  font-weight: 300;
  font-family: 'Open Sans';
  color: #E2E2E2;
  vertical-align: middle;
}

#navigation .navigation-menu > ul > li:first-child:before {
  display: none;
}

#navigation > form {
  width: 100%;
  float: right;
  margin: 0;
}

#navigation > form button {
  font-size: 24px;
  padding: 3px 12px;
  min-width: 50px;
  border: 1px solid #d8121c;
  border-radius: 0;
  z-index: 2;
  -webkit-appearance: none;
}

#navigation > form .input-toggle {
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 50px;
  background: transparent;
}

#navigation > form .input-toggle button {
  border: 0;
  padding: 14px 10px;
  border-radius: 0;
}

#navigation > form .input-toggle .navbar-toggle {
  position: relative;
  background-color: transparent;
  background-image: none;
  width: 100%;
  z-index: 6;
  border-width: 1px 0;
}

#navigation > form .input-toggle .navbar-toggle:focus {
  outline: 0;
}

#navigation > form .input-toggle .navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

#navigation > form .input-toggle .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

#navigation > form input {
  font-size: 16px;
  line-height: 18px;
  padding: 6px 10px 4px;
  height: 42px;
  border: 0;
  border-left: 1px solid #DDD;
  color: #565555;
  border-radius: 0;
  letter-spacing: -0.03em;
  z-index: 21;
}

#navigation > form .input-group-btn {
  vertical-align: top;
}

#navigation > form input:focus {
  border-color: #BBB !important;
}

#navigation > form input:-ms-input-placeholder {
  color: #999;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

#navigation > form input::-moz-placeholder {
  color: #999;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1px;
}

#navigation > form input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
}

.toggle-navigation {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 42px;
  bottom: 0;
}

body.toggled-navbar .toggle-navigation {
  right: 0;
}

.toggle-navigation > div {
  position: absolute;
  z-index: 999;
  left: -265px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 260px;
  border: 1px solid #DDD;
  border-width: 0 1px 1px 0;
  box-shadow: 0 4px 10px #8B8B8B;
  display: block !important;
  background-color: #FFF;
}

.toggle-navigation > div ul {
  padding-right: 15px;
  width: 100%;
  overflow: auto;
  height: 100%;
  box-sizing: content-box;
}

.toggle-navigation > div ul li:last-child {
  padding-bottom: 20px;
}

.toggle-navigation > div li.header {
  color: #ec1d27;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 20px 5px 5px 10px;
  cursor: default;
}

.toggle-navigation > div li.useridentity .label {
  margin-left: 10px;
}

.toggle-navigation > div li {
  width: 100%;
  float: none;
}

.toggle-navigation > div li .label {
  margin-top: -2px;
}

.toggle-navigation > div li a {
  padding: 10px 5px 10px 20px;
  display: block;
  width: 100;
  text-align: left;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  text-decoration: none;
  font-size: 15px;
  overflow: hidden;
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toggle-navigation > div li a:hover {
  background-color: #DDD;
}

.toggle-navigation > div li:first-child a {
  border: 0;
}

@keyframes image-load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.image {
  width: 100%;
  height: 100%;
}

.image > img {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.image-lazy:after,
.image-lazy:before {
  content: "";
  width: 32%;
  height: 32%;
  border-radius: 50%;
  color: #e5e5e5;
  background-color: #EEE;
  opacity: 0.6;
  position: absolute;
  top: 52%;
  left: 50%;
  margin-top: -16%;
  margin-left: -16%;
}

.image-loading:after,
.image-loading:before {
  animation: sk-bounce 2s infinite ease-in-out;
}

.image-loading:after {
  animation-delay: -1s;
}

.image-loading > img {
  opacity: 0;
}

.image-loaded > img {
  animation: image-load 0.5s ease-in-out;
}

.image-missing > img {
  display: none;
}

/*
.image-missing:after {
	font-family: FontAwesome;
	font-size: 20px;
	color: darken(#FEFEFE, 10%);
	content: "\f03e";
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1em;
	margin-top: -.5em;
	margin-left: -.5em;
}
*/

@keyframes bannerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bannerFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#banners {
  display: block;
  position: relative;
  margin: 0 -1px 10px;
  background-color: #FAFAFA;
}

#banners .inner {
  padding-bottom: 31.25%;
}

#banners .banner-content {
  position: relative;
}

#banners.paused .banner {
  animation-play-state: paused !important;
}

#banners .banner {
  visibility: hidden;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
}

#banners .banner.visible {
  visibility: visible;
  display: block;
}

#banners .banner.active {
  opacity: 1;
  pointer-events: initial;
}

#banners .banner.fadein {
  animation: bannerFadeIn 1.5s ease forwards;
}

#banners .banner.fadeout {
  animation: bannerFadeOut 1.5s ease forwards;
}

#banners .banner div {
  box-shadow: 0 0 1px #E1E1E1;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

#banners .banner div.widescreen {
  background-size: cover;
}

#banners .page {
  display: none;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 2px;
}

#banners .page button {
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  color: #000;
  border: 0;
  padding: 1px 8px;
  font-size: 13px;
  border-top-left-radius: 2px 2px;
  border-top-right-radius: 2px 2px;
  border-bottom-right-radius: 2px 2px;
  border-bottom-left-radius: 2px 2px;
  margin-right: 4px;
}

#banners .page button.active {
  background-color: #FFF;
}

.container-box #anniversary {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  text-align: right;
  font-size: 13px;
  z-index: 2;
  color: #888;
}

.container-box #anniversary a {
  color: #888;
}

.albumlist-container {
  max-width: 688px;
}

.albumlist-horizontal {
  position: relative;
  margin: 0 -5px -30px;
}

.albumlist-horizontal .albumlist {
  margin: 0;
  padding-bottom: 30px;
  overflow: auto;
}

.albumlist-horizontal .handle {
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  top: 30%;
  padding: 0 0;
  margin-top: -15px;
  font-size: 30px;
  background-color: #FFF;
  color: #ec1d27;
  border: 1px solid #DDD;
  line-height: 0;
}

.albumlist-horizontal .handle:after {
  content: " ";
  position: absolute;
  top: -50%;
  left: -25%;
  right: -25%;
  bottom: -50%;
}

.albumlist-horizontal .handle:active {
  opacity: 0.9;
}

.albumlist-horizontal .handle[disabled] {
  display: none;
}

.albumlist-horizontal .handle-right {
  right: -4px;
}

.albumlist-horizontal .handle-left {
  left: -4px;
}

.albumlist {
  margin: 0 -5px;
}

.albumlist ul {
  margin-bottom: -20px;
  overflow: hidden;
}

.albumlist ul:before,
.albumlist ul:after {
  content: " ";
  display: table;
}

.albumlist ul:after {
  clear: both;
}

.albumlist ul:before,
.albumlist ul:after {
  content: " ";
  display: table;
}

.albumlist ul:after {
  clear: both;
}

.albumlist ul li {
  float: left;
  padding: 0 5px;
  margin-bottom: 20px;
}

.albumlist ul li a {
  color: #454444;
}

.albumlist ul li div.title,
.albumlist ul li div.subtitle {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  margin-top: 2px;
  padding: 0 2px;
  color: #888;
}

.albumlist ul li div.title {
  margin-top: 5px;
}

div[class*="albumlist-no"] {
  overflow: hidden;
}

div[class*="albumlist-no"] ul {
  width: 100%;
}

.albumlist-no-1 li {
  width: 100%;
}

.albumlist-no-2 li {
  width: 50%;
}

.albumlist-no-3 li {
  width: 33.33333333%;
}

.albumlist-no-4 li {
  width: 25%;
}

.albumlist-no-5 li {
  width: 20%;
}

.albumlist-no-6 li {
  width: 16.66666667%;
}

.albumlist-no-7 li {
  width: 14.28571429%;
}

.albumlist-no-8 li {
  width: 12.5%;
}

.albumlist-no-8 {
  margin: 0 -10px;
}

.albumlist-no-8 ul li {
  padding: 0 10px;
}

div[class*="albumlist-oneline-no"] {
  overflow: hidden;
}

div[class*="albumlist-oneline-no"] ul {
  width: 200%;
}

.albumlist-oneline-no-1 li {
  width: 50%;
}

.albumlist-oneline-no-2 li {
  width: 25%;
}

.albumlist-oneline-no-3 li {
  width: 16.66666667%;
}

.albumlist-oneline-no-4 li {
  width: 12.5%;
}

.albumlist-oneline-no-5 li {
  width: 10%;
}

.albumlist-oneline-no-6 li {
  width: 8.33333333%;
}

.albumlist-oneline-no-7 li {
  width: 7.14285714%;
}

.albumlist-oneline-no-8 li {
  width: 6.25%;
}

.albumlist-oneline-no-8 {
  margin: 0 -10px;
}

.albumlist-oneline-no-8 ul li {
  padding: 0 10px;
}

.toplist ul {
  width: 100%;
}

.toplist ul li {
  margin: 10px 0;
}

.toplist img {
  float: left;
  margin-right: 10px;
  border: 1px solid #EEE;
}

.toplist a {
  color: #454444;
}

.toplist div.title,
.toplist div.subtitle {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  margin-top: 2px;
  padding: 0 2px;
  color: #888;
}

.toplist div.title {
  margin-top: 5px;
  font-weight: 600;
}

.toplist > h3:first-child {
  margin-top: 0;
}

.toplist > h3 {
  color: #ec1d27;
  font-size: 20px;
}

.toplist > div {
  margin-bottom: 10px;
}

.toplist-homepage h2 {
  margin-top: -8px !important;
  margin-bottom: 15px !important;
}

.container-box {
  position: relative;
  background-color: #FAFAFA !important;
  border-bottom: 2px solid #999 !important;
  box-shadow: 0 0 1px #E1E1E1;
}

.container-box:before,
.container-box:after {
  content: " ";
  display: table;
}

.container-box:after {
  clear: both;
}

.container-box:before,
.container-box:after {
  content: " ";
  display: table;
}

.container-box:after {
  clear: both;
}

.container-box h2 {
  border: 0;
  color: #454444;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.container-box p {
  color: #454444;
  margin-left: 2px;
}

.container-box .btn-rightbottom {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.container-archive p {
  white-space: nowrap;
}

.container-coupon span {
  float: left;
  font-size: 50px;
  margin-top: 1px;
  margin-right: 20px;
  margin-left: 3px;
  color: #ec1d27;
}

.container-coupon p.last {
  margin-bottom: 0;
}

.container-coupon p a {
  font-weight: bold;
}

@keyframes AlbumPlayScale {
  0% {
    transform: scale(1);
    background: #ec1d27;
    color: #fff;
    opacity: 1;
  }

  100% {
    transform: scale(0);
    background: #ec1d27;
    color: #fff;
    opacity: 0;
  }
}

@keyframes AlbumPlayHover {
  0% {
    pointer-events: none;
  }

  99% {
    pointer-events: none;
  }

  100% {
    pointer-events: initial;
  }
}

div.sexycover,
div.sexycover,
div.sexycover div,
div.sexycover img {
  border: 0;
  text-decoration: none;
}

div.sexycover .album-tags {
  display: none;
}

div.sexycover .album-tags > span {
  display: none;
  clear: left;
  padding: 2px 6px;
}

div.sexycover .album-tags > span:first-child {
  display: block;
}

div.sexycover {
  position: relative;
  width: 100%;
  animation: AlbumPlayHover 0.3s linear forwards;
}

div.sexycover > div.layer {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

div.sexycover .label {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 5;
  font-size: 20px;
  font-weight: 400;
  padding: 4px 10px;
  text-align: left;
  border-radius: 3px;
  line-height: 1;
}

div.sexycover .label-full {
  width: 100%;
}

div.sexycover > img,
div.sexycover > .image {
  z-index: 1;
  position: absolute;
}

div.sexycover-close > div.layer,
div.sexycover-lp > div.layer {
  background: url(/assets/images/sexycover/lp_close.png) 0 0 no-repeat;
  background-size: cover;
}

div.sexycover-close > img,
div.sexycover-lp > img,
div.sexycover-close > .image,
div.sexycover-lp > .image {
  width: 91.84%;
  height: 91.84%;
  margin: 4.13%;
}

div.sexycover-none > div.layer {
  display: none;
}

div.sexycover-none > img,
div.sexycover-none > .image {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

div.sexycover-none,
div.sexycover-close,
div.sexycover-lp {
  padding-bottom: 100%;
}

div.sexycover-none .album-tags,
div.sexycover-close .album-tags,
div.sexycover-lp .album-tags {
  display: block;
  z-index: 6;
  position: absolute;
  top: 12%;
  right: 4.1%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(236, 29, 39, 0.8);
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  max-height: 18px;
}

div.sexycover-none .album-tags {
  right: 0;
}

.sexycover > .btn-group {
  position: absolute;
  z-index: 6;
  left: 8%;
  bottom: 8%;
}

.sexycover > .btn-group > .btn {
  margin: 0;
  padding: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-out, visibility 0.3s linear, transform 0.3s step-end;
  animation: AlbumPlayScale .3s linear;
  background-color: #FFF;
  color: #454444;
  border-color: transparent;
  font-size: 16px;
}

.sexycover > .btn-group > .btn > .fa {
  line-height: 16px;
  transform: scale(0.75);
}

.sexycover > .btn-group > .btn.active {
  animation: none;
  transition: transform .3s linear, opacity .3s linear;
}

.sexycover > .btn-group > .btn:hover,
.sexycover > .btn-group > .btn.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  background: #ec1d27;
  border-color: #ec1d27;
  color: #FFF;
}

.sexycover > .btn-group > .btn.active:hover {
  background: #454444;
  border-color: #454444;
}

.sexycover > .btn-group > .btn.playing {
  text-indent: initial;
}

.sexycover > .btn-group > .btn.playing > .fa-play:before {
  content: "\f04c";
}

.sexycover > .btn-group > .btn.albumplay[disabled],
.sexycover > .btn-group > .btn.albumplay.disabled {
  background-color: #FFF;
  color: #454444;
  border-color: transparent;
  cursor: initial;
}

.sexycover > .btn-group > .btn-loading {
  color: transparent;
  font-size: 14px;
  padding: 4px;
}

.sexycover > .btn-group > .btn-loading > span {
  line-height: 1;
  border-width: 1px;
  border-color: #ec1d27;
}

.sexycover > .btn-group > .btn-loading > span:before {
  background: #fff;
}

.sexycover > .btn-group > .btn-loading:hover > span {
  border-color: #FFF;
}

.sexycover > .btn-group > .btn-loading:hover > span:before {
  background: #ec1d27;
}

.sexycover > .btn-group > .albumplay.btn {
  text-indent: 0.05em;
}

.sexycover > .btn-group > .albumplay.btn.disabled,
.sexycover > .btn-group > .albumplay.btn.playing {
  text-indent: 0;
}

.sexycover:hover > .btn-group > .btn,
.sexycover > .btn-group > .btn-loading {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease-in;
}

.sexycover:hover .albumplay[disabled],
.sexycover:hover .albumplay.disabled {
  opacity: 0.7;
}

.sexycover-album > .btn-group {
  left: 8%;
  top: 8%;
  bottom: auto;
}

.content-menu {
  border: 1px solid #DDD;
  background-color: #F4F4F4;
  padding: 0;
  text-align: center;
  margin: 0 -1px 0;
}

.content-menu .row {
  margin: 0;
}

.content-menu .row > div {
  padding: 0;
  border: 1px solid #DDD;
  border-width: 1px 0 0;
  height: 35px;
  white-space: nowrap;
}

.content-menu .row > div:first-child {
  border: 0;
}

.content-menu .disabled {
  padding: 8px 0 6px !important;
}

.content-menu div,
.content-menu a {
  text-align: center;
  font-size: 15px;
}

.content-menu div span,
.content-menu a span {
  font-size: 11px;
  color: #777;
  margin-left: 5px;
  letter-spacing: 1px;
  vertical-align: 8%;
}

.content-menu a {
  text-decoration: none;
  color: #454444;
  float: left;
  width: 100%;
  padding: 8px 0 6px;
}

.content-menu a:hover {
  color: #000;
  background-color: #E1E1E1;
}

.content-menu .active a {
  color: #000;
  background-color: #E1E1E1;
}

.content-menu .disabled,
.content-menu .disabled span {
  color: #CCC;
}

.paginator {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #AAA;
}

.paginator .btn > span {
  font-size: 16px;
  line-height: 16px;
  margin: 0 3px;
}

.paginator .btn-sm {
  padding: 2px 6px;
}

.paginator .btn-icon span {
  vertical-align: middle;
}

.paginator .paginator-page {
  padding-top: 2px;
}

.paginator .paginator-page button {
  border-radius: 0.25em;
  padding: 2px 8px;
  background: 0;
  color: #AAA;
  border: 1px solid #eee;
  font-size: 14px;
}

.paginator .paginator-page button .glyphicon {
  margin-left: 3px;
  margin-right: -5px;
}

.paginator .paginator-page button:hover {
  border-color: #AAA;
}

.paginator > div:nth-child(2) {
  padding: 0;
}

td.trackplay {
  width: 50px;
  padding: 5px;
}

td.trackplay > a {
  font-size: 0;
}

td.trackplay [data-plugin] {
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  color: #1A6C99;
  border: 1px solid #CCC;
  display: inline-block;
  background-color: #F1F1F1;
  cursor: pointer;
  font-size: 16px;
}

td.trackplay [data-plugin]:hover,
td.trackplay [data-plugin].active,
td.trackplay [data-plugin].playing td.trackplay [data-plugin].btn-loading {
  color: #ec1d27;
}

td.trackplay [data-plugin]:hover:not(.active) {
  border-color: #ec1d27;
}

td.trackplay [data-plugin] > .fa {
  line-height: 20px;
  text-indent: 0.23em;
  transform: scale(0.6);
}

td.trackplay [data-plugin] > .fa:before {
  content: "\f04b";
}

td.trackplay [data-plugin].playing > .fa:before {
  content: "\f04c";
}

td.trackplay [data-plugin].playing > .fa {
  transform: scale(0.6);
  text-indent: 0;
}

td.trackplay [data-plugin].btn-loading {
  color: transparent;
  font-size: 12px;
  padding: 4px;
}

td.trackplay [data-plugin].btn-loading > span {
  line-height: 1;
  border-width: 1px;
  border-color: #ec1d27;
}

td.trackplay [data-plugin].btn-loading > span:before {
  background: #F1F1F1;
}

td.trackplay [data-plugin] > canvas {
  position: absolute;
  color: #ec1d27;
  top: -3px;
  left: -3px;
  width: 26px;
  height: 26px;
}

.discountalert {
  margin-bottom: 10px;
  background: #4d9fcc;
  color: #FFF;
  font-size: 14px;
  padding: 7px 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.discountalert a {
  text-decoration: none !important;
  color: #FFF;
}

#container-discountalert {
  position: relative;
}

.discountclose {
  background: transparent;
  border: 0;
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0 18px;
  font-size: 22px;
  font-weight: 100;
  color: #EEE;
  text-decoration: none;
  text-shadow: none;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.discountclose:hover,
.discountclose:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ui-slider {
  width: 100%;
  height: 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.ui-slider-container {
  position: relative;
  margin-right: 14px;
}

.ui-slider-handle {
  width: 28px;
  height: 28px;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #676666;
  border-radius: 4px;
}

.gallery-container {
  position: fixed;
  z-index: 1003;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
}

.gallery-image-container {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  text-align: center;
}

.gallery-image-container img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border: 10px solid #FFF;
  border-radius: 4px;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNiqAcAAIgAgoGu+rEAAAAASUVORK5CYII=) repeat;
}

body[class*="modal-open-"] {
  overflow: hidden;
}

body[class*="modal-open-"] .flashes {
  visibility: hidden;
}

body[class*="modal-open-"] .user-buyzone {
  visibility: hidden;
}

body[class*="modal-open-"] .modal-container.modal-open {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-layer-close {
  background: transparent;
  border: 0;
}

.modal-layer {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  overflow: hidden;
  max-width: 600px;
  background-color: #FFF;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.modal-content > div {
  border-top: 1px solid #EEE;
  padding: 20px;
}

.modal-content > div:first-child {
  border: 0;
}

.modal-content .modal-info {
  margin-top: -10px;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 5px 10px;
  border-radius: 4px;
}

.modal-content .close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 32px;
}

.modal-content .modal-header h4 {
  margin: 0;
}

.modal-content .modal-section {
  padding: 0;
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.modal-content .modal-section > div {
  display: table;
  background-color: #FFF;
  padding: 0 10px 0 5px;
  margin-left: 15px;
  margin-top: -12px;
  font-size: 20px;
  line-height: 1;
  color: #CCC;
}

.modal-content .modal-section + div {
  border: 0;
}

.modal-content .modal-offers {
  padding-bottom: 0;
  margin-bottom: -5px;
}

.modal-content .modal-offer {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.modal-content .modal-offer input {
  display: none;
}

.modal-content .modal-offer label {
  position: relative;
  cursor: pointer;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 5px 15px;
  min-width: 150px;
  margin: 0;
  background-color: #FAFAFA;
}

.modal-content .modal-offer label .glyphicon {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 5px;
  font-size: 20px;
  display: none;
}

.modal-content .modal-offer label .price {
  display: block;
  font-weight: normal;
}

.modal-content .modal-offer label:hover {
  background-color: rgba(236, 29, 39, 0.03);
  border-color: #ec1d27;
}

.modal-content .modal-offer input:checked + label {
  background-color: rgba(236, 29, 39, 0.03);
  border-color: #ec1d27;
}

.modal-content .modal-offer input:checked + label .glyphicon {
  display: inline-block;
  color: #ec1d27;
}

.modal-content > .modal-alert {
  margin: -5px 20px 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-content .modal-buttons {
  text-align: right;
}

.modal-content .modal-buttons button,
.modal-content .modal-buttons a {
  margin-left: 5px;
}

.modal-content .modal-buttons .btn-block {
  margin-left: 0;
}

.modal-content .modal-buttons p {
  margin-top: 10px;
  text-align: left;
}

.modal-album .modal-header {
  position: relative;
  background-color: #EEE;
  background-image: linear-gradient(to bottom, #FFF 25%, #EEE 75%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-bottom: 1px solid #DDD !important;
  margin-bottom: 30px;
  padding: 0;
  height: 91px;
}

.modal-album .modal-header img {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  border-right: 1px solid #DDD;
}

.modal-album .modal-header .close {
  top: 15px;
  right: 18px;
}

.modal-album .modal-album-title {
  margin-left: 110px;
  margin-right: 50px;
}

.modal-album .checkbox {
  margin-bottom: 0;
  text-align: left;
}

.modal-album .modal-buttons {
  border: 0;
  padding-top: 0;
}

.modal-album h1 {
  margin-bottom: 0;
  line-height: 1.3;
}

.modal-album h2 {
  margin: 20px 0 -8px;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  font-weight: 400;
  color: #454444;
}

.modal-album h2 a {
  text-decoration: none;
}

.modal-album h2 a:hover {
  text-decoration: underline;
}

.buyform-continue-version,
.buyform-continue-digital {
  color: #454444;
}

.buyform-continue-digital,
.buyform-digital .buyform-continue-version {
  display: none;
}

.buyform-digital .buyform-continue-digital {
  display: block;
}

.artist-header {
  position: relative;
}

.artist-header h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
}

.artist-header .wiki-artist-prefix {
  margin: 0 0 18px;
}

.artist-header .wikiedit-panel {
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.artist-header .wikiedit {
  font-style: italic;
  font-size: 13px;
  color: #AAA;
}

.artist-header .wikiedit a {
  color: #AAA;
  text-decoration: none;
}

.artist-header .wikiedit a:hover {
  text-decoration: underline;
}

.artist-header .collapsible {
  margin: 0 -20px -38px;
}

.artist-topbox {
  margin-bottom: 0 !important;
  padding: 20px;
  border-bottom: 1px solid #DDD !important;
  max-width: 728px;
}

.wikiformat {
  position: relative;
}

.wikiformat textarea {
  width: 100%;
  height: 350px;
  resize: none;
  border-color: #BBB;
  border-top-right-radius: 0;
}

.wikiformat > button {
  position: absolute;
  right: 0;
  top: -20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wikiformat > div {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  overflow: scroll;
  background-color: #F6F6F6;
  height: 0;
  -kthtml-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

.wikiformat > button.active + div {
  height: 348px;
  padding: 20px;
}

.wikiformat-example code {
  margin-top: 2px;
  display: inline-block;
  color: #4d9fcc;
}

.wikiformat-example cite,
.wikiformat-example blockquote {
  border-left: 3px solid #CCC;
  padding: 2px 10px;
  margin: 14px 0;
  font-style: italic;
  font-weight: normal;
  display: block;
}

.wikiformat-example cite p:last-child,
.wikiformat-example blockquote p:last-child {
  margin-bottom: 0;
}

.wikiformat-example ol,
.wikiformat-example ul {
  margin: 10px;
  margin-left: 20px;
  margin-right: 0;
  padding: 0;
}

.wikiformat-example ol {
  padding-left: 3px;
}

.wikiformat-example ul {
  list-style-type: disc;
}

#album {
  margin-top: 10px;
}

#album h1 {
  margin-bottom: 10px;
}

#album h2 {
  margin: 3px 0 5px;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 16px;
  font-weight: 400;
  color: #454444;
}

#album h2 a {
  text-decoration: none;
}

#album h2 a:hover {
  text-decoration: underline;
}

#album h3.first {
  margin-top: 10px;
}

#album .alert-highlight {
  margin-top: 15px;
}

#album .alert-album {
  font-size: 13px;
  line-height: 20px;
  padding: 8px 20px 6px 10px;
}

#album .alert-album .glyphicon {
  color: #AAA;
  margin-right: 4px;
}

#album td .btn {
  padding: 2px 0;
  border: 0;
}

#album .album-content {
  padding-left: 10px;
}

#album .album-sidebar-button {
  margin-top: 12px;
  border: 0;
}

#album .album-sidebar-button button {
  border: 0;
  padding: 0;
  text-decoration: underline;
}

#album .album-sidebar-button button:hover {
  text-decoration: none;
}

#album .album-sidebar-button span {
  font-size: 26px;
  margin-right: 11px;
  margin-left: 5px;
  margin-top: -4px;
  color: #ec1d27;
}

#album .album-sidebar-button.album-sidebar-button-gift span {
  margin-top: -8px;
  margin-left: 7px;
  margin-right: 12px;
}

#album .album-sidebar .summary {
  margin-top: 20px;
}

#album .album-sidebar .summary li {
  font-size: 14px;
}

#album .album-sidebar .summary li button {
  border: 0;
  padding: 0;
}

#album .album-sidebar .alert-info {
  margin: 20px 0 0;
}

#album .album-sidebar .sidebar-artist {
  margin-top: 20px;
}

#album .cd-download {
  font-size: 16px;
  color: #888;
  margin-left: 5px;
  vertical-align: -5%;
}

#album .cd-download:hover {
  color: #ec1d27;
}

#album .album-box:before,
#album .album-box:after {
  content: " ";
  display: table;
}

#album .album-box:after {
  clear: both;
}

#album .album-box:before,
#album .album-box:after {
  content: " ";
  display: table;
}

#album .album-box:after {
  clear: both;
}

#album .note {
  margin: -5px 0 0;
  font-size: 13px;
  color: #888;
}

#album .collapsible-content {
  padding-left: 0;
  padding-right: 0;
}

#album .collapsible-toggle {
  background-color: #FFF;
  padding-top: 4px;
}

.album-video > div {
  margin-top: -20px;
}

.album-video > div > div {
  margin-top: 20px;
}

.album-video div.video {
  position: relative;
  padding-bottom: 56.25%;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: 1px solid #DDD;
}

.album-video div.video h3 {
  position: absolute;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  color: #FFF;
  font-weight: 100;
  letter-spacing: 0;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 20px;
}

.album-video div.video .video-play {
  background: steelblue;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 1.2em;
  /* change this to change size */
  height: 3em;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -1.5em;
}

.album-video div.video:hover .video-play {
  background: #ec1d27;
  color: #FFF;
}

.album-video div.video .video-play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.album-video div.video .video-play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent #FFF;
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.album-video div.video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#album .sidebar-actions .btn,
#album .table-action .btn,
#album .album-buyform .btn {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 0;
}

#album .album-sidebar .btn-missing,
#album .table-action .btn-missing {
  font-weight: 400;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #787777;
}

#album .album-sidebar .btn-missing > span,
#album .table-action .btn-missing > span {
  display: block;
  font-size: 14px;
}

#album .sidebar-actions .btn {
  width: 100%;
  margin: 10px 0;
}

.table-tracklist .track-none {
  visibility: collapse;
  height: 0;
  padding: 0;
  border-color: transparent;
}

.table-tracklist .track-none td {
  padding: 0;
}

#album .table-social:not(.social-loaded):after,
#album .table-social:not(.social-loaded):before {
  left: 0;
}

.fb-comments {
  min-height: 60px;
}

.fb-comments.inited:not(.social-loaded) {
  height: 60px !important;
  display: inline-block !important;
  position: relative;
}

.fb-comments.inited:not(.social-loaded) > span {
  height: 0 !important;
}

.fb-comments.inited:not(.social-loaded):after,
.fb-comments.inited:not(.social-loaded):before {
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #EEE;
  opacity: 0.6;
  position: absolute;
}

.fb-comments.social-loading:after,
.fb-comments.social-loading:before {
  animation: sk-bounce 2s infinite ease-in-out;
}

.fb-comments.social-loading:after {
  animation-delay: -1s;
}

.album-buyform {
  position: relative;
}

.album-buyform > h1 {
  padding-right: 230px;
}

.album-buyform .btn-buyform {
  padding: 3px 10px !important;
  position: absolute;
  right: 0;
  bottom: 3px;
  min-width: 220px;
  color: #ec1d27;
  border-color: #ec1d27;
  background: #FFF;
}

.album-buyform .btn-buyform:hover,
.album-buyform .btn-buyform:active {
  background-color: #ec1d27;
  color: #FFF;
  border-color: #ec1d27;
}

.album-buyform .btn-buyform > span:nth-child(2) {
  opacity: 0.7;
  margin-left: -8px;
}

.album-buyform .btn-buyform > span:nth-child(3) {
  opacity: 0.4;
  margin-left: -8px;
  margin-right: 5px;
}

.album-buyform .btn-buyform > span.text {
  position: relative;
  top: 1px;
}

body[class*="modal-open-"] .btn-buyform {
  visibility: hidden;
}

.album-result {
  margin-top: 10px;
  margin-bottom: 10px;
}

.album-result h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
}

.album-result h2 a {
  color: #ec1d27;
}

.album-result .album-artist {
  font-size: 15px;
  line-height: 1.3;
  margin: -6px 0 4px;
  overflow: hidden;
  height: 20px;
}

.album-result .album-action {
  color: #454444;
  font-size: 12px;
  margin: 2px 0;
}

.album-result .album-action .label {
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 0;
}

.album-result .album-action .label span,
.album-result .album-action .label a,
.album-result .album-action .label button {
  padding: 2px 6px;
  font-size: 12px;
  float: left;
  height: 20px;
  color: #FFF;
  text-decoration: none;
}

.album-result .album-action .label span.glyphicon {
  top: 0;
  vertical-align: text-bottom;
  padding: 4px 6px 0;
}

.album-result .album-action .label > :first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.album-result .album-action .label > :last-child {
  background-color: #1A6C99;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.album-result .album-action .label > span:first-child {
  background-color: #4d9fcc;
}

.album-result .album-action .label > a:first-child:hover {
  background-color: #1A6C99;
}

.album-result .album-action .label > button {
  min-width: 60px;
}

.album-result .album-action .label > button:hover {
  color: transparent;
  background-color: #ec1d27;
  font-size: 0;
}

.album-result .album-action .label > button:hover:after {
  content: "koupit";
  font-size: 12px;
  color: #FFF;
}

.album-result .album-action .label > button[name="remove"] {
  background-color: #ec1d27;
}

.album-result .album-action .label > button[name="remove"]:hover {
  background-color: #bc1018 !important;
}

.album-result .album-action .label > button[name="remove"]:hover:after {
  content: "odebrat";
}

.album-result .album-action .label-disabled span:last-child {
  background-color: #555;
}

.album-result .album-info {
  font-size: 13px;
}

.album-result .album-info ul {
  padding-right: 0;
}

.album-result .album-info li {
  white-space: nowrap;
}

.album-result .album-info li span {
  color: #787777;
  font-size: 12px;
  letter-spacing: -0.01em;
}

.album-action-coupon .couponpreorder {
  margin: 5px 0 0;
  color: #787777;
}

.album-action-coupon li {
  margin: 5px 0;
}

.album-action-coupon .label {
  font-size: 13px;
  padding: 2px 10px;
}

.album-result {
  max-width: 688px;
}

.album-result:before,
.album-result:after {
  content: " ";
  display: table;
}

.album-result:after {
  clear: both;
}

.album-result:before,
.album-result:after {
  content: " ";
  display: table;
}

.album-result:after {
  clear: both;
}

.album-result .album-cover {
  float: left;
  width: 17.4418605%;
}

.album-result .album-content {
  float: right;
  width: 82.5581395%;
  padding-left: 20px;
  margin-top: 4px;
}

.album-result.album-result-coupon {
  max-width: 918px;
}

.album-result.album-result-coupon .album-cover {
  width: 15%;
}

.album-result.album-result-coupon .album-content {
  width: 85%;
}

.album-result h2 {
  margin-top: -4px;
  margin-bottom: 4px;
}

.album-result .album-action {
  margin: 4px 0 0;
}

.album-result-small .album-cover {
  width: 23.4541578%;
}

.album-result-small .album-content {
  width: 76.5458422%;
  padding-left: 10px;
}

.album-result-small .album-info {
  font-size: 12px;
}

.album-result-small .album-info li span {
  font-size: 11px;
}

.album-result,
.album-unique-container {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #EEE;
}

.album-result:first-child,
.album-unique-container:first-child {
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0;
}

.album-deals > div {
  padding-top: 10px;
  border-top: 1px solid #EEE;
}

.album-deals > div:first-child {
  border: 0;
}

.album-unique-visible .album-result {
  max-width: 668px;
}

.album-unique-container .album-unique {
  display: none;
}

.album-unique-container > button {
  text-align: center;
  width: 100%;
  border: 0;
  color: #AAA;
  padding: 2px 0;
}

.album-unique-container > button.album-unique-hide {
  display: none;
  margin-top: 10px;
  margin-bottom: -10px;
  border-top: 1px solid #eee;
}

.album-unique-container > button.album-unique-show {
  border: 1px solid #eee;
  border-radius: 4px;
}

.album-unique-container > button.album-unique-show:hover {
  color: #AAA;
  text-decoration: none;
  border: 1px solid #AAA;
}

.album-unique-container > button.album-unique-hide:hover {
  color: #888;
  text-decoration: none;
  border-top: 1px solid #EEE;
}

.album-unique-container:not(.album-unique-visible) .album-result {
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0;
}

.album-unique-container.album-unique-visible {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
}

.album-unique-container.album-unique-visible > button.album-unique-hide {
  display: block;
}

.album-unique-container.album-unique-visible > button.album-unique-show {
  display: none;
}

.album-unique-container.album-unique-visible .album-deputy {
  display: none;
}

.album-unique-container.album-unique-visible .album-unique {
  display: block;
}

._trackdetail {
  position: relative;
  border-top: 1px #EEE solid;
}

._trackdetail .row {
  margin: 15px 0 20px;
}

._trackdetail ul.summary {
  width: 95%;
}

._trackdetail h4 {
  font-size: 18px;
  margin: 7px -2px 5px;
}

.tracksamples {
  position: relative;
  width: 100%;
  padding-bottom: 11.010791367%;
  border-bottom: 1px #EEE solid;
}

.tracksamples .waveform {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.tracksamples .tracksample {
  z-index: 2;
  position: absolute;
  top: 0;
  height: 100% !important;
}

.tracksamples .tracksample .trackpointer {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 2px;
  background: #ec1d27;
  z-index: 3;
}

.tracksample:hover {
  background-color: rgba(204, 204, 204, 0.2);
  cursor: pointer;
}

.content-user .action {
  margin-top: 20px;
}

.content-user .register {
  font-weight: bold;
}

.content-user .register a {
  color: #ec1d27;
}

.content-user .user-openid > div > div {
  text-align: center;
}

.content-user .user-openid .user-openid-icon {
  margin: 0 30px;
  border-radius: 5px;
  overflow: hidden;
}

.content-user .user-openid .user-openid-icon img {
  width: 100%;
}

.content-user .user-openid .btn {
  margin-top: 20px;
  width: 100%;
}

.content-setting .setting-label {
  min-width: 220px;
  margin-right: 0;
  font-weight: bold;
}

.content-setting .form-group {
  margin-bottom: 5px;
}

.content-setting input[type="radio"] {
  margin-right: 10px;
}

.content-setting label {
  margin-right: 20px;
  font-weight: 400;
}

.content-terms > div {
  padding: 20px;
  padding: 40px;
  overflow: scroll;
  height: 300px;
  border: 1px solid #DDD;
}

.content-agreeterms h4 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.content-agreeterms p {
  margin: 0;
}

.content-payment {
  margin-bottom: -10px;
}

.content-payment h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-payment .table-widescreen {
  margin-bottom: 30px;
}

.content-payment .list-note {
  padding-top: 20px;
}

.content-help h1 {
  margin-bottom: 10px;
}

.content-help h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #000;
}

.content-help h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0 5px;
  color: #000;
}

.content-help pre {
  margin: 0;
  margin-bottom: 20px;
  padding: 5px 0 5px 5px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  font-size: 12px;
  line-height: 14px;
  white-space: normal;
  color: #888;
}

.content-help pre strong {
  color: #333;
  font-weight: 500;
}

.content-help img {
  margin: 10px 0 20px 0;
}

.content-help .row img {
  width: 100%;
}

.content-help hr {
  margin-top: 20px;
}

.content-bulletin:before,
.content-bulletin:after {
  content: " ";
  display: table;
}

.content-bulletin:after {
  clear: both;
}

.content-bulletin:before,
.content-bulletin:after {
  content: " ";
  display: table;
}

.content-bulletin:after {
  clear: both;
}

.content-bulletin > h3 {
  font-size: 20px;
}

.content-bulletin .bulletin-preview {
  vertical-align: bottom;
}

.content-bulletin .bulletin-preview img {
  border: 1px solid #DDD;
  padding: 2px 1px;
  width: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.content-bulletin .bulletin-preview a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.content-bulletin .bulletin-preview .btn {
  width: 100%;
}

.content-bulletin .bulletin-info {
  font-size: 13px;
}

.content-bulletin .bulletin-content {
  font-size: 12px;
  color: #454444;
}

.content-bulletin .bulletin-content strong {
  font-size: 11px;
}

.content-bulletin .bulletin-content h4 {
  color: #ec1d27;
  margin-bottom: 4px;
}

.vbottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.content-musicpoint h3 {
  margin-bottom: 5px;
}

.content-musicpoint .btn {
  margin: 10px 0;
}

.content-musicpoint .musicpoint-logo {
  float: right;
  max-width: 300px;
  margin: 0 0 15px 15px;
  border: 1px solid #EEE;
  padding: 10px;
}

.content-musicpoint .musicpoint-gallery {
  margin: 0 -5px;
}

.content-musicpoint .musicpoint-gallery li {
  float: left;
  margin: 5px;
}

.content-musicpoint .musicpoint-gallery li img {
  margin: 0;
  padding: 2px;
  border: 1px solid #EEE;
}

.body-paymethod #user,
.body-paymethod #navigation,
.body-paymethod #coverline,
.body-paymethod #footer,
.body-paymethod #payu,
.body-paymethod #container-discountalert,
.body-paymethod .user-buyzone {
  display: none !important;
}

.body-paymethod .flashes {
  visibility: hidden;
}

.body-paymethod body {
  margin-top: 0;
}

.content-paymethod {
  margin: 0 10px;
}

.content-paymethod h1 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 5px;
}

.content-paymethod h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.content-paymethod .btn.active {
  box-shadow: none;
}

.content-paymethod .paymethod {
  padding: 10px;
}

.content-paymethod .paymethod > button {
  display: inline;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
}

.content-paymethod .paymethod .paybox-button {
  border-radius: 0 0 4px 4px;
  width: 100%;
  font-weight: bold;
  padding: 4px 0;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #FFF;
  background: #454444;
  border: 1px solid #383737;
}

.content-paymethod .paymethod a.paybox-button {
  text-decoration: none;
}

.content-paymethod .paymethod .paybox-button-small {
  font-size: 12px;
  line-height: 21.42857143px;
  font-weight: normal;
}

.content-paymethod .paymethod > button:hover .paybox-button,
.content-paymethod .paymethod .paybox-button:hover {
  background-color: #ec1d27;
  border: 1px solid #eb141e;
}

.content-paymethod > form > .row {
  margin-left: -20px;
  margin-right: -20px;
}

.content-paymethod .no-paymethod .paybox {
  border-bottom-width: 1px;
}

.content-paymethod .no-paymethod span {
  position: absolute;
}

.content-paymethod .paybox {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #CCC;
  border-bottom-width: 0;
  text-align: center;
  padding: 10px;
  height: 138px;
  position: relative;
  background-image: linear-gradient(to bottom, #FFF 25%, #EEE 75%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}

.content-paymethod .paybox-small {
  height: 100px;
}

.content-paymethod .paybox-small img {
  margin-top: 15px;
}

.content-paymethod .paybox-small.paybox-bt img {
  margin-top: 2px;
}

.content-paymethod .paymethod-credit .paybox,
.content-paymethod .paymethod-promocredit .paybox {
  position: relative;
}

.content-paymethod .paymethod-credit .paybox > img,
.content-paymethod .paymethod-promocredit .paybox > img {
  margin-top: 15px;
}

.content-paymethod .paymethod-credit .paybox > div,
.content-paymethod .paymethod-promocredit .paybox > div {
  position: absolute;
  text-align: center;
  bottom: 3px;
  left: 0;
  width: 100%;
  min-height: 28px;
}

.content-paymethod .paymethod-all {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.content-paymethod .paymethod-all:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.paymethod-bt img {
  margin-top: 3px !important;
}

.mplatba-tmobile {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.mplatba-vodafone {
  margin-left: 10%;
  width: 40%;
  text-align: center;
}

.mplatba-o2 {
  width: 40%;
  text-align: center;
}

.paymethod-disabled-mplatba img {
  height: 35px;
}

.paymethod-disabled-mplatba .mplatba-disabled {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  font-size: 85%;
}

.withcredit {
  border: 1px solid #CCC;
  background-color: #FAFAFA;
  color: #454444;
  margin-top: 20px;
  margin-bottom: 10px;
}

.withcredit > :first-child {
  margin-bottom: 3px;
}

.withcredit-checkbox {
  margin-top: 0;
  cursor: default;
}

.withcredit-checkbox a {
  text-decoration: none;
  display: block;
}

.withcredit-checkbox .glyphicon {
  background: #ec1d27;
  background: #454444;
  background: #FFF;
  border-radius: 4px;
  border: 2px solid #454444;
  margin-top: -1px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  padding: 1px;
  color: transparent;
}

.withcredit-checkbox a:hover .glyphicon {
  color: #ec1d27;
}

.withcredit-checkbox .glyphicon.checked {
  color: #454444;
}

.withcredit-checkbox a:hover .glyphicon.checked {
  color: #ec1d27;
}

.withcredit-checkbox a:hover .glyphicon.checked:before {
  content: "\e014";
}

.special-banner {
  padding-bottom: 16.666666667%;
  margin-bottom: 10px;
  background: #CCC center center no-repeat;
  background-size: contain;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.special-banner,
.content-special-banner {
  position: relative;
}

.special-banner > button.sourceplay,
.content-special-banner > button.sourceplay {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.special-social {
  display: none;
  position: absolute;
  bottom: -50px;
  right: 20px;
  z-index: 2;
}

.special-discount {
  min-height: 215px !important;
  max-width: 960px;
}

.special-discount .album-action {
  display: none;
}

.special-discount-active .album-action {
  display: block;
}

.special-notitle {
  padding-top: 10px !important;
}

.special-content {
  max-width: 960px;
}

.content-special > .content-special-banner {
  padding-bottom: 16.6666667%;
  min-height: 80px;
  margin: -20px;
  margin-bottom: 20px;
  position: relative;
}

.content-special .albumlist-md-5 {
  background-color: #FFF;
}

.content-special .albumlist-md-5 li {
  padding: 0 10px;
}

.content-special-banner > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #EEE;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}

.content-special-banner > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#container.sidebar #content .content-special.last {
  border-bottom: 0 !important;
  padding-bottom: 10px;
}

#container.sidebar #content .content-special.last:after {
  display: none !important;
}

.special-more {
  transition: opacity ease-in 1s;
  transition-delay: 300ms;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.special-more-show button {
  display: none;
}

.special-more-show .special-basic {
  display: none;
}

.special-more-show .special-more {
  max-height: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.search-content .sidebar-enable {
  position: absolute;
  top: 10px;
  border-radius: 0;
  padding: 6px 17px 5px;
}

.search-content .search-infobox {
  margin-bottom: 14px;
  padding-bottom: 5px;
  font-size: 12px;
  border-bottom: 1px solid #EEE;
}

.search-content .search-infobox .search-filter {
  display: none;
  margin-left: 10px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}

.search-content .search-infobox .search-filter span {
  margin-left: 5px;
}

.search-content .search-infobox .search-result {
  color: #AAA;
}

.search-content .search-infobox button {
  margin-top: -5px;
}

.search-content .search-sortselect {
  position: relative;
  display: inline;
}

.search-content .search-sortselect > select {
  position: absolute;
  left: 0;
  top: -4px;
  text-align: right;
  font-size: 12px;
  padding: 3px 20px 3px 5px;
  border: 0;
  background: transparent;
  font-weight: bold;
  -webkit-appearance: none;
  z-index: 2;
}

.search-content .search-sortselect > span {
  visibility: hidden;
  position: relative;
  color: transparent;
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px 0 10px;
}

.search-content .search-sortselect > span:after {
  color: #000;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -2px;
  content: "";
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.search-content .search-sortselect > span.select-container-inited {
  visibility: visible;
}

.search-content .customStyleSelectBox {
  margin-left: 10px;
  color: #454444;
  font-weight: bold;
}

.search-content .customStyleSelectBox .caret {
  margin-left: 8px;
  margin-top: -2px;
}

.search-content strong {
  color: #333;
  margin: 0 3px;
}

body.toggled-sidebar .search-filter,
.search-filter:hover {
  color: #ec1d27 !important;
}

#charlist {
  margin-bottom: 30px;
}

#charlist ul {
  height: 33px;
}

#charlist li {
  height: 28px;
  float: left;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 3.703703704%;
  padding: 0 1px;
}

#charlist li a,
#charlist li span {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  display: block;
  line-height: 14px;
  background: #EFEFEF;
  border: 1px solid #DDD;
}

#charlist li a.active,
#charlist li a:hover {
  background: #ec1d27;
  border-color: #bc1018;
  color: #FFF;
}

#charlist li.disabled {
  color: #AAA;
}

#charlist .charlist1 {
  margin: 0 -1px;
}

#charlist .charlist1 li a,
#charlist .charlist1 li span {
  padding: 6px 4px;
}

#charlist .charlist2 {
  margin: 2px 0 0;
  background: #EFEFEF;
  border: 1px solid #DDD;
  border-width: 1px 0;
  height: 24px;
  border-radius: 0;
}

#charlist .charlist2 li {
  text-transform: none;
  padding: 0;
}

#charlist .charlist2 li span {
  margin: -1px 0;
  border-width: 1px 0;
  padding: 4px 0;
}

#charlist .charlist2 li a {
  margin: -1px 0;
  padding: 4px 0;
  color: #222;
  border: 1px solid #DDD;
  border-width: 1px 0;
}

#charlist .charlist2 li a:hover,
#charlist .charlist2 li a.active {
  border-color: #ec1d27;
  color: #FFF;
}

#charlist .charlist2 li:first-child a,
#charlist .charlist2 li:first-child span {
  padding-left: 1px;
  margin-left: 0;
  border-left-width: 1px;
}

#charlist .charlist2 li:last-child a,
#charlist .charlist2 li:last-child span {
  padding-right: 1px;
  margin-right: -1px;
  border-right-width: 1px;
}

.results-artists .btn-md {
  margin-bottom: 8px;
  margin-right: 8px;
}

.coupon-preview {
  text-align: center;
  max-width: 602px;
}

.coupon-preview img {
  border: 1px solid #CCC;
  width: 100%;
}

.coupon-autocomplete {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.coupon-panel .btn {
  margin: 0 0 10px;
}

.coupon-create span.glyphicon {
  float: left;
  font-size: 50px;
  color: #ec1d27;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 20px;
}

.coupon-social {
  display: none;
  vertical-align: top;
  position: absolute;
  right: 25px;
  top: 32px;
}

.basket-code .input-group-btn .btn-send {
  border-bottom-right-radius: 0.25em !important;
  border-top-right-radius: 0.25em !important;
}

.basket-code .note {
  font-size: 13px;
}

.basket-billing {
  padding: 20px 20px 10px;
  background-color: #F7F7F7;
  border: 1px solid #DDD;
}

.billing-is-company {
  display: none;
}

.billing-not-company {
  display: block;
}

.billing-company .billing-is-company {
  display: block;
}

.billing-company .billing-not-company {
  display: none;
}

.basket-delivery .header.delivery-action td {
  padding: 4px 10px;
}

.basket-delivery .delivery-action {
  height: 30px;
}

.basket-delivery .delivery-action td {
  padding: 0;
}

.basket-delivery .delivery-action > td > button,
.basket-delivery .delivery-action > td > div {
  padding: 8px 10px 7px;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}

.basket-delivery .delivery-action button {
  text-decoration: none;
  display: block;
  width: auto;
  border: 0;
}

.basket-delivery .delivery-icon {
  width: 20px;
  text-align: center !important;
  color: #AAA;
}

.basket-delivery tr:hover .delivery-icon {
  color: #ec1d27;
}

.basket-delivery .delivery-icon .glyphicon-ok {
  margin-top: -4px;
  font-size: 18px;
  color: #ec1d27;
}

.basket-delivery .delivery-tooltip .glyphicon {
  color: #AAA;
  margin-left: 3px;
  cursor: pointer;
}

.basket-delivery .delivery-tooltip .glyphicon:hover {
  color: #676666;
}

.basket-delivery .delivery-tooltip p {
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.basket-delivery .delivery-tooltip:hover p {
  opacity: 1;
}

.basket-amount {
  text-align: center;
  color: #888;
}

.basket-amount > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-amount > div > button {
  margin: 0;
  border-radius: 0;
}

.basket-amount > div > :first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.basket-amount > div > :last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.basket-amount > div > span {
  border: 1px solid #454444;
  border-width: 1px 0;
  padding: 0 10px;
  line-height: 18px;
}

.basket-login form {
  background-color: #F7F7F7;
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
}

.basket-login .form-group {
  margin: 0 0 10px;
}

.basket-login .basket-login-info {
  border-top: 1px solid #DDD;
  padding-top: 17px;
  color: #888;
}

.basket-login .basket-login-info p {
  line-height: 1.3;
}

.basket-login .basket-login-info p:last-child {
  margin-bottom: 0;
}

.alert {
  padding: 8px;
}

.alert-gratis {
  overflow: hidden;
  margin-bottom: 10px;
  color: #6D6D6D;
}

.alert-gratis:not(.alert-gratis-more) + div {
  height: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.alert-gratis .btn-gratis-more > span {
  display: none;
}

.alert-gratis:not(.alert-gratis-more) .btn-gratis-more > span:first-child,
.alert-gratis.alert-gratis-more .btn-gratis-more > span:last-child {
  display: inline;
}

.albumlist-gratis ul {
  margin-bottom: 0;
}

.albumlist-gratis li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.albumlist-gratis li > div {
  border: 1px solid #DDD;
  margin: 0 5px;
  background-color: #FFF;
}

.albumlist-gratis li img {
  padding: 4px !important;
  width: 100%;
}

.albumlist-gratis .title,
.albumlist-gratis .subtitle {
  margin: 0 4px;
}

.albumlist-gratis .subtitle:last-child {
  margin-bottom: 10px;
}

.albumlist-gratis li > div > .btn {
  font-weight: 400;
  width: 100%;
  display: block;
  border: 1px solid #DDD !important;
  border-width: 0 0 0 !important;
  margin-top: 8px !important;
  border-radius: 0;
  padding: 4px 0;
}

.albumlist-gratis li > div > .btn-xs {
  padding: 0 6px;
  font-size: 12px;
  line-height: 1.5;
}

.basket-gratis + .basket-gratis > h1 {
  display: none;
}

.basket-gratis > .alert-gratis > .glyphicon {
  margin-right: 12px;
  margin-left: 5px;
  top: 2px;
  font-size: 32px;
}

.basket-gratis-karelgott > .alert-gratis > .glyphicon {
  font-size: 54px;
}

#sidebar .section {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #DEDEDE;
}

#sidebar .section li {
  padding: 2px 0;
  height: 30px;
}

#sidebar .section li a {
  padding: 0;
  margin-top: -3px;
  text-decoration: none;
  color: #848484;
  font-size: 18px;
  font-weight: bold;
  vertical-align: center;
  font-family: 'Open Sans';
}

#sidebar .section li a:hover,
#sidebar .section li.active a {
  color: #ec1d27;
}

#sidebar .section li a span {
  background: url('/assets/images/searchsection.png?v=4') no-repeat center;
  width: 19px;
  height: 19px;
  margin: 4px 12px 0 0;
  display: block;
  float: left;
}

#sidebar .section li a span.section-icon-all {
  background-position: -38px -19px;
}

#sidebar .section li a span.section-icon-artist {
  background-position: -19px -19px;
}

#sidebar .section li a span.section-icon-album {
  background-position: 0 -19px;
}

#sidebar .section li a span.section-icon-track {
  background-position: -57px -19px;
}

#sidebar .section li a span.section-icon-library {
  background-position: -76px -19px;
}

#sidebar .section li a span.section-icon-favourites {
  background-position: -95px -19px;
}

#sidebar .section li a span.section-icon-star {
  background-position: -114px -19px;
}

#sidebar .section li a:hover span.section-icon-all,
#sidebar .section li.active span.section-icon-all {
  background-position: -38px 0;
}

#sidebar .section li a:hover span.section-icon-artist,
#sidebar .section li.active span.section-icon-artist {
  background-position: -19px 0;
}

#sidebar .section li a:hover span.section-icon-album,
#sidebar .section li.active span.section-icon-album {
  background-position: 0 0;
}

#sidebar .section li a:hover span.section-icon-track,
#sidebar .section li.active span.section-icon-track {
  background-position: -57px 0;
}

#sidebar .section li a:hover span.section-icon-library,
#sidebar .section li.active span.section-icon-library {
  background-position: -76px 0;
}

#sidebar .section li a:hover span.section-icon-favourites,
#sidebar .section li.active span.section-icon-favourites {
  background-position: -95px 0;
}

#sidebar .section li a:hover span.section-icon-star,
#sidebar .section li.active span.section-icon-star {
  background-position: -114px 0;
}

#searchmenu {
  margin-bottom: 30px;
}

.search-menu {
  margin: 0 0 0 10px;
}

.search-menu h3 {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: bold;
  margin: 15px 0 3px !important;
}

.search-facet li label,
.search-querybox li > button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAA7CAYAAACgyADMAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MTwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTM8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjU5PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgICAgPGRjOnN1YmplY3Q+CiAgICAgICAgICAgIDxyZGY6QmFnLz4KICAgICAgICAgPC9kYzpzdWJqZWN0PgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMC0yOVQxNDoxMDo3MjwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjA8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CjTDo6UAAAEbSURBVEgNY2CgF2CEWbRgwYJvjIyMnDA+Njo+Ph6sngkmSUgDTB2Ihmv69+/fD2QJfGy4JqBN//EpRJaDawLaRLqm/////0Y2DR8bbhMzMzMbPoXIcnBNQD+xIkvgY7PAJIHOY0AKjH8wcRAN9C88PpHFR9mjITB8QwCe5B8xSBHM7nIMz1CLMFLCBZ5zRzWREgJQtWSFHhn2jGoZDYEhFgKUF2G8ZVkMLPIyKP4G8UHiyAAlE/46eZ5B/OwOBnZ7S7AaEA3ig8SxAlAJC8Iv7YP//33z7v/7vFowDeLD5DA0wiRANEjDf2CrDEQji+PURLJNMA0wJ6HzYTahBASbuSHDS2MPhp8Hj4PlQTSIDxJHBmTFE7IBtGUDABsukmLHWf0HAAAAAElFTkSuQmCC) left center no-repeat;
}

.search-facet ul {
  list-style-type: none;
  margin: 0 0 0 3px;
}

.search-facet li {
  height: 16px;
  position: relative;
  white-space: nowrap;
}

.search-facet li input {
  position: absolute;
  left: -3000px;
}

.search-facet li label {
  background-position: 1px 3px;
  padding-left: 20px;
  height: 18px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  color: #454444;
  font-weight: normal;
}

.search-facet li label:hover {
  color: #ec1d27;
  background-position: 1px -20px;
}

.search-facet li span {
  margin-left: 5px;
  font-size: 11px !important;
  color: #888;
  font-weight: normal;
  vertical-align: 7%;
  letter-spacing: 1px;
}

.search-facet li input:checked + label {
  background-position: 1px -20px;
  font-weight: bold;
  color: #ec1d27;
}

.search-facet li input:checked + label:hover {
  background-position: 1px -43px;
}

.search-querybox ul {
  margin-left: 3px;
}

.search-querybox li {
  padding-left: 16px;
  position: relative;
}

.search-querybox li > button {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  background-position: 1px 6px;
}

.search-querybox input {
  border: none;
  color: #777;
  padding: 3px 4px;
  font-style: italic;
  width: 95%;
  position: relative;
}

.search-querybox li > button:hover,
.search-querybox li.checked > button {
  background-position: 1px -17px;
}

.search-querybox li:hover input,
.search-querybox li.checked input {
  box-shadow: 0 0 2px #AAA !important;
}

.search-querybox li.checked input {
  font-style: normal;
  color: #454444;
}

.search-querybox li.checked > button:hover {
  background-position: 1px -40px;
  cursor: pointer;
}

.album-coupon-select {
  margin: 0 !important;
}

.album-coupon-select button {
  position: relative;
  padding: 4px 0 4px 24px;
  margin-right: 20px;
}

.album-coupon-select button.disabled {
  display: none;
}

.album-coupon-select button.disabled:first-child {
  display: inline-block;
}

.album-coupon-select button.selected {
  padding-left: 24px;
  cursor: default;
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.album-coupon-select button:after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-family: 'Glyphicons Halflings';
  top: 4px;
  left: 0;
  content: "\f111";
  color: #AAA;
  font-size: 14px;
}

.album-coupon-select button.selected:after {
  top: 2px;
  left: -1px;
  content: "\e013";
  font-size: 18px;
  color: #ec1d27;
}

.album-coupon-select button:not([disabled]):hover::after {
  color: #ec1d27;
}

.album-coupon-select button[disabled]:hover {
  color: #333;
}

.summary .album-version {
  border: 0 !important;
  position: relative;
  margin-left: 2px;
  margin-top: 7px !important;
}

.summary .album-version .text-nowrap {
  padding-right: 53px;
}

.summary .album-version > a:after,
.summary .album-version > div:after {
  position: absolute;
  height: 16px;
  width: 16px;
  font-family: 'Glyphicons Halflings';
}

.summary .album-version > a:after {
  top: 3px;
  left: 2px;
  content: "\f111";
  color: #AAA;
  font-size: 12px;
}

.summary .album-version > div.selected:after {
  top: 0;
  left: 0;
  content: "\e013";
  font-size: 16px;
  color: #ec1d27;
}

.summary .album-version > a:hover::after {
  color: #ec1d27;
}

.summary .album-version > a,
.summary .album-version > div {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
}

.summary .album-version > a,
.summary .album-version > div {
  padding-left: 27px;
}

.summary .album-version > div.selected {
  cursor: default;
  padding-left: 23px;
}

.summary .album-version > a > div,
.summary .album-version > div > div {
  display: inline-block;
  width: 100%;
  padding: 2px 0 2px 0;
  border-radius: 3px;
}

.summary .album-version > div > div {
  padding: 2px 0 2px 4px;
  background-color: #4d9fcc;
  color: #FFF !important;
}

.summary .album-version > div > div > span {
  color: #FFF !important;
}

.summary .album-version .price,
.summary .album-version .btn-download {
  margin: 0 !important;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 1px 2px;
  line-height: 14px;
  background-color: #f7f7f7;
  border: 1px solid #ddd !important;
  color: #434242 !important;
  font-size: 11px !important;
  border-radius: 3px;
}

.summary .album-version .price {
  font-weight: bold;
}

.summary .album-version div.selected .price,
.summary .album-version div.selected + .btn-download {
  border-color: transparent !important;
}

.summary .album-version .btn-download {
  padding: 1px 4px !important;
  color: #676666 !important;
}

.summary .album-version .btn-download span {
  margin-right: 0 !important;
  left: 1px;
  top: 0;
}

.summary .album-version .btn-download:hover {
  background-color: #d8d8d8;
}

.table-title {
  margin-top: 25px;
  font-size: 20px;
}

.table {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  width: 100%;
}

.table th {
  padding: 4px 10px;
  height: 26px;
  background-color: #EBEBEB;
}

.table th td {
  font-weight: bold;
}

.table tr {
  background-color: #F7F7F7;
  border: 1px solid #DDD;
  border-bottom-width: 0;
  height: 34px;
  color: #333333;
}

.table tr.header {
  height: 26px;
  background-color: #4d9fcc;
  border: 1px solid #4d9fcc;
  border-radius: 5px;
  color: #FFF;
}

.table tr.header:hover {
  background-color: #4d9fcc;
}

.table tr.header td {
  font-weight: bold;
}

.table tr.header-dark {
  background-color: #EEE;
  color: #454444;
  border-color: #DDD;
}

.table tr.header-dark:hover {
  background-color: #EEE;
}

.table tr.cd-header {
  background-color: transparent !important;
  border-width: 1px 0 0;
  height: 10px;
}

.table tr.cd-header > td {
  padding: 0;
}

.table tr.cd-header.first {
  border: 0;
}

.table tr.cd-header.first h3 {
  margin-top: 10px;
}

.table tr.song-padding {
  background-color: transparent !important;
  border-width: 1px 0 0;
  height: 10px;
}

.table tr.song-header {
  background-color: #EAEAEA;
  height: 24px;
}

.table tr:hover,
.table tr.active {
  background-color: #EBEBEB;
}

.table tr.active .important {
  color: #ec1d27;
}

.table tr.highlighted {
  background-color: #FAFADD;
}

.table tr.small td {
  font-size: 12px;
}

.table tr.mini td {
  font-size: 11px;
}

.table tr.eet {
  background-color: #FFF !important;
}

.table tr.eet td {
  color: #888;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table tr td {
  font-size: 13px;
  padding: 4px 10px;
}

.table tr td.small {
  font-size: 12px;
}

.table tr td.mini {
  font-size: 11px;
}

.table tr td.track-sample {
  width: 50px;
  padding: 4px 5px;
}

.table tr td .label {
  font-size: 11px;
}

.table tr td.cover {
  padding: 5px;
}

.table tr td.download {
  text-align: center;
}

.table tr td.download button,
.table tr td.download a {
  color: #999;
  color: #ec1d27;
  padding: 2px 6px;
  font-size: 16px;
}

.table tr td.download button span,
.table tr td.download a span {
  top: 3px;
  line-height: 14px;
  width: 15px;
}

.table tr td.download button:hover,
.table tr td.download a:hover {
  color: #454444;
}

.table tr td.download-left {
  padding-left: 0;
  text-align: left;
}

.table tr td.basket span {
  font-size: 19px;
  padding: 0 6px;
  color: #4d9fcc;
  position: relative;
  top: 0;
}

.table tr td.basket > span {
  color: #454444;
}

.table tr td.basket button.basket-active span,
.table tr td.basket button:hover span {
  color: #ec1d27;
}

.table tr td.basket button.basket-active:hover span:after {
  content: "\00D7";
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: 0;
  bottom: 0;
}

.table-action {
  margin: 15px 0;
  text-align: right;
  width: 100%;
}

.table-action:before,
.table-action:after {
  content: " ";
  display: table;
}

.table-action:after {
  clear: both;
}

.table-action:before,
.table-action:after {
  content: " ";
  display: table;
}

.table-action:after {
  clear: both;
}

.table-action .btn {
  width: 100%;
}

.table-social td > div {
  height: 25px;
  overflow: hidden;
  display: block;
}

.table-social td + td {
  padding-left: 10px;
  text-align: right;
}

.table-social:not(.social-loaded) {
  position: relative;
}

.table-social:not(.social-loaded):after,
.table-social:not(.social-loaded):before {
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #EEE;
  opacity: 0.6;
  position: absolute;
}

.table-social.social-loading:after,
.table-social.social-loading:before {
  animation: sk-bounce 2s infinite ease-in-out;
}

.table-social.social-loading:after {
  animation-delay: -1s;
}

.collapsible {
  position: relative;
  overflow: hidden;
  max-height: 6000px;
  z-index: 1;
  padding-bottom: 20px;
  transition: max-height 0.5s ease-out;
}

.collapsible .collapsible-content {
  padding: 0 20px 25px;
}

.collapsible .collapsible-toggle {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #DDD;
  background-color: #FAFAFA;
  padding: 7px 0;
}

.collapsible .collapsible-toggle:hover {
  text-decoration: underline;
}

.collapsible .collapsible-toggle a {
  text-decoration: none;
  font-size: 15px;
  color: #454444;
  font-weight: 400;
}

.collapsible .collapsible-toggle a span {
  margin-right: 6px;
  margin-top: 1px;
  font-weight: bold;
}

.collapsible .collapsible-toggle a:hover {
  text-decoration: underline;
}

.collapsible .collapsible-overflow {
  display: none;
  position: absolute;
  bottom: 30px;
  height: 50px;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}

.collapsible .collapsible-text-collapsed {
  display: none;
}

.collapsible .collapsible-text-opened {
  display: block;
}

.collapsible.collapsed {
  max-height: 125px;
}

.collapsible.collapsed .collapsible-overflow {
  display: block;
}

.collapsible.collapsed .collapsible-text-collapsed {
  display: block;
}

.collapsible.collapsed .collapsible-text-opened {
  display: none;
}

.admin-panel {
  padding: 7px 0 7px 20px;
  font-size: 12px;
  line-height: 16px;
  margin: -20px;
  margin-top: 20px;
  border-top: 1px solid #DEDEDE;
  background-color: #EEE;
}

.admin-panel:before,
.admin-panel:after {
  content: " ";
  display: table;
}

.admin-panel:after {
  clear: both;
}

.admin-panel:before,
.admin-panel:after {
  content: " ";
  display: table;
}

.admin-panel:after {
  clear: both;
}

.admin-panel .btn-link {
  font-size: 12px;
}

.admin-panel .separator {
  margin: 0 12px;
  color: #CCC;
  font-size: 11px;
}

.body-player {
  margin-bottom: 110px;
}

.player-content {
  position: fixed;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: content-box;
  background-color: #FFF;
  box-shadow: 0 0 4px #888;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1002;
}

.player-content > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 960px;
  margin: 0 auto;
}

.player-content > div > div.player-control {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.player-content > div > div.player-cover {
  width: 60px;
  height: 60px;
  margin: 10px;
  position: relative;
}

.player-content > div > div.player-state {
  -ms-flex: 1;
      flex: 1;
  margin: 0 25px 0 25px;
}

.player-content > div > button.playlist-toggle,
.player-content > div > button.setting-toggle,
.player-content > div > button.player-destroy {
  padding: 6px 8px;
  margin: auto 0;
  -ms-flex: 0;
      flex: 0;
}

.player-state {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 0;
}

.player-state .player-track,
.player-state .player-position {
  -ms-flex: 1;
      flex: 1;
}

.player-state .player-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.player-state .player-progress {
  height: 8px;
}

@keyframes PlayerPlaceholder {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes PlayerFadeIn {
  0% {
    transform: translateY(100%);
  }

  99% {
    transform: translateY(0%);
  }

  100% {
    transform: none;
  }
}

@keyframes PlayerFadeOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes PlayerProgressFade {
  0% {
    background-color: transparent;
  }
}

.player-content {
  transform: translateY(100%);
  animation: PlayerFadeIn 500ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.player-container.player-removing > .player-content {
  animation: PlayerFadeOut 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.player-container.player-loaded .player-modal {
  visibility: visible;
}

.player-container.player-loaded .player-modal > .player-modal-container {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.player-container.player-loaded .player-modal.playlist-active,
.player-container.player-loaded .player-modal.settings-active {
  background: rgba(0, 0, 0, 0.6);
  pointer-events: initial;
  transition: background .1s linear;
}

.player-container.player-loaded .player-modal.playlist-active > .player-modal-playlist,
.player-container.player-loaded .player-modal.settings-active > .player-modal-settings {
  z-index: 1000;
  transform: translateY(0%);
}

.player-container.player-loading .player-cover,
.player-container.player-loading .player-progress,
.player-container.player-loading .player-track > div,
.player-container.player-loading .player-track > div.buy,
.player-container.player-loading .player-position > span > span {
  transition: background-color 0.4s ease-out, border-color 0.2s 0.3s ease-out, color 0.2s 0.3s ease-out;
}

.player-container.player-loading .player-track > div.buy > * {
  transition: background-color 0.2s 0.3s ease-out, border-color 0.2s 0.3s ease-out, color 0.2s 0.3s ease-out;
}

.player-container.player-loading .setting-toggle,
.player-container.player-loading .playlist-toggle,
.player-container.player-loading .player-control > button,
.player-container.player-loading .player-control > button.btn-loading > span {
  transition: background-color 0.4s ease-out, border-color 0.2s 0.3s ease-out, color 0.3s 0.2s ease-out;
}

.player-container.player-loading .player-progress:before {
  transition: background-color 0.2s 0.3s ease-out;
}

.player-container.player-loading .player-progress > div.progress-track:before,
.player-container.player-loading .player-progress > div.progress-active:before,
.player-container.player-loading .player-progress > div.progress-buffer:before {
  animation: PlayerProgressFade 0.4s ease-in forwards;
}

.player-container.player-loading .player-progress > div.progress-played:after {
  transition: transform 0.2s 0.3s ease-out;
}

.player-container.player-placeholder .player-cover,
.player-container.player-placeholder .player-track > div,
.player-container.player-placeholder .player-track > div.buy,
.player-container.player-placeholder .player-position > span > span {
  background-color: #ddd;
  color: transparent;
  border-color: #ddd !important;
}

.player-container.player-placeholder .player-track > div.buy > * {
  color: transparent !important;
  border-color: transparent !important;
}

.player-container.player-placeholder .player-progress {
  background-color: #ddd;
}

.player-container.player-placeholder .player-control > button,
.player-container.player-placeholder .playlist-toggle,
.player-container.player-placeholder .setting-toggle {
  color: #ddd !important;
  border-color: #ddd !important;
}

.player-container.player-placeholder .player-control > button.btn-loading > span {
  border-color: #ddd !important;
}

.player-container.player-placeholder .player-progress:before,
.player-container.player-placeholder .player-progress > div:before {
  background-color: transparent;
}

.player-container.player-placeholder .player-progress > div.progress-played:after {
  transform: scale(0);
}

.player-container.player-placeholder .player-destroy {
  visibility: hidden;
}

.player-container.player-placeholder > .player-content > div:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  animation: PlayerPlaceholder 1.4s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.player-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  background: rgba(0, 0, 0, 0);
  transition: background .1s .2s linear;
  z-index: 999;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

.player-modal > .player-modal-container {
  height: 100%;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.player-modal > .player-modal-container > div {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
}

.player-modal-header {
  display: block;
  background: #FFF;
  padding: 20px;
  border-bottom: 1px solid #AAA;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0;
}

.player-modal-header > h1 {
  color: #333;
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 -10px;
  padding: 0;
}

.player-modal-header > h1 small > span {
  margin: 0 10px;
}

.player-modal-header > .btn:first-child {
  float: right;
  margin-top: 25px;
  margin-bottom: -10px;
  background: #FFF;
  color: #454444;
}

.player-modal-header > .btn:first-child:hover {
  background: #454444;
  color: #FFF;
  border-color: #454444;
}

.player-modal-content {
  background-color: #FFF;
  max-height: 100%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -ms-flex: 1;
      flex: 1;
  overflow: scroll;
  padding: 20px 20px 60px;
}

.player-content button {
  padding: 0;
  border: 0;
  background: transparent;
}

.player-content button.playlist-toggle,
.player-content button.setting-toggle,
.player-content button.player-destroy {
  font-size: 24px;
  color: #888;
}

.player-content button.playlist-toggle:hover,
.player-content button.setting-toggle:hover,
.player-content button.player-destroy:hover {
  color: #000;
}

.player-content button.playlist-toggle.active,
.player-content button.setting-toggle.active,
.player-content button.player-destroy.active {
  color: #ec1d27;
}

.player-control > button {
  -ms-flex: 0;
      flex: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-size: 28px;
  line-height: 28px;
  padding: 0 7px;
  color: #333;
}

.player-control > button .fa {
  width: 1em;
}

.player-control > button.play > .fa {
  text-indent: 0.0625em;
}

.player-control > button.play,
.player-control > button.pause {
  font-size: 36px;
  line-height: 36px;
}

.player-control > button.loading {
  padding: 0 11px;
}

.player-control > button.btn-loading > span:before {
  width: .2em;
  margin-left: -0.1em;
}

.player-control > button:hover {
  color: #ec1d27;
}

.player-control > button[disabled] {
  color: #CCC;
}

.player-cover > a > .cover {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in;
}

.player-cover > a > .cover.bordered {
  border-color: #CCC;
}

.player-cover > a > .cover .cover-1,
.player-cover > a > .cover .cover-2 {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  opacity: 0;
  transition: opacity 0s .3s linear;
  background-size: cover;
  background-position: center center;
}

.player-cover > a > .cover .cover-1.active,
.player-cover > a > .cover .cover-2.active {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.player-cover > a > .cover > div > img {
  width: 100%;
  height: 100%;
}

.player-cover > a > .cover > div.error {
  background: #EEE;
}

.player-cover > a > .cover > div.loading:after,
.player-cover > a > .cover > div.loading:before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 50%;
  color: #e5e5e5;
  background-color: #EEE;
  opacity: 0.6;
  position: absolute;
  top: 52%;
  left: 50%;
  margin-top: -30%;
  margin-left: -30%;
}

.player-cover > a > .cover > div.loading:after {
  animation-delay: -1s;
}

.player-cover > a > .cover > div.loading:after,
.player-cover > a > .cover > div.loading:before {
  animation: sk-bounce 2s infinite ease-in-out;
}

.player-track {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
}

.player-track > div:first-child {
  padding-right: 5px;
  padding-top: 2px;
  margin-bottom: 3px;
  -ms-flex: 1;
      flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.player-track > div.buy {
  white-space: nowrap;
  margin-bottom: 3px;
  padding-bottom: 2px;
}

.player-track > div.buy > * {
  font-size: 12px;
  color: #ec1d27;
  border: 1px solid #ec1d27;
  border-radius: 4px;
  padding: 2px 8px;
}

.player-track > div.buy > a:hover {
  background: #ec1d27;
  color: #FFF;
  text-decoration: none;
}

.player-track span.fa {
  font-size: 15px;
  margin-right: 8px;
}

.player-track a {
  text-decoration: none;
  color: inherit;
}

.player-track a:hover,
.player-track a:focus {
  text-decoration: underline;
}

.player-position {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-align: space-between;
      align-items: space-between;
  font-size: 12px;
  color: #333;
  text-align: center;
}

.player-position span.track-failed > .fa {
  color: #ec1d27;
  margin-right: 2px;
}

.player-position > span {
  -ms-flex: 1;
      flex: 1;
  padding-top: 2px;
}

.player-position > span:first-child {
  -ms-flex: 0;
      flex: 0;
  text-align: left;
}

.player-position > span:last-child {
  -ms-flex: 0;
      flex: 0;
  text-align: right;
}

.player-position-sample {
  margin-left: 5px;
}

.player-progress {
  position: relative;
}

.player-progress:before,
.player-progress > div:before {
  position: absolute;
  background-color: #CCC;
  content: '';
  display: block;
  height: 4px;
  margin: 2px 0;
  width: 100%;
}

.player-progress > div {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.player-progress .progress-played:before {
  background-color: #ec1d27;
}

.player-progress > .progress-played {
  position: relative;
  pointer-events: none;
  width: 0%;
  will-change: width;
}

.player-progress > .progress-played:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ec1d27;
  top: -1px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  transform: scale(1);
}

.player-progress .progress-buffer {
  pointer-events: none;
  will-change: width;
}

.player-progress .progress-buffer,
.player-progress .progress-active,
.player-progress .progress-track {
  cursor: pointer;
}

.player-progress .progress-buffer:before,
.player-progress .progress-active:before,
.player-progress .progress-track:before {
  background-color: #333;
}

.player-progress .progress-buffer > div,
.player-progress .progress-active > div,
.player-progress .progress-track > div {
  height: 100%;
}

.player-progress .progress-track:hover:before {
  background-color: #ec1d27;
}

.playlist-track {
  display: block;
  width: 100%;
  text-align: left;
  height: 70px;
  border: 0;
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
  border-bottom: 1px solid #eee;
  background: #FFF;
}

.playlist-track:hover > div.title {
  background-color: #fafafa;
  border-bottom-color: #ccc;
}

.playlist-track.active > div.title {
  background-color: #f1f1f1;
  border-bottom-color: #ccc;
}

.playlist-track > .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  border-right: 0 solid #FFF;
}

.playlist-track > .cover img {
  width: 100%;
  height: 100%;
}

.playlist-track > .cover img.bordered {
  border: 1px solid #ddd;
}

.playlist-track > div.title {
  margin-left: 60px;
  height: 60px;
  padding-left: 10px;
}

.playlist-track > div.title .track {
  padding-top: 7px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.playlist-track > div.title .album {
  padding-right: 60px;
}

.playlist-track > .track-info {
  padding-right: 10px;
  position: absolute;
  top: 0;
  height: 59px;
  right: 0;
  text-align: right;
  color: #888;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.playlist-track > .track-info > .bought {
  margin: 0 0 2px;
  padding: 1px 6px;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 12px;
}

.playlist-track > .track-info > .duration {
  margin-bottom: 6px;
  margin-right: 4px;
}

.playlist-track a {
  text-decoration: none;
}

.playlist-track a:hover,
.playlist-track a:focus {
  text-decoration: underline;
}

.player-setting-progress > div {
  margin: 5px 0 0;
  padding: 6px 0 11px;
  height: 25px;
  width: 60%;
  cursor: pointer;
  position: relative;
}

.player-setting-progress > div:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  height: 6px;
  width: 100%;
  border: 1px solid #CCC;
  background-color: #ccc;
}

.player-setting-progress > div > div {
  position: relative;
  height: 6px;
  padding: 0 3px;
  background: #ec1d27;
  z-index: 1;
}

.player-setting-progress > div > div:after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #000;
  top: -4px;
  right: -7px;
  border-radius: 100%;
  z-index: 1;
}

.player-modal-settings label {
  display: inline;
}

.player-modal-settings label > span {
  white-space: nowrap;
}

.player-modal-settings .player-modal-content > .player-setting-progress {
  margin-top: 10px;
  margin-bottom: 20px;
}

.player-modal-header .btn-toggle-bought {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  color: #777;
}

.player-modal-header .btn-toggle-bought span.fa {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: top;
}

.player-modal-header .btn-toggle-bought span.fa:before {
  top: 3px;
}

.player-modal-header .btn-toggle-bought span.fa-toggle-on {
  color: #5cb85c;
}

.player-modal-header .btn-toggle-bought span.fa + span + span {
  margin-left: 3px;
  font-weight: normal;
}

.sourceplay {
  background-color: #FFF;
  color: #454444;
  border-color: #454444;
}

.sourceplay > .fa {
  margin-right: 5px;
}

.sourceplay.btn-xs {
  padding-right: 5px;
}

.sourceplay.btn-xs > .fa {
  margin-right: 1px;
}

.sourceplay:hover,
.sourceplay.active {
  visibility: visible;
  background: #ec1d27;
  border-color: #ec1d27;
  color: #FFF;
}

.sourceplay.active:hover {
  background: #454444;
  border-color: #454444;
}

.sourceplay.playing > .fa:before {
  content: "\f04c";
}

h1 > .sourceplay {
  margin-left: 10px;
}

h2 > .sourceplay {
  margin-left: 10px;
}

h3 > .sourceplay {
  margin-left: 5px;
  margin-top: -4px;
}

.top-1 {
  margin-top: 10px;
}

.top-2 {
  margin-top: 20px;
}

.top-3 {
  margin-top: 30px;
}

.bottom-1 {
  margin-bottom: 10px;
}

.bottom-2 {
  margin-bottom: 20px;
}

.bottom-3 {
  margin-bottom: 30px;
}

.top-no-1 {
  margin-top: 10px;
}

.top-no-2 {
  margin-top: 20px;
}

.top-no-3 {
  margin-top: 30px;
}

.bottom-no-1 {
  margin-bottom: 10px;
}

.bottom-no-2 {
  margin-bottom: 20px;
}

.bottom-no-3 {
  margin-bottom: 30px;
}

.viewport > div {
  display: none;
  display: none !important;
  position: absolute;
  top: 0;
  left: 180px;
  font-size: 20px;
  color: #ec1d27;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 0em) {
@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/Open_Sans/300.eot?vyrx2b');
    src: url('/assets/fonts/Open_Sans/300.eot?#iefixvyrx2b') format('embedded-opentype'), url('/assets/fonts/Open_Sans/300.woff?vyrx2b') format('woff'), url('/assets/fonts/Open_Sans/300.ttf?vyrx2b') format('truetype'), url('/assets/fonts/Open_Sans/300.svg?vyrx2b#Open+Sans') format('svg');
    font-weight: 300;
    font-style: normal;
}
}

@media (min-width: 30em) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  div[class*="albumlist-xs"] {
    overflow: hidden;
  }

  div[class*="albumlist-xs"] ul {
    width: 100%;
  }

  .albumlist-xs-1 li {
    width: 100%;
  }

  .albumlist-xs-2 li {
    width: 50%;
  }

  .albumlist-xs-3 li {
    width: 33.33333333%;
  }

  .albumlist-xs-4 li {
    width: 25%;
  }

  .albumlist-xs-5 li {
    width: 20%;
  }

  .albumlist-xs-6 li {
    width: 16.66666667%;
  }

  .albumlist-xs-7 li {
    width: 14.28571429%;
  }

  .albumlist-xs-8 li {
    width: 12.5%;
  }

  .albumlist-xs-8 {
    margin: 0 -10px;
  }

  .albumlist-xs-8 ul li {
    padding: 0 10px;
  }

  div[class*="albumlist-oneline-xs"] {
    overflow: hidden;
  }

  div[class*="albumlist-oneline-xs"] ul {
    width: 200%;
  }

  .albumlist-oneline-xs-1 li {
    width: 50%;
  }

  .albumlist-oneline-xs-2 li {
    width: 25%;
  }

  .albumlist-oneline-xs-3 li {
    width: 16.66666667%;
  }

  .albumlist-oneline-xs-4 li {
    width: 12.5%;
  }

  .albumlist-oneline-xs-5 li {
    width: 10%;
  }

  .albumlist-oneline-xs-6 li {
    width: 8.33333333%;
  }

  .albumlist-oneline-xs-7 li {
    width: 7.14285714%;
  }

  .albumlist-oneline-xs-8 li {
    width: 6.25%;
  }

  .albumlist-oneline-xs-8 {
    margin: 0 -10px;
  }

  .albumlist-oneline-xs-8 ul li {
    padding: 0 10px;
  }

  .viewport > div.xsmall {
    display: block;
  }

  .table-action {
    width: auto;
  }

  .table-action .btn {
    min-width: 220px;
    width: auto;
  }

  .table-action .btn-link {
    min-width: 0;
  }

  .top-no-1 {
    margin-top: 0;
  }

  .top-no-2 {
    margin-top: 0;
  }

  .top-no-3 {
    margin-top: 0;
  }

  .bottom-no-1 {
    margin-bottom: 0;
  }

  .bottom-no-2 {
    margin-bottom: 0;
  }

  .bottom-no-3 {
    margin-bottom: 0;
  }

  .top-xs-1 {
    margin-top: 10px;
  }

  .top-xs-2 {
    margin-top: 20px;
  }

  .top-xs-3 {
    margin-top: 30px;
  }

  .bottom-xs-1 {
    margin-bottom: 10px;
  }

  .bottom-xs-2 {
    margin-bottom: 20px;
  }

  .bottom-xs-3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 40em) {
  .lead {
    font-size: 21px;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  div[class*="albumlist-sm"] {
    overflow: hidden;
  }

  div[class*="albumlist-sm"] ul {
    width: 100%;
  }

  .albumlist-sm-1 li {
    width: 100%;
  }

  .albumlist-sm-2 li {
    width: 50%;
  }

  .albumlist-sm-3 li {
    width: 33.33333333%;
  }

  .albumlist-sm-4 li {
    width: 25%;
  }

  .albumlist-sm-5 li {
    width: 20%;
  }

  .albumlist-sm-6 li {
    width: 16.66666667%;
  }

  .albumlist-sm-7 li {
    width: 14.28571429%;
  }

  .albumlist-sm-8 li {
    width: 12.5%;
  }

  .albumlist-sm-8 {
    margin: 0 -10px;
  }

  .albumlist-sm-8 ul li {
    padding: 0 10px;
  }

  div[class*="albumlist-oneline-sm"] {
    overflow: hidden;
  }

  div[class*="albumlist-oneline-sm"] ul {
    width: 200%;
  }

  .albumlist-oneline-sm-1 li {
    width: 50%;
  }

  .albumlist-oneline-sm-2 li {
    width: 25%;
  }

  .albumlist-oneline-sm-3 li {
    width: 16.66666667%;
  }

  .albumlist-oneline-sm-4 li {
    width: 12.5%;
  }

  .albumlist-oneline-sm-5 li {
    width: 10%;
  }

  .albumlist-oneline-sm-6 li {
    width: 8.33333333%;
  }

  .albumlist-oneline-sm-7 li {
    width: 7.14285714%;
  }

  .albumlist-oneline-sm-8 li {
    width: 6.25%;
  }

  .albumlist-oneline-sm-8 {
    margin: 0 -10px;
  }

  .albumlist-oneline-sm-8 ul li {
    padding: 0 10px;
  }

  .playlist-track.bought > div.title > .track {
    padding-right: 90px;
  }

  .playlist-track.free > div.title > .track {
    padding-right: 70px;
  }

  .player-content > div > div.player-control {
    -ms-flex: 0;
        flex: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 0 15px;
  }

  .player-content > div > button.player-destroy {
    margin-right: 10px;
  }

  .viewport > div.xsmall {
    display: none;
  }

  .viewport > div.small {
    display: block;
  }

  body {
    margin-bottom: 30px;
  }

  .content-menu .row > div {
    border-width: 0 0 0 1px;
  }

  .content-menu .row > div:first-child {
    border: 0;
  }

  .top-xs-1 {
    margin-top: 0;
  }

  .top-xs-2 {
    margin-top: 0;
  }

  .top-xs-3 {
    margin-top: 0;
  }

  .bottom-xs-1 {
    margin-bottom: 0;
  }

  .bottom-xs-2 {
    margin-bottom: 0;
  }

  .bottom-xs-3 {
    margin-bottom: 0;
  }

  .top-sm-1 {
    margin-top: 10px;
  }

  .top-sm-2 {
    margin-top: 20px;
  }

  .top-sm-3 {
    margin-top: 30px;
  }

  .bottom-sm-1 {
    margin-bottom: 10px;
  }

  .bottom-sm-2 {
    margin-bottom: 20px;
  }

  .bottom-sm-3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 50em) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  div[class*="albumlist-md"] {
    overflow: hidden;
  }

  div[class*="albumlist-md"] ul {
    width: 100%;
  }

  .albumlist-md-1 li {
    width: 100%;
  }

  .albumlist-md-2 li {
    width: 50%;
  }

  .albumlist-md-3 li {
    width: 33.33333333%;
  }

  .albumlist-md-4 li {
    width: 25%;
  }

  .albumlist-md-5 li {
    width: 20%;
  }

  .albumlist-md-6 li {
    width: 16.66666667%;
  }

  .albumlist-md-7 li {
    width: 14.28571429%;
  }

  .albumlist-md-8 li {
    width: 12.5%;
  }

  .albumlist-md-8 {
    margin: 0 -10px;
  }

  .albumlist-md-8 ul li {
    padding: 0 10px;
  }

  div[class*="albumlist-oneline-md"] {
    overflow: hidden;
  }

  div[class*="albumlist-oneline-md"] ul {
    width: 200%;
  }

  .albumlist-oneline-md-1 li {
    width: 50%;
  }

  .albumlist-oneline-md-2 li {
    width: 25%;
  }

  .albumlist-oneline-md-3 li {
    width: 16.66666667%;
  }

  .albumlist-oneline-md-4 li {
    width: 12.5%;
  }

  .albumlist-oneline-md-5 li {
    width: 10%;
  }

  .albumlist-oneline-md-6 li {
    width: 8.33333333%;
  }

  .albumlist-oneline-md-7 li {
    width: 7.14285714%;
  }

  .albumlist-oneline-md-8 li {
    width: 6.25%;
  }

  .albumlist-oneline-md-8 {
    margin: 0 -10px;
  }

  .albumlist-oneline-md-8 ul li {
    padding: 0 10px;
  }

  .player-container.player-placeholder .playlist-toggle {
    background-color: #ddd;
  }

  .player-position > span {
    padding-top: 5px;
  }

  .player-content > div > button.playlist-toggle {
    margin-right: 10px;
    font-size: inherit;
    min-width: 20%;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #888;
    border-radius: 8px;
    position: relative;
    color: #888;
  }

  .player-content > div > button.playlist-toggle:hover {
    color: #000;
    border-color: #000;
  }

  .player-content > div > button.playlist-toggle.active {
    color: #ec1d27;
    border-color: #ec1d27;
  }

  .player-content > div > button.playlist-toggle > span {
    position: absolute;
    padding: 7px 0;
    margin-left: 5px;
    left: 0;
    top: 0;
    font-size: 24px;
  }

  .player-content > div > button.playlist-toggle > div {
    text-align: left;
    padding: 0 0 0 30px;
    line-height: 1.1;
  }

  .player-content > div > button.playlist-toggle .playlist-name {
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
  }

  .player-content > div > button.playlist-toggle .playlist-info {
    font-size: 12px;
  }

  .viewport > div.small {
    display: none;
  }

  .viewport > div.medium {
    display: block;
  }

  #header {
    height: 110px;
  }

  #header a.logo {
    top: 35px;
    left: -6px;
    height: 72px;
    width: 390px;
  }

  #footer {
    display: block;
  }

  #footer-mobile {
    display: none;
  }

  #navigation > div {
    width: 58%;
  }

  #navigation > form {
    width: 40%;
  }

  #navigation > form input {
    border-left-width: 1px;
  }

  .flashes .flash span {
    padding: 8px 0;
  }

  body.toggled-navbar .toggle-navigation > div {
    width: 0 !important;
    border-right-width: 0 !important;
    box-shadow: none !important;
  }

  .sampleadmin-button {
    display: inline-block;
  }

  #sidebar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 0 1px #E1E1E1;
  }

  #sidebar > div {
    position: relative;
    left: 0;
    border: 0;
    box-shadow: none;
    width: 218px;
  }

  #container.sidebar #content > div {
    margin-left: 10px;
  }

  div.content,
  div.content-box {
    padding: 20px;
    border: 0;
  }

  #container.sidebar {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }

  #sidebar {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- */
    /* Chrome */
    -ms-flex: 0 0 220px;
    /* IE 10 */
    flex: 0 0 220px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }

  #content {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
  }

  #content > div {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-bulletin > h3 {
    font-size: 22px;
  }

  .content-bulletin .bulletin-info {
    font-size: 14px;
  }

  .content-bulletin .bulletin-content {
    font-size: 13px;
  }

  .content-bulletin .bulletin-content strong {
    font-size: 12px;
  }

  .top-sm-1 {
    margin-top: 0;
  }

  .top-sm-2 {
    margin-top: 0;
  }

  .top-sm-3 {
    margin-top: 0;
  }

  .bottom-sm-1 {
    margin-bottom: 0;
  }

  .bottom-sm-2 {
    margin-bottom: 0;
  }

  .bottom-sm-3 {
    margin-bottom: 0;
  }

  .top-md-1 {
    margin-top: 10px;
  }

  .top-md-2 {
    margin-top: 20px;
  }

  .top-md-3 {
    margin-top: 30px;
  }

  .bottom-md-1 {
    margin-bottom: 10px;
  }

  .bottom-md-2 {
    margin-bottom: 20px;
  }

  .bottom-md-3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 60em) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  div[class*="albumlist-lg"] {
    overflow: hidden;
  }

  div[class*="albumlist-lg"] ul {
    width: 100%;
  }

  .albumlist-lg-1 li {
    width: 100%;
  }

  .albumlist-lg-2 li {
    width: 50%;
  }

  .albumlist-lg-3 li {
    width: 33.33333333%;
  }

  .albumlist-lg-4 li {
    width: 25%;
  }

  .albumlist-lg-5 li {
    width: 20%;
  }

  .albumlist-lg-6 li {
    width: 16.66666667%;
  }

  .albumlist-lg-7 li {
    width: 14.28571429%;
  }

  .albumlist-lg-8 li {
    width: 12.5%;
  }

  .albumlist-lg-8 {
    margin: 0 -10px;
  }

  .albumlist-lg-8 ul li {
    padding: 0 10px;
  }

  div[class*="albumlist-oneline-lg"] {
    overflow: hidden;
  }

  div[class*="albumlist-oneline-lg"] ul {
    width: 200%;
  }

  .albumlist-oneline-lg-1 li {
    width: 50%;
  }

  .albumlist-oneline-lg-2 li {
    width: 25%;
  }

  .albumlist-oneline-lg-3 li {
    width: 16.66666667%;
  }

  .albumlist-oneline-lg-4 li {
    width: 12.5%;
  }

  .albumlist-oneline-lg-5 li {
    width: 10%;
  }

  .albumlist-oneline-lg-6 li {
    width: 8.33333333%;
  }

  .albumlist-oneline-lg-7 li {
    width: 7.14285714%;
  }

  .albumlist-oneline-lg-8 li {
    width: 6.25%;
  }

  .albumlist-oneline-lg-8 {
    margin: 0 -10px;
  }

  .albumlist-oneline-lg-8 ul li {
    padding: 0 10px;
  }

  .content-special {
    position: relative;
    max-width: 728px;
  }

  .content-special .albumlist-md-5 li {
    padding: 0 15px;
  }

  .viewport > div.medium {
    display: none;
  }

  .viewport > div.large {
    display: block;
  }

  #wrapper {
    max-width: 1000px;
  }

  .user-buyzone {
    right: 20px;
  }

  .user-buyzone.fixed {
    margin-right: -480px;
  }

  #navigation ul li a {
    font-size: 20px;
    line-height: 25px;
    height: 41px;
    letter-spacing: 0em;
  }

  #navigation > div {
    width: 62%;
  }

  #navigation > form {
    width: 37%;
  }

  .container-box #anniversary {
    display: block;
  }

  #album .album-content {
    padding-left: 10px;
    max-width: 704px;
  }

  .ac-renderer {
    top: 42px !important;
  }

  #payu {
    display: block;
  }

  .album-sidebar {
    margin-top: -9px;
  }

  .body-paymethod .content {
    border-radius: 5px !important;
  }

  .body-paymethod .content-paymethod {
    margin: 0 20px;
  }

  .body-paymethod .content-paymethod .paymethod {
    padding: 20px;
  }

  .body-paymethod .row-paymethod-cash {
    margin: 0 -20px;
  }

  .coupon-preview img {
    height: 269px;
  }

  #footer .social {
    font-size: 52px;
    line-height: 68px;
  }

  #footer .mobile {
    font-size: 20px;
    width: 220px;
    padding: 4px 10px;
  }

  #footer .mobile .glyphicon {
    font-size: 24px;
    margin: 0 5px 0 0;
  }

  #footer .mobile-app {
    width: 220px;
  }

  .content-728px {
    max-width: 728px;
  }

  .content-688px {
    max-width: 688px;
  }

  .coupon-social {
    display: block;
  }

  .special-social {
    display: block;
  }

  .album-deals > div {
    border: 0;
  }

  .album-deals > .clearfix,
  .album-deals > .dl-horizontal dd,
  .album-deals > .form-horizontal .form-group,
  .album-deals > .container-fluid,
  .album-deals > .row {
    border-bottom: 1px solid #EEE;
    padding: 0 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .album-deals > .clearfix:last-child,
  .album-deals > .dl-horizontal dd:last-child,
  .album-deals > .form-horizontal .form-group:last-child,
  .album-deals > .container-fluid:last-child,
  .album-deals > .row:last-child {
    border: 0;
  }

  #wrapper {
    padding: 0 20px;
  }

  #sidebar {
    border-top-left-radius: 5px;
  }

  #sidebar > div {
    border-top-left-radius: 5px;
  }

  #container.sidebar #content > div,
  #container.sidebar #content > div > div:first-child {
    border-top-left-radius: 0;
  }

  #sidebar {
    border-top-left-radius: 5px;
  }

  #content {
    margin-bottom: 10px;
    margin-bottom: 0;
  }

  #content > div,
  #content > div > div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  #navigation {
    border-radius: 5px;
    border-width: 1px;
  }

  #navigation {
    border: 1px solid #DDD;
  }

  #navigation > form {
    margin-top: -1px;
    margin-right: -1px;
  }

  #navigation > form button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #navigation > form input {
    border: 1px solid #DDD;
    border-right: 0;
  }

  #banners {
    margin-left: 0;
    margin-right: 0;
  }

  #banners .banner div {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  #banners .page {
    display: block;
  }

  #footer .content-box {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .discountalert {
    border-radius: 5px;
  }

  .top-md-1 {
    margin-top: 0;
  }

  .top-md-2 {
    margin-top: 0;
  }

  .top-md-3 {
    margin-top: 0;
  }

  .bottom-md-1 {
    margin-bottom: 0;
  }

  .bottom-md-2 {
    margin-bottom: 0;
  }

  .bottom-md-3 {
    margin-bottom: 0;
  }

  .top-lg-1 {
    margin-top: 10px;
  }

  .top-lg-2 {
    margin-top: 20px;
  }

  .top-lg-3 {
    margin-top: 30px;
  }

  .bottom-lg-1 {
    margin-bottom: 10px;
  }

  .bottom-lg-2 {
    margin-bottom: 20px;
  }

  .bottom-lg-3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 70em) {
  .player-content > div > button.player-destroy {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1003;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .player-container button.player-destroy {
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: color 0.2s ease-out;
  }

  .player-container button.player-destroy:hover {
    color: #333 !important;
  }

  .player-container:hover .player-destroy {
    color: #CCC;
    visibility: visible;
    transition: color 0.2s ease-in;
  }
}

@media (max-width: 60em) {
  .content-paymethod > form > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 50em) {
  body {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  body.toggled-sidebar,
  body.toggled-navbar {
    overflow: hidden;
  }

  body.toggled-sidebar #wrapper,
  body.toggled-navbar #wrapper {
    overflow: hidden;
  }

  #header {
    margin-top: 42px;
  }

  #wrapper {
    overflow: hidden;
  }

  #container,
  #sidebar {
    margin-bottom: 0;
  }

  #content,
  #content > div,
  #content > div > div:last-child {
    height: auto !important;
  }

  div.content {
    min-height: 480px;
  }

  #navigation-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

  #navigation-header #navigation {
    box-shadow: 0 2px 3px #BBB;
  }

  .toggle-navigation,
  #navigation-header,
  #sidebar,
  #sidebar-tap,
  .flashes {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  body.toggled-sidebar #sidebar > div {
    transform: translate3d(260px, 0, 0);
  }

  body.toggled-navbar .toggle-navigation > div {
    transform: translate3d(265px, 0, 0);
    -webkit-transform: translate3d(265px, 0, 0);
    width: 259px;
  }

  body.toggled-navbar .navbar-toggle {
    background-color: #ddd !important;
    background-color: #DDD !important;
  }

  .toggle-navigation > div,
  #sidebar > div {
    transition: 0.5s ease-in-out;
  }

  #sidebar {
    height: auto !important;
  }

  #sidebar > div {
    height: 100%;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
  }

  #sidebar form {
    margin-left: 3px;
  }

  #sidebar .search-facet ul,
  #sidebar .search-querybox ul {
    margin-left: 9px;
  }

  body.toggled-sidebar #sidebar {
    right: 0;
  }

  .sidebar-tap #sidebar-tap {
    display: block;
  }

  .sidebar.sidebar-tap #content > div > div.content,
  .sidebar.sidebar-tap #content > div > div.content-box,
  .sidebar.sidebar-tap #content .alert-content {
    padding-left: 20px;
  }

  .sidebar.sidebar-tap #content .table-widescreen {
    margin-left: 0;
  }

  .sidebar.sidebar-tap #content .table-widescreen > table {
    width: 100%;
  }

  .toggle-navigation > div {
    -webkit-overflow-scrolling: touch;
  }

  #sidebar .section li.section-artist {
    display: none;
  }

  .keyboard {
    margin-top: 0;
  }

  .keyboard #navigation-header {
    position: absolute;
    top: 0;
  }

  .table-widescreen {
    margin: 0 -11px;
  }

  .table-widescreen .table-title {
    padding-left: 20px;
  }

  .table-fixed table {
    table-layout: fixed;
  }

  .table-tracklist tr.track td:nth-child(1),
  .table-tracklist tr.track td:nth-child(4) {
    width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    visibility: collapse;
    border-collapse: collapse;
  }

  .table-tracklist tr.track td:nth-child(1) *,
  .table-tracklist tr.track td:nth-child(4) * {
    display: none;
  }

  .table-tracklist tr.track td:nth-child(2) {
    width: 50px !important;
  }

  .search-tracklist tr td:nth-child(4),
  .search-tracklist tr td:nth-child(5) {
    width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    visibility: collapse;
    border-collapse: collapse;
  }

  .search-tracklist tr td:nth-child(4) *,
  .search-tracklist tr td:nth-child(5) * {
    display: none;
  }

  .basket-versionlist tr td:nth-child(1) {
    width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    visibility: collapse;
    border-collapse: collapse;
  }

  .basket-versionlist tr td:nth-child(1) * {
    display: none;
  }

  .basket-versionlist tr td:nth-child(4),
  .basket-versionlist tr td:nth-child(5) {
    width: 60px !important;
  }

  .basket-versionlist tr td:nth-child(5) {
    white-space: nowrap;
  }

  .basket-versionlist tr td:nth-child(6) {
    width: 40px !important;
  }

  .basket-tracklist tr td:nth-child(1),
  .basket-albumlist tr td:nth-child(1) {
    width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    visibility: collapse;
    border-collapse: collapse;
  }

  .basket-tracklist tr td:nth-child(1) *,
  .basket-albumlist tr td:nth-child(1) * {
    display: none;
  }

  .basket-tracklist tr td:nth-child(3),
  .basket-albumlist tr td:nth-child(3),
  .basket-tracklist tr td:nth-child(4),
  .basket-albumlist tr td:nth-child(4) {
    width: 60px !important;
  }

  .basket-tracklist tr td:nth-child(4),
  .basket-albumlist tr td:nth-child(4) {
    white-space: nowrap;
  }

  .basket-tracklist tr td:nth-child(5),
  .basket-albumlist tr td:nth-child(5) {
    width: 40px !important;
  }

  .payment-tracklist tr td:nth-child(1),
  .payment-albumlist tr td:nth-child(1) {
    width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    visibility: collapse;
    border-collapse: collapse;
  }

  .payment-tracklist tr td:nth-child(1) *,
  .payment-albumlist tr td:nth-child(1) * {
    display: none;
  }

  .payment-tracklist tr td:nth-child(3),
  .payment-albumlist tr td:nth-child(3) {
    padding: 0;
    width: 1px !important;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
  }

  .payment-tracklist tr td:nth-child(4),
  .payment-albumlist tr td:nth-child(4) {
    width: 60px !important;
    white-space: nowrap;
  }

  .payment-tracklist tr td:nth-child(5),
  .payment-albumlist tr td:nth-child(5) {
    width: 80px !important;
    white-space: nowrap;
  }

  .ui-autocomplete {
    left: 0 !important;
    width: 100% !important;
  }

  .search-content .search-infobox .search-filter {
    display: inline;
  }

  #sidebar .section {
    padding-left: 12px;
  }

  #sidebar .section li a span {
    display: none;
  }

  .ac-renderer {
    right: 0;
  }
}

@media (max-width: 40em) {
  .modal-footer .btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 !important;
  }

  .modal-footer .btn:first-child {
    margin-top: 0 !important;
  }

  .album-result .album-cover {
    width: 23.4541578%;
  }

  .album-result .album-content {
    width: 76.5458422%;
    padding-left: 10px;
  }

  .basket-delivery .delivery-action > td > button {
    height: 51px !important;
  }

  .basket-delivery .delivery-action.header td:first-child {
    width: 40px !important;
  }

  .basket-delivery .delivery-action.header td:last-child {
    width: 80px !important;
  }
}

@media (max-width: 49.9375em) {
  .special-banner {
    border-radius: 0;
  }

  .player-modal-header > h1 {
    font-size: 32px;
    margin-bottom: -8px;
  }

  .player-modal-header > h1 > small {
    display: block;
    font-size: 28px;
    line-height: 36px;
  }

  .player-modal-header > h1 > small > span {
    display: none;
  }

  .player-modal-header > .btn:first-child {
    margin-top: 10px;
  }

  .player-position > span:nth-child(2) {
    visibility: hidden;
  }

  .player-content > div > button.playlist-toggle > div {
    display: none;
  }
}

@media (max-width: 39.9375em) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .player-modal-header {
    padding: 20px 10px;
  }

  .player-modal-content {
    padding: 20px 10px 60px;
  }

  .playlist-track .bought {
    display: none;
  }

  .player-content > div > div.player-state {
    position: absolute;
    top: 50px;
    left: 90px;
    right: 10px;
    margin: 0 auto !important;
  }

  .player-content > div > div.player-state .player-track {
    display: none;
  }

  .player-content > div {
    padding-top: 5px;
  }

  .player-content > div > div.player-destroy {
    display: none;
  }

  .player-content > div > div.player-cover {
    position: absolute;
    left: 5px;
    top: 5px;
    margin: 0;
    height: 70px;
    width: 70px;
  }

  .player-content {
    padding: 0;
    padding-left: 90px;
    padding-right: 10px;
  }

  .player-content > div {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .player-control > button {
    font-size: 22px;
    line-height: 22px;
  }

  .player-control > button.play,
  .player-control > button.pause {
    font-size: 32px;
    line-height: 32px;
  }

  .player-control > button.loading {
    padding: 0 12px;
  }

  .player-content > div > div.player-state {
    margin: 0;
    -ms-flex: 0;
        flex: 0;
  }

  .player-setting-progress {
    padding-right: 5px;
  }

  .player-setting-progress > div {
    width: 100%;
  }
}

@media (max-width: 22.9375em) {
  .player-content > div > button.player-destroy {
    display: none;
  }
}

@media (min-width: 40em) and (max-width: 49.9375em) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 50em) and (max-width: 59.9375em) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}