@charset "UTF-8";
/*@altFontFamily:         'futuramc','futura', @serifFontFamily; */
/* we use the 'standard convention of

    1em = 12pt = 16px = 100%
    as default font, so everything bellow this point
    MUST express font size as a em (and added rem)
    as it is best to use a % in the outermost class (e.g body)
    and use em (better rem in the futur) for expressing scalable
    multitples instead of % of %
*/
/*
@boldFontFamily:       @font-family-bold;
 we use the standard font, along with a font-weight of @font-weight-bold|bolder
*/
/*
*  name convention :
*
*    we use CamelCasing for our own definitions while Boostrap use '-' as word separator
*    so we could reduce the number of useless declaration if, we only get one definition like
*       @ourOwnVariable : @bootstrap-variable
*       and no other computed dependency on @ourOwnVariable
*    then all @ourOwnVariable MUST BE replaced by @bootstrap-variable
*  example :
*       @text-color: @grayDark;
*   while boostrap define :
*       @text-color : @gray-dark
*
*/
/* list of color for each sku (for artist page debug) */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400italic,700italic');
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* Old Roboto that replaced Gollum choice */
/*
 * Web Fonts from 4utre Design, licenced from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      The Northern Block
 * License URL: http://www.fontspring.com/fflicense/northern-block
 *
 *
 */
@font-face {
  font-family: 'acrombold';
  src: url('../fonts/acrom/bold/acrom-bold.eot');
  src: url('../fonts/acrom/bold/acrom-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/bold/acrom-bold.woff'), url('../fonts/acrom/bold/acrom-bold.ttf'), url('../fonts/acrom/bold/acrom-bold.svg#acrombold') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acromextrabold';
  src: url('../fonts/acrom/extrabold/acrom-extrabold.eot');
  src: url('../fonts/acrom/extrabold/acrom-extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/extrabold/acrom-extrabold.woff'), url('../fonts/acrom/extrabold/acrom-extrabold.ttf'), url('../fonts/acrom/extrabold/acrom-extrabold.svg#acromextrabold') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acrommedium';
  src: url('../fonts/acrom/medium/acrom-medium.eot');
  src: url('../fonts/acrom/medium/acrom-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/medium/acrom-medium.woff'), url('../fonts/acrom/medium/acrom-medium.ttf'), url('../fonts/acrom/medium/acrom-medium.svg#acrommedium') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acromregular';
  src: url('../fonts/acrom/regular/acrom-regular.eot');
  src: url('../fonts/acrom/regular/acrom-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/regular/acrom-regular.woff'), url('../fonts/acrom/regular/acrom-regular.ttf'), url('../fonts/acrom/regular/acrom-regular.svg#acromregular') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acromlight';
  src: url('../fonts/acrom/light/acrom-light.eot');
  src: url('../fonts/acrom/light/acrom-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/light/acrom-light.woff'), url('../fonts/acrom/light/acrom-light.ttf'), url('../fonts/acrom/light/acrom-light.svg#acromlight') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acromthin';
  src: url('../fonts/acrom/thin/acrom-thin.eot');
  src: url('../fonts/acrom/thin/acrom-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/thin/acrom-thin.woff'), url('../fonts/acrom/thin/acrom-thin.ttf'), url('../fonts/acrom/thin/acrom-thin.svg#acromthin') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/regular/acrom-regular.eot');
  src: url('../fonts/acrom/regular/acrom-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/regular/acrom-regular.woff'), url('../fonts/acrom/regular/acrom-regular.ttf'), url('../fonts/acrom/regular/acrom-regular.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/thin/acrom-thin.eot');
  src: url('../fonts/acrom/thin/acrom-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/thin/acrom-thin.woff'), url('../fonts/acrom/thin/acrom-thin.ttf'), url('../fonts/acrom/thin/acrom-thin.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/light/acrom-light.eot');
  src: url('../fonts/acrom/light/acrom-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/light/acrom-light.woff'), url('../fonts/acrom/light/acrom-light.ttf'), url('../fonts/acrom/light/acrom-light.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/regular/acrom-regular.eot');
  src: url('../fonts/acrom/regular/acrom-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/regular/acrom-regular.woff'), url('../fonts/acrom/regular/acrom-regular.ttf'), url('../fonts/acrom/regular/acrom-regular.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/medium/acrom-medium.eot');
  src: url('../fonts/acrom/medium/acrom-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/medium/acrom-medium.woff'), url('../fonts/acrom/medium/acrom-medium.ttf'), url('../fonts/acrom/medium/acrom-medium.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/bold/acrom-bold.eot');
  src: url('../fonts/acrom/bold/acrom-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/bold/acrom-bold.woff'), url('../fonts/acrom/bold/acrom-bold.ttf'), url('../fonts/acrom/bold/acrom-bold.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'acrom';
  src: url('../fonts/acrom/extrabold/acrom-extrabold.eot');
  src: url('../fonts/acrom/extrabold/acrom-extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/extrabold/acrom-extrabold.woff'), url('../fonts/acrom/extrabold/acrom-extrabold.ttf'), url('../fonts/acrom/extrabold/acrom-extrabold.svg#acrom') format('svg');
  /*
    // used when developing fonts
    // add src: url('@{path}/@{family}-@{variant}.otf') format('opentype');
  */
  font-weight: 800;
  font-style: normal;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.285714;
  color: #262626;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2bc9a3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #229f81;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.product .row.full-width img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.285714;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
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: 8.5px;
  margin-bottom: 8.5px;
}
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 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #2ddcb4;
}
a.text-primary:hover {
  color: #1fb794;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #2ddcb4;
}
a.bg-primary:hover {
  background-color: #1fb794;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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: 17px;
}
dt,
dd {
  line-height: 1.285714;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  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.285714;
  color: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.285714;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 13px;
  line-height: 1.285714;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 , .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 0%;
}
.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: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-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: 0%;
  }
  .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: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-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: 0%;
  }
  .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: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.285714;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #d6d6d6;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.285714;
  color: #555;
}
.form-control {
  font-family: 'acrom', sans-serif;
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.285714;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 33px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666666;
}
@media (min-width: 768px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 24px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.285714;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2ddcb4;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #20c09c;
  border-color: #19997c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2ddcb4;
  border-color: #22cda6;
}
.btn-primary .badge {
  color: #2ddcb4;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #2bc9a3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #229f81;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.285714;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2ddcb4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.285714;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
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: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
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: #555;
  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: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2bc9a3;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.285714;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2ddcb4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 10000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10300;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  font-size: 18px;
  line-height: 17px;
  height: 75px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 21px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-btn.btn-sm {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-xs {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.285714;
  text-decoration: none;
  color: #2bc9a3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #229f81;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2ddcb4;
  border-color: #2ddcb4;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.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;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #2ddcb4;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1fb794;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2bc9a3;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.285714;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2bc9a3;
}
.thumbnail .caption {
  padding: 9px;
  color: #262626;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #2ddcb4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2ddcb4;
  border-color: #2ddcb4;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #dcf9f2;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #2ddcb4;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2ddcb4;
  border-color: #2ddcb4;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2ddcb4;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2ddcb4;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10500;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.285714px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.285714;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 10300;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10100;
  display: none;
  max-width: 550px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 859px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 859px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}
#colorbox {
  outline: 0;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 !important;
}
#cboxContent {
  overflow: hidden;
}
#cboxLoadedContent {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
  margin-top: 44px;
  margin-bottom: 0;
  max-height: none;
}
#cboxTitle {
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 9px 25px 9px 15px;
  color: inherit;
  text-align: left;
  text-rendering: optimizelegibility;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  min-height: 24px;
}
#cboxTitle small {
  font-weight: 400;
}
.cbimg {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: transparent url(../images/colorbox/controls.png) no-repeat 0 0;
  *margin-right: .3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: transparent url(../images/colorbox/controls.png) no-repeat 0 0;
  *margin-right: .3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  width: 42px;
  height: 44px;
}
#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  position: absolute;
  background-color: #fff;
  border: 15px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
#cboxContent:hover #cboxCurrent,
#cboxContent:hover #cboxPrevious,
#cboxContent:hover #cboxNext,
#cboxContent:hover #cboxSlideshow {
  opacity: 1;
  filter: alpha(opacity=100);
}
#cboxCurrent {
  font-weight: 700;
  line-height: 1em;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 6px 0;
  -moz-border-radius: 6px 0;
  border-radius: 6px 0;
}
#cboxPrevious {
  background-position: 0 0;
  left: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
#cboxNext {
  background-position: -24px 0;
  right: 0;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
#cboxSlideshow {
  background-position: -48px 0;
  left: 50%;
  right: 50%;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -72px 0;
}
#cboxClose {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: transparent url(../images/colorbox/controls.png) no-repeat 0 0;
  *margin-right: .3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: -96px 0;
  top: 14px;
  right: 15px;
  opacity: .3;
  filter: alpha(opacity=30);
}
#cboxClose:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
#cboxLoadingGraphic {
  background: transparent url(../images/colorbox/loading.gif) no-repeat 50% 50%;
  opacity: .8;
  filter: alpha(opacity=80);
  height: 100%;
}
/* ============   chosen.css ===================== */
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.chzn-container .chzn-results .disabled-result em {
  background: transparent;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl .chzn-search {
  left: 9999px;
}
.chzn-rtl.chzn-with-drop .chzn-search {
  left: 0px;
}
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox-img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox-img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('fancybox-img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox-img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox-img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox-img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../../scripts/jquery-plugins/helpers/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/
/* Global settings */
.ls-container {
  visibility: hidden;
  position: relative;
}
.ls-lt-container {
  position: absolute;
}
.ls-lt-container,
.ls-lt-container * {
  text-align: left !important;
  direction: ltr !important;
}
.ls-container-fullscreen {
  margin: 0 auto !important;
  padding: 2% !important;
  background: black !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none !important;
}
.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
  display: none !important;
}
.ls-overflow-hidden {
  overflow: hidden;
}
.ls-inner {
  position: relative;
  background-position: center center;
  z-index: 2;
}
.ls-loading-container {
  position: absolute !important;
  display: none;
  z-index: 3 !important;
  left: 50% !important;
  top: 50% !important;
}
.ls-loading-indicator {
  margin: 0 auto;
}
.ls-inner,
.ls-slide {
  width: 100%;
  height: 100%;
}
.ls-slide,
.ls-layer {
  position: absolute;
  display: none;
  background-position: center center;
  overflow: hidden;
}
.ls-active,
.ls-animating {
  display: block !important;
}
.ls-slide > * {
  position: absolute;
  line-height: normal;
  margin: 0;
  left: 0;
  top: 0;
}
.ls-slide .ls-bg {
  left: 0px;
  top: 0px;
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}
.ls-yourlogo {
  position: absolute;
  z-index: 99;
}
/* Timers */
.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  border-bottom: 2px solid #555;
  opacity: .55;
  filter: alpha(opacity=55);
  z-index: 4;
  top: 0;
}
.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  opacity: .65;
  filter: alpha(opacity=65);
  display: none;
}
.ls-ct-half {
  background: white;
}
.ls-ct-center {
  background: #444;
}
.ls-ct-left,
.ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
  float: left;
  position: relative;
}
.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
  left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
  right: 0;
}
.ls-ct-hider,
.ls-ct-half {
  position: absolute;
  top: 0;
}
.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-half {
  width: 200%;
  height: 100%;
}
.ls-ct-center {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: absolute;
}
.ls-ct-half,
.ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
/* Navigation */
.ls-bottom-nav-wrapper {
  height: 0;
}
.ls-bottom-slidebuttons {
  text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
  z-index: 2;
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ls-below-thumbnails {
  display: none;
  z-index: 6;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
  outline: none;
}
* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
  direction: ltr !important;
}
.ls-bottom-slidebuttons {
  position: relative;
  z-index: 1000;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  position: relative;
}
.ls-nothumb {
  text-align: center !important;
}
.ls-link {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background-image: url(../images/blank.gif);
}
.ls-slide > a > * {
  background-image: url(../images/blank.gif);
}
/* Embedded videos */
.ls-vpcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
}
/* Thumbnails */
.ls-tn {
  display: none !important;
}
.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0;
}
.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden;
}
.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0;
}
.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}
.ls-thumbnail {
  position: relative;
  margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
  width: 100%;
}
.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative;
}
.ls-touchscroll {
  overflow-x: auto !important;
}
.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative;
}
.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
}
.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important;
}
.ls-shadow {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden;
}
.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
  visibility: hidden;
}
/* WP plugin fullwidth */
.ls-wp-fullwidth-container {
  width: 100%;
  position: relative;
}
.ls-wp-fullwidth-helper {
  position: absolute;
}
/* 2D & 3D Layer Transitions */
.ls-overflow-hidden {
  overflow: hidden;
}
.ls-lt-tile {
  position: relative;
  float: left;
  perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
}
.ls-lt-tile img {
  visibility: visible;
  display: inline-block;
}
.ls-curtiles {
  overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-curtile,
.ls-nexttile {
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.ls-curtile {
  left: 0;
  top: 0;
}
.ls-curtile img,
.ls-nexttile img {
  position: absolute;
  filter: inherit;
}
.ls-3d-container {
  position: relative;
  overflow: visible !important;
}
.ls-3d-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.ls-3d-box div {
  overflow: hidden;
  background: #777;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* Full screen */
.ls-fullscreen {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: block;
}
/* Removing all default global styles of WordPress themes */
html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0;
}
html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  margin: 0;
}
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
  background: none !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}
/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/
html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
}
html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
  margin: 0;
}
html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
  text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}
html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
  margin: 0;
}
html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
  display: none;
}
.site {
  overflow: visible !important;
}
/* Style of LayerSlider Debug Console */
.ls-debug-console * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: left !important;
  font-style: normal !important;
}
.ls-debug-console h1 {
  padding-top: 10px !important;
  font-size: 17px !important;
  font-weight: bold !important;
}
.ls-debug-console h1:first-child {
  padding-top: 0 !important;
}
.ls-debug-console ul {
  padding-top: 10px !important;
  list-style: none !important;
}
.ls-debug-console li {
  margin-left: 10px !important;
  font-size: 13px !important;
  position: relative !important;
  font-weight: normal !important;
}
html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
  display: none;
  width: 260px;
  left: -10px;
}
.ls-debug-console li ul {
  position: absolute !important;
  bottom: 100% !important;
  padding: 10px 10px 10px 0 !important;
  background: white !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px black !important;
}
html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
  display: block;
}
.ls-debug-console li ul * {
  color: black !important;
}
.ls-debug-console a {
  text-decoration: none !important;
  border-bottom: 1px dotted white !important;
}
.ls-error {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -wenkit-border-radius: 5px !important;
  background: white !important;
  height: auto !important;
  width: auto !important;
  color: white !important;
  padding: 20px 40px 30px 80px !important;
  position: relative !important;
  box-shadow: 0 2px 20px -5px black;
}
.ls-error p {
  line-height: normal !important;
  text-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: justify !important;
  font-family: Arial, sans-serif !important;
}
.ls-error .ls-error-title {
  line-height: 40px !important;
  color: red !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.ls-error .ls-error-text {
  color: #555 !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
.ls-error .ls-exclam {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  color: white !important;
  line-height: 40px !important;
  background: red !important;
  text-align: center !important;
}
/* GPU Hardware Acceleration */
html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.ls-videohack {
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform-origin: none !important;
  -o-transform-origin: none !important;
  -ms-transform-origin: none !important;
  -moz-transform-origin: none !important;
  -webkit-transform-origin: none !important;
}
.ls-oldiepnghack {
  filter: none !important;
}
.ls-gpuhack {
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
}
html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* GPU */
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px;
  }
}
/* Mobile features */
.ls-forcehide {
  display: none !important;
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013

 converted from CSS and with addition of select2-bootstrap additions
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('../images/select2.png') no-repeat 100% -22px;
  background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
  background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 6px 0 3px 5px;
  position: relative;
  line-height: 13px;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* [TV] Disabled this features for good override of color, keep comment for color, or deletd quote for classical style
      //color: #333;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
*/
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../images/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../images/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.form-control .select2-choice {
  border: 0;
  border-radius: 2px;
}
.form-control .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}
.form-control.select2-container {
  height: auto !important;
  padding: 0px;
}
.form-control.select2-container.select2-dropdown-open {
  border-color: #5897FB;
  border-radius: 3px 3px 0 0;
}
.form-control .select2-container.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}
.form-control.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #C09853 !important;
}
.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #C09853 !important;
  background: #FCF8E3 !important;
}
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #B94A48 !important;
}
.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #B94A48 !important;
  background: #F2DEDE !important;
}
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #3A87AD !important;
}
.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #3A87AD !important;
  background: #D9EDF7 !important;
}
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #468847 !important;
}
.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #468847 !important;
  background: #DFF0D8 !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(../images/slick-carousel/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  /*[TV]10/06/2014] Add fixed height*/
  /*min-height: 300px;*/
  color: white;
  /*[TV-END]10/06/2014]*/
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none;
}
/*[TV]10/06/2014] Add height and background property for col4 and 8*/
.first-slide {
  background-color: #000000;
  text-align: center;
}
.first-slide h1 {
  position: absolute;
  top: 40%;
  margin: 0;
  width: 100%;
}
/*[TV-END]10/06/2014]*/
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/*[TV]10/06/2014] Set OUR button style and place here*/
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 2.4;
  cursor: pointer;
  background: #2bc9a3;
  color: #000000;
  padding-top: 0;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.slick-prev:hover,
.slick-next:hover {
  background: #2ddcb4;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev .fa {
  margin-left: -2px;
}
.slick-next .fa {
  margin-left: 2px;
}
.slick-prev .fa,
.slick-next .fa {
  vertical-align: middle;
}
.slick-prev {
  right: 40px;
}
/*.slick-prev:before {*/
/*content: "\2190";*/
/*}*/
.slick-next {
  right: 0;
}
/*.slick-next:before {*/
/*content: "\2192";*/
/*}*/
/*[TV-END]10/06/2014] Set OUR button style and place here*/
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.image-carousel .slick-slide img {
  max-width: 100%;
  padding: 15px;
  opacity: 1.0;
}
.image-carousel .slick-slide .mega-hover {
  top: 0;
}
.image-carousel .slick-slide:hover .mega-hover {
  top: 0;
  opacity: 1.0;
}
.image-carousel .slick-slide .fa-stack {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  top: 34%;
  z-index: 3;
  color: darker(#2ddcb4);
}
.image-carousel .slick-slide .fa-stack:hover {
  color: #2ddcb4;
}
.image-carousel .slick-slide label {
  text-align: center;
  width: 100%;
}
.image-carousel .slick-prev,
.image-carousel .slick-next {
  position: absolute;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 2.4;
  cursor: pointer;
  background: #2bc9a3;
  color: #000000;
  top: 37%;
  bottom: 0;
  padding-top: 0;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 0;
  border: none;
  outline: none;
}
.image-carousel .slick-prev .fa {
  margin-left: -2px;
}
.image-carousel .slick-next .fa {
  margin-left: 2px;
}
.image-carousel .slick-prev .fa,
.image-carousel .slick-next .fa {
  vertical-align: middle;
}
.image-carousel .slick-prev {
  right: inherit !important;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 125px;
  right: 10%;
  width: 80%;
  margin-bottom: 5px;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*
 redefine some Toastr styles
*/
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f003";
}
#toast-container > .toast-error:before {
  content: "\f001";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f002";
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* general style */
@media print {
  .main-nav {
    display: none;
  }
  #banner {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  .footer {
    display: none;
  }
  body {
    font-size: 120%;
    color: black;
    padding-top: 20px;
  }
}
/* Tweak navbar brand link to be super sleek logo with collapsing menu
-------------------------------------------------- */
.navbar-fixed-top .navbar-brand,
.navbar-static-top .navbar-brand,
.nav-tools {
  height: 75px;
  padding: 16px 15px 16px;
}
.navbar-fixed-top .navbar-brand.visible-xs,
.navbar-static-top .navbar-brand.visible-xs,
.nav-tools.visible-xs {
  /* Center the logo for small screens */
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  margin-left: -23px;
  padding-left: 0;
}
.main-nav .navbar-default {
  max-height: 75px;
}
.main-nav .navbar-default .navbar-nav li a,
.main-nav .navbar-default .navbar-nav li a:hover {
  color: black;
}
.main-nav .collapse.navbar-collapse {
  background: #fff;
  text-align: center;
  min-width: 100%;
  height: 74px !important;
}
.main-nav .collapse.navbar-collapse.in {
  overflow-y: hidden;
  height: auto !important;
}
.main-nav .collapse.navbar-collapse ul {
  display: inline-block;
}
.main-nav .collapse.navbar-collapse ul.nav-tools li {
  float: none;
  display: inline-block;
}
.main-nav .navbar-inner {
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.main-nav .navbar-inner .menu.nav.navbar-nav {
  float: none;
}
.main-nav .navbar-inner .menu.nav.navbar-nav .nav-height {
  height: 75px;
}
.main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar {
  position: absolute;
  top: 0;
  right: 24px;
  padding-top: 24px;
  padding-right: 0;
  /* search boxes Apple Style */
}
@media screen and (max-width: 767px) {
  .main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-left: 2%;
    padding-top: 20px;
    left: 0;
    width: 40%;
    font-weight: 500;
    right: 0;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar li {
    padding-left: 7.5px;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar {
    font-weight: 500;
    right: 15px;
  }
}
.main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar form#mod-finder-searchform div.finder input#mod-finder-searchword {
  background: url("../images/search-black.png") no-repeat 10px 6px #fff;
  border: 1px solid #ddd;
  font-family: 'acrom', Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
  width: 110px;
  padding: 6px 15px 6px 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* simplify style for small screens */
}
@media screen and (max-width: 991px) {
  .main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar form#mod-finder-searchform div.finder input#mod-finder-searchword {
    width: 0;
    padding-right: 0;
    cursor: pointer;
  }
}
.main-nav .navbar-inner .menu.nav.navbar-nav.tool-navbar form#mod-finder-searchform div.finder input#mod-finder-searchword:focus {
  cursor: text;
  outline: none;
  background: url("../images/search-black.png") no-repeat 10px 6px #fff;
  font-family: 'acrom', Helvetica, sans-serif;
  font-weight: 300;
  width: 175px;
  padding: 6px 15px 6px 35px;
  border: 1px solid #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li a {
  padding-bottom: 7.5px;
  padding-left: 0;
  padding-right: 0;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li a:hover {
  color: #2ddcb4;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.login {
  padding: 10px 0;
  width: auto;
  height: auto;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule {
  width: auto;
  margin-top: 4px;
  display: inline-block;
  float: right;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule a.cart-link {
  text-decoration: none;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule .fa-cart {
  padding-left: 0.15em;
  font-size: 1.5em;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule span.products-count {
  background-color: #2ddcb4;
  font-size: 0.8em;
  vertical-align: 36%;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule span.products-count.badge {
  line-height: 1.2em;
  border-radius: 3em;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main-nav .navbar-inner .menu.nav.navbar-nav li.cart .vmCartModule {
    float: left;
  }
}
.main-nav .navbar-inner .menu.nav.navbar-nav li div.socialConnectUserBlock a,
.main-nav .navbar-inner .menu.nav.navbar-nav li div.socialConnectSignInBlockContainer a {
  border: none;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li div.socialConnectUserBlock a.socialConnectButton,
.main-nav .navbar-inner .menu.nav.navbar-nav li div.socialConnectSignInBlockContainer a.socialConnectButton {
  padding: 6px 12px;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.active a,
.main-nav .navbar-inner .menu.nav.navbar-nav li:hover a,
.main-nav .navbar-inner .menu.nav.navbar-nav li.alias-parent-active a {
  border-bottom: 3px solid #2ddcb4;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.active a.navbar-brand,
.main-nav .navbar-inner .menu.nav.navbar-nav li:hover a.navbar-brand,
.main-nav .navbar-inner .menu.nav.navbar-nav li.alias-parent-active a.navbar-brand {
  border: none;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li.active a {
  background: none;
}
.main-nav .navbar-inner .menu.nav.navbar-nav li img.logo {
  max-height: 43px;
  max-width: 43px;
}
.main-nav .navbar-inner .menu.nav.navbar-nav::after,
.main-nav .navbar-inner .menu.nav.navbar-nav::before {
  content: "";
}
@media screen and (min-width: 768px) and (max-width: 859px) {
  .main-nav .navbar-inner .full-width-menu {
    width: 520px;
    padding: 0;
  }
  .main-nav .navbar-inner .full-width-menu .collapse.navbar-collapse {
    font-weight: 500;
    font-size: 12px;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav li {
    padding: 0 4px;
  }
}
@media screen and (min-width: 860px) and (max-width: 991px) {
  .main-nav .navbar-inner .full-width-menu {
    width: 600px;
    padding: 0;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav li {
    padding: 0 6px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1069px) {
  .main-nav .navbar-inner .full-width-menu {
    width: 604px;
    padding: 0;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav li {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1199px) {
  .main-nav .navbar-inner .full-width-menu {
    width: 660px;
    padding: 0;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-nav .navbar-inner .full-width-menu {
    width: 790px;
    padding: 0;
  }
  .main-nav .navbar-inner .full-width-menu .collapse.navbar-collapse {
    font-weight: 700;
    font-size: 16px;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav li {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1500px) {
  .main-nav .navbar-inner .full-width-menu {
    width: 860px;
    padding: 0;
  }
  .main-nav .navbar-inner .full-width-menu .collapse.navbar-collapse {
    font-weight: 700;
    font-size: 18px;
  }
  .main-nav .navbar-inner .menu.nav.navbar-nav li {
    padding: 0 15px;
  }
}
.bordered-left {
  border-left: 1px solid #777777;
}
.subnav {
  position: fixed;
  width: 100%;
  z-index: 1020;
  top: 75px;
}
.subnav #page-menu,
.subnav #product-menus {
  text-align: center;
}
.subnav #page-menu ul,
.subnav #product-menus ul {
  float: none;
}
.subnav .navbar {
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
  border: none;
}
.subnav .navbar-nav {
  height: 40px;
  min-height: 40px;
  margin: 5.75px -15px;
}
@media (min-width: 768px) {
  .subnav .navbar-nav {
    float: left;
    margin: 0;
  }
  .subnav .navbar-nav > li {
    float: left;
  }
  .subnav .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
.subnav .navbar-nav .navbar-brand {
  float: left;
  padding: 11.5px 15px;
  font-size: 18px;
  font-weight: 800;
  line-height: 17px;
  height: 40px;
}
.subnav .navbar-nav .navbar-brand:hover,
.subnav .navbar-nav .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .subnav .navbar-nav .navbar-brand,
  .navbar > .container-fluid .subnav .navbar-nav .navbar-brand {
    margin-left: -15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .subnav .navbar-inner .menu.nav.navbar-nav li a {
    font-weight: 500;
    font-size: 12px;
    padding: 11.5px 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 859px) {
  .subnav .navbar-inner .menu.nav.navbar-nav li a {
    font-weight: 500;
    font-size: 12px;
    padding: 11.5px 3.75px;
  }
}
@media screen and (min-width: 860px) and (max-width: 991px) {
  .subnav .navbar-inner .menu.nav.navbar-nav li a {
    padding: 11.5px 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1069px) {
  .subnav .navbar-inner .menu.nav.navbar-nav li a {
    padding: 11.5px 7.5px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1199px) {
  .subnav .navbar-inner .menu.nav.navbar-nav li a {
    padding: 11.5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .subnav .navbar-inner .menu.nav.navbar-nav li a {
    padding: 11.5px 15px;
  }
}
.subnav .navbar-inverse {
  background-color: black;
  border: none;
}
.subnav .navbar-inverse .navbar-nav {
  display: inline-block;
}
.subnav .navbar-inverse .navbar-nav li {
  font-family: acrommedium, serif;
  background-color: black;
}
.subnav .navbar-inverse .navbar-nav li a {
  color: white;
}
.subnav .navbar-inverse .navbar-nav li:hover a,
.subnav .navbar-inverse .navbar-nav li.active a {
  color: #2ddcb4;
}
.subnav .navbar-inverse a.active {
  display: none;
}
@media screen and (max-width: 767px) {
  .subnav .navbar-inverse button {
    margin-top: 5px;
    float: right;
  }
  .subnav .navbar-inverse a.active {
    display: block;
    float: right;
    margin-right: 5px;
    color: #2ddcb4;
    height: 37.5px;
    line-height: 37.5px;
    font-weight: bold;
  }
  .subnav .navbar-inverse span.current {
    display: none;
    height: 37.5px;
    line-height: 37.5px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
  }
  .subnav .navbar-inverse ul.navbar-nav {
    background-color: black;
    display: none;
    float: left;
    list-style: none outside none;
    padding: 0;
    margin-top: 0;
    position: absolute;
    top: 100%;
    right: 30px;
    z-index: 1000;
    min-height: 37.5px;
  }
  .subnav .navbar-inverse ul.navbar-nav li.navbar-brand {
    display: none;
  }
  .subnav .navbar-inverse ul.navbar-nav li.active {
    display: none;
  }
  .subnav .navbar-inverse ul.navbar-nav li.pull-right {
    float: none !important;
  }
  .subnav .navbar-inverse ul.navbar-nav li.pull-right a.btn {
    border-radius: 0;
  }
}
.top-offset {
  margin-top: 1%;
}
.top-offset-3 {
  margin-top: 3%;
}
.full-height {
  height: 100%;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.width-100 {
  width: 100%;
}
.valign-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.valign-middle-container {
  display: table !important;
  height: 100%;
}
.valign-middle-content {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.img-circle {
  border-radius: 50%;
  border: 10px solid #9a9a9a;
}
.text-white {
  color: white !important;
}
.text-black {
  color: black !important;
}
.text-bold {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
img.icon-title {
  display: inline-block;
  width: 60px;
}
.right-emphasize:after {
  border-bottom: 1px solid #cacaca;
  content: '';
  display: table-cell;
  position: relative;
  top: 0;
  width: 100%;
  left: 0.5%;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #000000;
}
::-webkit-scrollbar-thumb {
  background-color: #2ddcb4;
}
#leftDockSelector ::-webkit-scrollbar {
  width: 4px;
}
#leftDockSelector ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #000000;
}
#leftDockSelector ::-webkit-scrollbar-thumb {
  background-color: #2ddcb4;
}
/**
 * @version		$Id: style.css 3315 2013-07-09 16:26:36Z lefteris.kavadas $
 * @package		SocialConnect
 * @author		JoomlaWorks http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2013 JoomlaWorks Ltd. All rights reserved.
 * @license		http://www.joomlaworks.net/license
 */
div.loginSocialConnectTemplate.container {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}
div.loginSocialConnectTemplate.container #comSocialConnectContainer div.socialConnectBlock {
  border-radius: 0;
}
/* Style trigger */
.socialConnectButton {
  padding: 10px 8px;
  margin-left: 0px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .socialConnectButton {
    border-left: none;
  }
}
.navbar-header .socialConnectButton.socialConnectToggler {
  float: right;
  font-weight: 800;
  margin-right: 5px;
  height: 37.5px;
  margin-top: 18.75px;
  line-height: 18.75px;
}
.socialConnectButton.socialConnectToggler {
  font-weight: 800;
}
/* Common extension styles */
#modSocialConnectCompact {
  height: 0 !important;
  border: 0 !important;
  font-size: 14px;
  color: #333333;
  /* Sign in button and Toggler button */
  /*#modSocialConnectCompact .socialConnectSignInButton, #modSocialConnectCompact .socialConnectToggler {*/
  /*width: 116px;*/
  /*height: 36px;*/
  /*background-color: #299bd8;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#299bd8), to(#0143d0));*/
  /*background-image: -webkit-linear-gradient(top, #299bd8, #0143d0);*/
  /*background-image: -moz-linear-gradient(top, #299bd8, #0143d0);*/
  /*background-image: -ms-linear-gradient(top, #299bd8, #0143d0);*/
  /*background-image: -o-linear-gradient(top, #299bd8, #0143d0);*/
  /*border-color: #005fba;*/
  /*margin: 12px 0 14px 0;*/
  /*box-shadow: 0 1px 0 0 #2baced inset;*/
  /*text-shadow: 0 1px 0 #696363;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignInButton:hover, #modSocialConnectCompact .socialConnectSignInButton:focus, #modSocialConnectCompact .socialConnectToggler:hover, #modSocialConnectCompact .socialConnectToggler:focus {*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2eb1f2), to(#2d69eb));*/
  /*background-image: -webkit-linear-gradient(top, #2eb1f2, #2d69eb);*/
  /*background-image: -moz-linear-gradient(top, #2eb1f2, #2d69eb);*/
  /*background-image: -ms-linear-gradient(top, #2eb1f2, #2d69eb);*/
  /*background-image: -o-linear-gradient(top, #2eb1f2, #2d69eb);*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignInButton:active, #modSocialConnectCompact .socialConnectToggler:active {*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d69eb), to(#2eb1f2));*/
  /*background-image: -webkit-linear-gradient(top, #2d69eb, #2eb1f2);*/
  /*background-image: -moz-linear-gradient(top, #2d69eb, #2eb1f2);*/
  /*background-image: -ms-linear-gradient(top, #2d69eb, #2eb1f2);*/
  /*background-image: -o-linear-gradient(top, #2d69eb, #2eb1f2);*/
  /*}*/
  /* Registration button */
  /*#modSocialConnectCompact .socialConnectRegistrationButton:hover, #modSocialConnectCompact .socialConnectRegistrationButton:focus {*/
  /*color: #333333;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e9e9e9));*/
  /*background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectRegistrationButton:active {*/
  /*color: #333333;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#ffffff));*/
  /*background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*background-image: -ms-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectRegistrationButton i {*/
  /*border-right-color: #bdbdbd;*/
  /*background-image: url('../images/user.png');*/
  /*}*/
  /* Facebook Button */
  /* Twitter Button */
  /* Google Button */
  /* Google+ Button */
  /* LinkedIn Button */
  /* GitHub Button */
  /* WordPress Button */
  /* Windows Button */
  /* Ning Button */
  /* Authenticated user */
  /*#modSocialConnectCompact .socialConnectAccountButton {*/
  /*background-color: #606060;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), to(#323232));*/
  /*background-image: -webkit-linear-gradient(top, #606060, #323232);*/
  /*background-image: -moz-linear-gradient(top, #606060, #323232);*/
  /*background-image: -ms-linear-gradient(top, #606060, #323232);*/
  /*background-image: -o-linear-gradient(top, #606060, #323232);*/
  /*border-color: #323232;*/
  /*margin: 0;*/
  /*box-shadow: 0 1px 0 0 #929292 inset;*/
  /*text-shadow: 0 1px 0 #696363;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectAccountButton:hover, #modSocialConnectCompact .socialConnectAccountButton:focus, #modSocialConnectCompact .socialConnectAccountButton:active {*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#323232), to(#606060));*/
  /*background-image: -webkit-linear-gradient(top, #323232, #606060);*/
  /*background-image: -moz-linear-gradient(top, #323232, #606060);*/
  /*background-image: -ms-linear-gradient(top, #323232, #606060);*/
  /*background-image: -o-linear-gradient(top, #323232, #606060);*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectAccountButton i {*/
  /*border-right-color: #323232;*/
  /*background-image: url('../images/user-authenticated.png');*/
  /*}*/
  /* CSS arrow for the container */
  /*#modSocialConnectCompact .socialConnectUserBlock:after, #modSocialConnectCompact .socialConnectUserBlock:before {*/
  /*bottom: 100%;*/
  /*border: solid transparent;*/
  /*content: " ";*/
  /*height: 0;*/
  /*width: 0;*/
  /*position: absolute;*/
  /*pointer-events: none;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectUserBlock:after {*/
  /*border-color: rgba(255, 255, 255, 0);*/
  /*border-bottom-color: #fff;*/
  /*border-width: 10px;*/
  /*margin-left: -10px;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectUserBlock:before {*/
  /*border-color: rgba(212, 212, 212, 0);*/
  /*border-bottom-color: #D4D4D4;*/
  /*border-width: 11px;*/
  /*margin-left: -11px;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignOutButton {*/
  /*width: 142px;*/
  /*color: #333333;*/
  /*border-color: #BDBDBD;*/
  /*margin: 16px auto;*/
  /*background-color: #e9e9e9;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));*/
  /*background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);*/
  /*background-image: -moz-linear-gradient(top, #ffffff, #cccccc);*/
  /*background-image: -ms-linear-gradient(top, #ffffff, #cccccc);*/
  /*background-image: -o-linear-gradient(top, #ffffff, #cccccc);*/
  /*text-shadow: 0 1px 0 #ffffff;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignOutButton:hover, #modSocialConnectCompact .socialConnectSignOutButton:focus {*/
  /*color: #333333;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e9e9e9));*/
  /*background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignOutButton:active {*/
  /*color: #333333;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#ffffff));*/
  /*background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*background-image: -ms-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignOutButton i {*/
  /*border-right-color: #BDBDBD;*/
  /*background-image: url('../images/signout.png');*/
  /*}*/
  /* Clear Fix */
  /* Template specific styles */
  /* CSS arrow for the container */
  /*#modSocialConnectCompact .socialConnectSignInBlockContainer:after, #modSocialConnectCompact .socialConnectSignInBlockContainer:before {*/
  /*bottom: 100%;*/
  /*border: solid transparent;*/
  /*content: " ";*/
  /*height: 0;*/
  /*width: 0;*/
  /*position: absolute;*/
  /*pointer-events: none;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignInBlockContainer:after {*/
  /*border-color: rgba(255, 255, 255, 0);*/
  /*border-bottom-color: #ffffff;*/
  /*border-width: 10px;*/
  /*margin-left: -10px;*/
  /*}*/
  /*#modSocialConnectCompact .socialConnectSignInBlockContainer:before {*/
  /*border-color: rgba(185, 185, 185, 0);*/
  /*border-bottom-color: #b9b9b9;*/
  /*border-width: 11px;*/
  /*margin-left: -11px;*/
  /*}*/
  /*[TV][PATCH]04/06/2014]*/
  /*[TV-END]04/05/2014]*/
}
@media (max-width: 767px) {
  #modSocialConnectCompact div.socialConnectModal {
    margin: 0 auto 0 auto;
    position: relative;
    left: auto;
  }
}
@media (min-width: 768px) {
  #modSocialConnectCompact div.socialConnectModal {
    position: absolute;
    top: 0;
    right: -30px;
    left: auto;
    margin-top: 0;
  }
}
#modSocialConnectCompact div.socialConnectBlock {
  border: 1px solid #D4D4D4;
  border-radius: 0px 0px 8px 8px;
  padding: 46px 40px;
}
#modSocialConnectCompact .socialConnectHeading {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
  margin: 0 0 18px 0;
  padding: 0;
}
#modSocialConnectCompact .socialConnectSubHeading {
  font-size: 21px;
  line-height: 21px;
  font-weight: normal;
  color: #333333;
  margin: 0;
  padding: 0;
}
#modSocialConnectCompact .socialConnectServicesMessage {
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  margin: 0 0 22px 0;
  padding: 0;
  color: #333333;
}
#modSocialConnectCompact .socialConnectLabel {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
#modSocialConnectCompact .socialConnectInput {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #f8f6f6;
  padding: 8px 12px;
  margin: 0 0 6px 0;
  height: 32px;
  /*box-shadow: 0 1px 1px 0 #d4d4d4 inset;*/
  font-size: 14px;
  /*font-weight: bold;*/
  color: #6e6d6d;
}
#modSocialConnectCompact .socialConnectInput:focus {
  background-color: #FFFFFF;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
#modSocialConnectCompact .modSocialConnectPassword {
  margin-top: 20px;
}
#modSocialConnectCompact .socialConnectLink {
  background: none;
  color: #00e0c2;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
#modSocialConnectCompact .socialConnectLink:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectLink:focus {
  background: none;
  color: black;
  font-size: 12px;
  text-decoration: underline;
}
#modSocialConnectCompact.modSocialConnectAuth .socialConnectButton span {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  color: #2ddcb4;
  font-size: 1.15em;
  font-weight: 800;
}
#modSocialConnectCompact .socialConnectButton {
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  /*text-shadow: 0 1px 0 #333333;*/
  height: 34px;
  line-height: 34px;
  padding-top: 0;
}
#modSocialConnectCompact .socialConnectSignInButton i {
  border-right-color: #005fba;
  background-image: url('../images/key.png');
  position: relative;
  top: -1px;
}
#modSocialConnectCompact .socialConnectSignInButton span {
  position: relative;
  top: -1px;
}
#modSocialConnectCompact .socialConnectToggler {
  /*min-width: 178px;*/
  height: 34px;
  line-height: 34px;
  margin: 0;
}
#modSocialConnectCompact .socialConnectToggler i {
  border-right-color: #005fba;
  background-image: url('../images/key.png');
}
#modSocialConnectCompact .socialConnectToggler span {
  padding: 0;
  text-align: center;
}
#modSocialConnectCompact .socialConnectRegistrationButton {
  color: white;
  /*color: #333333;*/
  /*border-color: #bdbdbd;*/
  /*margin: 0;*/
  /*background-color: #e9e9e9;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));*/
  /*background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);*/
  /*background-image: -moz-linear-gradient(top, #ffffff, #cccccc);*/
  /*background-image: -ms-linear-gradient(top, #ffffff, #cccccc);*/
  /*background-image: -o-linear-gradient(top, #ffffff, #cccccc);*/
  /*text-shadow: 0 1px 0 #ffffff;*/
}
#modSocialConnectCompact .socialConnectFacebookButton {
  border-color: #394e90;
  background-color: #4159a2;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#566eb7), to(#4159a2));
  background-image: -webkit-linear-gradient(top, #566eb7, #4159a2);
  background-image: -moz-linear-gradient(top, #566eb7, #4159a2);
  background-image: -ms-linear-gradient(top, #566eb7, #4159a2);
  background-image: -o-linear-gradient(top, #566eb7, #4159a2);
  box-shadow: 0 1px 0 0 #8a9bcd inset;
}
#modSocialConnectCompact .socialConnectFacebookButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectFacebookButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#627ed1), to(#4b68bd));
  background-image: -webkit-linear-gradient(top, #627ed1, #4b68bd);
  background-image: -moz-linear-gradient(top, #627ed1, #4b68bd);
  background-image: -ms-linear-gradient(top, #627ed1, #4b68bd);
  background-image: -o-linear-gradient(top, #627ed1, #4b68bd);
}
#modSocialConnectCompact .socialConnectFacebookButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b68bd), to(#627ed1));
  background-image: -webkit-linear-gradient(top, #4b68bd, #627ed1);
  background-image: -moz-linear-gradient(top, #4b68bd, #627ed1);
  background-image: -ms-linear-gradient(top, #4b68bd, #627ed1);
  background-image: -o-linear-gradient(top, #4b68bd, #627ed1);
}
#modSocialConnectCompact .socialConnectFacebookButton i {
  background-image: url("../images/facebook.png");
  border-right: 1px solid #394e90;
}
#modSocialConnectCompact .socialConnectTwitterButton {
  border-color: #3092bf;
  background-color: #39b0e9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#50c4fe), to(#39b0e9));
  background-image: -webkit-linear-gradient(top, #50c4fe, #39b0e9);
  background-image: -moz-linear-gradient(top, #50c4fe, #39b0e9);
  background-image: -ms-linear-gradient(top, #50c4fe, #39b0e9);
  background-image: -o-linear-gradient(top, #50c4fe, #39b0e9);
  box-shadow: 0 1px 0 0 #86d6fe inset;
}
#modSocialConnectCompact .socialConnectTwitterButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectTwitterButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dd6fa), to(#3dc2ff));
  background-image: -webkit-linear-gradient(top, #8dd6fa, #3dc2ff);
  background-image: -moz-linear-gradient(top, #8dd6fa, #3dc2ff);
  background-image: -ms-linear-gradient(top, #8dd6fa, #3dc2ff);
  background-image: -o-linear-gradient(top, #8dd6fa, #3dc2ff);
}
#modSocialConnectCompact .socialConnectTwitterButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3dc2ff), to(#8dd6fa));
  background-image: -webkit-linear-gradient(top, #3dc2ff, #8dd6fa);
  background-image: -moz-linear-gradient(top, #3dc2ff, #8dd6fa);
  background-image: -ms-linear-gradient(top, #3dc2ff, #8dd6fa);
  background-image: -o-linear-gradient(top, #3dc2ff, #8dd6fa);
}
#modSocialConnectCompact .socialConnectTwitterButton i {
  background-image: url("../images/twitter.png");
  border-right: 1px solid #3092bf;
}
#modSocialConnectCompact .socialConnectGoogleButton {
  border-color: #b53c28;
  background-color: #cc442e;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e25944), to(#cc442e));
  background-image: -webkit-linear-gradient(top, #e25944, #cc442e);
  background-image: -moz-linear-gradient(top, #e25944, #cc442e);
  background-image: -ms-linear-gradient(top, #e25944, #cc442e);
  background-image: -o-linear-gradient(top, #e25944, #cc442e);
  box-shadow: 0 1px 0 0 #eb8c7e inset;
}
#modSocialConnectCompact .socialConnectGoogleButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectGoogleButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc634c), to(#e54c35));
  background-image: -webkit-linear-gradient(top, #fc634c, #e54c35);
  background-image: -moz-linear-gradient(top, #fc634c, #e54c35);
  background-image: -ms-linear-gradient(top, #fc634c, #e54c35);
  background-image: -o-linear-gradient(top, #fc634c, #e54c35);
}
#modSocialConnectCompact .socialConnectGoogleButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e54c35), to(#fc634c));
  background-image: -webkit-linear-gradient(top, #e54c35, #fc634c);
  background-image: -moz-linear-gradient(top, #e54c35, #fc634c);
  background-image: -ms-linear-gradient(top, #e54c35, #fc634c);
  background-image: -o-linear-gradient(top, #e54c35, #fc634c);
}
#modSocialConnectCompact .socialConnectGoogleButton i {
  background-image: url("../images/google.png");
  border-right: 1px solid #b53c28;
}
#modSocialConnectCompact .socialConnectGooglePlusButton {
  border-color: #bd402f;
  background-color: #ab3a2b;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed5b47), to(#ab3a2b));
  background-image: -webkit-linear-gradient(top, #ed5b47, #ab3a2b);
  background-image: -moz-linear-gradient(top, #ed5b47, #ab3a2b);
  background-image: -ms-linear-gradient(top, #ed5b47, #ab3a2b);
  background-image: -o-linear-gradient(top, #ed5b47, #ab3a2b);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
#modSocialConnectCompact .socialConnectGooglePlusButton:hover,
#modSocialConnectCompact #comSocialConnectContainer .socialConnectGooglePlusButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bd402f), to(#dd4b38));
  background-image: -webkit-linear-gradient(top, #bd402f, #dd4b38);
  background-image: -moz-linear-gradient(top, #bd402f, #dd4b38);
  background-image: -ms-linear-gradient(top, #bd402f, #dd4b38);
  background-image: -o-linear-gradient(top, #bd402f, #dd4b38);
}
#modSocialConnectCompact .socialConnectGooglePlusButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd4b38), to(#bd402f));
  background-image: -webkit-linear-gradient(top, #dd4b38, #bd402f);
  background-image: -moz-linear-gradient(top, #dd4b38, #bd402f);
  background-image: -ms-linear-gradient(top, #dd4b38, #bd402f);
  background-image: -o-linear-gradient(top, #dd4b38, #bd402f);
}
#modSocialConnectCompact .socialConnectGooglePlusButton i {
  background-image: url("../images/googleplus.png");
  border-right: 1px solid #bd402f;
}
#modSocialConnectCompact .socialConnectLinkedInButton {
  border-color: #00698a;
  background-color: #00789c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008db1), to(#00789c));
  background-image: -webkit-linear-gradient(top, #008db1, #00789c);
  background-image: -moz-linear-gradient(top, #008db1, #00789c);
  background-image: -ms-linear-gradient(top, #008db1, #00789c);
  background-image: -o-linear-gradient(top, #008db1, #00789c);
  box-shadow: 0 1px 0 0 #4fb0c9 inset;
}
#modSocialConnectCompact .socialConnectLinkedInButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectLinkedInButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a1c9), to(#008bb5));
  background-image: -webkit-linear-gradient(top, #00a1c9, #008bb5);
  background-image: -moz-linear-gradient(top, #00a1c9, #008bb5);
  background-image: -ms-linear-gradient(top, #00a1c9, #008bb5);
  background-image: -o-linear-gradient(top, #00a1c9, #008bb5);
}
#modSocialConnectCompact .socialConnectLinkedInButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008bb5), to(#00a1c9));
  background-image: -webkit-linear-gradient(top, #008bb5, #00a1c9);
  background-image: -moz-linear-gradient(top, #008bb5, #00a1c9);
  background-image: -ms-linear-gradient(top, #008bb5, #00a1c9);
  background-image: -o-linear-gradient(top, #008bb5, #00a1c9);
}
#modSocialConnectCompact .socialConnectLinkedInButton i {
  background-image: url("../images/linkedin.png");
  border-right: 1px solid #00698a;
}
#modSocialConnectCompact .socialConnectGitHubButton {
  border-color: #3877b5;
  background-color: #336ba3;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b9dff), to(#336ba3));
  background-image: -webkit-linear-gradient(top, #3b9dff, #336ba3);
  background-image: -moz-linear-gradient(top, #3b9dff, #336ba3);
  background-image: -ms-linear-gradient(top, #3b9dff, #336ba3);
  background-image: -o-linear-gradient(top, #3b9dff, #336ba3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
#modSocialConnectCompact .socialConnectGitHubButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectGitHubButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4da4fa), to(#3e83c8));
  background-image: -webkit-linear-gradient(top, #4da4fa, #3e83c8);
  background-image: -moz-linear-gradient(top, #4da4fa, #3e83c8);
  background-image: -ms-linear-gradient(top, #4da4fa, #3e83c8);
  background-image: -o-linear-gradient(top, #4da4fa, #3e83c8);
}
#modSocialConnectCompact .socialConnectGitHubButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e83c8), to(#4da4fa));
  background-image: -webkit-linear-gradient(top, #3e83c8, #4da4fa);
  background-image: -moz-linear-gradient(top, #3e83c8, #4da4fa);
  background-image: -ms-linear-gradient(top, #3e83c8, #4da4fa);
  background-image: -o-linear-gradient(top, #3e83c8, #4da4fa);
}
#modSocialConnectCompact .socialConnectGitHubButton i {
  background-image: url("../images/github.png");
  border-right: 1px solid #3877b5;
}
#modSocialConnectCompact .socialConnectWordPressButton {
  border-color: #16658a;
  background-color: #16678c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2092c7), to(#16678c));
  background-image: -webkit-linear-gradient(top, #2092c7, #16678c);
  background-image: -moz-linear-gradient(top, #2092c7, #16678c);
  background-image: -ms-linear-gradient(top, #2092c7, #16678c);
  background-image: -o-linear-gradient(top, #2092c7, #16678c);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
#modSocialConnectCompact .socialConnectWordPressButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectWordPressButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f8ec2), to(#19749e));
  background-image: -webkit-linear-gradient(top, #1f8ec2, #19749e);
  background-image: -moz-linear-gradient(top, #1f8ec2, #19749e);
  background-image: -ms-linear-gradient(top, #1f8ec2, #19749e);
  background-image: -o-linear-gradient(top, #1f8ec2, #19749e);
}
#modSocialConnectCompact .socialConnectWordPressButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#19749e), to(#1f8ec2));
  background-image: -webkit-linear-gradient(top, #19749e, #1f8ec2);
  background-image: -moz-linear-gradient(top, #19749e, #1f8ec2);
  background-image: -ms-linear-gradient(top, #19749e, #1f8ec2);
  background-image: -o-linear-gradient(top, #19749e, #1f8ec2);
}
#modSocialConnectCompact .socialConnectWordPressButton i {
  background-image: url("../images/wordpress.png");
  border-right: 1px solid #16658a;
}
#modSocialConnectCompact .socialConnectWindowsLiveButton {
  border-color: #008bc2;
  background-color: #0090c9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#27b9f2), to(#0090c9));
  background-image: -webkit-linear-gradient(top, #27b9f2, #0090c9);
  background-image: -moz-linear-gradient(top, #27b9f2, #0090c9);
  background-image: -ms-linear-gradient(top, #27b9f2, #0090c9);
  background-image: -o-linear-gradient(top, #27b9f2, #0090c9);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
#modSocialConnectCompact .socialConnectWindowsLiveButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectWindowsLiveButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#28c2ff), to(#01adef));
  background-image: -webkit-linear-gradient(top, #28c2ff, #01adef);
  background-image: -moz-linear-gradient(top, #28c2ff, #01adef);
  background-image: -ms-linear-gradient(top, #28c2ff, #01adef);
  background-image: -o-linear-gradient(top, #28c2ff, #01adef);
}
#modSocialConnectCompact .socialConnectWindowsLiveButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01adef), to(#28c2ff));
  background-image: -webkit-linear-gradient(top, #01adef, #28c2ff);
  background-image: -moz-linear-gradient(top, #01adef, #28c2ff);
  background-image: -ms-linear-gradient(top, #01adef, #28c2ff);
  background-image: -o-linear-gradient(top, #01adef, #28c2ff);
}
#modSocialConnectCompact .socialConnectWindowsLiveButton i {
  background-image: url("../images/windows.png");
  border-right: 1px solid #008bc2;
}
#modSocialConnectCompact .socialConnectNingButton {
  border-color: #4c7c04;
  background-color: #558c00;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#558c00), to(#558c00));
  background-image: -webkit-linear-gradient(top, #558c00, #558c00);
  background-image: -moz-linear-gradient(top, #558c00, #558c00);
  background-image: -ms-linear-gradient(top, #558c00, #558c00);
  background-image: -o-linear-gradient(top, #558c00, #558c00);
  box-shadow: 0 1px 0 0 #8ab04f inset;
}
#modSocialConnectCompact .socialConnectNingButton:hover,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectNingButton:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#77b81d), to(#63a600));
  background-image: -webkit-linear-gradient(top, #77b81d, #63a600);
  background-image: -moz-linear-gradient(top, #77b81d, #63a600);
  background-image: -ms-linear-gradient(top, #77b81d, #63a600);
  background-image: -o-linear-gradient(top, #77b81d, #63a600);
}
#modSocialConnectCompact .socialConnectNingButton:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a600), to(#77b81d));
  background-image: -webkit-linear-gradient(top, #63a600, #77b81d);
  background-image: -moz-linear-gradient(top, #63a600, #77b81d);
  background-image: -ms-linear-gradient(top, #63a600, #77b81d);
  background-image: -o-linear-gradient(top, #63a600, #77b81d);
}
#modSocialConnectCompact .socialConnectNingButton i {
  background-image: url("../images/ning.png");
  border-right: 1px solid #4c7c04;
}
#modSocialConnectCompact #socialConnectEmailFormSubmitButton span {
  padding-right: 0;
}
#modSocialConnectCompact .socialConnectUserBlock {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 252px;
  padding: 20px;
  background: #FFFFFF;
  /*border: 1px solid #D4D4D4;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 9999;
}
#modSocialConnectCompact .socialConnectUserInfo {
  float: left;
  margin: 0;
}
#modSocialConnectCompact .socialConnectUserMenu {
  display: block;
}
#modSocialConnectCompact img.socialConnectAvatar {
  width: 80px;
  height: 80px;
  /*float: left;*/
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin: 0 auto;
}
#modSocialConnectCompact .socialConnectGreeting {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#modSocialConnectCompact .socialConnectUsername {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#modSocialConnectCompact .socialConnectSignOutButton {
  color: white;
}
#modSocialConnectCompact ul.socialConnectUserMenu {
  margin: 13px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #BDBDBD;
  /*border-radius: 4px;*/
  border-bottom: none;
}
#modSocialConnectCompact ul.socialConnectUserMenu li {
  border-bottom: 1px solid #BDBDBD;
}
#modSocialConnectCompact ul.socialConnectUserMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#modSocialConnectCompact ul.socialConnectUserMenu li ul li {
  border: none;
}
#modSocialConnectCompact ul.socialConnectUserMenu li ul li a {
  font-weight: normal;
  background: url('../images/link-deeper.png') 40px center no-repeat;
  padding-left: 50px;
}
#modSocialConnectCompact .socialConnectAccountLink,
#modSocialConnectCompact #modSocialConnectCompact ul.socialConnectUserMenu li a {
  display: block;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  background-position: left center;
  background-repeat: no-repeat;
}
#modSocialConnectCompact ul.socialConnectUserMenu li .fa-chevron-right {
  margin-top: 3px;
}
#modSocialConnectCompact .socialConnectAccountLink {
  display: inline-block;
  padding-left: 28px;
  background-image: url('../images/account.png');
}
#modSocialConnectCompact ul.socialConnectUserMenu li a.socialConnectAddLink {
  background-image: url('../images/add.png');
}
#modSocialConnectCompact ul.socialConnectUserMenu li a.socialConnectUserLink {
  background-image: url('../images/mypage.png');
}
#modSocialConnectCompact ul.socialConnectUserMenu li a.socialConnectCommentsLink {
  background-image: url('../images/comments.png');
}
#modSocialConnectCompact .socialConnectRegistrationBlock .socialConnectClearFix:after {
  content: normal;
  display: inline;
  height: auto;
}
#modSocialConnectCompact body.scIsIE6 #modSocialConnectCompact .socialConnectClearFix {
  height: 1%;
}
#modSocialConnectCompact body.scIsIE7 #modSocialConnectCompact .socialConnectClearFix {
  display: inline-block;
}
#modSocialConnectCompact .socialConnectIntroMessage {
  margin-bottom: 38px;
}
#modSocialConnectCompact .socialConnectSignInBlockContainer {
  opacity: 0;
  visibility: hidden;
  display: none;
  /* [TV] : else create a bottom margin*/
  position: absolute;
  width: 296px;
  background: #ffffff;
  /*border: 1px solid #D4D4D4;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
#modSocialConnectCompact .socialConnectVisible {
  visibility: visible;
  display: block;
  /* [TV] : else create a bottom margin */
  opacity: 1;
}
#modSocialConnectCompact .socialConnectSignInBlock {
  width: 296px;
  float: left;
}
#modSocialConnectCompact #modSocialConnectCompact.socialConnectNoServices .socialConnectSignInBlockContainer {
  width: 252px;
}
#modSocialConnectCompact #modSocialConnectCompact.socialConnectNoServices .socialConnectSignInBlock {
  width: 252px;
  float: none;
}
#modSocialConnectCompact .socialConnectSignInBlock .socialConnectInnerBlock {
  padding: 20px;
}
#modSocialConnectCompact #modSocialConnectCompact.socialConnectNoServices .socialConnectSignInBlock .socialConnectInnerBlock {
  border-right: none;
}
#modSocialConnectCompact #modSocialConnectCompact.socialConnectNoServices .socialConnectRegistrationButton {
  float: left;
}
#modSocialConnectCompact .socialConnectServicesBlock {
  width: 238px;
  float: left;
}
#modSocialConnectCompact .socialConnectServicesBlock .socialConnectInnerBlock {
  padding: 34px;
  border-left: 1px solid #D4D4D4;
  position: relative;
  left: -1px;
}
#modSocialConnectCompact .socialConnectServiceButton {
  float: none;
  margin: 0 auto 14px auto;
}
#modSocialConnectCompact .socialConnectRow {
  margin: 0 0 12px 0;
}
#modSocialConnectCompact .socialConnectRegistrationBlock {
  border-top: 1px solid #d4d4d4;
  margin: 0;
  padding: 19px 22px 15px 22px;
}
#modSocialConnectCompact .socialConnectRegistrationBlock .socialConnectSubHeading {
  float: left;
  line-height: 34px;
  width: 100%;
}
#modSocialConnectCompact .socialConnectSignOutBlock.socialConnectButton {
  padding: 10px 16px;
}
#modSocialConnectCompact #modSocialConnectCompactRemember {
  margin: 0;
}
#modSocialConnectCompact .socialConnectLeft {
  left: -33%;
  text-align: left;
  text-transform: none;
}
#modSocialConnectCompact .socialConnectLeft:after,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectLeft:before {
  left: 47%;
}
#modSocialConnectCompact .socialConnectRight {
  right: 0;
}
#modSocialConnectCompact .socialConnectRight:after,
#modSocialConnectCompact #modSocialConnectCompact .socialConnectRight:before {
  right: 44px;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
  height: 0;
  width: 0;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none ;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(../images/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../images/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../images/controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 50px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
.audios_list .audio_player_itemlist {
  margin-bottom: 2em;
}
.audios_list .audio_player_itemlist span.audio_title {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
.audios_list .audio_player_itemlist span.audio_author {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
.audios_list .audio_player_itemlist p.audio_description {
  margin-top: 0.4em;
  text-align: justify;
}
.audios_list .audio_player_itemlist div.media_element {
  width: 100%;
  height: 30px;
  margin-bottom: 0.8em;
}
div.videos_list {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 3em;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
}
.videos_list ul {
  margin: 0;
}
.videos_list li.video_player_itemlist {
  list-style: none;
  break-inside: avoid-column;
  -webkit-break-inside: avoid-column;
  -moz-break-inside: avoid-column;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  margin-bottom: 2em;
}
.videos_list p.video_description {
  margin-top: 0.4em;
  text-align: justify;
}
.videos_list video.media_element {
  width: 100%;
  height: 100%;
}
.green {
  background-color: #00ab26;
}
.red {
  background-color: #d90004;
}
/* flexible responsive iFrame container with 16:9 aspect ratio */
/* Flexible iFrame */
.responsive-container {
  position: relative;
  min-height: 420px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rnd-button {
  /*basic styles*/
  width: 40px;
  height: 40px;
  /*border styles*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /*shadow styles*/
  -moz-box-shadow: 2px 3px 5px #bfbfbf;
  -webkit-box-shadow: 2px 3px 5px #bfbfbf;
  box-shadow: 2px 3px 5px #bfbfbf;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-shadow: 0px 0px 3px #888;
}
.rnd-button:hover {
  -moz-box-shadow: inset 0 0 30px #444;
  -webkit-box-shadow: inset 0 0 30px #444;
  box-shadow: inset 0 0 30px #444;
}
.rnd-button p:hover {
  text-shadow: 0px 0px 4px #fff;
}
span.highlight {
  background-color: #FFFF62;
  font-weight: bold;
  padding: 1px 4px;
}
.mejs-container.mejs-audio .mejs-controls {
  background: #D6D6D6;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 3px;
  margin-top: 9px;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  height: 3px;
  display: none;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
  height: 3px;
  background: #00DEB2;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time {
  display: none;
}
.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play button {
  background-image: url(/images/stories/icon-play.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 0;
}
.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-pause button {
  background-image: url(/images/stories/icon-pause.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 0;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button.mejs-mute button {
  background-image: url(/images/stories/icon-volume.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 0;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button.mejs-unmute button {
  background-image: url(/images/stories/icon-volume-mute.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 0;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: none;
  cursor: pointer;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: black;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #00DEB2;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  display: none;
}
.sound-corner {
  background-color: #f3f3f3;
}
.no-full-view div.sound-corner.padding-left-1 {
  padding-left: 0%;
}
.no-full-view div.sound-corner div.padding-3 {
  padding-left: 0%;
}
.no-full-view div.sound-corner div.padding-3 {
  padding-right: 0%;
}
.btn-circle {
  border-radius: 50%;
  padding: 0 4px;
}
.icon-calendar {
  font-family: 'Glyphicons Halflings';
}
.icon-calendar:before {
  content: "\e109";
}
#leftDockSelector {
  position: fixed;
  visibility: hidden;
  z-index: 200;
}
#leftDockSelector li {
  text-align: left;
}
#leftDockSelector #listLinkSelector {
  background-color: white;
  padding: 0;
}
#leftDockSelector #listLinkSelector h3 {
  margin-top: 0;
}
#leftDockSelector #listLinkSelector.x-responsive {
  box-shadow: 2px 2px 2px black;
  border-top: 1px solid darkgrey;
  border-left: 1px solid darkgrey;
}
#leftDockSelector .col-lg-2,
#leftDockSelector .col-lg-10 {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
#leftDockSelector .col-lg-10 ul {
  list-style-type: none;
  padding-left: 15px;
}
#leftDockSelector .col-lg-10 ul li {
  line-height: 0.9em;
}
#leftDockSelector .col-lg-10 ul li a {
  color: black;
}
#leftDockSelector .col-lg-10 ul li a.active {
  color: #2ddcb4;
}
#leftDockSelector .col-lg-10 ul li a:hover {
  color: #2ddcb4;
}
/* Footer
-------------------------------------------------- */
.footer {
  background: #FFFFFF;
  /* impose the same left and right margins as from content inside footer */
  width: 90%;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 1em auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
}
.footer .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}
.footer .footer-links .navbar-nav li a {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  padding: 7px 10px 10px 10px;
}
.footer .footer-links .navbar-nav li a:hover {
  background: none;
}
.footer .footer-links .navbar-nav li.active a,
.footer .footer-links .navbar-nav li:hover a {
  border-bottom: 3px solid #2ddcb4;
}
.footer .footer-copyright p {
  color: #999;
  font-size: 0.666em;
}
.footer .newsletter-sub-form .input-group-addon {
  background-color: #f8f7f7;
}
.footer .newsletter-sub-form input.email {
  font-size: 1.0em;
  width: 60%;
}
.footer .newsletter-sub-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.285714;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer .footer-social-buttons {
  padding-left: 0;
}
.footer .footer-social-buttons li {
  float: left;
  display: inline-block;
  width: 32px;
  height: 32px;
  list-style: none;
  margin-left: 8px;
}
.footer .footer-social-buttons a.social-button {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: 0 100%;
  background-size: cover;
}
.footer .footer-social-buttons a.social-button:hover {
  background-position: 0 0;
}
.footer .footer-social-buttons a.social-button.facebook {
  background-image: url('../images/facebook.svg');
}
.footer .footer-social-buttons a.social-button.twitter {
  background-image: url('../images/twitter.svg');
}
.footer .footer-social-buttons a.social-button.soundcloud {
  background-image: url('../images/soundcloud.svg');
}
.footer .footer-social-buttons a.social-button.youtube {
  background-image: url('../images/youtube.svg');
}
.footer .thumbnail {
  padding: 1px;
  border: 1px solid #cccccc;
}
.footer .navbar-inner .footer-links {
  text-align: center;
}
.footer .navbar-inner .footer-links ul {
  float: none;
  display: inline-block;
}
/* specific sections are included here */
#general-ajax-load {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #CCCCCC;
  display: table;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100;
}
#general-ajax-load .container {
  display: table-cell;
  vertical-align: middle;
}
form ul li select[disabled] {
  cursor: not-allowed;
  opacity: 1;
  background-color: #eee;
}
.line-through {
  text-decoration: line-through;
}
div#opc-wapper div#opc-orderInfo div.opc-table div ul li.opc-order-total {
  width: 120px;
}
div#opc-wapper div#opc-orderInfo div.opc-table div.order-result ul li.result-total,
div#opc-wapper div#opc-orderInfo div.opc-table div.order-result ul li.result-discount,
div#opc-wapper div#opc-orderInfo div.opc-table div.order-result ul li.result-tax {
  width: 10%;
}
div#opc-wapper div#opc-orderInfo div.opc-table div.order-result ul li.result-discount,
div#opc-wapper div#opc-orderInfo div.opc-table div.order-result ul li.result-title-discount {
  color: #BD362F;
  font-weight: 800;
}
div#cart-view-default.cart-view div.cart-view-top {
  border: none;
}
div#cart-view-default.cart-view div.cart-view-top span.float-right {
  float: right;
}
div#cart-view-default.cart-view div.cart-view-top span.float-right a.continue_link {
  color: #666;
  text-decoration: none;
}
div#cart-view-default.cart-view div.cart-view-top span.float-right a.continue_link:hover {
  color: black;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary {
  width: 100%;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th {
  text-align: left;
  padding: 6px 12px;
  font-family: inherit;
  color: #222;
  border-right: 1px solid #ebebeb;
  border-bottom: solid #E9E8E8 1px;
  background: none;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th.th-name {
  width: 20%;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th.th-price {
  width: 20%;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th.th-quanlity {
  width: 20%;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th.th-discount {
  width: 20%;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th.th-total {
  width: 20%;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr th.th-last {
  border-right: none;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr td {
  padding: 6px 12px;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row {
  border-bottom: 1px dashed #efefef;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td {
  border-right: 1px solid #ebebeb;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.product-desc a.product-name {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.product-desc span.cart-images img {
  width: 100%;
  border: none;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.product-desc span.product-sku {
  font-size: 11px;
  font-weight: bold;
  font-family: inherit;
  color: #6a6a6a;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.product-desc div.vm-customfield-cart span {
  font-size: 11px;
  font-weight: normal;
  font-family: inherit;
  color: #6e6e6e;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.base-price {
  text-align: right;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.product-quantity input.quantity-inputbox {
  float: left;
  height: auto;
  width: 70%;
  border: 1px solid #acacac;
  border-radius: 3px;
  color: #333;
  font: normal 13px/13px Arial, Helvetica, san-serif;
  padding: 2px;
  background: 0;
  margin: 0 3px 4px;
  max-width: 186px;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.sub-total {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  font-family: inherit;
  color: #6a6a6a;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-row td.td-last {
  border-right: none !important;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.product-detail-last-row {
  border-bottom: none !important;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.coupon-pane td {
  background: #e1e1e1;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.coupon-pane td#coupon_price {
  text-align: right;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.coupon-pane td input#coupon_code {
  height: auto;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.price-result-1 td {
  text-align: right;
  border-bottom: 1px solid #efefef;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.price-result-1 td#sales_price {
  font-size: 13px;
  font-weight: bold;
  font-family: inherit;
  color: #6a6a6a;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.sectiontableentry td {
  text-align: right;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.sectiontableentry td #eco_tax {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.shipment-pane {
  border-bottom: 1px solid #efefef;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.shipment-pane #shipment {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  font-family: inherit;
  color: #6a6a6a;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.shipment-pane h4 {
  font-weight: bold;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.shipment-tax td {
  text-align: right;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.payment-pane {
  border-bottom: 1px solid #efefef;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.payment-pane h4 {
  font-weight: bold;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.payment-pane #payment {
  text-align: right;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.sectiontableentry2 td {
  text-align: right;
}
div#cart-view-default.cart-view form#checkoutForm fieldset#cart-contents table.cart-summary tr.sectiontableentry2 td strong#bill_total {
  color: #f00;
}
div#cart-view-default.cart-view form#checkoutForm div.billto-shipto {
  border: none;
}
div#cart-view-default.cart-view form#checkoutForm div.billto-shipto .form-group {
  margin-bottom: 3px;
}
div#cart-view-default.cart-view form#checkoutForm div.billto-shipto h3:after {
  border-bottom: 1px solid #999;
  content: "";
  display: table-cell;
  position: relative;
  top: 0px;
  width: 100%;
}
div#cart-view-default.cart-view form#checkoutForm div.billto-shipto h3 {
  display: table;
  white-space: nowrap;
}
div#cart-view-default.cart-view form#checkoutForm div.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 2% 0;
  padding: 2% 0;
}
span.terms-of-service {
  cursor: hand;
  cursor: pointer;
}
span.terms-of-service:hover {
  color: #2ddcb4;
}
.fancybox-overlay {
  z-index: 13000;
}
.fancybox-wrap {
  z-index: 13010;
}
/* Template colors legend
 * Base color: @cartBackgroundColor
 * Secondary color (custom cart fields and review form): @cartSecondaryColor
 * Text color: @cartTextColor
 * Label color: @cartLabelColor
 * Link color: @link-color
 * Button color: @buttonsMagicColor
 * Button gradient start color: @buttonStartGradien
 * Button gradient end color: @buttonEndGradient
 * Price color: @priceColor
 * Input color: @cartTextColor;
 * Input shadow color : @inputShadowColor
 * */
#catalog-container a {
  text-decoration: none;
  color: #000000;
}
#catalog-container a:hover .product-title,
#catalog-container a:hover .item-price {
  color: #2ddcb4;
}
.product-title {
  display: inline-block;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  color: black;
  font-size: 1em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
/* see page-display-option > page-class : store-list for K2 categories styled with this (all store main subsections */
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a {
  text-decoration: none !important;
  color: black;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a:hover button.btn.btn-primary {
  display: block;
  position: relative;
  top: 50%;
  margin: 0 auto;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a:hover .product-title,
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a:hover .item-price {
  color: #2ddcb4;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a .product-image {
  display: block;
  width: 100%;
  height: 294px;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a .product-image .btn.btn-primary {
  display: none;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a .product-title {
  display: inline-block;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  color: black;
  font-size: 1em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.store-list .itemList #itemListPrimary .itemContainer .catItemView .product-details a .item-price {
  text-align: center;
  font-size: 1.0em;
}
.store-list .catItemHeader {
  margin-top: 2em;
}
.itemStoreIntro .product-title {
  background-image: none;
  padding-left: 0px;
  font-size: 2.3rem;
  font-size: 2.3em;
  font-weight: 700;
  text-align: left;
}
.itemStoreIntro .product-category {
  font-size: 1.4rem;
  font-size: 1.4em;
  font-weight: 700;
  font-style: oblique;
}
.itemStoreIntro .product-price {
  font-size: 2.3rem;
  font-size: 2.3em;
  font-weight: 700;
}
/* Template specific styles and classes */
.k2mart {
  color: #262626;
}
.k2mart a,
.k2mart a:link,
.k2mart a:visited,
.k2mart a:hover,
.k2mart a:focus,
.k2mart a:active {
  color: #2bc9a3;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.k2mart a:hover {
  text-decoration: none;
}
/*
.k2mart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*/
.k2mart table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  background: #FDFCFC;
}
.k2mart table tr,
.k2mart table tr td {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 1px solid #eff5fc;
}
.k2mart table tr td {
  padding: 12px 12px 10px 8px;
}
.k2mart img {
  /*border: 1px solid @cartBackgroundColor;*/
  vertical-align: top;
}
.k2mart .k2martHeading {
  display: block;
  color: #262626;
  padding: 0 10px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  background-color: #eff5fc;
}
.k2mart .k2martFieldLabel,
.k2mart label {
  color: #262626;
  font-weight: bold;
}
.k2mart .k2martFieldLabelTip {
  display: block;
  font-weight: normal;
  font-style: italic;
}
.k2mart .k2martFieldValueDescription {
  display: block;
  clear: both;
}
.k2mart .k2martInput {
  font-weight: normal;
  padding: 4px;
  margin: 0;
  border: 1px solid #eff5fc;
  border-radius: 2px;
  color: #262626;
  box-shadow: 0 1px 1px #A8B7C1 inset;
  background: #FFFFFF;
}
.k2mart input.k2martInput {
  text-align: center;
}
.k2mart .k2martButton {
  cursor: pointer;
  background-color: #6fe7cb !important;
  background-image: -webkit-linear-gradient(top, #59e3c4 0%, #6fe7cb 100%);
  background-image: -moz-linear-gradient(top, #59e3c4 0%, #6fe7cb 100%);
  background-image: -o-linear-gradient(top, #59e3c4 0%, #6fe7cb 100%);
  background-image: linear-gradient(top, #59e3c4 0%, #6fe7cb 100%);
  border: 1px solid #6fe7cb;
  border-radius: 4px;
  color: #2bc9a3 !important;
  font-weight: bold;
  padding: 4px 12px;
  text-align: center;
  display: block;
}
.k2mart .k2martButton:hover,
.k2mart .k2martButton:focus {
  background-image: none;
  background-image: rgba(169, 199, 235, 0.8);
  background-image: -webkit-linear-gradient(top, #84ebd3 0%, #43e0bc 100%);
  background-image: -moz-linear-gradient(top, #84ebd3 0%, #43e0bc 100%);
  background-image: -o-linear-gradient(top, #84ebd3 0%, #43e0bc 100%);
  background-image: linear-gradient(top, #84ebd3 0%, #43e0bc 100%);
  text-decoration: none !important;
}
.k2martClearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.k2martHidden {
  display: none;
}
/* Add to cart block */
.k2martAddToCart {
  background-color: #eff5fc;
  border: 4px solid #eff5fc;
  border-radius: 4px 4px 0 4px;
}
/* Product header block (listings only) */
.k2mart a.k2martProductDetailsToggler {
  background: url("../images/arrow_down.png") no-repeat center right transparent;
  margin-left: 10px;
  padding-right: 16px;
}
.k2mart a.k2martProductDetailsToggler.open {
  background: url("../images/arrow_up.png") no-repeat center right transparent;
}
.k2mart table.k2martListProductHeader {
  background-color: #FFFFFF;
  color: #262626;
  border-bottom: 4px solid #eff5fc;
}
.k2mart table.k2martListProductHeader td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.k2mart table.k2martListProductHeader .k2martProductSKU {
  font-weight: normal;
}
.k2mart table.k2martListProductHeader .k2martProductRatingCell {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.k2mart table.k2martListProductHeader .k2martProductRating {
  padding-left: 22px;
  background: url('../images/user.png') left center no-repeat;
  font-weight: bold;
}
.k2mart .k2martListProductHeaderContainer .k2martProductDetails {
  display: none;
}
.k2mart .k2martListProductHeaderContainer .k2martProductDetails table td {
  padding-top: 8px;
  padding-bottom: 2px;
}
/* Product standard fields */
.k2mart table.k2martFields {
  border-bottom: 4px solid #eff5fc;
}
/* Product custom cart fields */
.k2mart table.k2martCustomCartFields {
  background: #eff5fc;
}
.k2mart table.k2martCustomCartFields span.k2martFieldLabel {
  display: block;
  color: #262626;
}
.k2mart table.k2martCustomCartFields span.k2martFieldLabelTip {
  display: block;
}
.k2mart table.k2martCustomCartFields label,
.k2mart table.k2martCustomCartFields input {
  color: #262626;
  display: block;
  float: left;
  font-weight: normal;
  margin: 4px;
}
.k2mart table.k2martCustomCartFields label {
  clear: right;
}
.k2mart table.k2martCustomCartFields input {
  clear: left;
}
/* Product add to cart fields */
.k2mart div.k2martAddToCartFields {
  background: #eff5fc;
}
.k2mart table.k2martAddToCartFields td {
  text-align: right;
  vertical-align: middle;
  padding: 6px 12px;
}
.k2mart table.k2martAddToCartFields .k2martFieldLabel {
  display: block;
}
.k2mart table.k2martAddToCartFields td.k2martAvailability {
  text-align: left;
  padding-left: 48px;
  background: url('../images/availability.png') 7px center no-repeat #FFFFFF;
}
.k2mart table.k2martAddToCartFields td.k2martShipping {
  text-align: left;
  padding-left: 48px;
  background: url('../images/shipping.png') 7px center no-repeat #FFFFFF;
}
.k2mart .k2martAvailabilityValue {
  font-weight: bold;
}
.k2mart .k2martShippingValue {
  font-weight: bold;
}
.k2mart .k2martShippingValue img {
  border: none;
}
.k2mart input.quantity-input {
  width: 26px;
  height: 10px;
  margin: 0 8px 0 10px;
}
.k2mart input.quantity-controls {
  cursor: pointer;
  width: 14px;
  height: 14px;
  border: none;
  position: relative;
  top: 2px;
}
.k2mart input.quantity-plus {
  background: url('../images/plus_button.png') 0 0 no-repeat;
}
.k2mart input.quantity-minus {
  background: url('../images/minus_button.png') 0 0 no-repeat;
}
.k2mart .k2martPrice {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: black;
}
.k2mart a.k2martExtendedPriceToggler {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  background: url('../images/info.png') 0 0 no-repeat;
  cursor: pointer;
}
.k2mart a.k2martExtendedPriceToggler:hover,
a.k2martExtendedPriceToggler:focus,
a.k2martExtendedPriceToggler:active {
  background: url('../images/info.png') 0 0 no-repeat;
}
.k2mart .k2martExtendedPrice {
  width: 300px;
  position: absolute;
  font-weight: bold;
  z-index: 10;
  border: 1px solid #F1F4F6;
  border-bottom: none;
  border-radius: 4px;
  box-shadow: -1px 1px 3px #BFC3C6;
  padding: 0;
  text-align: left;
}
.k2mart .k2martExtendedPrice div {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F1F4F6;
  color: #262626;
  padding: 10px 12px 4px 12px;
}
.k2mart .k2martExtendedPrice span {
  float: right;
  clear: right;
  padding-left: 30px;
  color: #262626;
}
.k2mart .k2martAddToCartBar span.k2martAddToCartButton {
  background-color: #eff5fc;
  padding: 3px 4px 5px 5px;
  border-radius: 0 0 4px 4px;
  float: right;
}
/* Product tabs (item view only)*/
#k2martTabs {
  background-color: #eff5fc;
  border: 4px solid #eff5fc;
  border-radius: 4px;
  margin-top: 24px;
}
#k2martTabs table {
  background: #FFFFFF;
}
.k2mart #k2martTabs table tr,
.k2mart #k2martTabs table td {
  border: none;
}
.k2mart #k2martTabs table tr {
  border-top: 1px solid #eff5fc;
}
#k2martTabs a.k2martAskQuestionButton {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}
#k2martTabs ul.k2martTabsNavigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
#k2martTabs ul.k2martTabsNavigation li {
  display: block;
  float: left;
  margin: 0 4px 0 0;
}
#k2martTabs ul.k2martTabsNavigation li a,
#k2martTabs ul.k2martTabsNavigation li a:link,
#k2martTabs ul.k2martTabsNavigation li a:visited {
  display: block;
  cursor: pointer;
  background: #6fe7cb;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59e3c4), to(#6fe7cb));
  background-image: -webkit-linear-gradient(top, #59e3c4, #6fe7cb);
  background-image: -moz-linear-gradient(top, #59e3c4, #6fe7cb);
  background-image: -ms-linear-gradient(top, #59e3c4, #6fe7cb);
  background-image: -o-linear-gradient(top, #59e3c4, #6fe7cb);
  border-radius: 4px 4px 0 0;
  color: #2ddcb4;
  font-weight: bold;
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: relative;
  bottom: -1px;
}
#k2martTabs ul.k2martTabsNavigation li a:hover,
#k2martTabs ul.k2martTabsNavigation li a.active,
#k2martTabs ul.k2martTabsNavigation li a:focus {
  background-image: none;
  background: #FFFFFF;
  font-weight: bold;
  color: #262626;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
#k2martTabs div.k2martTabContent {
  background: #FFFFFF;
}
/* Product reviews (item view only) */
#k2martReviews {
  background: #FFFFFF;
}
#k2martReviews .k2martReview {
  padding: 12px 0 16px 0;
  border-bottom: 2px solid #eff5fc;
}
#k2martReviews .k2martReview .k2martReviewInfo {
  padding: 0 14px 2px 14px;
  border-bottom: 1px solid #eff5fc;
  font-weight: bold;
}
#k2martReviews .k2martReview .k2martReviewInfo .k2martReviewUser {
  padding: 0 6px 0 22px;
  background: url('../images/user.png') left center no-repeat;
  border-right: 1px solid #eff5fc;
}
#k2martReviews .k2martReview .k2martRatingValue {
  display: none;
}
#k2martReviews .k2martRatingStars {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 12px;
}
#k2martReviews .k2martTotalRating {
  display: inline-block;
  width: 100%;
  height: 12px;
  background: url('../images/rating.png') 0 100% repeat-x;
  position: absolute;
  left: 0;
  cursor: pointer;
}
#k2martReviews .k2martCurrentRating {
  display: inline-block;
  height: 12px;
  background: url('../images/rating.png') 0 0 repeat-x;
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
#k2martReviews .k2martReview .k2martReviewInfo .k2martReviewDate {
  float: right;
  color: #262626;
  font-weight: normal;
}
#k2martReviews .k2martReview blockquote {
  color: #262626;
  margin: 0;
  padding: 14px 14px 0 14px;
}
#k2martReviews .k2martNote {
  display: block;
  padding: 10px 14px;
}
#k2martReviews .k2martReviewFormContainer {
  background-color: #eff5fc;
}
#k2martReviews table.k2martReviewFormRating {
  background: #eff5fc;
}
#k2martReviews table.k2martReviewFormRating tr {
  border: none;
  border-top: 1px solid #eff5fc;
  border-bottom: 1px solid #eff5fc;
}
#k2martReviews table.k2martReviewFormRating td {
  text-align: center;
  border: none;
  border-left: 1px solid #eff5fc;
  padding: 12px 0;
}
#k2martReviews table.k2martReviewFormRating td:first {
  border-left: none;
}
#k2martReviews .k2martReviewFormHeading {
  padding: 20px 14px;
}
#k2martReviews .k2martReviewFormHeading h5.k2martReviewFormHeadingTitle {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
#k2martReviews .k2martReviewFormHeading span.k2martReviewFormHeadingHint {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
#k2martReviews .k2martReviewComment {
  padding: 0 14px 10px 14px;
}
#k2martReviews .k2martReviewFormHeading span.k2martReviewFormCounter {
  float: right;
}
#k2martReviews textarea#comment {
  width: 98%;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
#k2martReviews input#k2martReviewSubmitButton {
  float: right;
}
/* Filters */
#k2mart a#k2martFiltersToggler {
  cursor: pointer;
  float: right;
  background: #F0EFEF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 0;
  color: #707070;
  font-weight: bold;
  text-decoration: none;
}
#k2mart a#k2martFiltersToggler:link,
#k2mart a#k2martFiltersToggler:hover,
#k2mart a#k2martFiltersToggler:active,
#k2mart a#k2martFiltersToggler:focus,
#k2mart a#k2martFiltersToggler:hover {
  background: #F0EFEF;
  color: #707070;
  text-decoration: none;
}
#k2martFiltersToggler .k2martFiltersTogglerText {
  display: inline-block;
  padding: 6px 12px;
  border-right: 1px solid #E5E2E2;
}
#k2martFiltersToggler .k2martFiltersTogglerIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0 12px 0 10px;
  background: url('../images/toggler.png') center 0 no-repeat;
}
#k2martFiltersToggler.k2martFiltersTogglerIconExpanded .k2martFiltersTogglerIcon {
  background-position: center 100%;
}
#k2martFilters {
  clear: both;
  position: relative;
  top: -2px;
  z-index: 10;
  background-color: #ECECEC;
  border: 1px solid #CCCBCB;
  border-top: none;
  border-right: none;
  border-radius: 4px 0px 4px 4px;
  padding: 26px 16px 16px 14px;
}
#k2martFilters .k2martFiltersDescription {
  color: #636363;
  font-weight: normal;
  margin-bottom: 26px;
}
#k2martFilters #k2martFiltersTable {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
#k2martFilters #k2martFiltersTable tr {
  padding: 0;
  margin: 0;
  border: none;
}
#k2martFilters #k2martFiltersTable td {
  padding: 6px 0;
  margin: 0;
  border: none;
  background: none;
}
#k2martFilters #k2martFiltersTable td.k2martFilterLabel {
  padding-right: 16px;
}
#k2martFilters #k2martFiltersTable td.k2martFilterLabel label {
  color: #757575;
  font-weight: bold;
}
#k2martFilters div.chzn-container {
  padding: 0;
  margin: 0;
  width: 100%;
}
#k2martFilters div.chzn-container ul.chzn-choices {
  margin: 0;
  padding: 2px 0;
  background-image: none;
  border: none;
  border-top: 1px solid #D7D7D7;
  border-radius: 4px;
}
#k2martFilters div.chzn-container-active ul.chzn-choices {
  box-shadow: none;
}
#k2martFilters div.chzn-container ul.chzn-choices li {
  height: 9px;
  line-height: 9px;
  margin: 1px;
  padding: 5px 24px 7px 10px;
}
#k2martFilters div.chzn-container ul.chzn-choices li.search-choice {
  background-color: #B5CCDA;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CADEEB), to(#B5CCDA));
  background-image: -webkit-linear-gradient(top, #CADEEB, #B5CCDA);
  background-image: -moz-linear-gradient(top, #CADEEB, #B5CCDA);
  background-image: -ms-linear-gradient(top, #CADEEB, #B5CCDA);
  background-image: -o-linear-gradient(top, #CADEEB, #B5CCDA);
  border: 1px solid #B5CCDA;
  border-radius: 4px;
  color: #5683B7;
  font-weight: bold;
  box-shadow: none;
}
#k2martFilters div.chzn-container ul.chzn-choices a.search-choice-close {
  background: url("../images/chosen-sprite.png") no-repeat scroll right top transparent;
}
#k2martFilters div.chzn-container ul.chzn-choices a.search-choice-close:focus,
#k2martFilters ul.chzn-choices a.search-choice-close:hover {
  background: url("../images/chosen-sprite.png") no-repeat scroll right -11px transparent;
}
#k2martFilters div.chzn-container ul.chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
#k2martFilters div.chzn-container ul.chzn-results li {
  margin: 0;
  padding: 5px 6px;
  line-height: normal;
}
#k2martFilters div.chzn-container ul.chzn-choices li.search-field {
  padding: 0 5px;
  margin: 1px;
  height: 24px;
  line-height: 24px;
  border: none;
}
#k2martFilters div.chzn-container ul.chzn-choices li.search-field input {
  margin: 0;
  padding: 0;
}
#k2martFilters div.chzn-container-single a.chzn-single {
  background-color: #E2E2E2;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#E2E2E2));
  background-image: -webkit-linear-gradient(top, #FEFEFE, #E2E2E2);
  background-image: -moz-linear-gradient(top, #FEFEFE, #E2E2E2);
  background-image: -ms-linear-gradient(top, #FEFEFE, #E2E2E2);
  background-image: -o-linear-gradient(top, #FEFEFE, #E2E2E2);
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: none;
  color: #636363;
  height: 26px;
  line-height: 26px;
}
#k2martFilters div.chzn-container-single a.chzn-single div {
  right: 8px;
}
#k2martFilters div.chzn-container-single a.chzn-single div b {
  background: url("../images/chosen-sprite.png") no-repeat scroll 0 0 transparent;
}
#k2martFilters div.chzn-container-active a.chzn-single-with-drop div b {
  background-position: -18px 1px;
}
#k2martFilters #k2martOrdering,
#k2martFilters #k2martOrderingDir {
  width: 50%;
}
#k2martFilters #k2martCategories,
#k2martFilters #k2martManufacturers {
  width: 100%;
}
.itemHeader {
  height: auto;
}
.image-circle,
.img-circle {
  border-radius: 50%;
  border: 10px solid #9a9a9a;
}
.image-circle.no-border,
.img-circle.no-border {
  border: none;
}
.product .img-responsive-vertical,
.product .img-vertically-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.product .row.full-width {
  margin-left: 0;
  margin-right: 0;
}
.product .row.full-width .col-xs-1:first-child,
.product .row.full-width .col-sm-1:first-child,
.product .row.full-width .col-md-1:first-child,
.product .row.full-width .col-lg-1:first-child,
.product .row.full-width .col-xl-1:first-child,
.product .row.full-width .col-xs-2:first-child,
.product .row.full-width .col-sm-2:first-child,
.product .row.full-width .col-md-2:first-child,
.product .row.full-width .col-lg-2:first-child,
.product .row.full-width .col-xl-2:first-child,
.product .row.full-width .col-xs-3:first-child,
.product .row.full-width .col-sm-3:first-child,
.product .row.full-width .col-md-3:first-child,
.product .row.full-width .col-lg-3:first-child,
.product .row.full-width .col-xl-3:first-child,
.product .row.full-width .col-xs-4:first-child,
.product .row.full-width .col-sm-4:first-child,
.product .row.full-width .col-md-4:first-child,
.product .row.full-width .col-lg-4:first-child,
.product .row.full-width .col-xl-4:first-child,
.product .row.full-width .col-xs-5:first-child,
.product .row.full-width .col-sm-5:first-child,
.product .row.full-width .col-md-5:first-child,
.product .row.full-width .col-lg-5:first-child,
.product .row.full-width .col-xl-5:first-child,
.product .row.full-width .col-xs-6:first-child,
.product .row.full-width .col-sm-6:first-child,
.product .row.full-width .col-md-6:first-child,
.product .row.full-width .col-lg-6:first-child,
.product .row.full-width .col-xl-6:first-child,
.product .row.full-width .col-xs-7:first-child,
.product .row.full-width .col-sm-7:first-child,
.product .row.full-width .col-md-7:first-child,
.product .row.full-width .col-lg-7:first-child,
.product .row.full-width .col-xl-7:first-child,
.product .row.full-width .col-xs-8:first-child,
.product .row.full-width .col-sm-8:first-child,
.product .row.full-width .col-md-8:first-child,
.product .row.full-width .col-lg-8:first-child,
.product .row.full-width .col-xl-8:first-child,
.product .row.full-width .col-xs-9:first-child,
.product .row.full-width .col-sm-9:first-child,
.product .row.full-width .col-md-9:first-child,
.product .row.full-width .col-lg-9:first-child,
.product .row.full-width .col-xl-9:first-child,
.product .row.full-width .col-xs-10:first-child,
.product .row.full-width .col-sm-10:first-child,
.product .row.full-width .col-md-10:first-child,
.product .row.full-width .col-lg-10:first-child,
.product .row.full-width .col-xl-10:first-child,
.product .row.full-width .col-xs-11:first-child,
.product .row.full-width .col-sm-11:first-child,
.product .row.full-width .col-md-11:first-child,
.product .row.full-width .col-lg-11:first-child,
.product .row.full-width .col-xl-11:first-child {
  padding-left: 0;
}
.product .row.full-width .col-xs-1:last-child,
.product .row.full-width .col-sm-1:last-child,
.product .row.full-width .col-md-1:last-child,
.product .row.full-width .col-lg-1:last-child,
.product .row.full-width .col-xl-1:last-child,
.product .row.full-width .col-xs-2:last-child,
.product .row.full-width .col-sm-2:last-child,
.product .row.full-width .col-md-2:last-child,
.product .row.full-width .col-lg-2:last-child,
.product .row.full-width .col-xl-2:last-child,
.product .row.full-width .col-xs-3:last-child,
.product .row.full-width .col-sm-3:last-child,
.product .row.full-width .col-md-3:last-child,
.product .row.full-width .col-lg-3:last-child,
.product .row.full-width .col-xl-3:last-child,
.product .row.full-width .col-xs-4:last-child,
.product .row.full-width .col-sm-4:last-child,
.product .row.full-width .col-md-4:last-child,
.product .row.full-width .col-lg-4:last-child,
.product .row.full-width .col-xl-4:last-child,
.product .row.full-width .col-xs-5:last-child,
.product .row.full-width .col-sm-5:last-child,
.product .row.full-width .col-md-5:last-child,
.product .row.full-width .col-lg-5:last-child,
.product .row.full-width .col-xl-5:last-child,
.product .row.full-width .col-xs-6:last-child,
.product .row.full-width .col-sm-6:last-child,
.product .row.full-width .col-md-6:last-child,
.product .row.full-width .col-lg-6:last-child,
.product .row.full-width .col-xl-6:last-child,
.product .row.full-width .col-xs-7:last-child,
.product .row.full-width .col-sm-7:last-child,
.product .row.full-width .col-md-7:last-child,
.product .row.full-width .col-lg-7:last-child,
.product .row.full-width .col-xl-7:last-child,
.product .row.full-width .col-xs-8:last-child,
.product .row.full-width .col-sm-8:last-child,
.product .row.full-width .col-md-8:last-child,
.product .row.full-width .col-lg-8:last-child,
.product .row.full-width .col-xl-8:last-child,
.product .row.full-width .col-xs-9:last-child,
.product .row.full-width .col-sm-9:last-child,
.product .row.full-width .col-md-9:last-child,
.product .row.full-width .col-lg-9:last-child,
.product .row.full-width .col-xl-9:last-child,
.product .row.full-width .col-xs-10:last-child,
.product .row.full-width .col-sm-10:last-child,
.product .row.full-width .col-md-10:last-child,
.product .row.full-width .col-lg-10:last-child,
.product .row.full-width .col-xl-10:last-child,
.product .row.full-width .col-xs-11:last-child,
.product .row.full-width .col-sm-11:last-child,
.product .row.full-width .col-md-11:last-child,
.product .row.full-width .col-lg-11:last-child,
.product .row.full-width .col-xl-11:last-child {
  padding-right: 0;
}
.product .row.full-width .col-xs-12,
.product .row.full-width .col-sm-12,
.product .row.full-width .col-md-12,
.product .row.full-width .col-lg-12,
.product .row.full-width .col-xl-12 {
  padding-left: 0;
  padding-right: 0;
}
.product .row.full-width img.img-responsive {
  min-width: 100%;
}
.product .row.full-width .background-img-wrapper .background-img {
  position: relative;
  top: 0;
  left: 0;
}
.product .row.full-width .background-img-wrapper .background-img img.img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.product section {
  padding-top: 0;
}
.product section.debug {
  border: 1px dotted purple;
}
/* [TV]27/06/2014] Big sentence for morgan */
.zerg {
  font-size: 1.5em;
}
/*[TV]27/06/2014] Add new mixin class for generate all background-color */
.bgcolor-SubNavText {
  background-color: #cacaca;
}
.bgcolor-4grey {
  background-color: #f3f3f3;
}
.bgcolor-lightGreyMorgan {
  background-color: #eee;
}
.bgcolor-green {
  background-color: green;
}
.bgcolor-blue {
  background-color: blue;
}
.bgcolor-red {
  background-color: red;
}
.bgcolor-white {
  background-color: white;
}
.bgcolor-lightgrey4utre {
  background-color: #f3f3f3;
}
.bgcolor-grey {
  background-color: grey;
}
.bgcolor-dimgrey {
  background-color: dimgrey;
}
.bgcolor-black {
  background-color: black;
}
/*[TV]27/06/2014] Add new mixin class for generate all margin and padding */
.margin-0-auto {
  margin: 0 auto;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.margin-right-none {
  margin-right: 0;
}
.margin-right-auto {
  margin-right: auto;
}
.padding-right-none {
  padding-right: 0;
}
.margin-left-none {
  margin-left: 0;
}
.margin-left-auto {
  margin-left: auto;
}
.padding-left-none {
  padding-left: 0;
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-auto {
  margin-top: auto;
}
.padding-top-none {
  padding-top: 0;
}
.margin-0 {
  margin: 0% 0% 0% 0%;
}
.padding-0 {
  padding: 0% 0% 0% 0%;
}
.margin-bottom-1 {
  margin-bottom: 1%;
}
.padding-bottom-1 {
  padding-bottom: 1%;
}
.margin-right-1 {
  margin-right: 1%;
}
.padding-right-1 {
  padding-right: 1%;
}
.margin-left-1 {
  margin-left: 1%;
}
.padding-left-1 {
  padding-left: 1%;
}
.margin-top-1 {
  margin-top: 1%;
}
.padding-top-1 {
  padding-top: 1%;
}
.margin-1 {
  margin: 1% 1% 1% 1%;
}
.padding-1 {
  padding: 1% 1% 1% 1%;
}
.margin-bottom-2 {
  margin-bottom: 2%;
}
.padding-bottom-2 {
  padding-bottom: 2%;
}
.margin-right-2 {
  margin-right: 2%;
}
.padding-right-2 {
  padding-right: 2%;
}
.margin-left-2 {
  margin-left: 2%;
}
.padding-left-2 {
  padding-left: 2%;
}
.margin-top-2 {
  margin-top: 2%;
}
.padding-top-2 {
  padding-top: 2%;
}
.margin-2 {
  margin: 2% 2% 2% 2%;
}
.padding-2 {
  padding: 2% 2% 2% 2%;
}
.margin-bottom-3 {
  margin-bottom: 3%;
}
.padding-bottom-3 {
  padding-bottom: 3%;
}
.margin-right-3 {
  margin-right: 3%;
}
.padding-right-3 {
  padding-right: 3%;
}
.margin-left-3 {
  margin-left: 3%;
}
.padding-left-3 {
  padding-left: 3%;
}
.margin-top-3 {
  margin-top: 3%;
}
.padding-top-3 {
  padding-top: 3%;
}
.margin-3 {
  margin: 3% 3% 3% 3%;
}
.padding-3 {
  padding: 3% 3% 3% 3%;
}
.margin-bottom-4 {
  margin-bottom: 4%;
}
.padding-bottom-4 {
  padding-bottom: 4%;
}
.margin-right-4 {
  margin-right: 4%;
}
.padding-right-4 {
  padding-right: 4%;
}
.margin-left-4 {
  margin-left: 4%;
}
.padding-left-4 {
  padding-left: 4%;
}
.margin-top-4 {
  margin-top: 4%;
}
.padding-top-4 {
  padding-top: 4%;
}
.margin-4 {
  margin: 4% 4% 4% 4%;
}
.padding-4 {
  padding: 4% 4% 4% 4%;
}
.margin-bottom-5 {
  margin-bottom: 5%;
}
.padding-bottom-5 {
  padding-bottom: 5%;
}
.margin-right-5 {
  margin-right: 5%;
}
.padding-right-5 {
  padding-right: 5%;
}
.margin-left-5 {
  margin-left: 5%;
}
.padding-left-5 {
  padding-left: 5%;
}
.margin-top-5 {
  margin-top: 5%;
}
.padding-top-5 {
  padding-top: 5%;
}
.margin-5 {
  margin: 5% 5% 5% 5%;
}
.padding-5 {
  padding: 5% 5% 5% 5%;
}
.margin-bottom-6 {
  margin-bottom: 6%;
}
.padding-bottom-6 {
  padding-bottom: 6%;
}
.margin-right-6 {
  margin-right: 6%;
}
.padding-right-6 {
  padding-right: 6%;
}
.margin-left-6 {
  margin-left: 6%;
}
.padding-left-6 {
  padding-left: 6%;
}
.margin-top-6 {
  margin-top: 6%;
}
.padding-top-6 {
  padding-top: 6%;
}
.margin-6 {
  margin: 6% 6% 6% 6%;
}
.padding-6 {
  padding: 6% 6% 6% 6%;
}
.margin-bottom-7 {
  margin-bottom: 7%;
}
.padding-bottom-7 {
  padding-bottom: 7%;
}
.margin-right-7 {
  margin-right: 7%;
}
.padding-right-7 {
  padding-right: 7%;
}
.margin-left-7 {
  margin-left: 7%;
}
.padding-left-7 {
  padding-left: 7%;
}
.margin-top-7 {
  margin-top: 7%;
}
.padding-top-7 {
  padding-top: 7%;
}
.margin-7 {
  margin: 7% 7% 7% 7%;
}
.padding-7 {
  padding: 7% 7% 7% 7%;
}
.margin-bottom-8 {
  margin-bottom: 8%;
}
.padding-bottom-8 {
  padding-bottom: 8%;
}
.margin-right-8 {
  margin-right: 8%;
}
.padding-right-8 {
  padding-right: 8%;
}
.margin-left-8 {
  margin-left: 8%;
}
.padding-left-8 {
  padding-left: 8%;
}
.margin-top-8 {
  margin-top: 8%;
}
.padding-top-8 {
  padding-top: 8%;
}
.margin-8 {
  margin: 8% 8% 8% 8%;
}
.padding-8 {
  padding: 8% 8% 8% 8%;
}
.margin-bottom-9 {
  margin-bottom: 9%;
}
.padding-bottom-9 {
  padding-bottom: 9%;
}
.margin-right-9 {
  margin-right: 9%;
}
.padding-right-9 {
  padding-right: 9%;
}
.margin-left-9 {
  margin-left: 9%;
}
.padding-left-9 {
  padding-left: 9%;
}
.margin-top-9 {
  margin-top: 9%;
}
.padding-top-9 {
  padding-top: 9%;
}
.margin-9 {
  margin: 9% 9% 9% 9%;
}
.padding-9 {
  padding: 9% 9% 9% 9%;
}
.margin-bottom-10 {
  margin-bottom: 10%;
}
.padding-bottom-10 {
  padding-bottom: 10%;
}
.margin-right-10 {
  margin-right: 10%;
}
.padding-right-10 {
  padding-right: 10%;
}
.margin-left-10 {
  margin-left: 10%;
}
.padding-left-10 {
  padding-left: 10%;
}
.margin-top-10 {
  margin-top: 10%;
}
.padding-top-10 {
  padding-top: 10%;
}
.margin-10 {
  margin: 10% 10% 10% 10%;
}
.padding-10 {
  padding: 10% 10% 10% 10%;
}
/*[TV]END]*/
.img-corner-left {
  display: block;
  position: absolute;
  width: auto;
  top: 25%;
}
.img-corner-right {
  display: block;
  position: absolute;
  width: auto;
  top: 25%;
  left: -60%;
}
/* padding inside banner */
/* at maximum size (1176) this is the size in pixels = 19px */
.ratio-100 {
  background-repeat: no-repeat;
}
.ratio-100.cover {
  background-size: cover;
}
.ratio-100.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-100 {
    min-height: 33.33333333px;
    background-size: 100% 33.33333333;
  }
  .ratio-100 > .parent-ratio {
    min-height: unnit(50, px);
  }
}
@media (min-width: 480px) {
  .ratio-100 {
    min-height: 33.33333333px;
    background-size: 100% 33.33333333;
  }
  .ratio-100 > .parent-ratio {
    min-height: 50px;
  }
}
@media (min-width: 768px) {
  .ratio-100 {
    min-height: 52.08333333px;
    background-size: 100% 52.08333333;
  }
  .ratio-100 > .parent-ratio {
    min-height: 50px;
  }
}
@media (min-width: 992px) {
  .ratio-100 {
    min-height: 67.36111111px;
    background-size: 100% 67.36111111;
    background-repeat: no-repeat;
  }
  .ratio-100 > .parent-ratio {
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  .ratio-100 {
    min-height: 81.25px;
    background-size: 100% 81.25;
    background-repeat: no-repeat;
  }
  .ratio-100 > .parent-ratio {
    height: 50px;
  }
}
@media (min-width: 1500px) {
  .ratio-100 {
    min-height: 100px;
    background-size: 100% 100;
    background-repeat: no-repeat;
  }
  .ratio-100 > .parent-ratio {
    min-height: 50px;
  }
}
.ratio-200 {
  background-repeat: no-repeat;
}
.ratio-200.cover {
  background-size: cover;
}
.ratio-200.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-200 {
    min-height: 66.66666667px;
    background-size: 100% 66.66666667;
  }
  .ratio-200 > .parent-ratio {
    min-height: unnit(100, px);
  }
}
@media (min-width: 480px) {
  .ratio-200 {
    min-height: 66.66666667px;
    background-size: 100% 66.66666667;
  }
  .ratio-200 > .parent-ratio {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .ratio-200 {
    min-height: 104.16666667px;
    background-size: 100% 104.16666667;
  }
  .ratio-200 > .parent-ratio {
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  .ratio-200 {
    min-height: 134.72222222px;
    background-size: 100% 134.72222222;
    background-repeat: no-repeat;
  }
  .ratio-200 > .parent-ratio {
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  .ratio-200 {
    min-height: 162.5px;
    background-size: 100% 162.5;
    background-repeat: no-repeat;
  }
  .ratio-200 > .parent-ratio {
    height: 100px;
  }
}
@media (min-width: 1500px) {
  .ratio-200 {
    min-height: 200px;
    background-size: 100% 200;
    background-repeat: no-repeat;
  }
  .ratio-200 > .parent-ratio {
    min-height: 100px;
  }
}
.ratio-300 {
  background-repeat: no-repeat;
}
.ratio-300.cover {
  background-size: cover;
}
.ratio-300.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-300 {
    min-height: 100px;
    background-size: 100% 100;
  }
  .ratio-300 > .parent-ratio {
    min-height: unnit(150, px);
  }
}
@media (min-width: 480px) {
  .ratio-300 {
    min-height: 100px;
    background-size: 100% 100;
  }
  .ratio-300 > .parent-ratio {
    min-height: 150px;
  }
}
@media (min-width: 768px) {
  .ratio-300 {
    min-height: 156.25px;
    background-size: 100% 156.25;
  }
  .ratio-300 > .parent-ratio {
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  .ratio-300 {
    min-height: 202.08333333px;
    background-size: 100% 202.08333333;
    background-repeat: no-repeat;
  }
  .ratio-300 > .parent-ratio {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  .ratio-300 {
    min-height: 243.75px;
    background-size: 100% 243.75;
    background-repeat: no-repeat;
  }
  .ratio-300 > .parent-ratio {
    height: 150px;
  }
}
@media (min-width: 1500px) {
  .ratio-300 {
    min-height: 300px;
    background-size: 100% 300;
    background-repeat: no-repeat;
  }
  .ratio-300 > .parent-ratio {
    min-height: 150px;
  }
}
.ratio-400 {
  background-repeat: no-repeat;
}
.ratio-400.cover {
  background-size: cover;
}
.ratio-400.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-400 {
    min-height: 133.33333333px;
    background-size: 100% 133.33333333;
  }
  .ratio-400 > .parent-ratio {
    min-height: unnit(200, px);
  }
}
@media (min-width: 480px) {
  .ratio-400 {
    min-height: 133.33333333px;
    background-size: 100% 133.33333333;
  }
  .ratio-400 > .parent-ratio {
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .ratio-400 {
    min-height: 208.33333333px;
    background-size: 100% 208.33333333;
  }
  .ratio-400 > .parent-ratio {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .ratio-400 {
    min-height: 269.44444444px;
    background-size: 100% 269.44444444;
    background-repeat: no-repeat;
  }
  .ratio-400 > .parent-ratio {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  .ratio-400 {
    min-height: 325px;
    background-size: 100% 325;
    background-repeat: no-repeat;
  }
  .ratio-400 > .parent-ratio {
    height: 200px;
  }
}
@media (min-width: 1500px) {
  .ratio-400 {
    min-height: 400px;
    background-size: 100% 400;
    background-repeat: no-repeat;
  }
  .ratio-400 > .parent-ratio {
    min-height: 200px;
  }
}
.ratio-500 {
  background-repeat: no-repeat;
}
.ratio-500.cover {
  background-size: cover;
}
.ratio-500.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-500 {
    min-height: 166.66666667px;
    background-size: 100% 166.66666667;
  }
  .ratio-500 > .parent-ratio {
    min-height: unnit(250, px);
  }
}
@media (min-width: 480px) {
  .ratio-500 {
    min-height: 166.66666667px;
    background-size: 100% 166.66666667;
  }
  .ratio-500 > .parent-ratio {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .ratio-500 {
    min-height: 260.41666667px;
    background-size: 100% 260.41666667;
  }
  .ratio-500 > .parent-ratio {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .ratio-500 {
    min-height: 336.80555556px;
    background-size: 100% 336.80555556;
    background-repeat: no-repeat;
  }
  .ratio-500 > .parent-ratio {
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .ratio-500 {
    min-height: 406.25px;
    background-size: 100% 406.25;
    background-repeat: no-repeat;
  }
  .ratio-500 > .parent-ratio {
    height: 250px;
  }
}
@media (min-width: 1500px) {
  .ratio-500 {
    min-height: 500px;
    background-size: 100% 500;
    background-repeat: no-repeat;
  }
  .ratio-500 > .parent-ratio {
    min-height: 250px;
  }
}
.ratio-600 {
  background-repeat: no-repeat;
}
.ratio-600.cover {
  background-size: cover;
}
.ratio-600.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-600 {
    min-height: 200px;
    background-size: 100% 200;
  }
  .ratio-600 > .parent-ratio {
    min-height: unnit(300, px);
  }
}
@media (min-width: 480px) {
  .ratio-600 {
    min-height: 200px;
    background-size: 100% 200;
  }
  .ratio-600 > .parent-ratio {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .ratio-600 {
    min-height: 312.5px;
    background-size: 100% 312.5;
  }
  .ratio-600 > .parent-ratio {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .ratio-600 {
    min-height: 404.16666667px;
    background-size: 100% 404.16666667;
    background-repeat: no-repeat;
  }
  .ratio-600 > .parent-ratio {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .ratio-600 {
    min-height: 487.5px;
    background-size: 100% 487.5;
    background-repeat: no-repeat;
  }
  .ratio-600 > .parent-ratio {
    height: 300px;
  }
}
@media (min-width: 1500px) {
  .ratio-600 {
    min-height: 600px;
    background-size: 100% 600;
    background-repeat: no-repeat;
  }
  .ratio-600 > .parent-ratio {
    min-height: 300px;
  }
}
.ratio-700 {
  background-repeat: no-repeat;
}
.ratio-700.cover {
  background-size: cover;
}
.ratio-700.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-700 {
    min-height: 233.33333333px;
    background-size: 100% 233.33333333;
  }
  .ratio-700 > .parent-ratio {
    min-height: unnit(350, px);
  }
}
@media (min-width: 480px) {
  .ratio-700 {
    min-height: 233.33333333px;
    background-size: 100% 233.33333333;
  }
  .ratio-700 > .parent-ratio {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .ratio-700 {
    min-height: 364.58333333px;
    background-size: 100% 364.58333333;
  }
  .ratio-700 > .parent-ratio {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .ratio-700 {
    min-height: 471.52777778px;
    background-size: 100% 471.52777778;
    background-repeat: no-repeat;
  }
  .ratio-700 > .parent-ratio {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .ratio-700 {
    min-height: 568.75px;
    background-size: 100% 568.75;
    background-repeat: no-repeat;
  }
  .ratio-700 > .parent-ratio {
    height: 350px;
  }
}
@media (min-width: 1500px) {
  .ratio-700 {
    min-height: 700px;
    background-size: 100% 700;
    background-repeat: no-repeat;
  }
  .ratio-700 > .parent-ratio {
    min-height: 350px;
  }
}
.ratio-800 {
  background-repeat: no-repeat;
}
.ratio-800.cover {
  background-size: cover;
}
.ratio-800.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-800 {
    min-height: 266.66666667px;
    background-size: 100% 266.66666667;
  }
  .ratio-800 > .parent-ratio {
    min-height: unnit(400, px);
  }
}
@media (min-width: 480px) {
  .ratio-800 {
    min-height: 266.66666667px;
    background-size: 100% 266.66666667;
  }
  .ratio-800 > .parent-ratio {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .ratio-800 {
    min-height: 416.66666667px;
    background-size: 100% 416.66666667;
  }
  .ratio-800 > .parent-ratio {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .ratio-800 {
    min-height: 538.88888889px;
    background-size: 100% 538.88888889;
    background-repeat: no-repeat;
  }
  .ratio-800 > .parent-ratio {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .ratio-800 {
    min-height: 650px;
    background-size: 100% 650;
    background-repeat: no-repeat;
  }
  .ratio-800 > .parent-ratio {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .ratio-800 {
    min-height: 800px;
    background-size: 100% 800;
    background-repeat: no-repeat;
  }
  .ratio-800 > .parent-ratio {
    min-height: 400px;
  }
}
.ratio-900 {
  background-repeat: no-repeat;
}
.ratio-900.cover {
  background-size: cover;
}
.ratio-900.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-900 {
    min-height: 300px;
    background-size: 100% 300;
  }
  .ratio-900 > .parent-ratio {
    min-height: unnit(450, px);
  }
}
@media (min-width: 480px) {
  .ratio-900 {
    min-height: 300px;
    background-size: 100% 300;
  }
  .ratio-900 > .parent-ratio {
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  .ratio-900 {
    min-height: 468.75px;
    background-size: 100% 468.75;
  }
  .ratio-900 > .parent-ratio {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .ratio-900 {
    min-height: 606.25px;
    background-size: 100% 606.25;
    background-repeat: no-repeat;
  }
  .ratio-900 > .parent-ratio {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .ratio-900 {
    min-height: 731.25px;
    background-size: 100% 731.25;
    background-repeat: no-repeat;
  }
  .ratio-900 > .parent-ratio {
    height: 450px;
  }
}
@media (min-width: 1500px) {
  .ratio-900 {
    min-height: 900px;
    background-size: 100% 900;
    background-repeat: no-repeat;
  }
  .ratio-900 > .parent-ratio {
    min-height: 450px;
  }
}
.ratio-1000 {
  background-repeat: no-repeat;
}
.ratio-1000.cover {
  background-size: cover;
}
.ratio-1000.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-1000 {
    min-height: 333.33333333px;
    background-size: 100% 333.33333333;
  }
  .ratio-1000 > .parent-ratio {
    min-height: unnit(500, px);
  }
}
@media (min-width: 480px) {
  .ratio-1000 {
    min-height: 333.33333333px;
    background-size: 100% 333.33333333;
  }
  .ratio-1000 > .parent-ratio {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .ratio-1000 {
    min-height: 520.83333333px;
    background-size: 100% 520.83333333;
  }
  .ratio-1000 > .parent-ratio {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .ratio-1000 {
    min-height: 673.61111111px;
    background-size: 100% 673.61111111;
    background-repeat: no-repeat;
  }
  .ratio-1000 > .parent-ratio {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .ratio-1000 {
    min-height: 812.5px;
    background-size: 100% 812.5;
    background-repeat: no-repeat;
  }
  .ratio-1000 > .parent-ratio {
    height: 500px;
  }
}
@media (min-width: 1500px) {
  .ratio-1000 {
    min-height: 1000px;
    background-size: 100% 1000;
    background-repeat: no-repeat;
  }
  .ratio-1000 > .parent-ratio {
    min-height: 500px;
  }
}
.ratio-videohd {
  background-repeat: no-repeat;
}
.ratio-videohd.cover {
  background-size: cover;
}
.ratio-videohd.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-videohd {
    min-height: 270px;
    background-size: 100% 270px;
  }
  .ratio-videohd > .parent-ratio {
    min-height: unnit(405px, px);
  }
}
@media (min-width: 480px) {
  .ratio-videohd {
    min-height: 270px;
    background-size: 100% 270px;
  }
  .ratio-videohd > .parent-ratio {
    min-height: 405px;
  }
}
@media (min-width: 768px) {
  .ratio-videohd {
    min-height: 421.875px;
    background-size: 100% 421.875px;
  }
  .ratio-videohd > .parent-ratio {
    min-height: 405px;
  }
}
@media (min-width: 992px) {
  .ratio-videohd {
    min-height: 545.625px;
    background-size: 100% 545.625px;
    background-repeat: no-repeat;
  }
  .ratio-videohd > .parent-ratio {
    min-height: 405px;
  }
}
@media (min-width: 1200px) {
  .ratio-videohd {
    min-height: 658.125px;
    background-size: 100% 658.125px;
    background-repeat: no-repeat;
  }
  .ratio-videohd > .parent-ratio {
    height: 405px;
  }
}
@media (min-width: 1500px) {
  .ratio-videohd {
    min-height: 810px;
    background-size: 100% 810px;
    background-repeat: no-repeat;
  }
  .ratio-videohd > .parent-ratio {
    min-height: 405px;
  }
}
.ratio-video {
  background-repeat: no-repeat;
}
.ratio-video.cover {
  background-size: cover;
}
.ratio-video.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-video {
    min-height: 360px;
    background-size: 100% 360px;
  }
  .ratio-video > .parent-ratio {
    min-height: unnit(540px, px);
  }
}
@media (min-width: 480px) {
  .ratio-video {
    min-height: 360px;
    background-size: 100% 360px;
  }
  .ratio-video > .parent-ratio {
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .ratio-video {
    min-height: 562.5px;
    background-size: 100% 562.5px;
  }
  .ratio-video > .parent-ratio {
    min-height: 540px;
  }
}
@media (min-width: 992px) {
  .ratio-video {
    min-height: 727.5px;
    background-size: 100% 727.5px;
    background-repeat: no-repeat;
  }
  .ratio-video > .parent-ratio {
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .ratio-video {
    min-height: 877.5px;
    background-size: 100% 877.5px;
    background-repeat: no-repeat;
  }
  .ratio-video > .parent-ratio {
    height: 540px;
  }
}
@media (min-width: 1500px) {
  .ratio-video {
    min-height: 1080px;
    background-size: 100% 1080px;
    background-repeat: no-repeat;
  }
  .ratio-video > .parent-ratio {
    min-height: 540px;
  }
}
.ratio-golden {
  background-repeat: no-repeat;
}
.ratio-golden.cover {
  background-size: cover;
}
.ratio-golden.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-golden {
    min-height: 296.65631492px;
    background-size: 100% 296.65631492px;
  }
  .ratio-golden > .parent-ratio {
    min-height: unnit(444.98447238px, px);
  }
}
@media (min-width: 480px) {
  .ratio-golden {
    min-height: 296.65631492px;
    background-size: 100% 296.65631492px;
  }
  .ratio-golden > .parent-ratio {
    min-height: 444.98447238px;
  }
}
@media (min-width: 768px) {
  .ratio-golden {
    min-height: 463.52549206px;
    background-size: 100% 463.52549206px;
  }
  .ratio-golden > .parent-ratio {
    min-height: 444.98447238px;
  }
}
@media (min-width: 992px) {
  .ratio-golden {
    min-height: 599.49296974px;
    background-size: 100% 599.49296974px;
    background-repeat: no-repeat;
  }
  .ratio-golden > .parent-ratio {
    min-height: 444.98447238px;
  }
}
@media (min-width: 1200px) {
  .ratio-golden {
    min-height: 723.09976762px;
    background-size: 100% 723.09976762px;
    background-repeat: no-repeat;
  }
  .ratio-golden > .parent-ratio {
    height: 444.98447238px;
  }
}
@media (min-width: 1500px) {
  .ratio-golden {
    min-height: 889.96894476px;
    background-size: 100% 889.96894476px;
    background-repeat: no-repeat;
  }
  .ratio-golden > .parent-ratio {
    min-height: 444.98447238px;
  }
}
.ratio-square {
  background-repeat: no-repeat;
}
.ratio-square.cover {
  background-size: cover;
}
.ratio-square.contain {
  background-size: contain;
}
@media (max-width: 480px) {
  .ratio-square {
    min-height: 480px;
    background-size: 100% 480px;
  }
  .ratio-square > .parent-ratio {
    min-height: unnit(720px, px);
  }
}
@media (min-width: 480px) {
  .ratio-square {
    min-height: 480px;
    background-size: 100% 480px;
  }
  .ratio-square > .parent-ratio {
    min-height: 720px;
  }
}
@media (min-width: 768px) {
  .ratio-square {
    min-height: 750px;
    background-size: 100% 750px;
  }
  .ratio-square > .parent-ratio {
    min-height: 720px;
  }
}
@media (min-width: 992px) {
  .ratio-square {
    min-height: 970px;
    background-size: 100% 970px;
    background-repeat: no-repeat;
  }
  .ratio-square > .parent-ratio {
    min-height: 720px;
  }
}
@media (min-width: 1200px) {
  .ratio-square {
    min-height: 1170px;
    background-size: 100% 1170px;
    background-repeat: no-repeat;
  }
  .ratio-square > .parent-ratio {
    height: 720px;
  }
}
@media (min-width: 1500px) {
  .ratio-square {
    min-height: 1440px;
    background-size: 100% 1440px;
    background-repeat: no-repeat;
  }
  .ratio-square > .parent-ratio {
    min-height: 720px;
  }
}
.set-parent-container {
  display: table !important;
  height: inherit;
}
.align-parent {
  display: table-cell;
}
@media (max-width: 480px) {
  .align-parent {
    float: none;
  }
}
.align-parent.center {
  margin: 0 auto;
}
.align-parent.middle {
  vertical-align: middle;
}
.align-parent.bottom {
  vertical-align: bottom;
}
.align-parent.top {
  vertical-align: top;
}
.banner {
  margin-top: 23px;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 100%;
  padding-bottom: 1.6158%;
}
@media (min-width: 768px) {
  .banner.large {
    min-height: 313px;
    background-size: 100% 313px;
  }
}
@media (min-width: 992px) {
  .banner.large {
    min-height: 405px;
    background-size: 100% 405px;
  }
}
@media (min-width: 1200px) {
  .banner.large {
    min-height: 488px;
    background-size: 100% 488px;
  }
}
@media (min-width: 1500px) {
  .banner.large {
    min-height: 600px;
    background-size: 100% 600px;
  }
}
@media (min-width: 768px) {
  .banner.narrow {
    min-height: 209px;
    background-size: 100% 209px;
  }
}
@media (min-width: 992px) {
  .banner.narrow {
    min-height: 270px;
    background-size: 100% 270px;
  }
}
@media (min-width: 1200px) {
  .banner.narrow {
    min-height: 325px;
    background-size: 100% 325px;
  }
}
@media (min-width: 1500px) {
  .banner.narrow {
    min-height: 400px;
    background-size: 100% 400px;
  }
}
@media (min-width: 768px) {
  .banner.ultra-narrow {
    min-height: 105px;
    background-size: 100% 105px;
  }
}
@media (min-width: 992px) {
  .banner.ultra-narrow {
    min-height: 135px;
    background-size: 100% 135px;
  }
}
@media (min-width: 1200px) {
  .banner.ultra-narrow {
    min-height: 163px;
    background-size: 100% 163px;
  }
}
@media (min-width: 1500px) {
  .banner.ultra-narrow {
    min-height: 200px;
    background-size: 100% 200px;
  }
}
.banner.products {
  overflow: hidden;
  text-rendering: optimizelegibility;
}
.banner.products .product-image {
  margin: 0 auto;
}
.white {
  color: #FFFFFF;
}
.dark {
  color: #000000;
}
DIV#banner-insert {
  padding-left: 1.6158%;
  width: 97.3842%;
}
DIV#banner-insert.large .right-insert {
  margin-top: 2.00%;
}
DIV#banner-insert.narrow .right-insert {
  margin-top: 2.00%;
}
/* product image insert left */
/* product title/slogan pack and buttons */
/* specific element styling */
#banner-title h1 {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  margin-top: 0.5em;
  margin-bottom: 0px;
  font-size: 1.667em;
  line-height: 1em;
  text-align: center;
}
#banner-slogan h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  vertical-align: bottom;
  text-transform: uppercase;
  text-align: center;
}
div.right-insert #banner-title h1 {
  font-size: 3.334em;
  text-transform: uppercase;
  font-weight: bolder;
}
#banner-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
p.missing-coupon-message {
  font-size: 0.4em;
  color: #a94442;
}
#itemLinks span.priceLine {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
#itemLinks div.buyButton {
  display: inline-block;
  width: 7.6em;
  height: 3.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#itemLinks div.buyButton.white {
  background-image: url('../images/buttons/buy_white.png');
}
#itemLinks div.buyButton.dark {
  background-image: url('../images/buttons/buy_black.png');
}
#itemLinks a:hover div.buyButton {
  background-image: url('../images/buttons/buy_hover.png');
}
#itemLinks div.demoButton {
  display: inline-block;
  width: 5em;
  height: 3.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#itemLinks div.demoButton.white {
  background-image: url('../images/buttons/try_white.png');
}
#itemLinks div.demoButton.dark {
  background-image: url('../images/buttons/try_black.png');
}
#itemLinks a:hover div.demoButton {
  background-image: url('../images/buttons/try_hover.png');
}
img.award {
  height: 50px;
  width: auto;
  margin-left: 1%;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #f3f3f3;
}
.list-striped {
  text-align: left;
  padding-bottom: 0.5em;
}
.list-striped ul > li:nth-child(even) {
  background-color: #f3f3f3;
}
.list-striped.black ul > li:nth-child(odd) {
  background-color: #5F5F5F;
}
.list-striped.cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 768px) {
  .list-striped.cols-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .list-striped.cols-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.list-striped.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 480px) {
  .list-striped.cols-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .list-striped.cols-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
div.row.product-resources {
  display: none;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.col-md-12.element {
  margin-top: 1.5em;
  margin-bottom: 0em;
}
.element {
  margin-bottom: 1.5em;
}
.transition-page {
  text-align: center;
  margin-bottom: 3%;
}
.transition-page a {
  text-decoration: none;
  color: black;
}
.transition-page a img {
  margin-bottom: 3%;
}
.transition-page a h4 {
  text-align: center !important;
}
.transition-page a p {
  color: black;
}
.transition-page a:focus,
.transition-page a:active,
.transition-page a:hover {
  outline: 0;
}
.support-request {
  /* Support registration */
}
.support-request .salutations {
  margin-top: 3em;
  margin-bottom: 0px;
}
.support-request h3 strong {
  font-size: 1.1em;
}
.support-request h3 small {
  font-size: 0.8em;
}
.support-request a {
  color: #2ddcb4;
}
.support-request a.btn-primary {
  color: white;
}
.support-request ul.adminformlist {
  margin-left: 0;
  list-style-type: none;
}
.support-request ul.adminformlist li span.form-error {
  color: red;
  text-align: center;
}
.support-request ul.adminformlist li input,
.support-request ul.adminformlist li select,
.support-request ul.adminformlist li textarea {
  margin-bottom: 1%;
}
.support-request ::-webkit-input-placeholder,
.support-request .placeholder {
  color: #999;
  font-weight: bold;
}
div.support-thanks a {
  color: #2ddcb4;
}
.reactivation-request form.form-validate ul,
.registration-request form.form-validate ul {
  list-style-type: none;
}
.reactivation-request form.form-validate ul li.has-error span.form-error,
.registration-request form.form-validate ul li.has-error span.form-error {
  color: red;
}
/*
* All style for Knowledge (faq ^^) base
*/
div.breadcrumbs {
  margin-top: 1%;
  font-size: 1.1em;
  text-align: left;
}
ul.categories-module {
  text-align: center;
}
ul.categories-module li {
  display: inline-block;
}
ul.latestnews,
ul.mostread {
  list-style-type: none;
  padding-left: 3%;
}
div.category-list form fieldset.filters {
  text-align: center;
}
div.category-list form fieldset.filters div.filter-search {
  display: inline-block;
}
div.category-list form fieldset.filters div.display-limit {
  display: inline-block;
}
div.category-list form table.category {
  width: 100%;
}
div.category-list form table.category thead tr th {
  text-align: center;
}
div.category-list form table.category thead tr th.list-title {
  text-align: left;
}
div.category-list form table.category thead tr th.list-date {
  width: 16%;
}
div.category-list form table.category thead tr th.list-hits {
  width: 5%;
}
div.category-list form table.category thead tr th.actions-title {
  width: 6%;
}
div.category-list form table.category tbody tr td {
  text-align: center;
}
div.category-list form table.category tbody tr td.list-title {
  text-align: left;
}
div.category-list form table.category tbody tr td.list-title a:hover {
  color: dodgerblue ;
}
div.category-list form table.category tbody tr td ul {
  list-style-type: none;
  margin: 0;
}
div.category-list div.cat-children ul {
  list-style-type: none;
}
div.category-list div.cat-children ul li span.item-title a:hover {
  color: dodgerblue ;
}
div.item-page .row .col-md-4 ul.actions {
  list-style-type: none;
  text-align: left;
  margin: 0 0 2% 0;
}
div.item-page .row .col-md-4 ul.actions li {
  display: inline-block;
}
/*
 * All styles for FAQ page
 */
div.col-md-6.faq-home-search form#mod-finder-searchform div.finder {
  width: 80%;
  margin-left: 7%;
}
/*remove it when fred will have validate the good template :) */
div.col-md-12 form#mod-finder-searchform {
  margin: 2% 0 2%;
}
div.col-md-12 form#mod-finder-searchform div.finder {
  width: 25%;
  margin: auto;
}
div.col-md-12 form#mod-finder-searchform div.finder input#mod-finder-searchword {
  width: 100%;
}
div.col-md-4 form#mod-finder-searchform {
  margin: 2% 0 2%;
}
div.col-md-4 form#mod-finder-searchform div.finder {
  width: 83%;
  margin: auto;
}
div.col-md-4 form#mod-finder-searchform div.finder input#mod-finder-searchword {
  width: 88%;
}
div.selectTagContainer {
  width: 80%;
  margin-left: 10%;
}
ul.categories-module {
  list-style-type: none;
}
ul.faq-category-articles li {
  list-style-type: none;
}
ul.faq-hits-articles,
ul.faq-latest-articles {
  margin: 0;
  padding: 0;
}
ul.faq-hits-articles li,
ul.faq-latest-articles li {
  list-style-type: none;
}
ul.faq-hits-articles li div.slider,
ul.faq-latest-articles li div.slider {
  padding: 0.2em;
}
ul.faq-hits-articles li div.slider .fa,
ul.faq-latest-articles li div.slider .fa {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
ul.faq-hits-articles li div.slider span.title,
ul.faq-latest-articles li div.slider span.title {
  cursor: pointer;
}
ul.faq-hits-articles li div.slider span.info,
ul.faq-latest-articles li div.slider span.info {
  float: right;
  color: #949494;
}
ul.faq-hits-articles li div.slider:focus,
ul.faq-latest-articles li div.slider:focus {
  outline: none;
}
ul.faq-hits-articles li div.slider.collapsed span.title,
ul.faq-latest-articles li div.slider.collapsed span.title {
  cursor: pointer;
}
ul.faq-hits-articles li div.sliding,
ul.faq-latest-articles li div.sliding {
  padding: 1em;
}
ul.faq-hits-articles li div.sliding a,
ul.faq-latest-articles li div.sliding a {
  font-weight: 800;
  color: #2ddcb4;
}
div.actions {
  float: right;
  font-size: 0.5em;
}
div.actions div {
  float: left;
}
dl.article-info {
  margin-top: 0;
}
.faq-page-template .row .col-md-8 .row .col-md-8 {
  margin-left: 0;
}
.select2-container {
  width: 100%;
  margin-bottom: 2%;
}
input.tag {
  width: auto;
  margin-bottom: 2%;
  border-radius: 5%;
}
.tag-container {
  margin-left: 10%;
  margin-right: 10%;
}
div.finder div#search-form form#finder-search fieldset.word input.inputbox {
  float: left;
}
div.finder div#search-form form#finder-search fieldset.word button.button {
  float: left;
}
div.finder div#search-form form#finder-search div#advanced-search div.advanced-search-tip {
  display: none;
}
div.finder div#search-form form#finder-search div#advanced-search div#finder-filter-window ul#finder-filter-select-list {
  list-style-type: none;
}
div.finder div#search-form form#finder-search div#advanced-search div#finder-filter-window ul#finder-filter-select-list li.filter-branch {
  float: left;
}
div.finder div#search-results dl.search-results dt.result-title a {
  color: dodgerblue;
}
div.finder div#search-results dl.search-results dd.result-text {
  margin-bottom: 2%;
}
div.finder div#search-results dl.search-results dd.result-url {
  display: none;
}
div.finder div#search-results div.search-pagination div.search-page-counter {
  display: none;
}
/************* VERSION FAQ 4 ********************/
div.item-page div.search #mod-search-searchword,
.category-list div.search #mod-search-searchword {
  width: 100%;
  border-radius: 15px;
  padding-left: 10px;
}
div.item-page .col-md-12 table.category,
.category-list .col-md-12 table.category {
  margin: 0 auto;
  width: 60%;
}
div.item-page .col-md-12 table.category tr.article-faq td.list-title a:hover,
.category-list .col-md-12 table.category tr.article-faq td.list-title a:hover {
  color: dodgerblue;
}
div.item-page .col-md-8 table.category,
.category-list .col-md-8 table.category {
  margin: 0 auto;
  width: 100%;
}
div.item-page .col-md-8 table.category tr.article-faq td.list-title a:hover,
.category-list .col-md-8 table.category tr.article-faq td.list-title a:hover {
  color: dodgerblue;
}
div.item-page div.col-md-3:hover .title-category,
.category-list div.col-md-3:hover .title-category,
div.item-page div.col-md-2:hover .title-category,
.category-list div.col-md-2:hover .title-category {
  color: #2ddcb4;
}
div.item-page div.col-md-3 .title-category,
.category-list div.col-md-3 .title-category,
div.item-page div.col-md-2 .title-category,
.category-list div.col-md-2 .title-category {
  display: inline-block;
  font-family: acromextrabold, 'Roboto Condensed', 'futura', acromlight, Georgia, "Times New Roman", Times, serif;
  color: black;
  font-size: 1em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
div.item-page div.col-md-3 .number-article-category,
.category-list div.col-md-3 .number-article-category,
div.item-page div.col-md-2 .number-article-category,
.category-list div.col-md-2 .number-article-category {
  text-align: center;
  margin: -10px;
}
div.item-page .article-faq,
.category-list .article-faq {
  font-size: 1.4em;
}
.press .col-md-10 {
  padding-left: 0;
}
.press .col-md-10 a.btn.pull-right {
  margin-right: 5px;
}
.press .col-md-2 {
  padding-right: 0;
}
.press .latest-press-releases a {
  color: black;
}
.press .latest-press-releases a:hover {
  color: dodgerblue;
}
.press .press_clipping {
  margin-bottom: 1.5em;
}
.press .press_clipping span.source {
  font-size: 1.2em;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  float: left;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.press .press_clipping span.issue {
  font-size: 1.2em;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-weight: bold;
  float: right;
  display: inline-block;
  margin-bottom: 0.5em;
}
.press .press_clipping p.artist-link {
  display: inline-block;
  width: 65.82%;
  font-weight: bold;
  margin-bottom: 0px;
}
.press .press_clipping blockquote.content {
  clear: both;
  display: block;
  position: relative;
  font-style: italic;
  text-justify: left;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-right: 1.0em;
  padding-left: 1.0em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-right: 0em;
  margin-left: 0em;
  background: #f9f9f9;
  border-left: none;
  quotes: "\201C" "\201D";
}
.press .press_clipping blockquote.content:before {
  color: #404040;
  content: open-quote;
  font-size: 2.5em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
}
.press .press_clipping blockquote.content:after {
  color: #404040;
  content: close-quote;
  font-size: 2.5em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
}
.press .press_clipping blockquote.content :first-child {
  display: inline;
}
.press .press_clipping blockquote.content :last-child {
  margin-bottom: 0;
}
.latest-news .megafolio-container .mega-entry .category-tag {
  position: absolute;
  z-index: 5;
  float: left;
  padding: 7px;
  color: black;
  background-color: #2ddcb4;
  font-size: 1.1em;
  margin-top: -15px;
  font-weight: bold;
  text-transform: uppercase;
}
.latest-news .megafolio-container .mega-entry .category-tag a {
  color: black;
}
.latest-news .megafolio-container .mega-entry .mega-covercaption {
  background-color: #000000;
  position: absolute;
  bottom: 1px;
}
.latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
.latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) {
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-date,
  .latest-news .megafolio-container .mega-entry .mega-covercaption .mega-title {
    font-size: 24px;
  }
}
.latest-news .megafolio-container .mega-entry .mega-hover .mega-hovertitle {
  top: 0;
  width: 60%;
  left: 20%;
}
.latest-news .megafolio-container .mega-entry .mega-hover .mega-hoverlink {
  top: 35%;
}
.latest-news .megafolio-container .mega-entry .mega-hover:hover .mega-hovertitle {
  position: relative;
  top: 10%;
}
.latest-news .megafolio-container .mega-entry .mega-hover:hover .mega-hoversubtitle {
  text-align: left;
}
.latest-news .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink {
  width: 100%;
  height: 56px;
  position: relative !important;
  margin: 20px auto !important;
  top: 5%;
}
.latest-news .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink a {
  color: #808080;
}
.latest-news .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink a .fa-play {
  left: 2px;
}
.latest-news .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink a:hover {
  color: #2ddcb4;
}
#newsletter ul.adminformlist {
  margin-left: 0;
  list-style-type: none;
}
#newsletter ul.adminformlist li span.form-error {
  color: red;
  text-align: center;
}
#newsletter ul.adminformlist li input,
#newsletter ul.adminformlist li select,
#newsletter ul.adminformlist li textarea {
  margin-bottom: 1%;
}
#newsletter div.social-link,
#newsletter li.social-link {
  display: inline-block;
  width: 256px;
  height: 256px;
  list-style: none;
  margin-left: 8px;
}
#newsletter div.social-link a.social-button,
#newsletter li.social-link a.social-button {
  display: inline;
  float: left;
  width: 25%;
  height: 25%;
  background-position: 0 100%;
  background-size: cover;
}
#newsletter div.social-link a.social-button:hover,
#newsletter li.social-link a.social-button:hover {
  background-position: 0 0;
}
#newsletter div.social-link a.social-button.facebook,
#newsletter li.social-link a.social-button.facebook {
  background-image: url('../images/facebook.svg');
}
#newsletter div.social-link a.social-button.twitter,
#newsletter li.social-link a.social-button.twitter {
  background-image: url('../images/twitter.svg');
}
#newsletter div.social-link a.social-button.soundcloud,
#newsletter li.social-link a.social-button.soundcloud {
  background-image: url('../images/soundcloud.svg');
}
#newsletter div.social-link a.social-button.youtube,
#newsletter li.social-link a.social-button.youtube {
  background-image: url('../images/youtube.svg');
}
.press-clippings-slick .content {
  font-family: 'Noto Serif', 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
.press-clippings-slick .source {
  font-weight: 700;
}
.press-clippings-slick.slick-slider {
  padding: 0;
  background-color: black;
}
.press-clippings-slick.slick-slider h2 {
  color: white;
}
.press-clippings-slick.slick-slider .source {
  float: right;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-weight: 700;
}
.press-clippings-slick.slick-slider .slick-prev,
.press-clippings-slick.slick-slider .slick-next {
  position: relative;
  margin-top: -38px;
  left: 100%;
}
.press-clippings-slick.slick-slider .slick-prev {
  margin-left: -79px;
}
.press-clippings-slick.slick-slider .slick-next {
  margin-left: -38px;
}
div.itemFullText .press_clipping {
  margin-bottom: 0;
}
div.itemFullText .press_clipping .mega-entry-innerwrap {
  color: white;
  background-color: black !important;
}
div.itemFullText .press_clipping .mega-entry-innerwrap .source {
  width: 100%;
  color: white;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0.5em;
  position: absolute;
  bottom: 0;
}
div.itemFullText .press_clipping .mega-entry-innerwrap .content {
  font-family: 'Noto Serif', 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  color: white;
  background-color: black;
  padding: 0.5em;
  text-align: left;
  padding-bottom: 0;
}
.no-full-view div.press-clippings-slick h2.margin-left-3 {
  margin-left: 0%;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap {
  background-color: #2ddcb4 !important;
}
div.itemFullText .latest-press-releases .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
div.itemFullText .latest-press-releases .timeline .tldate {
  font-size: 22px;
  font-weight: 500;
  display: table;
  white-space: nowrap;
  color: #2ddcb4;
  margin: 2% 16px 2% -16px;
}
div.itemFullText .latest-press-releases .timeline .tldate:after {
  border-bottom: 2px solid #2ddcb4;
  content: "";
  display: table-cell;
  position: relative;
  top: -7px;
  left: 16px;
  width: 100%;
}
div.itemFullText .latest-press-releases .timeline a {
  color: #262626;
}
div.itemFullText .latest-press-releases .timeline a:hover {
  color: #2ddcb4;
}
div.itemFullText .latest-press-releases .timeline li {
  margin-bottom: 25px;
  position: relative;
}
div.itemFullText .latest-press-releases .timeline li.timeline-inverted .timeline-panel {
  float: right;
}
div.itemFullText .latest-press-releases .timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
div.itemFullText .latest-press-releases .timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
div.itemFullText .latest-press-releases .timeline li .timeline-panel {
  top: 8px;
  width: 95%;
  float: left;
  position: relative;
}
div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
  position: absolute;
  text-align: center;
  background: #2ddcb4;
  color: #fff;
  border-radius: 50%;
  z-index: 1010;
}
@media screen and (max-width: 480px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -6.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 859px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -42px;
  }
}
@media screen and (min-width: 860px) and (max-width: 991px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -44px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1069px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -54px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1199px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -54px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -65px;
  }
}
@media screen and (min-width: 1500px) {
  div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ {
    left: -78px;
  }
}
div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ.circ-classic {
  width: 15px;
  height: 15px;
}
div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ.circ-big {
  width: 25px;
  height: 25px;
  margin-left: -5px;
}
div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ.circ-big.circ-pair {
  top: 7px;
}
div.itemFullText .latest-press-releases .timeline li .timeline-panel .tl-circ.circ-big.circ-impair {
  top: -3px;
}
div.itemFullText .latest-press-releases .timeline .fa-angle-right {
  font-weight: 700;
}
div.itemFullText .latest-press-releases .timeline-left {
  list-style-type: none;
  border-left: 1px solid black;
}
div.itemFullText .press_clipping .mega-entry-innerwrap {
  background-color: black !important;
}
div.itemFullText .latest-press-releases,
div.itemFullText .press_clipping {
  margin-bottom: 0;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap,
div.itemFullText .press_clipping .mega-entry-innerwrap {
  color: white;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .announce-title,
div.itemFullText .press_clipping .mega-entry-innerwrap .announce-title,
div.itemFullText .latest-press-releases .mega-entry-innerwrap .announce-date,
div.itemFullText .press_clipping .mega-entry-innerwrap .announce-date {
  width: 100%;
  color: white;
  background-color: #2ddcb4;
  padding-top: 0.5em;
  display: inline-block;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .announce-title,
div.itemFullText .press_clipping .mega-entry-innerwrap .announce-title {
  font-size: 1.333em;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .announce-date,
div.itemFullText .press_clipping .mega-entry-innerwrap .announce-date {
  padding-left: 1em;
  padding-right: 0.5em;
  color: black;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .content,
div.itemFullText .press_clipping .mega-entry-innerwrap .content {
  padding: 1em;
  text-align: left;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .content a,
div.itemFullText .press_clipping .mega-entry-innerwrap .content a {
  color: white;
  text-decoration: none;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .mega-view,
div.itemFullText .press_clipping .mega-entry-innerwrap .mega-view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  z-index: 3;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .mega-view a,
div.itemFullText .press_clipping .mega-entry-innerwrap .mega-view a {
  color: black;
  text-decoration: none;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap i.fa-chevron-right,
div.itemFullText .press_clipping .mega-entry-innerwrap i.fa-chevron-right {
  left: 1px;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .source,
div.itemFullText .press_clipping .mega-entry-innerwrap .source {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  width: 100%;
  color: white;
  font-size: 0.8em;
  margin-bottom: 0;
  padding: 1.25em;
  position: absolute;
  bottom: 0;
}
div.itemFullText .latest-press-releases .mega-entry-innerwrap .product,
div.itemFullText .press_clipping .mega-entry-innerwrap .product {
  padding-left: 1em;
}
div.itemFullText .latest-press-releases .k2FeedIcon,
div.itemFullText .press_clipping .k2FeedIcon {
  float: left;
  padding-left: 1%;
}
div.itemFullText .latest-press-releases .k2FeedIcon a,
div.itemFullText .press_clipping .k2FeedIcon a {
  color: #2ddcb4;
}
.hideElement {
  display: none;
}
.itemSocialSharing {
  margin-top: 2em;
}
.latest-news ul,
.agenda ul {
  list-style-type: none;
}
.latest-news li,
.agenda li {
  margin-top: 2em;
  margin-bottom: 2em;
}
.latest-news li a.moduleItemTitle,
.agenda li a.moduleItemTitle {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 1.5em;
}
.dealer-locator .explanations {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0em;
}
.dealer-locator .explanations a,
.dealer-locator .explanations a:hover,
.dealer-locator .explanations a:focus {
  color: #3ab0ff;
  text-decoration: underline;
}
.dealer-locator .explanations .sl_search_row input[type="text"] {
  font-size: 2.4em;
  font-weight: 700;
}
/* copied from dealer locator asset */
.sl_results_container {
  font-size: 1em;
}
#sl_locate_results {
  font-weight: bold;
  font-size: 1.1em;
  border-top: solid 1px #d0d0d0;
  margin-bottom: 0.8em;
  margin-top: 1.4em;
}
#sl_sidebar {
  overflow: auto;
}
#sl_sidebar div.col-md-4 {
  background: #ffffff;
  border-top: solid 1px #d0d0d0;
  margin-left: 0px;
  margin-right: 1%;
  margin-bottom: 0.8em;
  margin-top: 1.4em;
  padding: 0.3em;
  width: 30%;
  min-height: 150px;
}
#sl_sidebar div:hover {
  background: #E2E2E2;
}
#sl_sidebar span.loc-distance {
  font-size: 0.8em;
}
#sl_sidebar abbr {
  cursor: pointer;
}
.location_name {
  font-size: 1em;
  font-weight: bold;
}
.featureicon,
.networkicon {
  vertical-align: middle;
  margin: 0 2px 4px 0;
}
#map {
  float: left;
  overflow: hidden;
}
#map img {
  max-width: none!important;
}
.gmnoprint div {
  text-align: left !important;
  margin-right: 3px;
}
.gmnoprint div#dir {
  margin: 0 0 4px 0;
}
.marker_name {
  font-size: 1.2em;
  font-weight: bold;
  white-space: nowrap;
}
#copyright-block {
  font-size: 11px;
  margin: 5px 0;
}
#copyright-block a {
  text-decoration: none;
}
.dirsmall {
  font-size: 80%;
  color: #999;
}
.sl_search_col {
  float: left;
  margin: 5px 10px;
}
.sl_search_row {
  margin: 5px 5px;
}
.sl_suggest {
  padding: 5px;
}
.sl_suggest:hover {
  background: none!important;
}
.sl_suggest span {
  font-weight: bold;
  font-size: 1.1em;
}
.sl_suggest ul {
  margin: 10px 0px;
  padding-left: 10px;
  list-style-position: outside;
  list-style-type: circle;
  display: block;
}
.sl_suggest ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.distributor {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.distributor address {
  text-align: left;
}
/* countries flags list extracted from big flags.png indexed by two letter country code */
p.country {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
.distributor-name {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
.flag {
  width: 25px;
  height: 15px;
  background: url(../images/flags.png) no-repeat;
  display: inline-block;
  margin-right: 0.5em;
}
.flag.ad {
  background-position: -25px 0;
}
.flag.ae {
  background-position: -50px 0;
}
.flag.af {
  background-position: -75px 0;
}
.flag.ag {
  background-position: -100px 0;
}
.flag.ai {
  background-position: -125px 0;
}
.flag.al {
  background-position: -150px 0;
}
.flag.am {
  background-position: -175px 0;
}
.flag.an {
  background-position: -200px 0;
}
.flag.ao {
  background-position: -225px 0;
}
.flag.ar {
  background-position: -250px 0;
}
.flag.as {
  background-position: -275px 0;
}
.flag.at {
  background-position: -300px 0;
}
.flag.au {
  background-position: -325px 0;
}
.flag.aw {
  background-position: -350px 0;
}
.flag.az {
  background-position: -375px 0;
}
.flag.ba {
  background-position: 0 -15px;
}
.flag.bb {
  background-position: -25px -15px;
}
.flag.bd {
  background-position: -50px -15px;
}
.flag.be {
  background-position: -75px -15px;
}
.flag.bf {
  background-position: -100px -15px;
}
.flag.bg {
  background-position: -125px -15px;
}
.flag.bh {
  background-position: -150px -15px;
}
.flag.bi {
  background-position: -175px -15px;
}
.flag.bj {
  background-position: -200px -15px;
}
.flag.bm {
  background-position: -225px -15px;
}
.flag.bn {
  background-position: -250px -15px;
}
.flag.bo {
  background-position: -275px -15px;
}
.flag.br {
  background-position: -300px -15px;
}
.flag.bs {
  background-position: -325px -15px;
}
.flag.bt {
  background-position: -350px -15px;
}
.flag.bv {
  background-position: -375px -15px;
}
.flag.bw {
  background-position: 0 -30px;
}
.flag.by {
  background-position: -25px -30px;
}
.flag.bz {
  background-position: -50px -30px;
}
.flag.ca {
  background-position: -75px -30px;
}
.flag.cd {
  background-position: -100px -30px;
}
.flag.cf {
  background-position: -125px -30px;
}
.flag.cg {
  background-position: -150px -30px;
}
.flag.ch {
  background-position: -175px -30px;
}
.flag.ci {
  background-position: -200px -30px;
}
.flag.ck {
  background-position: -225px -30px;
}
.flag.cl {
  background-position: -250px -30px;
}
.flag.cm {
  background-position: -275px -30px;
}
.flag.cn {
  background-position: -300px -30px;
}
.flag.co {
  background-position: -325px -30px;
}
.flag.cr {
  background-position: -350px -30px;
}
.flag.cu {
  background-position: -375px -30px;
}
.flag.cv {
  background-position: 0 -45px;
}
.flag.cy {
  background-position: -25px -45px;
}
.flag.cz {
  background-position: -50px -45px;
}
.flag.de {
  background-position: -75px -45px;
}
.flag.dj {
  background-position: -100px -45px;
}
.flag.dk {
  background-position: -125px -45px;
}
.flag.dm {
  background-position: -150px -45px;
}
.flag.do {
  background-position: -175px -45px;
}
.flag.dz {
  background-position: -200px -45px;
}
.flag.ec {
  background-position: -225px -45px;
}
.flag.ee {
  background-position: -250px -45px;
}
.flag.eg {
  background-position: -275px -45px;
}
.flag.eh {
  background-position: -300px -45px;
}
.flag.er {
  background-position: -325px -45px;
}
.flag.es {
  background-position: -350px -45px;
}
.flag.et {
  background-position: -375px -45px;
}
.flag.eu {
  background-position: 0 -60px;
}
.flag.fi {
  background-position: -25px -60px;
}
.flag.fj {
  background-position: -50px -60px;
}
.flag.fk {
  background-position: -75px -60px;
}
.flag.fm {
  background-position: -100px -60px;
}
.flag.fo {
  background-position: -125px -60px;
}
.flag.fr {
  background-position: -150px -60px;
}
.flag.ga {
  background-position: -175px -60px;
}
.flag.gb {
  background-position: -200px -60px;
}
.flag.gd {
  background-position: -225px -60px;
}
.flag.ge {
  background-position: -250px -60px;
}
.flag.gf {
  background-position: -275px -60px;
}
.flag.gg {
  background-position: -300px -60px;
}
.flag.gh {
  background-position: -325px -60px;
}
.flag.gi {
  background-position: -350px -60px;
}
.flag.gl {
  background-position: -375px -60px;
}
.flag.gm {
  background-position: 0 -75px;
}
.flag.gn {
  background-position: -25px -75px;
}
.flag.gp {
  background-position: -50px -75px;
}
.flag.gq {
  background-position: -75px -75px;
}
.flag.gr {
  background-position: -100px -75px;
}
.flag.gs {
  background-position: -125px -75px;
}
.flag.gt {
  background-position: -150px -75px;
}
.flag.gu {
  background-position: -175px -75px;
}
.flag.gw {
  background-position: -200px -75px;
}
.flag.gy {
  background-position: -225px -75px;
}
.flag.hk {
  background-position: -250px -75px;
}
.flag.hm {
  background-position: -275px -75px;
}
.flag.hn {
  background-position: -300px -75px;
}
.flag.hr {
  background-position: -325px -75px;
}
.flag.ht {
  background-position: -350px -75px;
}
.flag.hu {
  background-position: -375px -75px;
}
.flag.id {
  background-position: 0 -90px;
}
.flag.ie {
  background-position: -25px -90px;
}
.flag.il {
  background-position: -50px -90px;
}
.flag.in {
  background-position: -75px -90px;
}
.flag.io {
  background-position: -100px -90px;
}
.flag.iq {
  background-position: -125px -90px;
}
.flag.ir {
  background-position: -150px -90px;
}
.flag.is {
  background-position: -175px -90px;
}
.flag.it {
  background-position: -200px -90px;
}
.flag.je {
  background-position: -225px -90px;
}
.flag.jm {
  background-position: -250px -90px;
}
.flag.jo {
  background-position: -275px -90px;
}
.flag.jp {
  background-position: -300px -90px;
}
.flag.ke {
  background-position: -325px -90px;
}
.flag.kg {
  background-position: -350px -90px;
}
.flag.kh {
  background-position: -375px -90px;
}
.flag.ki {
  background-position: 0 -105px;
}
.flag.km {
  background-position: -25px -105px;
}
.flag.kn {
  background-position: -50px -105px;
}
.flag.kp {
  background-position: -75px -105px;
}
.flag.kr {
  background-position: -100px -105px;
}
.flag.kw {
  background-position: -125px -105px;
}
.flag.ky {
  background-position: -150px -105px;
}
.flag.kz {
  background-position: -175px -105px;
}
.flag.la {
  background-position: -200px -105px;
}
.flag.lb {
  background-position: -225px -105px;
}
.flag.lc {
  background-position: -250px -105px;
}
.flag.li {
  background-position: -275px -105px;
}
.flag.lk {
  background-position: -300px -105px;
}
.flag.lr {
  background-position: -325px -105px;
}
.flag.ls {
  background-position: -350px -105px;
}
.flag.lt {
  background-position: -375px -105px;
}
.flag.lu {
  background-position: 0 -120px;
}
.flag.lv {
  background-position: -25px -120px;
}
.flag.ly {
  background-position: -50px -120px;
}
.flag.ma {
  background-position: -75px -120px;
}
.flag.mc {
  background-position: -100px -120px;
}
.flag.md {
  background-position: -125px -120px;
}
.flag.me {
  background-position: -150px -120px;
}
.flag.mg {
  background-position: -175px -120px;
}
.flag.mh {
  background-position: -200px -120px;
}
.flag.mk {
  background-position: -225px -120px;
}
.flag.ml {
  background-position: -250px -120px;
}
.flag.mm {
  background-position: -275px -120px;
}
.flag.mn {
  background-position: -300px -120px;
}
.flag.mo {
  background-position: -325px -120px;
}
.flag.mp {
  background-position: -350px -120px;
}
.flag.mq {
  background-position: -375px -120px;
}
.flag.mr {
  background-position: 0 -135px;
}
.flag.ms {
  background-position: -25px -135px;
}
.flag.mt {
  background-position: -50px -135px;
}
.flag.mu {
  background-position: -75px -135px;
}
.flag.mv {
  background-position: -100px -135px;
}
.flag.mw {
  background-position: -125px -135px;
}
.flag.mx {
  background-position: -150px -135px;
}
.flag.my {
  background-position: -175px -135px;
}
.flag.mz {
  background-position: -200px -135px;
}
.flag.na {
  background-position: -225px -135px;
}
.flag.nc {
  background-position: -250px -135px;
}
.flag.ne {
  background-position: -275px -135px;
}
.flag.nf {
  background-position: -300px -135px;
}
.flag.ng {
  background-position: -325px -135px;
}
.flag.ni {
  background-position: -350px -135px;
}
.flag.nl {
  background-position: -375px -135px;
}
.flag.no {
  background-position: 0 -150px;
}
.flag.np {
  background-position: -25px -150px;
}
.flag.nr {
  background-position: -50px -150px;
}
.flag.nu {
  background-position: -75px -150px;
}
.flag.nz {
  background-position: -100px -150px;
}
.flag.om {
  background-position: -125px -150px;
}
.flag.pa {
  background-position: -150px -150px;
}
.flag.pe {
  background-position: -175px -150px;
}
.flag.pf {
  background-position: -200px -150px;
}
.flag.pg {
  background-position: -225px -150px;
}
.flag.ph {
  background-position: -250px -150px;
}
.flag.pk {
  background-position: -275px -150px;
}
.flag.pl {
  background-position: -300px -150px;
}
.flag.pm {
  background-position: -325px -150px;
}
.flag.pn {
  background-position: -350px -150px;
}
.flag.pr {
  background-position: -375px -150px;
}
.flag.ps {
  background-position: 0 -165px;
}
.flag.pt {
  background-position: -25px -165px;
}
.flag.pw {
  background-position: -50px -165px;
}
.flag.py {
  background-position: -75px -165px;
}
.flag.qa {
  background-position: -100px -165px;
}
.flag.re {
  background-position: -125px -165px;
}
.flag.ro {
  background-position: -150px -165px;
}
.flag.rs {
  background-position: -175px -165px;
}
.flag.ru {
  background-position: -200px -165px;
}
.flag.rw {
  background-position: -225px -165px;
}
.flag.sa {
  background-position: -250px -165px;
}
.flag.sb {
  background-position: -275px -165px;
}
.flag.sc {
  background-position: -300px -165px;
}
.flag.sd {
  background-position: -325px -165px;
}
.flag.se {
  background-position: -350px -165px;
}
.flag.sg {
  background-position: -375px -165px;
}
.flag.sh {
  background-position: 0 -180px;
}
.flag.si {
  background-position: -25px -180px;
}
.flag.sk {
  background-position: -50px -180px;
}
.flag.sl {
  background-position: -75px -180px;
}
.flag.sm {
  background-position: -100px -180px;
}
.flag.sn {
  background-position: -125px -180px;
}
.flag.so {
  background-position: -150px -180px;
}
.flag.sr {
  background-position: -175px -180px;
}
.flag.st {
  background-position: -200px -180px;
}
.flag.sv {
  background-position: -225px -180px;
}
.flag.sy {
  background-position: -250px -180px;
}
.flag.sz {
  background-position: -275px -180px;
}
.flag.tc {
  background-position: -300px -180px;
}
.flag.td {
  background-position: -325px -180px;
}
.flag.tf {
  background-position: -350px -180px;
}
.flag.tg {
  background-position: -375px -180px;
}
.flag.th {
  background-position: 0 -195px;
}
.flag.tj {
  background-position: -25px -195px;
}
.flag.tk {
  background-position: -50px -195px;
}
.flag.tl {
  background-position: -75px -195px;
}
.flag.tm {
  background-position: -100px -195px;
}
.flag.tn {
  background-position: -125px -195px;
}
.flag.to {
  background-position: -150px -195px;
}
.flag.tr {
  background-position: -175px -195px;
}
.flag.tt {
  background-position: -200px -195px;
}
.flag.tv {
  background-position: -225px -195px;
}
.flag.tw {
  background-position: -250px -195px;
}
.flag.tz {
  background-position: -275px -195px;
}
.flag.ua {
  background-position: -300px -195px;
}
.flag.ug {
  background-position: -325px -195px;
}
.flag.um {
  background-position: -350px -195px;
}
.flag.us {
  background-position: -375px -195px;
}
.flag.uy {
  background-position: 0 -210px;
}
.flag.uz {
  background-position: -25px -210px;
}
.flag.va {
  background-position: -50px -210px;
}
.flag.vc {
  background-position: -75px -210px;
}
.flag.ve {
  background-position: -100px -210px;
}
.flag.vg {
  background-position: -125px -210px;
}
.flag.vi {
  background-position: -150px -210px;
}
.flag.vn {
  background-position: -175px -210px;
}
.flag.vu {
  background-position: -200px -210px;
}
.flag.wf {
  background-position: -225px -210px;
}
.flag.ws {
  background-position: -250px -210px;
}
.flag.ye {
  background-position: -275px -210px;
}
.flag.yt {
  background-position: -300px -210px;
}
.flag.za {
  background-position: -325px -210px;
}
.flag.zm {
  background-position: -350px -210px;
}
.flag.zw {
  background-position: -375px -210px;
}
/* all in one carousel (wrapper) container */
#videos_container {
  margin: 0px auto;
}
#videos_container .video-carousel .slick-slide img {
  max-width: 100%;
  padding: 15px;
  opacity: 1.0;
}
#videos_container .video-carousel .slick-slide .mega-hover {
  top: 0;
}
#videos_container .video-carousel .slick-slide:hover .mega-hover {
  top: 0;
  opacity: 1.0;
}
#videos_container .video-carousel .slick-slide .fa-stack {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  top: 34%;
  z-index: 3;
  color: darker(#2ddcb4);
}
#videos_container .video-carousel .slick-slide .fa-stack:hover {
  color: #2ddcb4;
}
#videos_container .video-carousel .slick-slide label {
  text-align: center;
  width: 100%;
}
#videos_container .video-carousel .slick-prev,
#videos_container .video-carousel .slick-next {
  position: absolute;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 2.4;
  cursor: pointer;
  background: #2bc9a3;
  color: black;
  top: 37%;
  /* margin-top: -10px; */
  bottom: 0;
  padding-top: 0;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 0;
  border: none;
  outline: none;
}
#videos_container .video-carousel .slick-prev .fa {
  margin-left: -2px;
}
#videos_container .video-carousel .slick-next .fa {
  margin-left: 2px;
}
#videos_container .video-carousel .slick-prev .fa,
#videos_container .video-carousel .slick-next .fa {
  vertical-align: middle;
}
#videos_container .video-carousel .slick-prev {
  right: inherit !important;
}
/*
skins available:
	- sweet
	- powerful
	- charming
*/
/* the container */
.video_carousel {
  position: relative;
}
.video_carousel img {
  max-width: none;
  max-height: none;
}
.video_carousel_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.video_carousel .contentHolder {
  position: relative;
  overflow: hidden;
}
.mycanvas {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1000;
}
.myloader {
  background: url(skins/loader.gif);
  width: 37px;
  height: 37px;
  position: absolute;
  left: 49%;
  top: 49%;
  z-index: 999;
}
/***charming SKIN***/
.video_carousel.charming .contentHolderUnit {
  position: absolute;
  /*float:left;
  display:block;*/
  width: 638px;
  height: 358px;
  overflow: hidden;
  cursor: pointer;
  background: url(skins/charming/empty.gif) repeat;
}
.video_carousel.charming .elementTitle {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
  color: black;
  text-transform: capitalize;
}
.video_carousel.charming .playOver {
  position: absolute;
  width: 73px;
  height: 73px;
  background: url(skins/charming/play_overOFF.png) 0 0 no-repeat;
  display: none;
  z-index: 200;
  cursor: pointer;
}
.video_carousel.charming .playOver:hover {
  background: url(skins/charming/play_overON.png) 0 0 no-repeat;
  display: none;
  z-index: 200;
  cursor: pointer;
}
.video_carousel.charming .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
}
.video_carousel.charming .leftNav {
  position: absolute;
  left: 5px;
  width: 47px;
  height: 47px;
  background: url(skins/charming/leftNavOFF.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.charming .leftNav:hover {
  background: url(skins/charming/leftNavON.png) 0 0 no-repeat;
}
.video_carousel.charming .rightNav {
  position: absolute;
  right: 5px;
  width: 47px;
  height: 47px;
  background: url(skins/charming/rightNavOFF.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.charming .rightNav:hover {
  background: url(skins/charming/rightNavON.png) 0 0 no-repeat;
}
.video_carousel.charming .bottomNav {
  position: absolute;
  height: 35px;
  width: 0;
  padding-left: 9px;
  z-index: 140;
}
.video_carousel.charming .bottomNavButtonOFF {
  float: left;
  display: block;
  width: 19px;
  height: 19px;
  background: url(skins/charming/bottomNavOFF.png) 0 0 no-repeat;
  padding-left: 9px;
  cursor: pointer;
}
.video_carousel.charming .bottomNavButtonON {
  float: left;
  display: block;
  width: 19px;
  height: 19px;
  padding-left: 9px;
  background: url(skins/charming/bottomNavON.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.charming .bottomNavLeft {
  display: none;
  position: absolute;
  z-index: 140;
}
.video_carousel.charming .bottomNavRight {
  display: none;
  position: absolute;
  z-index: 140;
}
.video_carousel.charming .bottomOverThumb {
  position: absolute;
  width: 88px;
  height: 106px;
  background: url(skins/charming/bottomOverThumbBg.png) 23px bottom no-repeat;
  bottom: 27px;
  xleft: 0px;
  margin-left: -25px;
}
.video_carousel.charming .bottomOverThumb img {
  border: 4px solid #22032e;
}
/*******/
/***sweet SKIN***/
.video_carousel.sweet .contentHolderUnit {
  position: absolute;
  /*float:left;
  display:block;*/
  width: 520px;
  height: 385px;
  overflow: hidden;
  cursor: pointer;
  /*border:1px #F00 solid;*/
  background: url(skins/sweet/empty.gif) repeat;
}
.video_carousel.sweet .elementTitle {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  text-align: center;
  font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: capitalize;
}
.video_carousel.sweet .playOver {
  position: absolute;
  width: 100px;
  height: 70px;
  background: url(skins/sweet/play_overON.png) 0 0 no-repeat;
  display: none;
  z-index: 200;
  cursor: pointer;
}
.video_carousel.sweet .playOver:hover {
  background: url(skins/sweet/play_overOFF.png) 0 0 no-repeat;
  display: none;
  z-index: 200;
  cursor: pointer;
}
.video_carousel.sweet .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
}
.video_carousel.sweet .leftNav {
  position: absolute;
  left: -5px;
  width: 110px;
  height: 157px;
  background: url(skins/sweet/leftNavOFF.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.sweet .leftNav:hover {
  background: url(skins/sweet/leftNavON.png) 0 0 no-repeat;
}
.video_carousel.sweet .rightNav {
  position: absolute;
  right: -5px;
  width: 110px;
  height: 157px;
  background: url(skins/sweet/rightNavOFF.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.sweet .rightNav:hover {
  background: url(skins/sweet/rightNavON.png) 0 0 no-repeat;
}
.video_carousel.sweet .bottomNav {
  position: absolute;
  height: 35px;
  width: 0;
  padding-left: 9px;
  z-index: 140;
}
.video_carousel.sweet .bottomNavButtonOFF {
  float: left;
  display: block;
  width: 11px;
  height: 11px;
  background: url(skins/sweet/bottomNavOFF.png) 0 0 no-repeat;
  padding-left: 9px;
  cursor: pointer;
}
.video_carousel.sweet .bottomNavButtonON {
  float: left;
  display: block;
  width: 11px;
  height: 11px;
  padding-left: 9px;
  background: url(skins/sweet/bottomNavON.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.sweet .bottomNavLeft {
  position: absolute;
  width: 63px;
  height: 35px;
  bottom: -10px;
  z-index: 140;
}
.video_carousel.sweet .bottomNavRight {
  position: absolute;
  width: 63px;
  height: 35px;
  bottom: -10px;
  z-index: 140;
}
.video_carousel.sweet .bottomOverThumb {
  position: absolute;
  width: 88px;
  height: 106px;
  background: url(skins/sweet/bottomOverThumbBg.png) 23px bottom no-repeat;
  bottom: 27px;
  margin-left: -25px;
}
.video_carousel.sweet .bottomOverThumb img {
  border: 4px solid #FFFFFF;
}
/***powerful SKIN***/
.video_carousel.powerful .contentHolderUnit {
  position: absolute;
  /*float:left;
  display:block;*/
  width: 326px;
  height: 329px;
  overflow: hidden;
  cursor: pointer;
  background: url(skins/powerful/empty.gif) repeat;
}
.video_carousel.powerful .elementTitle {
  position: absolute;
  left: 0;
  top: 370px;
  width: 100%;
  text-align: center;
  font: bold 16px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.video_carousel.powerful .playOver {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(skins/powerful/play_over.png) 0 0 no-repeat;
  display: none;
  z-index: 200;
  cursor: pointer;
}
.video_carousel.powerful .playOver:hover {
  background: url(skins/powerful/play_over2.png) 0 0 no-repeat;
  display: none;
  z-index: 200;
  cursor: pointer;
}
.text_span_powerful {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  text-transform: none;
}
.video_carousel.powerful .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
}
.video_carousel.powerful .leftNav {
  position: absolute;
  left: -23px;
  width: 110px;
  height: 157px;
  background: url(skins/powerful/leftNavOFF.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.powerful .leftNav:hover {
  background: url(skins/powerful/leftNavON.png) 0 0 no-repeat;
}
.video_carousel.powerful .rightNav {
  position: absolute;
  right: -23px;
  width: 110px;
  height: 157px;
  background: url(skins/powerful/rightNavOFF.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.powerful .rightNav:hover {
  background: url(skins/powerful/rightNavON.png) 0 0 no-repeat;
}
.video_carousel.powerful .bottomNav {
  position: absolute;
  height: 35px;
  width: 0;
  padding-left: 9px;
  margin-left: -3px;
  z-index: 140;
}
.video_carousel.powerful .bottomNavButtonOFF {
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  background: url(skins/powerful/bottomNavOFF.png) 0 0 no-repeat;
  padding-left: 9px;
  cursor: pointer;
}
.video_carousel.powerful .bottomNavButtonON {
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  padding-left: 9px;
  background: url(skins/powerful/bottomNavON.png) 0 0 no-repeat;
  cursor: pointer;
}
.video_carousel.powerful .bottomNavLeft {
  position: absolute;
  width: 0px;
  height: 35px;
  bottom: -10px;
  z-index: 140;
}
.video_carousel.powerful .bottomNavRight {
  position: absolute;
  width: 0px;
  height: 35px;
  bottom: -10px;
  z-index: 140;
}
.video_carousel.powerful .bottomOverThumb {
  position: absolute;
  width: 88px;
  height: 106px;
  background: url(skins/powerful/bottomOverThumbBg.png) 23px bottom no-repeat;
  bottom: 27px;
  margin-left: -25px;
}
.video_carousel.powerful .bottomOverThumb img {
  border: 4px solid #FFFFFF;
}
/***** MEGAFOLIO ARTISTS *****/
.artists-list .megafolio-container .mega-entry {
  background-color: white;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption {
  background-color: white;
  bottom: 0;
  position: absolute;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption .mega-date,
.artists-list .megafolio-container .mega-entry .mega-covercaption .mega-title {
  color: black;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption p {
  color: #808080;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption blockquote.artist_quote {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 14px;
  color: #262626;
  font-style: italic;
  text-align: left;
  padding: 0.5em;
  margin: 0.5em 0 0 0.5em;
  background: white;
  border-left: none;
  quotes: "\201C" "\201D";
}
.artists-list .megafolio-container .mega-entry .mega-covercaption blockquote.artist_quote:before {
  color: #404040;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.35em;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption blockquote.artist_quote:after {
  color: #404040;
  content: close-quote;
  font-size: 2.5em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.35em;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption blockquote.artist_quote :first-child {
  display: inline;
}
.artists-list .megafolio-container .mega-entry .mega-covercaption blockquote.artist_quote :last-child {
  margin-bottom: 0;
}
.artists-list .megafolio-container .mega-entry .mega-hover {
  overflow-y: scroll;
}
.artists-list .megafolio-container .mega-entry .mega-hover .mega-hovertitle {
  top: 0;
  width: 80%;
  left: 10%;
}
.artists-list .megafolio-container .mega-entry .mega-hover .mega-hoverlink {
  top: 20%;
}
.artists-list .megafolio-container .mega-entry .mega-hover:hover .mega-hovertitle {
  position: relative;
  top: 10%;
}
.artists-list .megafolio-container .mega-entry .mega-hover:hover .mega-hoversubtitle {
  text-align: left;
}
.artists-list .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink {
  width: 100%;
  height: 56px;
  position: relative !important;
  margin: 20px auto !important;
  top: 5%;
}
.artists-list .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink a {
  color: #808080;
}
.artists-list .megafolio-container .mega-entry .mega-hover:hover .mega-hoverlink a:hover {
  color: #2ddcb4;
}
/***** SLICK SLIDER ARTIST *****/
.artists-list h3 {
  margin-top: 0;
}
.artists-list .artist-quote {
  font-family: 'Noto Serif', 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
.artists-list .artist-name {
  font-weight: 700;
}
.artists-list.slick-slider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.artists-list.slick-slider .slick-slide h2.wrap {
  white-space: normal;
}
.artists-list.slick-slider .slick-slide blockquote.artist_quote {
  text-align: left;
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #262626;
  font-style: italic;
  padding: 0.5em;
  margin: 0.5em 0em 0em 0.5em;
  background-color: #F5F5F5;
  border-left: none;
  quotes: "\201C" "\201D";
}
.artists-list.slick-slider .slick-slide blockquote.artist_quote:before {
  color: #404040;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
}
.artists-list.slick-slider .slick-slide blockquote.artist_quote:after {
  color: #404040;
  content: close-quote;
  font-size: 2.5em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
}
.artists-list.slick-slider .slick-slide blockquote.artist_quote :first-child {
  display: inline;
}
.artists-list.slick-slider .slick-slide blockquote.artist_quote :last-child {
  margin-bottom: 0;
}
.artists-list.slick-slider .slick-slide.slick-active {
  background-color: #f3f3f3;
}
.artists-list.slick-slider .slick-slide .artist-text h2 {
  color: #000000;
}
.artists-list.slick-slider .slick-slide .artist-text .artist-name {
  font-weight: bold;
}
.artists-list.slick-slider .slick-prev,
.artists-list.slick-slider .slick-next {
  position: relative;
  margin-top: -38px;
  left: 100%;
}
.artists-list.slick-slider .slick-prev {
  margin-left: -79px;
}
.artists-list.slick-slider .slick-next {
  margin-left: -38px;
}
/* Main template of artists list */
/* updates and manuals pages */
.resource-wrapper {
  background: #E7E7E7;
  /* add a mimimum for long product name */
  min-height: 11em;
  display: block;
}
.resource-table-wrapper {
  background: #f7f7f7;
}
.resource-table-wrapper:first-child {
  background: white;
}
.item-ressources {
  margin-top: 2em;
  margin-bottom: 2em;
}
.product-image-wrapper {
  width: 12.06%;
}
.product-image-wrapper img {
  max-width: 100%;
  vertical-align: inherit;
}
.product-label {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1%;
  letter-spacing: -0.05em;
  vertical-align: bottom;
  margin-bottom: 1%;
}
.resource-table {
  margin-bottom: 0;
  background: #f7f7f7;
  color: #797979;
}
.resource-table thead {
  color: #000000;
  border-bottom: 5px #E7E7E7 solid;
  letter-spacing: -0.05em;
}
.resource-table thead th {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.25em;
}
.resource-table tbody {
  font-size: 95%;
  color: #797979;
}
.resource-table tbody tr.notice-row > td {
  border-top: none;
}
.resource-table .header-Platform {
  width: 15%;
  text-align: left;
}
.resource-table .header-Name {
  width: 40%;
  text-align: left;
}
.resource-table .header-Manual {
  width: 40%;
  text-align: left;
}
.resource-table .header-Date {
  width: 11.5%;
  text-align: left;
}
.resource-table .header-Size {
  width: 8%;
  text-align: left;
}
.resource-table .header-Version {
  width: 8%;
  text-align: left;
}
.resource-table .header-Download {
  width: 8%;
  text-align: left;
}
.resource-table .header-Infos {
  width: 3%;
  text-align: left;
}
.resource-table .column-Platform {
  width: 15%;
  text-align: left;
}
.resource-table .column-Name {
  width: 40%;
  text-align: left;
}
.resource-table .column-Manual {
  width: 40%;
  text-align: left;
}
.resource-table .column-Date {
  width: 11.5%;
  text-align: left;
}
.resource-table .column-Size {
  width: 8%;
  text-align: left;
}
.resource-table .column-Version {
  width: 8%;
  text-align: left;
}
.resource-table .column-Download {
  text-align: center;
}
.resource-table .column-Infos {
  text-align: center;
}
.resource-table .column-Infos a {
  text-decoration: none;
  cursor: pointer;
}
.resource-table .column-Notice {
  color: red;
}
.resource-table .platform-icon {
  margin-right: 0.5em;
}
.latest-pill {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.0em;
  font-weight: bold;
  border: 2px solid black;
  color: black;
  letter-spacing: -0.1em;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
}
span.latest-pill {
  font-size: 0.75em;
}
.resource-table-header {
  display: table;
  width: 100%;
  font: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  padding: 2%;
  max-width: 100%;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.40em;
  font-weight: bold;
  background: #E7E7E7;
}
.resource-table-header button.btn-archive {
  float: right;
}
.resource-table-header .type-of-content {
  display: table-cell;
  vertical-align: middle;
}
/* presets pages */
.item-presets {
  margin-top: 2em;
  margin-bottom: 2em;
}
.item-presets .preset-wrapper {
  background: #E7E7E7;
  padding-top: 2.075%;
  padding-bottom: 2.075%;
  margin-bottom: 2%;
  /* add a mimimum for long product name */
  min-height: 11em;
  display: block;
}
.item-presets .preset-wrapper .product-image-wrapper {
  width: 12.06%;
  padding-left: 4.15%;
  float: left;
}
.item-presets .preset-wrapper .product-image-wrapper img {
  max-width: 100%;
}
.item-presets .preset-wrapper .product-image-wrapper .product-label {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: -4%;
  letter-spacing: -0.05em;
}
.item-presets .preset-wrapper .preset-table-wrapper {
  width: 78.16%;
  margin-left: 20.36%;
  /* should match width+horizontal paddings of image wrapper */
  background: #f7f7f7;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  width: 96%;
  max-width: 98%;
  background: #f7f7f7;
  color: #797979;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header {
  color: #000000;
  border-bottom: 1px #000 solid;
  font: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  margin-top: 2%;
  margin-left: 2%;
  padding-top: 1%;
  max-width: 100%;
  text-align: left;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header th {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.25em;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header th.header-Name {
  width: 35%;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header th.header-Sound-Designer {
  width: 22%;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header th.header-Count {
  text-align: center;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header th.header-Example-Sound {
  text-align: center;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table thead.preset-table-header th.header-Download {
  text-align: center;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody {
  font-size: 95%;
  color: #797979;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr.notice-row > td {
  border-top: none;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Name {
  width: 35%;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Name span.latest-pill {
  padding: 1px 5px;
  margin-left: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 400;
  font-weight: bold;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Sound-Designer {
  width: 22%;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Sound-Designer span.artist-bio {
  color: #797979;
  font-weight: 500;
  cursor: pointer;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Count {
  text-align: center;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Example-Sound {
  text-align: center;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Example-Sound .button {
  margin-left: auto;
  margin-right: auto;
}
.item-presets .preset-wrapper .preset-table-wrapper .preset-table tbody tr td.column-Download {
  text-align: center;
}
body .popover .popover-content {
  margin-bottom: 3%;
}
body .popover .popover-content img {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
body .popover .popover-content a {
  color: dodgerblue;
}
body .popover .popover-content ul.tracks-list {
  z-index: 100;
  cursor: pointer;
  background-color: #434343;
  margin: -10px 0;
  padding-left: 0;
  padding-top: 2px;
  list-style-type: none;
  max-width: 300px;
  border: 2px inset black;
  border-top: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body .popover .popover-content ul.tracks-list li.track {
  color: white;
  padding-left: 2%;
  z-index: 10;
}
body .popover .popover-content ul.tracks-list li.track.active {
  background-color: #696969;
}
body .popover .popover-content ul.tracks-list li.track:hover {
  background-color: #696969;
}
#myaccount .panel-magic {
  border-color: #dddddd;
}
#myaccount .panel-magic .panel-heading {
  background-color: #2ddcb4;
  font-weight: bold;
}
div.profile-edit input.invalid {
  border-color: #a94442;
}
.arturia-round-button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.333em;
  font-weight: 500;
  color: #000;
  line-height: 1.05em;
}
.arturia-round-button i {
  vertical-align: middle;
  font-size: 1.5em;
}
div.itemBody div.itemFullText a.white-link {
  color: white;
}
.table-outermost-wrapper {
  background: #e4e4e4;
  padding: 1.77%;
}
.table-outermost-wrapper .table-wrapper {
  padding: 1.43%;
  background: #f7f7f7;
}
.table-outermost-wrapper .table-wrapper .wrapped-table {
  color: #797979;
}
.table-outermost-wrapper .table-wrapper .wrapped-table thead {
  color: #000000;
  border-bottom: 1px #000 solid;
  letter-spacing: -0.07em;
}
.table-outermost-wrapper .table-wrapper .wrapped-table thead th {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
.table-outermost-wrapper .table-wrapper .wrapped-table thead th.header-activationCode {
  width: 85.7%;
  padding-left: 10%;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody {
  font-size: 0.96em;
  color: #797979;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody div.product {
  width: 14.3%;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody div.product .product-label {
  font-size: 1.0em;
  padding-left: 3%;
  text-align: left;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody td.activationCodes {
  width: 85.7%;
  padding-left: 10%;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody td.activationCodes ul.activationCodes-List {
  list-style-type: none;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody .show-detail {
  width: 5%;
}
.table-outermost-wrapper .table-wrapper .wrapped-table tbody .show-detail button.button,
.table-outermost-wrapper .table-wrapper .wrapped-table tbody .show-detail a.button {
  float: right;
  margin-bottom: 3%;
}
.itemFullText {
  text-align: left;
}
.itemFullText #myproduct .panel .table thead tr th,
.itemFullText #mysupport .panel .table thead tr th,
.itemFullText #myorder .panel .table thead tr th,
.itemFullText #mycoupon .panel .table thead tr th {
  border-bottom: none;
}
.itemFullText #myproduct .panel .table.unreg-products tbody,
.itemFullText #mysupport .panel .table.unreg-products tbody,
.itemFullText #myorder .panel .table.unreg-products tbody,
.itemFullText #mycoupon .panel .table.unreg-products tbody {
  background-color: #f0dfdf;
}
.itemFullText #myproduct .panel .table.unreg-products tbody td,
.itemFullText #mysupport .panel .table.unreg-products tbody td,
.itemFullText #myorder .panel .table.unreg-products tbody td,
.itemFullText #mycoupon .panel .table.unreg-products tbody td {
  border-top: 1px solid #bbb;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .product,
.itemFullText #mysupport .panel .table.unreg-products tbody .product,
.itemFullText #myorder .panel .table.unreg-products tbody .product,
.itemFullText #mycoupon .panel .table.unreg-products tbody .product {
  width: 24%;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .product img,
.itemFullText #mysupport .panel .table.unreg-products tbody .product img,
.itemFullText #myorder .panel .table.unreg-products tbody .product img,
.itemFullText #mycoupon .panel .table.unreg-products tbody .product img {
  width: 100%;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .product dl,
.itemFullText #mysupport .panel .table.unreg-products tbody .product dl,
.itemFullText #myorder .panel .table.unreg-products tbody .product dl,
.itemFullText #mycoupon .panel .table.unreg-products tbody .product dl {
  margin-bottom: 0.5em;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .product span.product-lbl,
.itemFullText #mysupport .panel .table.unreg-products tbody .product span.product-lbl,
.itemFullText #myorder .panel .table.unreg-products tbody .product span.product-lbl,
.itemFullText #mycoupon .panel .table.unreg-products tbody .product span.product-lbl {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .licences dl,
.itemFullText #mysupport .panel .table.unreg-products tbody .licences dl,
.itemFullText #myorder .panel .table.unreg-products tbody .licences dl,
.itemFullText #mycoupon .panel .table.unreg-products tbody .licences dl {
  margin-bottom: 0.5em;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .licences span.licence-status,
.itemFullText #mysupport .panel .table.unreg-products tbody .licences span.licence-status,
.itemFullText #myorder .panel .table.unreg-products tbody .licences span.licence-status,
.itemFullText #mycoupon .panel .table.unreg-products tbody .licences span.licence-status {
  text-transform: capitalize;
}
.itemFullText #myproduct .panel .table.unreg-products tbody .licences span.icon-unregistred,
.itemFullText #mysupport .panel .table.unreg-products tbody .licences span.icon-unregistred,
.itemFullText #myorder .panel .table.unreg-products tbody .licences span.icon-unregistred,
.itemFullText #mycoupon .panel .table.unreg-products tbody .licences span.icon-unregistred {
  color: orange;
  font-size: 1.0em;
}
.itemFullText #myproduct .panel .table.coupons tbody .couponVisual,
.itemFullText #mysupport .panel .table.coupons tbody .couponVisual,
.itemFullText #myorder .panel .table.coupons tbody .couponVisual,
.itemFullText #mycoupon .panel .table.coupons tbody .couponVisual {
  width: 33%;
}
.itemFullText #myproduct .panel .table.coupons tbody .couponVisual img,
.itemFullText #mysupport .panel .table.coupons tbody .couponVisual img,
.itemFullText #myorder .panel .table.coupons tbody .couponVisual img,
.itemFullText #mycoupon .panel .table.coupons tbody .couponVisual img {
  width: 100%;
}
.itemFullText #myproduct .panel .table.coupons tbody .couponLink,
.itemFullText #mysupport .panel .table.coupons tbody .couponLink,
.itemFullText #myorder .panel .table.coupons tbody .couponLink,
.itemFullText #mycoupon .panel .table.coupons tbody .couponLink {
  text-align: right;
}
.itemFullText #myproduct .panel .table.products .panel-title a:hover,
.itemFullText #mysupport .panel .table.products .panel-title a:hover,
.itemFullText #myorder .panel .table.products .panel-title a:hover,
.itemFullText #mycoupon .panel .table.products .panel-title a:hover,
.itemFullText #myproduct .panel .table.products .panel-title a:visited,
.itemFullText #mysupport .panel .table.products .panel-title a:visited,
.itemFullText #myorder .panel .table.products .panel-title a:visited,
.itemFullText #mycoupon .panel .table.products .panel-title a:visited,
.itemFullText #myproduct .panel .table.products .panel-title a:link,
.itemFullText #mysupport .panel .table.products .panel-title a:link,
.itemFullText #myorder .panel .table.products .panel-title a:link,
.itemFullText #mycoupon .panel .table.products .panel-title a:link,
.itemFullText #myproduct .panel .table.products .panel-title a:active,
.itemFullText #mysupport .panel .table.products .panel-title a:active,
.itemFullText #myorder .panel .table.products .panel-title a:active,
.itemFullText #mycoupon .panel .table.products .panel-title a:active {
  text-decoration: none;
}
.itemFullText #myproduct .panel .table.products tbody .product,
.itemFullText #mysupport .panel .table.products tbody .product,
.itemFullText #myorder .panel .table.products tbody .product,
.itemFullText #mycoupon .panel .table.products tbody .product {
  width: 24%;
}
.itemFullText #myproduct .panel .table.products tbody .product img,
.itemFullText #mysupport .panel .table.products tbody .product img,
.itemFullText #myorder .panel .table.products tbody .product img,
.itemFullText #mycoupon .panel .table.products tbody .product img {
  width: 100%;
}
.itemFullText #myproduct .panel .table.products tbody .product span.icon-time,
.itemFullText #mysupport .panel .table.products tbody .product span.icon-time,
.itemFullText #myorder .panel .table.products tbody .product span.icon-time,
.itemFullText #mycoupon .panel .table.products tbody .product span.icon-time {
  color: orangered;
}
.itemFullText #myproduct .panel .table.products tbody .product span.icon-unregistred,
.itemFullText #mysupport .panel .table.products tbody .product span.icon-unregistred,
.itemFullText #myorder .panel .table.products tbody .product span.icon-unregistred,
.itemFullText #mycoupon .panel .table.products tbody .product span.icon-unregistred {
  color: orange;
  font-size: 1.4em;
}
.itemFullText #myproduct .panel .table.products tbody .product span.product-lbl,
.itemFullText #mysupport .panel .table.products tbody .product span.product-lbl,
.itemFullText #myorder .panel .table.products tbody .product span.product-lbl,
.itemFullText #mycoupon .panel .table.products tbody .product span.product-lbl {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes dd.update form,
.itemFullText #mysupport .panel .table.products tbody .activationCodes dd.update form,
.itemFullText #myorder .panel .table.products tbody .activationCodes dd.update form,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes dd.update form {
  padding-top: 0px;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes span.icon-registred,
.itemFullText #mysupport .panel .table.products tbody .activationCodes span.icon-registred,
.itemFullText #myorder .panel .table.products tbody .activationCodes span.icon-registred,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes span.icon-registred {
  color: #008000;
  font-size: 1.0em;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes span.icon-locked,
.itemFullText #mysupport .panel .table.products tbody .activationCodes span.icon-locked,
.itemFullText #myorder .panel .table.products tbody .activationCodes span.icon-locked,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes span.icon-locked {
  color: #e12212;
  font-size: 1.0em;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes span.licence-status,
.itemFullText #mysupport .panel .table.products tbody .activationCodes span.licence-status,
.itemFullText #myorder .panel .table.products tbody .activationCodes span.licence-status,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes span.licence-status {
  text-transform: capitalize;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes span.faqLink,
.itemFullText #mysupport .panel .table.products tbody .activationCodes span.faqLink,
.itemFullText #myorder .panel .table.products tbody .activationCodes span.faqLink,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes span.faqLink {
  float: right;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes hr,
.itemFullText #mysupport .panel .table.products tbody .activationCodes hr,
.itemFullText #myorder .panel .table.products tbody .activationCodes hr,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes hr {
  margin-top: 0;
  margin-bottom: 0.5em;
  border-top: 1px solid #555;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes .activationCodes-List .machine-item,
.itemFullText #mysupport .panel .table.products tbody .activationCodes .activationCodes-List .machine-item,
.itemFullText #myorder .panel .table.products tbody .activationCodes .activationCodes-List .machine-item,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes .activationCodes-List .machine-item {
  padding-top: 0.3em;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes .activationCodes-List ul,
.itemFullText #mysupport .panel .table.products tbody .activationCodes .activationCodes-List ul,
.itemFullText #myorder .panel .table.products tbody .activationCodes .activationCodes-List ul,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes .activationCodes-List ul {
  list-style-type: none;
  margin-top: 0.3em;
}
.itemFullText #myproduct .panel .table.products tbody .activationCodes .activationCodes-List ul li,
.itemFullText #mysupport .panel .table.products tbody .activationCodes .activationCodes-List ul li,
.itemFullText #myorder .panel .table.products tbody .activationCodes .activationCodes-List ul li,
.itemFullText #mycoupon .panel .table.products tbody .activationCodes .activationCodes-List ul li {
  margin-bottom: 0;
}
.itemFullText #myproduct .panel .table.products tbody .licences hr,
.itemFullText #mysupport .panel .table.products tbody .licences hr,
.itemFullText #myorder .panel .table.products tbody .licences hr,
.itemFullText #mycoupon .panel .table.products tbody .licences hr {
  margin-top: 0;
  margin-bottom: 0.5em;
  border-top: 1px solid #555;
}
.itemFullText #myproduct .panel .table.products tbody .show-detail,
.itemFullText #mysupport .panel .table.products tbody .show-detail,
.itemFullText #myorder .panel .table.products tbody .show-detail,
.itemFullText #mycoupon .panel .table.products tbody .show-detail {
  width: 5%;
}
.itemFullText #myproduct .panel .table.tickets .id,
.itemFullText #mysupport .panel .table.tickets .id,
.itemFullText #myorder .panel .table.tickets .id,
.itemFullText #mycoupon .panel .table.tickets .id {
  width: 9%;
}
.itemFullText #myproduct .panel .table.tickets .opened,
.itemFullText #mysupport .panel .table.tickets .opened,
.itemFullText #myorder .panel .table.tickets .opened,
.itemFullText #mycoupon .panel .table.tickets .opened {
  width: 20%;
}
.itemFullText #myproduct .panel .table.tickets .status,
.itemFullText #mysupport .panel .table.tickets .status,
.itemFullText #myorder .panel .table.tickets .status,
.itemFullText #mycoupon .panel .table.tickets .status {
  width: 10%;
}
.itemFullText #myproduct .panel .table.tickets .modified,
.itemFullText #mysupport .panel .table.tickets .modified,
.itemFullText #myorder .panel .table.tickets .modified,
.itemFullText #mycoupon .panel .table.tickets .modified {
  width: 20%;
}
.itemFullText #myproduct .panel .table.tickets .latest-event,
.itemFullText #mysupport .panel .table.tickets .latest-event,
.itemFullText #myorder .panel .table.tickets .latest-event,
.itemFullText #mycoupon .panel .table.tickets .latest-event {
  width: 11%;
}
.itemFullText #myproduct .panel .table.tickets span.pill,
.itemFullText #mysupport .panel .table.tickets span.pill,
.itemFullText #myorder .panel .table.tickets span.pill,
.itemFullText #mycoupon .panel .table.tickets span.pill {
  padding: 1px 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* to avoid collision with bootstrap .close we can't factorize in span.pill */
}
.itemFullText #myproduct .panel .table.tickets span.pill.open,
.itemFullText #mysupport .panel .table.tickets span.pill.open,
.itemFullText #myorder .panel .table.tickets span.pill.open,
.itemFullText #mycoupon .panel .table.tickets span.pill.open {
  font-size: 0.75em;
  font-weight: 700;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.itemFullText #myproduct .panel .table.tickets span.pill.close,
.itemFullText #mysupport .panel .table.tickets span.pill.close,
.itemFullText #myorder .panel .table.tickets span.pill.close,
.itemFullText #mycoupon .panel .table.tickets span.pill.close {
  font-size: 0.75em;
  font-weight: 700;
  float: none;
  opacity: 1;
  background-color: #c9f2da;
  border-color: #d0ee73;
  color: #10b929;
}
.itemFullText #myproduct .panel .table.orders tbody .order,
.itemFullText #mysupport .panel .table.orders tbody .order,
.itemFullText #myorder .panel .table.orders tbody .order,
.itemFullText #mycoupon .panel .table.orders tbody .order {
  width: 24%;
}
.itemFullText #myproduct .panel .table.orders tbody .order span.icon-ok,
.itemFullText #mysupport .panel .table.orders tbody .order span.icon-ok,
.itemFullText #myorder .panel .table.orders tbody .order span.icon-ok,
.itemFullText #mycoupon .panel .table.orders tbody .order span.icon-ok {
  color: #008000;
}
.itemFullText #myproduct .panel .table.orders tbody .order span.icon-time,
.itemFullText #mysupport .panel .table.orders tbody .order span.icon-time,
.itemFullText #myorder .panel .table.orders tbody .order span.icon-time,
.itemFullText #mycoupon .panel .table.orders tbody .order span.icon-time {
  color: orange;
}
.itemFullText #myproduct .panel .table.orders tbody .order span.icon-remove,
.itemFullText #mysupport .panel .table.orders tbody .order span.icon-remove,
.itemFullText #myorder .panel .table.orders tbody .order span.icon-remove,
.itemFullText #mycoupon .panel .table.orders tbody .order span.icon-remove,
.itemFullText #myproduct .panel .table.orders tbody .order span.icon-question,
.itemFullText #mysupport .panel .table.orders tbody .order span.icon-question,
.itemFullText #myorder .panel .table.orders tbody .order span.icon-question,
.itemFullText #mycoupon .panel .table.orders tbody .order span.icon-question {
  color: red;
}
.itemFullText #myproduct .panel .table.orders tbody .order-items .history ul,
.itemFullText #mysupport .panel .table.orders tbody .order-items .history ul,
.itemFullText #myorder .panel .table.orders tbody .order-items .history ul,
.itemFullText #mycoupon .panel .table.orders tbody .order-items .history ul {
  list-style-type: none;
}
.itemFullText #myproduct .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill,
.itemFullText #mysupport .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill,
.itemFullText #myorder .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill,
.itemFullText #mycoupon .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill {
  padding: 1px 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* to avoid collision with bootstrap .close we can't factorize in span.pill */
}
.itemFullText #myproduct .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.danger,
.itemFullText #mysupport .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.danger,
.itemFullText #myorder .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.danger,
.itemFullText #mycoupon .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.danger {
  font-size: 0.75em;
  font-weight: 700;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.itemFullText #myproduct .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.success,
.itemFullText #mysupport .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.success,
.itemFullText #myorder .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.success,
.itemFullText #mycoupon .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.success {
  font-size: 0.75em;
  font-weight: 700;
  background-color: #c9f2da;
  border-color: #008000;
  color: #10b929;
  float: none;
  opacity: 1;
}
.itemFullText #myproduct .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.warning,
.itemFullText #mysupport .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.warning,
.itemFullText #myorder .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.warning,
.itemFullText #mycoupon .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.warning {
  font-size: 0.75em;
  font-weight: 700;
  background-color: #f2dede;
  border-color: orange;
  color: darkorange;
  padding: 1px 5px;
  margin-left: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.itemFullText #myproduct .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.info,
.itemFullText #mysupport .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.info,
.itemFullText #myorder .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.info,
.itemFullText #mycoupon .panel .table.orders tbody .order-items .history ul li.licence-entry span.pill.info {
  font-size: 0.75em;
  font-weight: 700;
  background-color: #c9f2da;
  border-color: lightblue;
  color: dodgerblue;
  float: none;
  opacity: 1;
}
.itemFullText #myproduct .panel .table.orders tbody .price,
.itemFullText #mysupport .panel .table.orders tbody .price,
.itemFullText #myorder .panel .table.orders tbody .price,
.itemFullText #mycoupon .panel .table.orders tbody .price {
  width: 10%;
}
.itemFullText #myproduct .panel .table.orders tbody .show-detail,
.itemFullText #mysupport .panel .table.orders tbody .show-detail,
.itemFullText #myorder .panel .table.orders tbody .show-detail,
.itemFullText #mycoupon .panel .table.orders tbody .show-detail {
  width: 5%;
}
.offline-registration-request .productName {
  text-align: left;
  padding-right: 3em;
}
.offline-registration-request .productSerial {
  text-align: left;
}
.offline-registration-request .fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.offline-registration-request .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.offline-registration-request .form-control {
  display: inline;
  width: 70%;
}
.offline-registration-request .form-error {
  color: #F00;
}
@font-face {
  font-family: 'Glyphicons Social';
  src: url('../fonts/glyphicons-social-regular.eot');
  src: url('../fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-social-regular.woff') format('woff'), url('../fonts/glyphicons-social-regular.ttf') format('truetype'), url('../fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
}
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social.x05 {
  font-size: 12px;
}
.social.x2 {
  font-size: 48px;
}
.social.x3 {
  font-size: 72px;
}
.social.x4 {
  font-size: 96px;
}
.social.x5 {
  font-size: 120px;
}
.social.light:before {
  color: #f2f2f2;
}
.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.social-pinterest:before {
  content: "\E001";
}
.social-dropbox:before {
  content: "\E002";
}
.social-google-plus:before {
  content: "\E003";
}
.social-jolicloud:before {
  content: "\E004";
}
.social-yahoo:before {
  content: "\E005";
}
.social-blogger:before {
  content: "\E006";
}
.social-picasa:before {
  content: "\E007";
}
.social-amazon:before {
  content: "\E008";
}
.social-tumblr:before {
  content: "\E009";
}
.social-wordpress:before {
  content: "\E010";
}
.social-instapaper:before {
  content: "\E011";
}
.social-evernote:before {
  content: "\E012";
}
.social-xing:before {
  content: "\E013";
}
.social-zootool:before {
  content: "\E014";
}
.social-dribbble:before {
  content: "\E015";
}
.social-deviantart:before {
  content: "\E016";
}
.social-read-it-later:before {
  content: "\E017";
}
.social-linked-in:before {
  content: "\E018";
}
.social-forrst:before {
  content: "\E019";
}
.social-pinboard:before {
  content: "\E020";
}
.social-behance:before {
  content: "\E021";
}
.social-github:before {
  content: "\E022";
}
.social-youtube:before {
  content: "\E023";
}
.social-skitch:before {
  content: "\E024";
}
.social-foursquare:before {
  content: "\E025";
}
.social-quora:before {
  content: "\E026";
}
.social-badoo:before {
  content: "\E027";
}
.social-spotify:before {
  content: "\E028";
}
.social-stumbleupon:before {
  content: "\E029";
}
.social-readability:before {
  content: "\E030";
}
.social-facebook:before {
  content: "\E031";
}
.social-twitter:before {
  content: "\E032";
}
.social-instagram:before {
  content: "\E033";
}
.social-posterous-spaces:before {
  content: "\E034";
}
.social-vimeo:before {
  content: "\E035";
}
.social-flickr:before {
  content: "\E036";
}
.social-last-fm:before {
  content: "\E037";
}
.social-rss:before {
  content: "\E038";
}
.social-skype:before {
  content: "\E039";
}
.social-e-mail:before {
  content: "\E040";
}
.social-vine:before {
  content: "\E041";
}
.social-myspace:before {
  content: "\E042";
}
.social-goodreads:before {
  content: "\E043";
}
.social-apple:before {
  content: "\F8FF";
}
.social-windows:before {
  content: "\E045";
}
.social-yelp:before {
  content: "\E046";
}
.social-playstation:before {
  content: "\E047";
}
.social-xbox:before {
  content: "\E048";
}
.social-android:before {
  content: "\E049";
}
.social-ios:before {
  content: "\E050";
}
.social-wikipedia:before {
  content: "\E051";
}
.social-pocket:before {
  content: "\E052";
}
.social-steam:before {
  content: "\E053";
}
.social-soundcloud:before {
  content: "\E054";
}
.social-slideshare:before {
  content: "\E055";
}
.social-netflix:before {
  content: "\E056";
}
.social-paypal:before {
  content: "\E057";
}
.social-google-drive:before {
  content: "\E058";
}
.social-linux-foundation:before {
  content: "\E059";
}
.social-ebay:before {
  content: "\E060";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.debug {
  border: dotted 1px #f001ce;
}
.debug-panel-wrapper {
  float: left;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10999;
  background-color: white;
  padding: 7px;
  font-size: small;
}
.debug-panel {
  display: -webkit-flex;
  display: flex;
}
.debug-panel h4,
.debug-panel h5,
.debug-panel h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.debug-panel h4 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
}
.debug-panel h5 {
  font-size: 1.05em;
  font-weight: 500;
  text-align: center;
}
.debug-panel ul {
  list-style-type: none;
  padding-left: 4px;
}
.debug-panel ul li span.label {
  color: black;
  display: inline-block;
  min-width: 86px;
  text-align: right;
}
.debug-panel ul li span.label::after {
  content: ": ";
}
.debug-panel ul li span.value {
  text-align: left;
}
.debug-panel ul li.fact {
  margin-left: 4px;
}
.debug-panel ul li.fact button {
  margin: 4px;
}
.debug-panel ul li.button {
  float: left;
  margin: 4px;
}
.debug-panel.hide {
  display: none;
}
#advanced-search {
  text-align: left;
  width: 100%;
  padding: 5px 0 15px;
}
#advanced-search-toggle {
  cursor: pointer;
}
#search-query-explained {
  padding: 10px 0;
}
#search-query-explained span.term,
#search-query-explained span.date,
#search-query-explained span.when,
#search-query-explained span.branch,
#search-query-explained span.node,
#search-query-explained span.op {
  font-weight: bold;
}
#search-query-explained span.op {
  text-transform: uppercase;
}
#search-results li.search-result .mime-pdf {
  padding-left: 20px;
  background: url(../images/mime/pdf.png) no-repeat;
}
#search-results .search-pagination,
#search-results .pagination,
#search-results .search-pages-counter {
  clear: both;
  margin: 0 auto;
}
#highlighter-start,
#highlighter-end {
  display: none;
  height: 0;
  opacity: 0;
}
span.highlight {
  background-color: #88E2C5;
  font-weight: bold;
  padding: 1px 4px;
}
ul.autocompleter-choices {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  border-right-color: #DDDDDD;
  border-bottom-color: #DDDDDD;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  z-index: 50;
}
ul.autocompleter-choices li {
  background: none;
  position: relative;
  padding: 0.1em 1.5em 0.1em 1em;
  cursor: pointer;
  font-weight: normal;
  font-size: 1em;
}
ul.autocompleter-choices li.autocompleter-selected {
  background-color: #333;
  color: #FFFFFF;
}
ul.autocompleter-choices span.autocompleter-queried {
  font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  color: #9FCFFF;
}
ul#finder-filter-select-list {
  top: 4em !important;
}
#opp ul.adminformlist {
  margin-left: 0;
  list-style-type: none;
}
#opp ul.adminformlist li span.form-error {
  color: red;
  text-align: center;
}
#opp ul.adminformlist li input,
#opp ul.adminformlist li select,
#opp ul.adminformlist li textarea {
  margin-bottom: 1%;
}
#opp div.social-link,
#opp li.social-link {
  display: inline-block;
  width: 256px;
  height: 256px;
  list-style: none;
  margin-left: 8px;
}
#opp div.social-link a.social-button,
#opp li.social-link a.social-button {
  display: inline;
  float: left;
  width: 25%;
  height: 25%;
  background-position: 0 100%;
  background-size: cover;
}
#opp div.social-link a.social-button:hover,
#opp li.social-link a.social-button:hover {
  background-position: 0 0;
}
#opp div.social-link a.social-button.facebook,
#opp li.social-link a.social-button.facebook {
  background-image: url('../images/facebook.svg');
}
#opp div.social-link a.social-button.twitter,
#opp li.social-link a.social-button.twitter {
  background-image: url('../images/twitter.svg');
}
#opp div.social-link a.social-button.soundcloud,
#opp li.social-link a.social-button.soundcloud {
  background-image: url('../images/soundcloud.svg');
}
#opp div.social-link a.social-button.youtube,
#opp li.social-link a.social-button.youtube {
  background-image: url('../images/youtube.svg');
}
/*-----------------------------------------------------------------------------

MEGAFOLIO RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	26/06/12
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/***********************
	-	BASICS 	-
***********************/
body.megaexamples {
  background-color: #a8b6bd;
}
.container-mega {
  max-width: 1260px;
  min-width: 240px;
  width: auto;
  margin: auto;
  padding: 0px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.splash-white {
  width: 100%;
  padding: 45px 0px;
  background: #fff;
  position: relative;
}
.container-fullwidth {
  width: 100%;
  min-width: 240px;
  width: auto;
  margin: auto;
  padding: 0px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.megafolio-container,
.megafolio-container-splash {
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*-----------------------------------------------------------------------------

	-	Megafolio PRO  -

Screen Stylesheet

version:   	1.0
date:      	10/10/12
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/****************************
	-	FANCY BOX TRICKS -
*****************************/
.fancybox-lock .fancybox-overlay {
  overflow-x: auto;
  overflow-y: hidden !important;
}
/************************************************
	-	BASIC CAPTIONS AND COVERS PER mega-entry	-
************************************************/
.mega-covercaption {
  padding: 21px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  left: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.mega-white {
  background: #fff;
}
.mega-white.mega-transparent {
  background: rgba(255, 255, 255, 0.8);
}
.mega-black {
  background: #000;
}
.mega-black.mega-transparent {
  background: rgba(0, 0, 0, 0.8);
}
.mega-turquoise {
  background: #43a1a9;
}
.mega-orange {
  background: #de921a;
}
.mega-green {
  background: #9ab534;
}
.mega-red {
  background: #d74f35;
}
.mega-violet {
  background: #791869;
}
.mega-blue {
  background: #034e92;
}
.mega-arturia-color {
  background: #2ddcb4;
}
/*** THE DIRECTIONS OF CAPTIONS **/
.mega-square .mega-square-top {
  top: 0px;
  left: 0px;
  bottom: auto;
}
.mega-square .mega-square-bottom {
  bottom: 0px;
  left: 0px;
  top: auto;
}
.mega-square .mega-square-left {
  top: 0px;
  left: 0px;
  max-width: 50%;
  height: 100%;
}
.mega-square .mega-square-right {
  top: 0px;
  right: 0px;
  left: auto;
  width: 50%;
  height: 100%;
}
.mega-portrait .mega-portrait-top {
  top: 0px;
  left: 0px;
  bottom: auto;
}
.mega-portrait .mega-portrait-bottom {
  bottom: 0px;
  left: 0px;
  top: auto;
}
.mega-portrait .mega-portrait-left {
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}
.mega-portrait .mega-portrait-right {
  top: 0px;
  right: 0px;
  left: auto;
  width: 50%;
  height: 100%;
}
.mega-landscape .mega-landscape-top {
  top: 0px;
  left: 0px;
  bottom: auto;
}
.mega-landscape .mega-landscape-bottom {
  bottom: 0px;
  left: 0px;
  top: auto;
}
.mega-landscape .mega-landscape-left {
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}
.mega-landscape .mega-landscape-right {
  top: 0px;
  right: 0px;
  left: auto;
  width: 50%;
  height: 100%;
}
.mega-title {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.mega-date {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #666;
  font-weight: 300;
  margin-top: 0px;
}
.mega-covercaption p {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  margin-top: 12px;
}
.mega-covercaption a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.mega-covercaption a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.mega-withsocialbar.mega-covercaption {
  margin-bottom: 16px;
}
.mega-smallcaptions .mega-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.mega-smallcaptions .mega-date {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #888;
}
.mega-white .mega-title {
  color: #000;
}
.mega-white .mega-date {
  color: #666;
}
.mega-white p {
  color: #555;
}
.mega-white.mega-covercaption a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dotted #555;
}
.mega-white.mega-covercaption a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.mega-black .mega-title {
  color: #fff;
}
.mega-black .mega-date {
  color: #fff;
}
.mega-black p {
  color: #fff;
}
.mega-turquoise .mega-title,
.mega-turquoise .mega-date,
.mega-turquoise p {
  color: #fff;
}
.mega-orange .mega-title,
.mega-orange .mega-date,
.mega-orange p {
  color: #fff;
}
.mega-green .mega-title,
.mega-green .mega-date,
.mega-green p {
  color: #fff;
}
.mega-red .mega-title,
.mega-red .mega-date,
.mega-red p {
  color: #fff;
}
.mega-violet .mega-title,
.mega-violet .mega-date,
.mega-violet p {
  color: #fff;
}
.mega-blue .mega-title,
.mega-blue .mega-date,
.mega-blue p {
  color: #fff;
}
.fatcaption-top {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.fatcaption-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.gallerycaption-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.gallerysubline {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #ccc;
  margin-top: 2px;
}
/** SET THE CAPTION SETTIGS UNDER LOWSIZE ENTRIES  **/
.mega-lowsize .mega-covercaption p {
  display: none;
}
.mega-lowsize .mega-title {
  font-size: 18px;
}
.mega-lowsize .mega-date {
  font-size: 13px;
}
/********************************
	-	CAPTION NORMAL LINKS
*********************************/
.mega-coverbuttons {
  max-width: 68px;
  max-height: 34px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  left: 0px !important;
  top: 0px !important;
  bottom: auto !important;
}
.mega-entry-innerwrap:hover .mega-coverbuttons {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.mega-link {
  background-image: url(../assets/link_clean.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
  float: left;
  cursor: pointer;
}
.mega-link a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.mega-view {
  background-image: url(../assets/zoom_clean.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
  float: left;
  cursor: pointer;
}
.mega-view a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.mega-link a:hover,
.mega-view a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/*********************************************
	-	SOCIAL BAR AT THE BOTTOM PER mega-entry	-
***********************************************/
.mega-square .mega-square-bottom.mega-withsocialbar,
.mega-portrait .mega-portrait-bottom.mega-withsocialbar,
.mega-landscape .mega-landscape-bottom.mega-withsocialbar {
  padding-bottom: 25px;
}
.mega-socialbar {
  position: absolute;
  height: 16px;
  z-index: 10;
  bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  left: 0px;
  right: 0px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: url(../assets/socialbar-bg.png) repeat-x;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 2px 10px;
  overflow: hidden;
}
.mega-socialbar span {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #777;
  font-weight: 400;
  line-height: 16px;
  text-shadow: 0px 1px 0px #fff;
}
.mega-soc {
  cursor: pointer;
  background-position: left 2px !important;
  min-width: 16px;
  height: 18px;
  margin-top: -2px;
}
.mega-soc:hover {
  background-position: left -14px !important;
}
.mega-soc span {
  margin-left: 20px;
  margin-right: 20px;
}
.mega-facebook {
  background: url(../icons/facebook.png) no-repeat;
}
.mega-comments {
  background: url(../icons/comments.png) no-repeat;
}
.mega-twitter {
  background: url(../icons/twitter.png) no-repeat;
}
.mega-more {
  background: url(../icons/more.png) no-repeat;
}
.mega-like {
  background: url(../icons/like.png) no-repeat;
}
.mega-leftfloat {
  float: left;
  margin-right: 5px;
}
.mega-rightfloat {
  float: right;
}
.ie8 .mega-socialbar .mega-rightfloat,
.ie9 .mega-socialbar .mega-rightfloat {
  margin-right: 25px;
}
/****************************************************

	-	BASIC SETTINGS FOR GALLERY GRIDS	-

******************************************************/
.mega-entry .mega-entry-innerwrap {
  border: 5px solid #fff;
}
.noborder .mega-entry .mega-entry-innerwrap {
  border: 0px solid #fff;
}
.noborder .mega-entry .mega-entry-innerwrap {
  border: 0px solid #fff;
}
.light-bg-entries .mega-entry .mega-entry-innerwrap {
  background-color: #ccc !important;
}
.dark-bg-entries .mega-entry .mega-entry-innerwrap {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.mega-entry {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -webkit-transform: translateZ(10);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  z-index: 2;
}
.mega-entry .mega-entry-innerwrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  z-index: 2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-transform: translateZ(10);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.ie8 .mega-entry,
.ie8 .mega-entry .mega-entry-innerwrap,
.ie9 .mega-entry,
.ie9 .mega-entry .mega-entry-innerwrap {
  overflow: hidden;
}
.mega-entry-innerwrap.pagetop {
  -webkit-transform-origin: 50% 0% 0;
  -moz-transform-origin: 50% 0% 0;
  transform-origin: 50% 0% 0;
}
.mega-entry-innerwrap.pagebottom {
  -webkit-transform-origin: 50% 100% 0;
  -moz-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
}
.mega-entry-innerwrap.pagemiddle {
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
.megafolio-container.norounded .mega-entry .mega-entry-innerwrap {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.megafolio-container-splash.norounded .mega-entry .mega-entry-innerwrap {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.mega-lightbox,
.oldmegalightbox {
  position: absolute;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
  border: 1px solid #333;
  z-index: 1000;
  padding: 100px;
  background: url(../assets/grain.png) repeat;
  background-color: rgba(20, 20, 20, 0.9);
  margin-left: -100px;
  margin-top: -100px;
}
.mega-lightbox .mediaholder,
.oldmegalightbox .mediaholder {
  border: 2px solid #fff;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px 1px rgba(40, 40, 40, 0.6);
}
/** IE HACKS **/
.ieimg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.mega-mega-entry-added {
  visibility: hidden;
}
.mega-mega-entry-added .mega-socialbar,
.mega-mega-entry-added .mega-covercaption {
  visibility: hidden;
}
/*********************************************************

     -    MEGA PORTFOLIO HOVER EFFECTS     -

**********************************************************/
/****************************
		-	BASIC SETTINGS -
    *****************************/
.mega-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  /*background: url(../assets/grain.png) repeat; */
  background-color: rgba(0, 0, 0, 0.8);
  /*border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.norounded .mega-hover {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.mega-divider {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  border-bottom: 1px dashed #7b7c7e;
  border-top: 1px dashed #111;
}
.mega-hovertitle,
.mega-hoverlink,
.mega-hoverview {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.2s;
  /* Safari and Chrome */
  -o-transition-delay: 0.2s;
  /* Opera */
}
.mega-hovertitle {
  position: absolute;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 60%;
  padding: 0px 0px 15px;
  left: 20%;
  bottom: 40%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.mega-hovertitle .mega-hoversubtitle {
  color: #aaa;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.mega-hoverlink {
  /*right:50%;*/
  /*margin-right:33px;*/
  /*background:url(../assets/link.png) no-repeat center;*/
  /*-webkit-transform: translateZ(10);*/
  /*-webkit-backface-visibility: hidden;*/
  /*-webkit-perspective: 1000;*/
}
.mega-hoverview {
  left: 50%;
  margin-left: 33px;
  /*background:url(../assets/lupe.png) no-repeat center;*/
  -webkit-transform: translateZ(10);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.mega-hoverlink,
.mega-hoverview {
  width: 100%;
  /*width:33px; */
  /*height:33px; */
  /*position:absolute;*/
  position: relative;
  /*top:50%;*/
  left: 0;
  text-align: center;
  margin-top: 0px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.mega-hover.alone .mega-hoverview {
  margin-left: -16px;
  margin-top: -20px;
}
.mega-hover.alone .mega-hoverlink {
  margin-right: -16px;
  margin-top: -20px;
}
/********************************
		-	 THE HOVER EFFECT -
	**********************************/
.mega-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari and Chrome */
  -o-transition-delay: 0.1s;
  /* Opera */
}
.mega-hover:hover .mega-hovertitle {
  bottom: 50%;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari and Chrome */
  -o-transition-delay: 0.1s;
  /* Opera */
}
.mega-hover:hover .mega-hovertitle,
.mega-hover:hover .mega-hoverlink,
.mega-hover:hover .mega-hoverview {
  transform: rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.mega-hover:hover .mega-hoverlink {
  /*right:50%; */
  /*margin-right:5px;*/
  /*transition-delay: 0.1s;*/
  /*-moz-transition-delay: 0.1s; */
  /* Firefox 4 */
  /*-webkit-transition-delay: 0.1s; */
  /* Safari and Chrome */
  /*-o-transition-delay: 0.1s; */
  /* Opera */
}
.mega-hover:hover .mega-hoverview {
  left: 50%;
  margin-left: 5px;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari and Chrome */
  -o-transition-delay: 0.1s;
  /* Opera */
}
.mega-hover.alone:hover .mega-hoverview {
  margin-left: -16px;
  margin-top: 0px;
}
.mega-hover.notitle.alone:hover .mega-hoverview {
  margin-left: -16px;
  margin-top: -16px;
}
.mega-hover.notitle.alone:hover .mega-hoverlink {
  margin-right: -16px;
  margin-top: -16px;
}
/*.mega-hover:hover .mega-hoverlink:hover,*/
/*.mega-hover:hover .mega-hoverview:hover*/
/*{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
/*filter: alpha(opacity=60);*/
/*-moz-opacity: 0.6;*/
/*-khtml-opacity: 0.6;*/
/*opacity: 0.6;*/
/*}*/
.mega-hover.notitle .mega-hoverlink,
.mega-hover.notitle .mega-hoverview {
  margin-top: -16px;
}
/******************************
	-	THE FILTERS	-
********************************/
.clear {
  clear: both;
}
.filter_padder {
  padding: 0px 30px;
  margin: 40px auto 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.filter_wrapper {
  background: url(../assets/tiles/topgradient.png) repeat-x;
  background-color: #040404;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0px 35px;
  position: relative;
  min-height: 40px;
  margin: auto;
}
.ie9 .filter_wrapper {
  max-width: 650px;
}
.filter_wrapper.floated {
  float: left;
  margin-right: 50px;
}
.filter_list_wrapper {
  width: 150px;
  position: relative;
  margin: auto;
}
.filter {
  line-height: 40px;
  margin-right: 30px;
  font-size: 14px;
  color: #999;
  float: left;
  font-weight: 700;
  cursor: pointer;
}
.filter:hover,
.filter.selected {
  color: #fff;
}
.filter.last-child {
  margin-right: 0px !important;
}
.filter_list_button {
  background: url(../assets/tiles/list.png) no-repeat 15px center, url(../assets/tiles/topgradient.png);
  background-color: #040404;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  padding: 0px 30px 0px 60px;
  position: relative;
  min-height: 40px;
  margin: auto;
  width: 100%;
  z-index: 1;
}
ul.filter_list {
  background: #040404;
  padding: 0px 45px 0px 45px;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 15px;
  border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  display: none;
  list-style: none;
}
li.filter {
  list-style: none;
  max-width: 156px;
  background: #040404;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  cursor: pointer;
  float: none;
  margin-right: 0px !important;
}
.current-filter {
  max-width: 156px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  cursor: pointer;
  float: none;
  margin-right: 0px !important;
}
.filter_wrapper_list li.filter:hover,
.current-filter,
.filter_wrapper_list li.filter.selected {
  color: #fff;
}
@media only screen and (max-width: 961px) {
  .filter_wrapper.floated {
    margin: auto;
    float: none;
  }
  .filter_list_wrapper {
    width: 216px;
    float: none;
    clear: both;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .filter {
    float: none;
    text-align: center;
    margin-right: 0px;
    line-height: 30px;
  }
}
/***********************************************************
	-  EXAMPLES FOR COLORED BG OF ENTRIES in Example 10 -
************************************************************/
.mega-entry.mega-bg-1 .mega-entry-innerwrap {
  background-color: #f32390 !important;
}
.mega-entry.mega-bg-2 .mega-entry-innerwrap {
  background-color: #d69b12 !important;
}
.mega-entry.mega-bg-3 .mega-entry-innerwrap {
  background-color: #7bce8b !important;
}
/* Add here home & main template stylesheets that apply globally
   all other page or section specific styles goes into their
   own file, imported by Arturia less file
-------------------------------------------------- */
/* Body and structure
-------------------------------------------------- */
body {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.285714;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 75px;
  background: #fff;
  background-color: #fff;
}
@media print {
  .main-nav {
    display: none;
  }
  #banner {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  .footer {
    display: none;
  }
  body {
    font-size: 130%;
    color: black;
    padding-top: 20px;
  }
  .page-break {
    page-break-after: always;
  }
}
/* main styling for article and page composition */
div.itemBody div.itemFullText {
  color: #262626;
}
div.itemBody,
div.itemListView,
div.item-page,
div.category-list,
div.before_content {
  background: #FFFFFF;
  margin-top: 1em;
  /* this impose a 75px left and right inset from the max 1170px 'container' class */
  /*
  strong {
    font-weight: 600;
  }
  */
}
div.itemBody h2,
div.itemListView h2,
div.item-page h2,
div.category-list h2,
div.before_content h2 {
  margin-bottom: 0.5em;
  display: table;
  white-space: nowrap;
}
div.itemBody h3,
div.itemListView h3,
div.item-page h3,
div.category-list h3,
div.before_content h3 {
  font-size: 1.333em;
  color: #000;
  line-height: 1.05em;
}
div.itemBody h4,
div.itemListView h4,
div.item-page h4,
div.category-list h4,
div.before_content h4 {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 1.333em;
  color: #000;
  line-height: 1.05em;
  margin-bottom: 0.5em;
}
div.itemBody .btn,
div.itemListView .btn,
div.item-page .btn,
div.category-list .btn,
div.before_content .btn,
div.itemBody a.btn,
div.itemListView a.btn,
div.item-page a.btn,
div.category-list a.btn,
div.before_content a.btn {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
}
.itemFullText {
  text-align: justify;
}
.itemFullText li {
  line-height: 1.45em;
  margin-bottom: 0.5em;
}
div.arturiaForm {
  padding-top: 2.9em;
}
div.arturiaForm form {
  padding-top: 1.4em;
}
div.arturiaForm form .control-label {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-stretch: condensed;
  font-size: 1.3em;
}
/* media element where an image (of class media-object) that float on the left (or right) and some
    div with class media-body that are on the other side with slight offset */
.media {
  margin-bottom: 68px;
  /* enclosing body (could be repeated inside one media bloc */
}
.media .media-object {
  margin-right: 16px;
}
.media h4 {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  font-size: 1.58em;
  line-height: 1.20em;
  font-weight: 500;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
  text-align: left;
}
.media .media-body {
  /* title e.g Hx element */
}
.full-width {
  width: 100%;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
/* Various button and link style */
.go-link {
  display: inline-block;
  min-width: 2.8em;
  height: 2.8em;
  background-image: url('../images/buttons/go_link.png');
  background-repeat: no-repeat;
  background-position: 0px 0px center;
  margin-left: -0.15em;
}
a:hover.go-link {
  background-image: url('../images/buttons/go_link_hover.png');
}
.go-link-large {
  display: inline-block;
  width: 4em;
  height: 4em;
  background-image: url('../images/buttons/go_link_large.png');
  background-repeat: no-repeat;
}
a:hover.go-link-large {
  background-image: url('../images/buttons/go_link_large_hover.png');
}
/* Home slider
-------------------------------------------------- */
/* style banner .label inside .label_wrapper as label class
   is a bootstrap class used on forms */
.label_wrapper {
  top: 10%;
  left: 30%;
}
.label_wrapper .label {
  background-color: rgba(255, 255, 255, 0);
}
/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}
/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0;
}
/* Masthead (home header for very special announces) */
.masthead {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}
.headline-box {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
.headline-image {
  background-color: #fff;
}
.headline-text {
  font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif;
  vertical-align: bottom;
  background-color: #fff;
}
/* Search pages */
.form-control.search-form {
  width: 30%;
  float: left;
  margin-left: 5px;
}
.search-bar a.advanced,
.search-bar input.search-form,
.search-bar div.label-search {
  line-height: 1.4em;
}
.search-bar input,
.search-bar div {
  float: left;
}
.search-table-header {
  padding: 2%;
  font-size: 1.4em;
}
.search-table-header button {
  font-size: 1em;
  line-height: 1em;
  padding-left: 5px;
  margin-left: 5px;
}
.search-table-header a.advanced {
  text-decoration: underline;
  color: #999999;
  font-size: 0.8em;
}
.search-table-header div.label-search {
  font-weight: bold;
}
.search-table-header div.search-options {
  font-size: 0.8em;
}
.search-table-header label {
  font-weight: normal;
}
div.searchintro {
  color: #797979;
}
div.search-options {
  padding-top: 15px;
}
div#advancedblock {
  background-color: #E7E7E7;
  padding: 5px 0px 5px 5px;
}
div.result-title a {
  color: #2ddcb4;
}
div.result-title {
  font-weight: bold;
  padding: 2px 0px 2px 0px;
}
div.result-text {
  color: #999999;
  max-width: 60%;
}
.search-table-wrapper .result-row {
  background-color: #f9f9f9;
  padding: 12px 0px 12px 16px;
  border-bottom: 2px solid #E7E7E7;
  font-size: 18px;
}
form.form-validate ul {
  list-style-type: none;
}
form.form-validate ul li.has-error span.form-error {
  color: red;
}
/* Megafolio */
div.row div.polaroid {
  border-color: pink;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  border: 10px solid #efefef;
  border-bottom: 45px solid #efefef;
  -webkit-box-shadow: 3px 3px 6px #777;
  -moz-box-shadow: 3px 3px 6px #777;
  box-shadow: 3px 3px 8px #777;
}
.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -2em;
  font: 400 1.2em/1 'Kaushan Script', cursive;
  color: #888;
}
input::-moz-focus-ineer {
  border: 0;
}
a:focus {
  outline: 0;
}
/*# sourceMappingURL=site.css.map */