<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(7732,200): run-time error CSS1035: Expected colon, found '}'
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Conference/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Conference/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
  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 &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=09708fe5734925490f49143c0d1ec0bf)
 * Config saved to config.json and https://gist.github.com/09708fe5734925490f49143c0d1ec0bf
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-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"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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;-webkit-box-sizing:content-box;-moz-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}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('/Conference/fonts/glyphicons-halflings-regular.eot');src:url('/Conference/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/Conference/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('/Conference/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/Conference/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/Conference/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:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#000;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#2077bc;text-decoration:none}a:hover,a:focus{color:2077bc;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail&gt;img,.thumbnail a&gt;img,.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family: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:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline&gt;li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@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 #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}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 #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#000;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:1024px){.container{width:970px}}@media (min-width:1280px){.container{width:1200px}}.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-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left: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:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@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:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1024px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1280px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;thead&gt;tr&gt;th,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;th,.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;td{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;thead&gt;tr&gt;th,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;td{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table&gt;thead&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr.active&gt;th{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover,.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr.active:hover&gt;th{background-color:#e8e8e8}.table&gt;thead&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr.success&gt;th{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover,.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr.success:hover&gt;th{background-color:#d0e9c6}.table&gt;thead&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr.info&gt;th{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover,.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr.info:hover&gt;th{background-color:#c4e3f3}.table&gt;thead&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr.warning&gt;th{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th{background-color:#faf2cc}.table&gt;thead&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr.danger&gt;th{background-color:#f2dede}.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;thead&gt;tr&gt;th,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#000;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;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, -webkit-box-shadow ease-in-out .15s;-o-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:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-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,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-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,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-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}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#404040}@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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-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;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open&gt;.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open&gt;.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open&gt;.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open&gt;.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open&gt;.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open&gt;.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open&gt;.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open&gt;.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open&gt;.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open&gt;.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open&gt;.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open&gt;.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open&gt;.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open&gt;.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open&gt;.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open&gt;.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open&gt;.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open&gt;.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#2077bc;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:2077bc;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:#777;text-decoration:none}.btn-lg,.btn-group-lg&gt;.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm&gt;.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs&gt;.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;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);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#000;white-space:nowrap}.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{text-decoration:none;color:#000;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{color:#777}.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open&gt;.dropdown-menu{display:block}.open&gt;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.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@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&gt;.btn,.btn-group-vertical&gt;.btn{position:relative;float:left}.btn-group&gt;.btn:hover,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn:focus,.btn-group-vertical&gt;.btn:focus,.btn-group&gt;.btn:active,.btn-group-vertical&gt;.btn:active,.btn-group&gt;.btn.active,.btn-group-vertical&gt;.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.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&gt;.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group&gt;.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&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.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&gt;.btn,.btn-group-justified&gt;.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]&gt;.btn input[type="radio"],[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],[data-toggle="buttons"]&gt;.btn input[type="checkbox"],[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn,select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn,select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.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:#eee;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&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.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&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.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&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:hover,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:active{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:hover,.nav&gt;li&gt;a:focus{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:hover,.nav&gt;li.disabled&gt;a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus{background-color:#eee;border-color:#2077bc}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:hover,.nav-tabs&gt;li.active&gt;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&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:hover,.nav-pills&gt;li.active&gt;a:focus{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{text-align:center;margin-bottom:5px}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.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:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);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;-webkit-box-shadow:none;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}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container&gt;.navbar-header,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container&gt;.navbar-header,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;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:1030}@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:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.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:7.5px -15px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu&gt;li&gt;a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.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:8px;margin-bottom:8px}@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 .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group&gt;.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;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@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-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.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&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav&gt;.disabled&gt;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:#e7e7e7}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:hover,.navbar-default .navbar-nav&gt;.open&gt;a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-nav&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav&gt;.disabled&gt;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&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#2077bc;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:focus{z-index:2;color:2077bc;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:hover,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:hover,.pager li&gt;a:focus{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;a:focus,.pager .disabled&gt;span{color:#777;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}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.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:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs&gt;.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#2077bc;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail&gt;img,.thumbnail a&gt;img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#2077bc}.thumbnail .caption{padding:9px;color:#000}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-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:20px;margin-bottom:20px;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:20px;color:#fff;text-align:center;background-color:#337ab7;-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 .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{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:-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: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:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-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:-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: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:-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: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:-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: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:-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: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{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.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}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.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,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.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,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.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,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.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:20px;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&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;.small,.panel-title&gt;small&gt;a,.panel-title&gt;.small&gt;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&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.table,.panel&gt;.table-responsive&gt;.table,.panel&gt;.panel-collapse&gt;.table{margin-bottom:0}.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption,.panel&gt;.panel-collapse&gt;.table caption{padding-left:15px;padding-right:15px}.panel&gt;.table:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.panel-body,.panel-group .panel-heading+.panel-collapse&gt;.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#000;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#000}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.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:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;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:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-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);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.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);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;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}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@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:1024px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;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;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;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;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)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{border-width:10px;content:""}.popover.top&gt;.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top&gt;.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right&gt;.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom&gt;.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom&gt;.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left&gt;.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&gt;.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.next,.carousel-inner&gt;.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner&gt;.item.prev,.carousel-inner&gt;.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right,.carousel-inner&gt;.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));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, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));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:0;color:#fff;text-decoration:none;opacity:.9;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%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;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:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd: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&gt;.btn-group:before,.btn-group-vertical&gt;.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-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical&gt;.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header: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}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:1023px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:1023px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:1023px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:1023px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:1024px) and (max-width:1279px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1024px) and (max-width:1279px){.visible-md-block{display:block !important}}@media (min-width:1024px) and (max-width:1279px){.visible-md-inline{display:inline !important}}@media (min-width:1024px) and (max-width:1279px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1280px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1280px){.visible-lg-block{display:block !important}}@media (min-width:1280px){.visible-lg-inline{display:inline !important}}@media (min-width:1280px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:1023px){.hidden-sm{display:none !important}}@media (min-width:1024px) and (max-width:1279px){.hidden-md{display:none !important}}@media (min-width:1280px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/*******************************************************************************
 *              bootstrap-rtl (version 3.3.4)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: August 13,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/

html {
  direction: rtl;
}
body {
  direction: rtl;
}
.flip.text-left {
  text-align: right;
}
.flip.text-right {
  text-align: left;
}
.list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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: right;
}
.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 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: 0;
}
.col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.col-xs-push-9 {
  right: 75%;
  left: 0;
}
.col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.col-xs-push-6 {
  right: 50%;
  left: 0;
}
.col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.col-xs-push-3 {
  right: 25%;
  left: 0;
}
.col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.col-xs-push-0 {
  right: auto;
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-right: 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: right;
  }
  .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 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .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: right;
  }
  .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 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .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: right;
  }
  .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 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
caption {
  text-align: right;
}
th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.radio label,
.checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.radio-inline,
.checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.caret {
  margin-right: 2px;
  margin-left: 0;
}
.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.btn-group &gt; .btn:first-child {
  margin-right: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group {
  float: right;
}
.btn-group.btn-group-justified &gt; .btn,
.btn-group.btn-group-justified &gt; .btn-group {
  float: none;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn .caret {
  margin-right: 0;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.input-group .form-control {
  float: right;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.input-group-btn &gt; .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: initial;
}
.nav-tabs &gt; li {
  float: right;
}
.nav-tabs &gt; li &gt; a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.nav-pills &gt; li {
  float: right;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-right: 0;
  margin-left: auto;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-right {
    float: left !important;
  }
  .navbar-left {
    float: right !important;
  }
  .navbar-nav &gt; li {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.pagination {
  padding-right: 0;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-right: 0;
  padding-left: initial;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: left;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: right;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.list-group-item &gt; .badge {
  float: left;
}
.list-group-item &gt; .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -21px;
}
.progress-bar {
  float: right;
}
.media &gt; .pull-left {
  margin-right: 10px;
}
.media &gt; .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.media &gt; .pull-right {
  margin-left: 10px;
}
.media &gt; .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.media-right,
.media &gt; .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.media-left,
.media &gt; .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.list-group {
  padding-right: 0;
  padding-left: initial;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-right: 0;
  border-left: none;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: none;
  border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  right: 0;
  left: auto;
}
.close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal-footer.flip {
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.popover {
  left: auto;
  text-align: right;
}
.popover.top &gt; .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top &gt; .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.bottom &gt; .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom &gt; .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.carousel-control {
  right: 0;
  bottom: 0;
}
.carousel-control.left {
  right: auto;
  left: 0;
  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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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 .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.pull-right.flip {
  float: left !important;
}
.pull-left.flip {
  float: right !important;
}
/*# sourceMappingURL=bootstrap-rtl.css.map */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results&gt;.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results&gt;.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute;
  width: auto !important;
  right: 0 !important;
  left: 0 !important; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  bottom: 0;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
  height: 22px; }

.jspCap {
  display: none;
  height: 0; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  position: relative;
  z-index: 20; }

.jspDrag {
  background: #d9d9d9;
  -webkit-transition: background .3s;
  transition: background .3s;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 5px !important;
  border-radius: 3px;
  }

.jspDrag.jspHover,
.jspContainer:hover .jspDrag{
  background: #666; }
  .jspDrag.jspHover.jspActive{background: #999;}
.jspDragTop,
.jspDragBottom {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  height: 13px;
  background: #fff;
  overflow: hidden;
  text-indent: -9999px; }

.jspDragTop {
  top: -13px; }

.jspDragBottom {
  bottom: -13px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

.jspArrow {
  display: none; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*# sourceMappingURL=jquery.jscrollpane.css.map */

@charset "UTF-8";

.fancybox-enabled {
    overflow: hidden;
}

    .fancybox-enabled body {
        overflow: visible;
        height: 100%;
    }

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .fancybox-container ~ .fancybox-container {
        z-index: 99992;
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility 0s linear .25s;
    box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

    .fancybox-slide--image:before {
        display: none;
    }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide &gt; * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
    }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

    .fancybox-close-small:after {
        content: "×";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background: #fff;
        transition: background .25s;
        box-sizing: border-box;
        z-index: 2;
    }

    .fancybox-close-small:focus:after {
        outline: 1px dotted #888;
    }

    .fancybox-close-small:hover:after {
        color: #555;
        background: #eee;
    }

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

    .fancybox-slide--iframe .fancybox-close-small:after {
        background: transparent;
        font-size: 35px;
        color: #aaa;
    }

    .fancybox-slide--iframe .fancybox-close-small:hover:after {
        color: #fff;
    }

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

    .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
        pointer-events: all;
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline;
    }

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

    .fancybox-button[disabled] {
        cursor: default;
        pointer-events: none;
    }

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30,30,30,.6);
}

    .fancybox-button:hover:not([disabled]) {
        color: #fff;
        background: rgba(0,0,0,.8);
    }

    .fancybox-button:after, .fancybox-button:before {
        content: "";
        pointer-events: none;
        position: absolute;
        background-color: currentColor;
        color: currentColor;
        opacity: .9;
        box-sizing: border-box;
        display: inline-block;
    }

    .fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
        opacity: .3;
    }

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;
}

    .fancybox-arrow:after {
        content: "";
        position: absolute;
        top: 28px;
        width: 44px;
        height: 44px;
        background-color: rgba(30,30,30,.8);
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 24px 24px;
    }

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

    .fancybox-arrow--left:after, .fancybox-arrow--right:after {
        left: 0;
    }

.fancybox-show-nav .fancybox-arrow {
    opacity: .6;
}

    .fancybox-show-nav .fancybox-arrow[disabled] {
        opacity: .3;
    }

.fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }

    .fancybox-button--left, .fancybox-button--right {
        display: none !important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
    display: none;
}

@media (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }

        .fancybox-button--thumbs span {
            font-size: 23px;
        }

        .fancybox-button--thumbs:before {
            width: 3px;
            height: 3px;
            top: calc(50% - 2px);
            left: calc(50% - 2px);
            box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
        }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }

    .fancybox-thumbs &gt; ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }

        .fancybox-thumbs &gt; ul &gt; li {
            float: left;
            overflow: hidden;
            max-width: 50%;
            padding: 0;
            margin: 0;
            width: 105px;
            height: 75px;
            position: relative;
            cursor: pointer;
            outline: none;
            border: 5px solid transparent;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-tap-highlight-color: transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            box-sizing: border-box;
        }

    li.fancybox-thumbs-loading {
        background: rgba(0,0,0,.1);
    }

    .fancybox-thumbs &gt; ul &gt; li &gt; img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .fancybox-thumbs &gt; ul &gt; li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
    }

    .fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

@font-face { font-family: 'FontAwesome'; src: url('/Conference/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/Conference/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'); font-weight: normal; font-style: normal; }

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

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

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

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

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

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

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

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

.fa-ul &gt; li { position: relative; }

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

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

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

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

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

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

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

.pull-right { float: right; }

.pull-left { float: left; }

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

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

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

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

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

    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

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

    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse { color: #fff; }

.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before, .fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before, .fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

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

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

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

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

.fa-list:before { content: ""; }

.fa-dedent:before, .fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before, .fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

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

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

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

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

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

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

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

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

.fa-question-circle:before { content: ""; }

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

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

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

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

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

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

.fa-mail-forward:before, .fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

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

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

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

.fa-warning:before, .fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

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

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

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

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

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

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

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

.fa-key:before { content: ""; }

.fa-gears:before, .fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

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

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before, .fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

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

.fa-feed:before, .fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

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

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

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

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

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

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

.fa-group:before, .fa-users:before { content: ""; }

.fa-chain:before, .fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before, .fa-scissors:before { content: ""; }

.fa-copy:before, .fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before, .fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

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

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

.fa-money:before { content: ""; }

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

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

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

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

.fa-columns:before { content: ""; }

.fa-unsorted:before, .fa-sort:before { content: ""; }

.fa-sort-down:before, .fa-sort-desc:before { content: ""; }

.fa-sort-up:before, .fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before, .fa-undo:before { content: ""; }

.fa-legal:before, .fa-gavel:before { content: ""; }

.fa-dashboard:before, .fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before, .fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before, .fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

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

.fa-beer:before { content: ""; }

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

.fa-plus-square:before { content: ""; }

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

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

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

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

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

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

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

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

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before, .fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before, .fa-reply:before { content: ""; }

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

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

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

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before, .fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

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

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

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

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

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

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

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

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

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

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

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

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }

.fa-euro:before, .fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before, .fa-usd:before { content: ""; }

.fa-rupee:before, .fa-inr:before { content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }

.fa-won:before, .fa-krw:before { content: ""; }

.fa-bitcoin:before, .fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before, .fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before, .fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

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

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper-pp:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

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

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before, .fa-car:before { content: ""; }

.fa-cab:before, .fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

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

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: ""; }

.fa-ge:before, .fa-empire:before { content: ""; }

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

.fa-git:before { content: ""; }

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

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before, .fa-weixin:before { content: ""; }

.fa-send:before, .fa-paper-plane:before { content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

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

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

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

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

.fa-lastfm:before { content: ""; }

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

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

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

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

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-intersex:before, .fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-genderless:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before, .fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

.fa-yc:before, .fa-y-combinator:before { content: ""; }

.fa-optin-monster:before { content: ""; }

.fa-opencart:before { content: ""; }

.fa-expeditedssl:before { content: ""; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: ""; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: ""; }

.fa-battery-2:before, .fa-battery-half:before { content: ""; }

.fa-battery-1:before, .fa-battery-quarter:before { content: ""; }

.fa-battery-0:before, .fa-battery-empty:before { content: ""; }

.fa-mouse-pointer:before { content: ""; }

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

.fa-object-group:before { content: ""; }

.fa-object-ungroup:before { content: ""; }

.fa-sticky-note:before { content: ""; }

.fa-sticky-note-o:before { content: ""; }

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

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

.fa-clone:before { content: ""; }

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

.fa-hourglass-o:before { content: ""; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: ""; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: ""; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: ""; }

.fa-hourglass:before { content: ""; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: ""; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: ""; }

.fa-hand-scissors-o:before { content: ""; }

.fa-hand-lizard-o:before { content: ""; }

.fa-hand-spock-o:before { content: ""; }

.fa-hand-pointer-o:before { content: ""; }

.fa-hand-peace-o:before { content: ""; }

.fa-trademark:before { content: ""; }

.fa-registered:before { content: ""; }

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

.fa-gg:before { content: ""; }

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

.fa-tripadvisor:before { content: ""; }

.fa-odnoklassniki:before { content: ""; }

.fa-odnoklassniki-square:before { content: ""; }

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

.fa-wikipedia-w:before { content: ""; }

.fa-safari:before { content: ""; }

.fa-chrome:before { content: ""; }

.fa-firefox:before { content: ""; }

.fa-opera:before { content: ""; }

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

.fa-tv:before, .fa-television:before { content: ""; }

.fa-contao:before { content: ""; }

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

.fa-amazon:before { content: ""; }

.fa-calendar-plus-o:before { content: ""; }

.fa-calendar-minus-o:before { content: ""; }

.fa-calendar-times-o:before { content: ""; }

.fa-calendar-check-o:before { content: ""; }

.fa-industry:before { content: ""; }

.fa-map-pin:before { content: ""; }

.fa-map-signs:before { content: ""; }

.fa-map-o:before { content: ""; }

.fa-map:before { content: ""; }

.fa-commenting:before { content: ""; }

.fa-commenting-o:before { content: ""; }

.fa-houzz:before { content: ""; }

.fa-vimeo:before { content: ""; }

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

.fa-fonticons:before { content: ""; }

.fa-reddit-alien:before { content: ""; }

.fa-edge:before { content: ""; }

.fa-credit-card-alt:before { content: ""; }

.fa-codiepie:before { content: ""; }

.fa-modx:before { content: ""; }

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

.fa-usb:before { content: ""; }

.fa-product-hunt:before { content: ""; }

.fa-mixcloud:before { content: ""; }

.fa-scribd:before { content: ""; }

.fa-pause-circle:before { content: ""; }

.fa-pause-circle-o:before { content: ""; }

.fa-stop-circle:before { content: ""; }

.fa-stop-circle-o:before { content: ""; }

.fa-shopping-bag:before { content: ""; }

.fa-shopping-basket:before { content: ""; }

.fa-hashtag:before { content: ""; }

.fa-bluetooth:before { content: ""; }

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

.fa-percent:before { content: ""; }

.fa-gitlab:before { content: ""; }

.fa-wpbeginner:before { content: ""; }

.fa-wpforms:before { content: ""; }

.fa-envira:before { content: ""; }

.fa-universal-access:before { content: ""; }

.fa-wheelchair-alt:before { content: ""; }

.fa-question-circle-o:before { content: ""; }

.fa-blind:before { content: ""; }

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

.fa-volume-control-phone:before { content: ""; }

.fa-braille:before { content: ""; }

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

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: ""; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: ""; }

.fa-glide:before { content: ""; }

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

.fa-signing:before, .fa-sign-language:before { content: ""; }

.fa-low-vision:before { content: ""; }

.fa-viadeo:before { content: ""; }

.fa-viadeo-square:before { content: ""; }

.fa-snapchat:before { content: ""; }

.fa-snapchat-ghost:before { content: ""; }

.fa-snapchat-square:before { content: ""; }

.fa-pied-piper:before { content: ""; }

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

.fa-yoast:before { content: ""; }

.fa-themeisle:before { content: ""; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: ""; }

.fa-fa:before, .fa-font-awesome:before { content: ""; }

.fa-handshake-o:before { content: ""; }

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

.fa-envelope-open-o:before { content: ""; }

.fa-linode:before { content: ""; }

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

.fa-address-book-o:before { content: ""; }

.fa-vcard:before, .fa-address-card:before { content: ""; }

.fa-vcard-o:before, .fa-address-card-o:before { content: ""; }

.fa-user-circle:before { content: ""; }

.fa-user-circle-o:before { content: ""; }

.fa-user-o:before { content: ""; }

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

.fa-drivers-license:before, .fa-id-card:before { content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: ""; }

.fa-quora:before { content: ""; }

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

.fa-telegram:before { content: ""; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: ""; }

.fa-shower:before { content: ""; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: ""; }

.fa-podcast:before { content: ""; }

.fa-window-maximize:before { content: ""; }

.fa-window-minimize:before { content: ""; }

.fa-window-restore:before { content: ""; }

.fa-times-rectangle:before, .fa-window-close:before { content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: ""; }

.fa-bandcamp:before { content: ""; }

.fa-grav:before { content: ""; }

.fa-etsy:before { content: ""; }

.fa-imdb:before { content: ""; }

.fa-ravelry:before { content: ""; }

.fa-eercast:before { content: ""; }

.fa-microchip:before { content: ""; }

.fa-snowflake-o:before { content: ""; }

.fa-superpowers:before { content: ""; }

.fa-wpexplorer:before { content: ""; }

.fa-meetup:before { content: ""; }

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

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

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

body { margin: 0; }

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

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

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

[hidden], template { display: none; }

a { background-color: transparent; }

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

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

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: .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: -.5em; }

sub { bottom: -.25em; }

img { border: 0; }

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

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; -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"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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; -webkit-box-sizing: content-box; -moz-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 silver; margin: 0 2px; padding: .35em .625em .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 {
    *, *:before, *:after { background: transparent !important; color: #000 !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; }

    a, a:visited { text-decoration: underline; }

    a[href]:after { content: " (" attr(href) ")"; }

    abbr[title]:after { content: " (" attr(title) ")"; }

    a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }

    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

    thead { display: table-header-group; }

    tr, img { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    p, h2, h3 { orphans: 3; widows: 3; }

    h2, h3 { page-break-after: avoid; }

    .navbar { display: none; }

    .btn &gt; .caret, .dropup &gt; .btn &gt; .caret { border-top-color: #000 !important; }

    .label { border: 1px solid #000; }

    .table { border-collapse: collapse !important; }

    .table td, .table th { background-color: #fff !important; }

    .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; }
}

@font-face { font-family: 'Glyphicons Halflings'; src: url('/Conference/fonts/glyphicons-halflings-regular.eot'); src: url('/Conference/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/Conference/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('/Conference/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/Conference/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/Conference/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: "*"; }

.glyphicon-plus:before { content: "+"; }

.glyphicon-euro:before, .glyphicon-eur:before { content: "€"; }

.glyphicon-minus:before { content: "−"; }

.glyphicon-cloud:before { content: "☁"; }

.glyphicon-envelope:before { content: "✉"; }

.glyphicon-pencil:before { content: "✏"; }

.glyphicon-glass:before { content: ""; }

.glyphicon-music:before { content: ""; }

.glyphicon-search:before { content: ""; }

.glyphicon-heart:before { content: ""; }

.glyphicon-star:before { content: ""; }

.glyphicon-star-empty:before { content: ""; }

.glyphicon-user:before { content: ""; }

.glyphicon-film:before { content: ""; }

.glyphicon-th-large:before { content: ""; }

.glyphicon-th:before { content: ""; }

.glyphicon-th-list:before { content: ""; }

.glyphicon-ok:before { content: ""; }

.glyphicon-remove:before { content: ""; }

.glyphicon-zoom-in:before { content: ""; }

.glyphicon-zoom-out:before { content: ""; }

.glyphicon-off:before { content: ""; }

.glyphicon-signal:before { content: ""; }

.glyphicon-cog:before { content: ""; }

.glyphicon-trash:before { content: ""; }

.glyphicon-home:before { content: ""; }

.glyphicon-file:before { content: ""; }

.glyphicon-time:before { content: ""; }

.glyphicon-road:before { content: ""; }

.glyphicon-download-alt:before { content: ""; }

.glyphicon-download:before { content: ""; }

.glyphicon-upload:before { content: ""; }

.glyphicon-inbox:before { content: ""; }

.glyphicon-play-circle:before { content: ""; }

.glyphicon-repeat:before { content: ""; }

.glyphicon-refresh:before { content: ""; }

.glyphicon-list-alt:before { content: ""; }

.glyphicon-lock:before { content: ""; }

.glyphicon-flag:before { content: ""; }

.glyphicon-headphones:before { content: ""; }

.glyphicon-volume-off:before { content: ""; }

.glyphicon-volume-down:before { content: ""; }

.glyphicon-volume-up:before { content: ""; }

.glyphicon-qrcode:before { content: ""; }

.glyphicon-barcode:before { content: ""; }

.glyphicon-tag:before { content: ""; }

.glyphicon-tags:before { content: ""; }

.glyphicon-book:before { content: ""; }

.glyphicon-bookmark:before { content: ""; }

.glyphicon-print:before { content: ""; }

.glyphicon-camera:before { content: ""; }

.glyphicon-font:before { content: ""; }

.glyphicon-bold:before { content: ""; }

.glyphicon-italic:before { content: ""; }

.glyphicon-text-height:before { content: ""; }

.glyphicon-text-width:before { content: ""; }

.glyphicon-align-left:before { content: ""; }

.glyphicon-align-center:before { content: ""; }

.glyphicon-align-right:before { content: ""; }

.glyphicon-align-justify:before { content: ""; }

.glyphicon-list:before { content: ""; }

.glyphicon-indent-left:before { content: ""; }

.glyphicon-indent-right:before { content: ""; }

.glyphicon-facetime-video:before { content: ""; }

.glyphicon-picture:before { content: ""; }

.glyphicon-map-marker:before { content: ""; }

.glyphicon-adjust:before { content: ""; }

.glyphicon-tint:before { content: ""; }

.glyphicon-edit:before { content: ""; }

.glyphicon-share:before { content: ""; }

.glyphicon-check:before { content: ""; }

.glyphicon-move:before { content: ""; }

.glyphicon-step-backward:before { content: ""; }

.glyphicon-fast-backward:before { content: ""; }

.glyphicon-backward:before { content: ""; }

.glyphicon-play:before { content: ""; }

.glyphicon-pause:before { content: ""; }

.glyphicon-stop:before { content: ""; }

.glyphicon-forward:before { content: ""; }

.glyphicon-fast-forward:before { content: ""; }

.glyphicon-step-forward:before { content: ""; }

.glyphicon-eject:before { content: ""; }

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

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

.glyphicon-plus-sign:before { content: ""; }

.glyphicon-minus-sign:before { content: ""; }

.glyphicon-remove-sign:before { content: ""; }

.glyphicon-ok-sign:before { content: ""; }

.glyphicon-question-sign:before { content: ""; }

.glyphicon-info-sign:before { content: ""; }

.glyphicon-screenshot:before { content: ""; }

.glyphicon-remove-circle:before { content: ""; }

.glyphicon-ok-circle:before { content: ""; }

.glyphicon-ban-circle:before { content: ""; }

.glyphicon-arrow-left:before { content: ""; }

.glyphicon-arrow-right:before { content: ""; }

.glyphicon-arrow-up:before { content: ""; }

.glyphicon-arrow-down:before { content: ""; }

.glyphicon-share-alt:before { content: ""; }

.glyphicon-resize-full:before { content: ""; }

.glyphicon-resize-small:before { content: ""; }

.glyphicon-exclamation-sign:before { content: ""; }

.glyphicon-gift:before { content: ""; }

.glyphicon-leaf:before { content: ""; }

.glyphicon-fire:before { content: ""; }

.glyphicon-eye-open:before { content: ""; }

.glyphicon-eye-close:before { content: ""; }

.glyphicon-warning-sign:before { content: ""; }

.glyphicon-plane:before { content: ""; }

.glyphicon-calendar:before { content: ""; }

.glyphicon-random:before { content: ""; }

.glyphicon-comment:before { content: ""; }

.glyphicon-magnet:before { content: ""; }

.glyphicon-chevron-up:before { content: ""; }

.glyphicon-chevron-down:before { content: ""; }

.glyphicon-retweet:before { content: ""; }

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

.glyphicon-folder-close:before { content: ""; }

.glyphicon-folder-open:before { content: ""; }

.glyphicon-resize-vertical:before { content: ""; }

.glyphicon-resize-horizontal:before { content: ""; }

.glyphicon-hdd:before { content: ""; }

.glyphicon-bullhorn:before { content: ""; }

.glyphicon-bell:before { content: ""; }

.glyphicon-certificate:before { content: ""; }

.glyphicon-thumbs-up:before { content: ""; }

.glyphicon-thumbs-down:before { content: ""; }

.glyphicon-hand-right:before { content: ""; }

.glyphicon-hand-left:before { content: ""; }

.glyphicon-hand-up:before { content: ""; }

.glyphicon-hand-down:before { content: ""; }

.glyphicon-circle-arrow-right:before { content: ""; }

.glyphicon-circle-arrow-left:before { content: ""; }

.glyphicon-circle-arrow-up:before { content: ""; }

.glyphicon-circle-arrow-down:before { content: ""; }

.glyphicon-globe:before { content: ""; }

.glyphicon-wrench:before { content: ""; }

.glyphicon-tasks:before { content: ""; }

.glyphicon-filter:before { content: ""; }

.glyphicon-briefcase:before { content: ""; }

.glyphicon-fullscreen:before { content: ""; }

.glyphicon-dashboard:before { content: ""; }

.glyphicon-paperclip:before { content: ""; }

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

.glyphicon-link:before { content: ""; }

.glyphicon-phone:before { content: ""; }

.glyphicon-pushpin:before { content: ""; }

.glyphicon-usd:before { content: ""; }

.glyphicon-gbp:before { content: ""; }

.glyphicon-sort:before { content: ""; }

.glyphicon-sort-by-alphabet:before { content: ""; }

.glyphicon-sort-by-alphabet-alt:before { content: ""; }

.glyphicon-sort-by-order:before { content: ""; }

.glyphicon-sort-by-order-alt:before { content: ""; }

.glyphicon-sort-by-attributes:before { content: ""; }

.glyphicon-sort-by-attributes-alt:before { content: ""; }

.glyphicon-unchecked:before { content: ""; }

.glyphicon-expand:before { content: ""; }

.glyphicon-collapse-down:before { content: ""; }

.glyphicon-collapse-up:before { content: ""; }

.glyphicon-log-in:before { content: ""; }

.glyphicon-flash:before { content: ""; }

.glyphicon-log-out:before { content: ""; }

.glyphicon-new-window:before { content: ""; }

.glyphicon-record:before { content: ""; }

.glyphicon-save:before { content: ""; }

.glyphicon-open:before { content: ""; }

.glyphicon-saved:before { content: ""; }

.glyphicon-import:before { content: ""; }

.glyphicon-export:before { content: ""; }

.glyphicon-send:before { content: ""; }

.glyphicon-floppy-disk:before { content: ""; }

.glyphicon-floppy-saved:before { content: ""; }

.glyphicon-floppy-remove:before { content: ""; }

.glyphicon-floppy-save:before { content: ""; }

.glyphicon-floppy-open:before { content: ""; }

.glyphicon-credit-card:before { content: ""; }

.glyphicon-transfer:before { content: ""; }

.glyphicon-cutlery:before { content: ""; }

.glyphicon-header:before { content: ""; }

.glyphicon-compressed:before { content: ""; }

.glyphicon-earphone:before { content: ""; }

.glyphicon-phone-alt:before { content: ""; }

.glyphicon-tower:before { content: ""; }

.glyphicon-stats:before { content: ""; }

.glyphicon-sd-video:before { content: ""; }

.glyphicon-hd-video:before { content: ""; }

.glyphicon-subtitles:before { content: ""; }

.glyphicon-sound-stereo:before { content: ""; }

.glyphicon-sound-dolby:before { content: ""; }

.glyphicon-sound-5-1:before { content: ""; }

.glyphicon-sound-6-1:before { content: ""; }

.glyphicon-sound-7-1:before { content: ""; }

.glyphicon-copyright-mark:before { content: ""; }

.glyphicon-registration-mark:before { content: ""; }

.glyphicon-cloud-download:before { content: ""; }

.glyphicon-cloud-upload:before { content: ""; }

.glyphicon-tree-conifer:before { content: ""; }

.glyphicon-tree-deciduous:before { content: ""; }

.glyphicon-cd:before { content: ""; }

.glyphicon-save-file:before { content: ""; }

.glyphicon-open-file:before { content: ""; }

.glyphicon-level-up:before { content: ""; }

.glyphicon-copy:before { content: ""; }

.glyphicon-paste:before { content: ""; }

.glyphicon-alert:before { content: ""; }

.glyphicon-equalizer:before { content: ""; }

.glyphicon-king:before { content: ""; }

.glyphicon-queen:before { content: ""; }

.glyphicon-pawn:before { content: ""; }

.glyphicon-bishop:before { content: ""; }

.glyphicon-knight:before { content: ""; }

.glyphicon-baby-formula:before { content: ""; }

.glyphicon-tent:before { content: "⛺"; }

.glyphicon-blackboard:before { content: ""; }

.glyphicon-bed:before { content: ""; }

.glyphicon-apple:before { content: ""; }

.glyphicon-erase:before { content: ""; }

.glyphicon-hourglass:before { content: "⌛"; }

.glyphicon-lamp:before { content: ""; }

.glyphicon-duplicate:before { content: ""; }

.glyphicon-piggy-bank:before { content: ""; }

.glyphicon-scissors:before { content: ""; }

.glyphicon-bitcoin:before { content: ""; }

.glyphicon-btc:before { content: ""; }

.glyphicon-xbt:before { content: ""; }

.glyphicon-yen:before { content: "¥"; }

.glyphicon-jpy:before { content: "¥"; }

.glyphicon-ruble:before { content: "₽"; }

.glyphicon-rub:before { content: "₽"; }

.glyphicon-scale:before { content: ""; }

.glyphicon-ice-lolly:before { content: ""; }

.glyphicon-ice-lolly-tasted:before { content: ""; }

.glyphicon-education:before { content: ""; }

.glyphicon-option-horizontal:before { content: ""; }

.glyphicon-option-vertical:before { content: ""; }

.glyphicon-menu-hamburger:before { content: ""; }

.glyphicon-modal-window:before { content: ""; }

.glyphicon-oil:before { content: ""; }

.glyphicon-grain:before { content: ""; }

.glyphicon-sunglasses:before { content: ""; }

.glyphicon-text-size:before { content: ""; }

.glyphicon-text-color:before { content: ""; }

.glyphicon-text-background:before { content: ""; }

.glyphicon-object-align-top:before { content: ""; }

.glyphicon-object-align-bottom:before { content: ""; }

.glyphicon-object-align-horizontal:before { content: ""; }

.glyphicon-object-align-left:before { content: ""; }

.glyphicon-object-align-vertical:before { content: ""; }

.glyphicon-object-align-right:before { content: ""; }

.glyphicon-triangle-right:before { content: ""; }

.glyphicon-triangle-left:before { content: ""; }

.glyphicon-triangle-bottom:before { content: ""; }

.glyphicon-triangle-top:before { content: ""; }

.glyphicon-console:before { content: ""; }

.glyphicon-superscript:before { content: ""; }

.glyphicon-subscript:before { content: ""; }

.glyphicon-menu-left:before { content: ""; }

.glyphicon-menu-right:before { content: ""; }

.glyphicon-menu-down:before { content: ""; }

.glyphicon-menu-up:before { content: ""; }

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

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0); }

body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857143; color: #000; background-color: #fff; }

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

a { color: #2077bc; text-decoration: none; }

a:hover, a:focus { color: 2077bc; text-decoration: underline; }

a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 6px; }

.img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }

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

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

[role="button"] { cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 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: #777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10px; }

.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; }

@media(min-width: 768px) {
    .lead { font-size: 21px; }
}

small, .small { font-size: 85%; }

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

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

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

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

.text-justify { text-align: justify; }

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

.text-lowercase { text-transform: lowercase; }

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

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

.text-muted { color: #777; }

.text-primary { color: #337ab7; }

a.text-primary:hover, a.text-primary:focus { color: #286090; }

.text-success { color: #3c763d; }

a.text-success:hover, a.text-success:focus { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover, a.text-info:focus { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover, a.text-warning:focus { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover, a.text-danger:focus { color: #843534; }

.bg-primary { color: #fff; background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; }

.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; }

ul, ol { margin-top: 0; margin-bottom: 10px; }

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

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

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

.list-inline &gt; li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 20px; }

dt, dd { line-height: 1.42857143; }

dt { font-weight: bold; }

dd { margin-left: 0; }

@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 #777; }

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

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }

blockquote footer:before, blockquote small:before, blockquote .small:before { content: '—&nbsp;'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; 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: '&nbsp;—'; }

address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; }

code, kbd, pre, samp { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); }

kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; }

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #000; 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: 1024px) {
    .container { width: 970px; }
}

@media(min-width: 1280px) {
    .container { width: 1200px; }
}

.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-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 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: auto; }

.col-xs-push-12 { left: 100%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-0 { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

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

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

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

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

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

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0; }

@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: auto; }

    .col-sm-push-12 { left: 100%; }

    .col-sm-push-11 { left: 91.66666667%; }

    .col-sm-push-10 { left: 83.33333333%; }

    .col-sm-push-9 { left: 75%; }

    .col-sm-push-8 { left: 66.66666667%; }

    .col-sm-push-7 { left: 58.33333333%; }

    .col-sm-push-6 { left: 50%; }

    .col-sm-push-5 { left: 41.66666667%; }

    .col-sm-push-4 { left: 33.33333333%; }

    .col-sm-push-3 { left: 25%; }

    .col-sm-push-2 { left: 16.66666667%; }

    .col-sm-push-1 { left: 8.33333333%; }

    .col-sm-push-0 { left: auto; }

    .col-sm-offset-12 { margin-left: 100%; }

    .col-sm-offset-11 { margin-left: 91.66666667%; }

    .col-sm-offset-10 { margin-left: 83.33333333%; }

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

    .col-sm-offset-8 { margin-left: 66.66666667%; }

    .col-sm-offset-7 { margin-left: 58.33333333%; }

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

    .col-sm-offset-5 { margin-left: 41.66666667%; }

    .col-sm-offset-4 { margin-left: 33.33333333%; }

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

    .col-sm-offset-2 { margin-left: 16.66666667%; }

    .col-sm-offset-1 { margin-left: 8.33333333%; }

    .col-sm-offset-0 { margin-left: 0; }
}

@media(min-width: 1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }

    .col-md-12 { width: 100%; }

    .col-md-11 { width: 91.66666667%; }

    .col-md-10 { width: 83.33333333%; }

    .col-md-9 { width: 75%; }

    .col-md-8 { width: 66.66666667%; }

    .col-md-7 { width: 58.33333333%; }

    .col-md-6 { width: 50%; }

    .col-md-5 { width: 41.66666667%; }

    .col-md-4 { width: 33.33333333%; }

    .col-md-3 { width: 25%; }

    .col-md-2 { width: 16.66666667%; }

    .col-md-1 { width: 8.33333333%; }

    .col-md-pull-12 { right: 100%; }

    .col-md-pull-11 { right: 91.66666667%; }

    .col-md-pull-10 { right: 83.33333333%; }

    .col-md-pull-9 { right: 75%; }

    .col-md-pull-8 { right: 66.66666667%; }

    .col-md-pull-7 { right: 58.33333333%; }

    .col-md-pull-6 { right: 50%; }

    .col-md-pull-5 { right: 41.66666667%; }

    .col-md-pull-4 { right: 33.33333333%; }

    .col-md-pull-3 { right: 25%; }

    .col-md-pull-2 { right: 16.66666667%; }

    .col-md-pull-1 { right: 8.33333333%; }

    .col-md-pull-0 { right: auto; }

    .col-md-push-12 { left: 100%; }

    .col-md-push-11 { left: 91.66666667%; }

    .col-md-push-10 { left: 83.33333333%; }

    .col-md-push-9 { left: 75%; }

    .col-md-push-8 { left: 66.66666667%; }

    .col-md-push-7 { left: 58.33333333%; }

    .col-md-push-6 { left: 50%; }

    .col-md-push-5 { left: 41.66666667%; }

    .col-md-push-4 { left: 33.33333333%; }

    .col-md-push-3 { left: 25%; }

    .col-md-push-2 { left: 16.66666667%; }

    .col-md-push-1 { left: 8.33333333%; }

    .col-md-push-0 { left: auto; }

    .col-md-offset-12 { margin-left: 100%; }

    .col-md-offset-11 { margin-left: 91.66666667%; }

    .col-md-offset-10 { margin-left: 83.33333333%; }

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

    .col-md-offset-8 { margin-left: 66.66666667%; }

    .col-md-offset-7 { margin-left: 58.33333333%; }

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

    .col-md-offset-5 { margin-left: 41.66666667%; }

    .col-md-offset-4 { margin-left: 33.33333333%; }

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

    .col-md-offset-2 { margin-left: 16.66666667%; }

    .col-md-offset-1 { margin-left: 8.33333333%; }

    .col-md-offset-0 { margin-left: 0; }
}

@media(min-width: 1280px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }

    .col-lg-12 { width: 100%; }

    .col-lg-11 { width: 91.66666667%; }

    .col-lg-10 { width: 83.33333333%; }

    .col-lg-9 { width: 75%; }

    .col-lg-8 { width: 66.66666667%; }

    .col-lg-7 { width: 58.33333333%; }

    .col-lg-6 { width: 50%; }

    .col-lg-5 { width: 41.66666667%; }

    .col-lg-4 { width: 33.33333333%; }

    .col-lg-3 { width: 25%; }

    .col-lg-2 { width: 16.66666667%; }

    .col-lg-1 { width: 8.33333333%; }

    .col-lg-pull-12 { right: 100%; }

    .col-lg-pull-11 { right: 91.66666667%; }

    .col-lg-pull-10 { right: 83.33333333%; }

    .col-lg-pull-9 { right: 75%; }

    .col-lg-pull-8 { right: 66.66666667%; }

    .col-lg-pull-7 { right: 58.33333333%; }

    .col-lg-pull-6 { right: 50%; }

    .col-lg-pull-5 { right: 41.66666667%; }

    .col-lg-pull-4 { right: 33.33333333%; }

    .col-lg-pull-3 { right: 25%; }

    .col-lg-pull-2 { right: 16.66666667%; }

    .col-lg-pull-1 { right: 8.33333333%; }

    .col-lg-pull-0 { right: auto; }

    .col-lg-push-12 { left: 100%; }

    .col-lg-push-11 { left: 91.66666667%; }

    .col-lg-push-10 { left: 83.33333333%; }

    .col-lg-push-9 { left: 75%; }

    .col-lg-push-8 { left: 66.66666667%; }

    .col-lg-push-7 { left: 58.33333333%; }

    .col-lg-push-6 { left: 50%; }

    .col-lg-push-5 { left: 41.66666667%; }

    .col-lg-push-4 { left: 33.33333333%; }

    .col-lg-push-3 { left: 25%; }

    .col-lg-push-2 { left: 16.66666667%; }

    .col-lg-push-1 { left: 8.33333333%; }

    .col-lg-push-0 { left: auto; }

    .col-lg-offset-12 { margin-left: 100%; }

    .col-lg-offset-11 { margin-left: 91.66666667%; }

    .col-lg-offset-10 { margin-left: 83.33333333%; }

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

    .col-lg-offset-8 { margin-left: 66.66666667%; }

    .col-lg-offset-7 { margin-left: 58.33333333%; }

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

    .col-lg-offset-5 { margin-left: 41.66666667%; }

    .col-lg-offset-4 { margin-left: 33.33333333%; }

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

    .col-lg-offset-2 { margin-left: 16.66666667%; }

    .col-lg-offset-1 { margin-left: 8.33333333%; }

    .col-lg-offset-0 { margin-left: 0; }
}

table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }

.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; }

.table &gt; thead &gt; tr &gt; th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; th, .table &gt; caption + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; td { border-top: 0; }

.table &gt; tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed &gt; thead &gt; tr &gt; th, .table-condensed &gt; tbody &gt; tr &gt; th, .table-condensed &gt; tfoot &gt; tr &gt; th, .table-condensed &gt; thead &gt; tr &gt; td, .table-condensed &gt; tbody &gt; tr &gt; td, .table-condensed &gt; tfoot &gt; tr &gt; td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered &gt; thead &gt; tr &gt; th, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; td { border: 1px solid #ddd; }

.table-bordered &gt; thead &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td { border-bottom-width: 2px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover &gt; tbody &gt; tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table &gt; thead &gt; tr &gt; td.active, .table &gt; tbody &gt; tr &gt; td.active, .table &gt; tfoot &gt; tr &gt; td.active, .table &gt; thead &gt; tr &gt; th.active, .table &gt; tbody &gt; tr &gt; th.active, .table &gt; tfoot &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; tbody &gt; tr.active &gt; td, .table &gt; tfoot &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th, .table &gt; tbody &gt; tr.active &gt; th, .table &gt; tfoot &gt; tr.active &gt; th { background-color: #f5f5f5; }

.table-hover &gt; tbody &gt; tr &gt; td.active:hover, .table-hover &gt; tbody &gt; tr &gt; th.active:hover, .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr.active:hover &gt; th { background-color: #e8e8e8; }

.table &gt; thead &gt; tr &gt; td.success, .table &gt; tbody &gt; tr &gt; td.success, .table &gt; tfoot &gt; tr &gt; td.success, .table &gt; thead &gt; tr &gt; th.success, .table &gt; tbody &gt; tr &gt; th.success, .table &gt; tfoot &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; tbody &gt; tr.success &gt; td, .table &gt; tfoot &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th, .table &gt; tbody &gt; tr.success &gt; th, .table &gt; tfoot &gt; tr.success &gt; th { background-color: #dff0d8; }

.table-hover &gt; tbody &gt; tr &gt; td.success:hover, .table-hover &gt; tbody &gt; tr &gt; th.success:hover, .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr.success:hover &gt; th { background-color: #d0e9c6; }

.table &gt; thead &gt; tr &gt; td.info, .table &gt; tbody &gt; tr &gt; td.info, .table &gt; tfoot &gt; tr &gt; td.info, .table &gt; thead &gt; tr &gt; th.info, .table &gt; tbody &gt; tr &gt; th.info, .table &gt; tfoot &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; tbody &gt; tr.info &gt; td, .table &gt; tfoot &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th, .table &gt; tbody &gt; tr.info &gt; th, .table &gt; tfoot &gt; tr.info &gt; th { background-color: #d9edf7; }

.table-hover &gt; tbody &gt; tr &gt; td.info:hover, .table-hover &gt; tbody &gt; tr &gt; th.info:hover, .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr.info:hover &gt; th { background-color: #c4e3f3; }

.table &gt; thead &gt; tr &gt; td.warning, .table &gt; tbody &gt; tr &gt; td.warning, .table &gt; tfoot &gt; tr &gt; td.warning, .table &gt; thead &gt; tr &gt; th.warning, .table &gt; tbody &gt; tr &gt; th.warning, .table &gt; tfoot &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; tbody &gt; tr.warning &gt; td, .table &gt; tfoot &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th, .table &gt; tbody &gt; tr.warning &gt; th, .table &gt; tfoot &gt; tr.warning &gt; th { background-color: #fcf8e3; }

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover, .table-hover &gt; tbody &gt; tr &gt; th.warning:hover, .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th { background-color: #faf2cc; }

.table &gt; thead &gt; tr &gt; td.danger, .table &gt; tbody &gt; tr &gt; td.danger, .table &gt; tfoot &gt; tr &gt; td.danger, .table &gt; thead &gt; tr &gt; th.danger, .table &gt; tbody &gt; tr &gt; th.danger, .table &gt; tfoot &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; tbody &gt; tr.danger &gt; td, .table &gt; tfoot &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th, .table &gt; tbody &gt; tr.danger &gt; th, .table &gt; tfoot &gt; tr.danger &gt; th { background-color: #f2dede; }

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover, .table-hover &gt; tbody &gt; tr &gt; th.danger:hover, .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: .01%; }

@media screen and (max-width: 767px) {
    .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }

    .table-responsive &gt; .table { margin-bottom: 0; }

    .table-responsive &gt; .table &gt; thead &gt; tr &gt; th, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td { white-space: nowrap; }

    .table-responsive &gt; .table-bordered { border: 0; }

    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child { border-left: 0; }

    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child { border-right: 0; }

    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td { border-bottom: 0; }
}

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

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #000; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; 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,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-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,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); }

.form-control::-moz-placeholder { color: #999; opacity: 1; }

.form-control:-ms-input-placeholder { color: #999; }

.form-control::-webkit-input-placeholder { color: #999; }

.form-control::-ms-expand { border: 0; background-color: transparent; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; }
}

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px; \9 }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm { height: 30px; line-height: 30px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.form-group-sm select.form-control { height: 30px; line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }

.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

select.input-lg { height: 46px; line-height: 46px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

.form-group-lg select.form-control { height: 46px; line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; }

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }

.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }

.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }

.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; }

@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 .form-control-static { display: inline-block; }

    .form-inline .input-group { display: inline-table; vertical-align: middle; }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }

    .form-inline .input-group &gt; .form-control { width: 100%; }

    .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }

    .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }

    .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }

    .form-inline .has-feedback .form-control-feedback { top: 0; }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }

.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }

@media(min-width: 768px) {
    .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; }
}

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; }
}

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }

.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

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

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

.btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }

.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }

.btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open &gt; .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open &gt; .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open &gt; .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-default { background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }

.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; }

.btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open &gt; .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open &gt; .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary { background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; }

.btn-primary .badge { color: #337ab7; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }

.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }

.btn-success:active, .btn-success.active, .open &gt; .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open &gt; .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open &gt; .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open &gt; .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; }

.btn-success:active, .btn-success.active, .open &gt; .dropdown-toggle.btn-success { background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; }

.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }

.btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }

.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active, .btn-info.active, .open &gt; .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open &gt; .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open &gt; .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open &gt; .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open &gt; .dropdown-toggle.btn-info { background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; }

.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }

.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open &gt; .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open &gt; .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open &gt; .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open &gt; .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open &gt; .dropdown-toggle.btn-warning { background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; }

.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }

.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open &gt; .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open &gt; .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open &gt; .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open &gt; .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open &gt; .dropdown-toggle.btn-danger { background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; }

.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #2077bc; font-weight: normal; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus { color: 2077bc; 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: #777; text-decoration: none; }

.btn-lg, .btn-group-lg &gt; .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

.btn-sm, .btn-group-sm &gt; .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs, .btn-group-xs &gt; .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

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

.btn-block + .btn-block { margin-top: 5px; }

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

.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; }

.fade.in { opacity: 1; }

.collapse { display: none; }

.collapse.in { display: block; }

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

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

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height,visibility; -o-transition-property: height,visibility; transition-property: height,visibility; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.dropup, .dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); -webkit-background-clip: padding-box; background-clip: padding-box; }

.dropdown-menu.pull-right { right: 0; left: auto; }

.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.dropdown-menu &gt; li &gt; a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #000; white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus { text-decoration: none; color: #000; background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus { color: #777; }

.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); cursor: not-allowed; }

.open &gt; .dropdown-menu { display: block; }

.open &gt; 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.42857143; color: #777; white-space: nowrap; }

.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }

.pull-right &gt; .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }

@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 &gt; .btn, .btn-group-vertical &gt; .btn { position: relative; float: left; }

.btn-group &gt; .btn:hover, .btn-group-vertical &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group-vertical &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group-vertical &gt; .btn:active, .btn-group &gt; .btn.active, .btn-group-vertical &gt; .btn.active { z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }

.btn-toolbar &gt; .btn, .btn-toolbar &gt; .btn-group, .btn-toolbar &gt; .input-group { margin-left: 5px; }

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

.btn-group &gt; .btn:first-child { margin-left: 0; }

.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child), .btn-group &gt; .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group &gt; .btn-group { float: left; }

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

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group &gt; .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,.125); box-shadow: inset 0 3px 5px rgba(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 &gt; .btn, .btn-group-vertical &gt; .btn-group, .btn-group-vertical &gt; .btn-group &gt; .btn { display: block; float: none; width: 100%; max-width: 100%; }

.btn-group-vertical &gt; .btn-group &gt; .btn { float: none; }

.btn-group-vertical &gt; .btn + .btn, .btn-group-vertical &gt; .btn + .btn-group, .btn-group-vertical &gt; .btn-group + .btn, .btn-group-vertical &gt; .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

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

.btn-group-vertical &gt; .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

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

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn, .btn-group-justified &gt; .btn-group { float: none; display: table-cell; width: 1%; }

.btn-group-justified &gt; .btn-group .btn { width: 100%; }

.btn-group-justified &gt; .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"], [data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"], [data-toggle="buttons"] &gt; .btn input[type="checkbox"], [data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] { position: absolute; clip: rect(0,0,0,0); pointer-events: none; }

.input-group { position: relative; display: table; border-collapse: separate; }

.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }

.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

.input-group .form-control:focus { z-index: 3; }

.input-group-lg &gt; .form-control, .input-group-lg &gt; .input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

select.input-group-lg &gt; .form-control, select.input-group-lg &gt; .input-group-addon, select.input-group-lg &gt; .input-group-btn &gt; .btn { height: 46px; line-height: 46px; }

textarea.input-group-lg &gt; .form-control, textarea.input-group-lg &gt; .input-group-addon, textarea.input-group-lg &gt; .input-group-btn &gt; .btn, select[multiple].input-group-lg &gt; .form-control, select[multiple].input-group-lg &gt; .input-group-addon, select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn { height: auto; }

.input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-group-sm &gt; .form-control, select.input-group-sm &gt; .input-group-addon, select.input-group-sm &gt; .input-group-btn &gt; .btn { height: 30px; line-height: 30px; }

textarea.input-group-sm &gt; .form-control, textarea.input-group-sm &gt; .input-group-addon, textarea.input-group-sm &gt; .input-group-btn &gt; .btn, select[multiple].input-group-sm &gt; .form-control, select[multiple].input-group-sm &gt; .input-group-addon, select[multiple].input-group-sm &gt; .input-group-btn &gt; .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: #eee; 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 &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .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 &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn { position: relative; }

.input-group-btn &gt; .btn + .btn { margin-left: -1px; }

.input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active { z-index: 2; }

.input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group { margin-right: -1px; }

.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group { z-index: 2; margin-left: -1px; }

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

.nav &gt; li { position: relative; display: block; }

.nav &gt; li &gt; a { position: relative; display: block; padding: 10px 15px; }

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus { text-decoration: none; background-color: #eee; }

.nav &gt; li.disabled &gt; a { color: #777; }

.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed; }

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus { background-color: #eee; border-color: #2077bc; }

.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.nav &gt; li &gt; a &gt; img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }

.nav-tabs &gt; li { float: left; margin-bottom: -1px; }

.nav-tabs &gt; li &gt; a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; }

.nav-tabs &gt; li &gt; a:hover { border-color: #eee #eee #ddd; }

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; 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 &gt; li { float: none; }

.nav-tabs.nav-justified &gt; li &gt; a { text-align: center; margin-bottom: 5px; }

.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu { top: auto; left: auto; }

@media(min-width: 768px) {
    .nav-tabs.nav-justified &gt; li { display: table-cell; width: 1%; }

    .nav-tabs.nav-justified &gt; li &gt; a { margin-bottom: 0; }
}

.nav-tabs.nav-justified &gt; li &gt; a { margin-right: 0; border-radius: 4px; }

.nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:focus { border: 1px solid #ddd; }

@media(min-width: 768px) {
    .nav-tabs.nav-justified &gt; li &gt; a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }

    .nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:focus { border-bottom-color: #fff; }
}

.nav-pills &gt; li { float: left; }

.nav-pills &gt; li &gt; a { border-radius: 4px; }

.nav-pills &gt; li + li { margin-left: 2px; }

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus { color: #fff; background-color: #337ab7; }

.nav-stacked &gt; li { float: none; }

.nav-stacked &gt; li + li { margin-top: 2px; margin-left: 0; }

.nav-justified { width: 100%; }

.nav-justified &gt; li { float: none; }

.nav-justified &gt; li &gt; a { text-align: center; margin-bottom: 5px; }

.nav-justified &gt; .dropdown .dropdown-menu { top: auto; left: auto; }

@media(min-width: 768px) {
    .nav-justified &gt; li { display: table-cell; width: 1%; }

    .nav-justified &gt; li &gt; a { margin-bottom: 0; }
}

.nav-tabs-justified { border-bottom: 0; }

.nav-tabs-justified &gt; li &gt; a { margin-right: 0; border-radius: 4px; }

.nav-tabs-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs-justified &gt; .active &gt; a:focus { border: 1px solid #ddd; }

@media(min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }

    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs-justified &gt; .active &gt; a:focus { border-bottom-color: #fff; }
}

.tab-content &gt; .tab-pane { display: none; }

.tab-content &gt; .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: 50px; margin-bottom: 20px; border: 1px solid transparent; }

@media(min-width: 768px) {
    .navbar { border-radius: 4px; }
}

@media(min-width: 768px) {
    .navbar-header { float: left; }
}

.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); -webkit-overflow-scrolling: touch; }

.navbar-collapse.in { overflow-y: auto; }

@media(min-width: 768px) {
    .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; 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; }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }

@media(max-device-width: 480px)and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; }
}

.container &gt; .navbar-header, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container-fluid &gt; .navbar-collapse { margin-right: -15px; margin-left: -15px; }

@media(min-width: 768px) {
    .container &gt; .navbar-header, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container-fluid &gt; .navbar-collapse { margin-right: 0; margin-left: 0; }
}

.navbar-static-top { z-index: 1000; 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: 1030; }

@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: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-brand &gt; img { display: block; }

@media(min-width: 768px) {
    .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand { margin-left: -15px; }
}

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }

.navbar-toggle:focus { outline: 0; }

.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: 7.5px -15px; }

.navbar-nav &gt; li &gt; a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }

@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; }

    .navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }

    .navbar-nav .open .dropdown-menu &gt; li &gt; a { line-height: 20px; }

    .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus { background-image: none; }
}

@media(min-width: 768px) {
    .navbar-nav { float: left; margin: 0; }

    .navbar-nav &gt; li { float: left; }

    .navbar-nav &gt; li &gt; a { padding-top: 15px; padding-bottom: 15px; }
}

.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,.1),0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1); margin-top: 8px; margin-bottom: 8px; }

@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 .form-control-static { display: inline-block; }

    .navbar-form .input-group { display: inline-table; vertical-align: middle; }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; }

    .navbar-form .input-group &gt; .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; vertical-align: middle; }

    .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }

    .navbar-form .has-feedback .form-control-feedback { top: 0; }
}

@media(max-width: 767px) {
    .navbar-form .form-group { margin-bottom: 5px; }

    .navbar-form .form-group:last-child { margin-bottom: 0; }
}

@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-nav &gt; li &gt; .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: 8px; margin-bottom: 8px; }

.navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; }

.navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 15px; margin-bottom: 15px; }

@media(min-width: 768px) {
    .navbar-text { float: left; margin-left: 15px; margin-right: 15px; }
}

@media(min-width: 768px) {
    .navbar-left { float: left !important; }

    .navbar-right { float: right !important; margin-right: -15px; }

    .navbar-right ~ .navbar-right { margin-right: 0; }
}

.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }

.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 &gt; li &gt; a { color: #777; }

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus { color: #333; background-color: transparent; }

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus { color: #555; background-color: #e7e7e7; }

.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; 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: #e7e7e7; }

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus { background-color: #e7e7e7; color: #555; }

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a { color: #777; }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus { color: #333; background-color: transparent; }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus { color: #555; background-color: #e7e7e7; }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus { color: #ccc; background-color: transparent; }
}

.navbar-default .navbar-link { color: #777; }

.navbar-default .navbar-link:hover { color: #333; }

.navbar-default .btn-link { color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse { background-color: #222; border-color: #080808; }

.navbar-inverse .navbar-brand { color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-text { color: #9d9d9d; }

.navbar-inverse .navbar-nav &gt; li &gt; a { color: #9d9d9d; }

.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus { color: #fff; background-color: #080808; }

.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; 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 &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus { background-color: #080808; color: #fff; }

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header { border-color: #080808; }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a { color: #9d9d9d; }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus { color: #fff; background-color: transparent; }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus { color: #fff; background-color: #080808; }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus { color: #444; background-color: transparent; }
}

.navbar-inverse .navbar-link { color: #9d9d9d; }

.navbar-inverse .navbar-link:hover { color: #fff; }

.navbar-inverse .btn-link { color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; }

.breadcrumb &gt; li { display: inline-block; }

.breadcrumb &gt; li + li:before { content: "/&nbsp;"; padding: 0 5px; color: #ccc; }

.breadcrumb &gt; .active { color: #777; }

.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }

.pagination &gt; li { display: inline; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #2077bc; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus { z-index: 2; color: 2077bc; background-color: #eee; border-color: #ddd; }

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; }

.pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:hover, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus { color: #777; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }

.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }

.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }

.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }

.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; }

.pager li { display: inline; }

.pager li &gt; a, .pager li &gt; span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }

.pager li &gt; a:hover, .pager li &gt; a:focus { text-decoration: none; background-color: #eee; }

.pager .next &gt; a, .pager .next &gt; span { float: right; }

.pager .previous &gt; a, .pager .previous &gt; span { float: left; }

.pager .disabled &gt; a, .pager .disabled &gt; a:hover, .pager .disabled &gt; a:focus, .pager .disabled &gt; span { color: #777; 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; }

a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }

.label:empty { display: none; }

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

.label-default { background-color: #777; }

.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; }

.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: middle; white-space: nowrap; text-align: center; background-color: #777; border-radius: 10px; }

.badge:empty { display: none; }

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

.btn-xs .badge, .btn-group-xs &gt; .btn .badge { top: 0; padding: 1px 5px; }

a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; }

.list-group-item.active &gt; .badge, .nav-pills &gt; .active &gt; a &gt; .badge { color: #2077bc; background-color: #fff; }

.list-group-item &gt; .badge { float: right; }

.list-group-item &gt; .badge + .badge { margin-right: 5px; }

.nav-pills &gt; li &gt; a &gt; .badge { margin-left: 3px; }

.jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; }

.jumbotron h1, .jumbotron .h1 { color: inherit; }

.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }

.jumbotron &gt; hr { border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; padding-left: 15px; padding-right: 15px; }

.jumbotron .container { max-width: 100%; }

@media screen and (min-width: 768px) {
    .jumbotron { padding-top: 48px; padding-bottom: 48px; }

    .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; }

    .jumbotron h1, .jumbotron .h1 { font-size: 63px; }
}

.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; }

.thumbnail &gt; img, .thumbnail a &gt; img { margin-left: auto; margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #2077bc; }

.thumbnail .caption { padding: 9px; color: #000; }

.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }

.alert h4 { margin-top: 0; color: inherit; }

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

.alert &gt; p, .alert &gt; ul { margin-bottom: 0; }

.alert &gt; p + p { margin-top: 5px; }

.alert-dismissable, .alert-dismissible { padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #2b542c; }

.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }

.alert-info hr { border-top-color: #a6e1ec; }

.alert-info .alert-link { color: #245269; }

.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }

.alert-warning hr { border-top-color: #f7e1b5; }

.alert-warning .alert-link { color: #66512c; }

.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }

.alert-danger hr { border-top-color: #e4b9c0; }

.alert-danger .alert-link { color: #843534; }

@-webkit-keyframes progress-bar-stripes {
    from { background-position: 40px 0; }

    to { background-position: 0 0; }
}

@-o-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: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1); }

.progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); }

.media { margin-top: 15px; }

.media:first-child { margin-top: 0; }

.media, .media-body { zoom: 1; overflow: hidden; }

.media-body { width: 10000px; }

.media-object { display: block; }

.media-object.img-thumbnail { max-width: none; }

.media-right, .media &gt; .pull-right { padding-left: 10px; }

.media-left, .media &gt; .pull-left { padding-right: 10px; }

.media-left, .media-right, .media-body { display: table-cell; vertical-align: top; }

.media-middle { vertical-align: middle; }

.media-bottom { vertical-align: bottom; }

.media-heading { margin-top: 0; margin-bottom: 5px; }

.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; }

a.list-group-item, button.list-group-item { color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; }

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; }

button.list-group-item { width: 100%; text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eee; color: #777; cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading &gt; small, .list-group-item.active:hover .list-group-item-heading &gt; small, .list-group-item.active:focus .list-group-item-heading &gt; small, .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading &gt; .small { color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; }

.list-group-item-success { color: #3c763d; background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success { color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; }

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; }

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.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, button.list-group-item-info { color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; }

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; }

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.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, button.list-group-item-warning { color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; }

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; }

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.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, button.list-group-item-danger { color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; }

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; }

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.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: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); box-shadow: 0 1px 1px rgba(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 &gt; .dropdown .dropdown-toggle { color: inherit; }

.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }

.panel-title &gt; a, .panel-title &gt; small, .panel-title &gt; .small, .panel-title &gt; small &gt; a, .panel-title &gt; .small &gt; 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 &gt; .list-group, .panel &gt; .panel-collapse &gt; .list-group { margin-bottom: 0; }

.panel &gt; .list-group .list-group-item, .panel &gt; .panel-collapse &gt; .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }

.panel &gt; .list-group:first-child .list-group-item:first-child, .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; }

.panel &gt; .list-group:last-child .list-group-item:last-child, .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.list-group + .panel-footer { border-top-width: 0; }

.panel &gt; .table, .panel &gt; .table-responsive &gt; .table, .panel &gt; .panel-collapse &gt; .table { margin-bottom: 0; }

.panel &gt; .table caption, .panel &gt; .table-responsive &gt; .table caption, .panel &gt; .panel-collapse &gt; .table caption { padding-left: 15px; padding-right: 15px; }

.panel &gt; .table:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child { border-top-left-radius: 3px; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child { border-top-right-radius: 3px; }

.panel &gt; .table:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child { border-bottom-left-radius: 3px; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child { border-bottom-right-radius: 3px; }

.panel &gt; .panel-body + .table, .panel &gt; .panel-body + .table-responsive, .panel &gt; .table + .panel-body, .panel &gt; .table-responsive + .panel-body { border-top: 1px solid #ddd; }

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th, .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td { border-top: 0; }

.panel &gt; .table-bordered, .panel &gt; .table-responsive &gt; .table-bordered { border: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child { border-left: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child { border-right: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th { border-bottom: 0; }

.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th { border-bottom: 0; }

.panel &gt; .table-responsive { border: 0; margin-bottom: 0; }

.panel-group { margin-bottom: 20px; }

.panel-group .panel { margin-bottom: 0; border-radius: 4px; }

.panel-group .panel + .panel { margin-top: 5px; }

.panel-group .panel-heading { border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse &gt; .panel-body, .panel-group .panel-heading + .panel-collapse &gt; .list-group { border-top: 1px solid #ddd; }

.panel-group .panel-footer { border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }

.panel-default { border-color: #ddd; }

.panel-default &gt; .panel-heading { color: #000; background-color: #f5f5f5; border-color: #ddd; }

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body { border-top-color: #ddd; }

.panel-default &gt; .panel-heading .badge { color: #f5f5f5; background-color: #000; }

.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body { border-bottom-color: #ddd; }

.panel-primary { border-color: #337ab7; }

.panel-primary &gt; .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; }

.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body { border-top-color: #337ab7; }

.panel-primary &gt; .panel-heading .badge { color: #337ab7; background-color: #fff; }

.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body { border-bottom-color: #337ab7; }

.panel-success { border-color: #d6e9c6; }

.panel-success &gt; .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }

.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body { border-top-color: #d6e9c6; }

.panel-success &gt; .panel-heading .badge { color: #dff0d8; background-color: #3c763d; }

.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body { border-bottom-color: #d6e9c6; }

.panel-info { border-color: #bce8f1; }

.panel-info &gt; .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }

.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body { border-top-color: #bce8f1; }

.panel-info &gt; .panel-heading .badge { color: #d9edf7; background-color: #31708f; }

.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body { border-bottom-color: #bce8f1; }

.panel-warning { border-color: #faebcc; }

.panel-warning &gt; .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body { border-top-color: #faebcc; }

.panel-warning &gt; .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; }

.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body { border-bottom-color: #faebcc; }

.panel-danger { border-color: #ebccd1; }

.panel-danger &gt; .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body { border-top-color: #ebccd1; }

.panel-danger &gt; .panel-heading .badge { color: #f2dede; background-color: #a94442; }

.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body { border-bottom-color: #ebccd1; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }

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

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

.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,.05); box-shadow: inset 0 1px 1px rgba(0,0,0,.05); }

.well blockquote { border-color: #ddd; border-color: rgba(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: .2; filter: alpha(opacity=20); }

.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: .5; 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: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }

.modal.fade .modal-dialog { -webkit-transform: translate(0,-25%); -ms-transform: translate(0,-25%); -o-transform: translate(0,-25%); transform: translate(0,-25%); -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; }

.modal.in .modal-dialog { -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); }

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

.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,.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0; }

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

.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }

.modal-backdrop.in { opacity: .5; filter: alpha(opacity=50); }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }

.modal-header .close { margin-top: -2px; }

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

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

.modal-footer { padding: 15px; 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; }

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

@media(min-width: 768px) {
    .modal-dialog { width: 600px; margin: 30px auto; }

    .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5); }

    .modal-sm { width: 300px; }
}

@media(min-width: 1024px) {
    .modal-lg { width: 900px; }
}

.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); }

.tooltip.in { opacity: .9; 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; 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; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -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; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); }

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title { margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }

.popover-content { padding: 9px 14px; }

.popover &gt; .arrow, .popover &gt; .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.popover &gt; .arrow { border-width: 11px; }

.popover &gt; .arrow:after { border-width: 10px; content: ""; }

.popover.top &gt; .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999; border-top-color: rgba(0,0,0,.25); bottom: -11px; }

.popover.top &gt; .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; }

.popover.right &gt; .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999; border-right-color: rgba(0,0,0,.25); }

.popover.right &gt; .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; }

.popover.bottom &gt; .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0,0,0,.25); top: -11px; }

.popover.bottom &gt; .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; }

.popover.left &gt; .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0,0,0,.25); }

.popover.left &gt; .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 &gt; .item { display: none; position: relative; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; }

.carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img { line-height: 1; }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner &gt; .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }

    .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right { -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); left: 0; }

    .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left { -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); left: 0; }

    .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); left: 0; }
}

.carousel-inner &gt; .active, .carousel-inner &gt; .next, .carousel-inner &gt; .prev { display: block; }

.carousel-inner &gt; .active { left: 0; }

.carousel-inner &gt; .next, .carousel-inner &gt; .prev { position: absolute; top: 0; width: 100%; }

.carousel-inner &gt; .next { left: 100%; }

.carousel-inner &gt; .prev { left: -100%; }

.carousel-inner &gt; .next.left, .carousel-inner &gt; .prev.right { left: 0; }

.carousel-inner &gt; .active.left { left: -100%; }

.carousel-inner &gt; .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: .5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); }

.carousel-control.left { background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(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,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(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: 0; color: #fff; text-decoration: none; opacity: .9; 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%; margin-top: -10px; z-index: 5; display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; }

.carousel-control .icon-prev:before { content: '‹'; }

.carousel-control .icon-next:before { content: '›'; }

.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,.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: -10px; font-size: 30px; }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; }

    .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }

    .carousel-indicators { bottom: 20px; }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd: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 &gt; .btn-group:before, .btn-group-vertical &gt; .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-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical &gt; .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header: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; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media(max-width: 767px) {
    .visible-xs { display: block !important; }

    table.visible-xs { display: table !important; }

    tr.visible-xs { display: table-row !important; }

    th.visible-xs, td.visible-xs { display: table-cell !important; }
}

@media(max-width: 767px) {
    .visible-xs-block { display: block !important; }
}

@media(max-width: 767px) {
    .visible-xs-inline { display: inline !important; }
}

@media(max-width: 767px) {
    .visible-xs-inline-block { display: inline-block !important; }
}

@media(min-width: 768px)and (max-width:1023px) {
    .visible-sm { display: block !important; }

    table.visible-sm { display: table !important; }

    tr.visible-sm { display: table-row !important; }

    th.visible-sm, td.visible-sm { display: table-cell !important; }
}

@media(min-width: 768px)and (max-width:1023px) {
    .visible-sm-block { display: block !important; }
}

@media(min-width: 768px)and (max-width:1023px) {
    .visible-sm-inline { display: inline !important; }
}

@media(min-width: 768px)and (max-width:1023px) {
    .visible-sm-inline-block { display: inline-block !important; }
}

@media(min-width: 1024px)and (max-width:1279px) {
    .visible-md { display: block !important; }

    table.visible-md { display: table !important; }

    tr.visible-md { display: table-row !important; }

    th.visible-md, td.visible-md { display: table-cell !important; }
}

@media(min-width: 1024px)and (max-width:1279px) {
    .visible-md-block { display: block !important; }
}

@media(min-width: 1024px)and (max-width:1279px) {
    .visible-md-inline { display: inline !important; }
}

@media(min-width: 1024px)and (max-width:1279px) {
    .visible-md-inline-block { display: inline-block !important; }
}

@media(min-width: 1280px) {
    .visible-lg { display: block !important; }

    table.visible-lg { display: table !important; }

    tr.visible-lg { display: table-row !important; }

    th.visible-lg, td.visible-lg { display: table-cell !important; }
}

@media(min-width: 1280px) {
    .visible-lg-block { display: block !important; }
}

@media(min-width: 1280px) {
    .visible-lg-inline { display: inline !important; }
}

@media(min-width: 1280px) {
    .visible-lg-inline-block { display: inline-block !important; }
}

@media(max-width: 767px) {
    .hidden-xs { display: none !important; }
}

@media(min-width: 768px)and (max-width:1023px) {
    .hidden-sm { display: none !important; }
}

@media(min-width: 1024px)and (max-width:1279px) {
    .hidden-md { display: none !important; }
}

@media(min-width: 1280px) {
    .hidden-lg { display: none !important; }
}

.visible-print { display: none !important; }

@media print {
    .visible-print { display: block !important; }

    table.visible-print { display: table !important; }

    tr.visible-print { display: table-row !important; }

    th.visible-print, td.visible-print { display: table-cell !important; }
}

.visible-print-block { display: none !important; }

@media print {
    .visible-print-block { display: block !important; }
}

.visible-print-inline { display: none !important; }

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

.visible-print-inline-block { display: none !important; }

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

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

html { direction: rtl; }

body { direction: rtl; }

.flip.text-left { text-align: right; }

.flip.text-right { text-align: left; }

.list-unstyled { padding-right: 0; padding-left: initial; }

.list-inline { padding-right: 0; padding-left: initial; margin-right: -5px; margin-left: 0; }

dd { margin-right: 0; margin-left: initial; }

@media(min-width: 768px) {
    .dl-horizontal dt { float: right; clear: right; text-align: left; }

    .dl-horizontal dd { margin-right: 180px; margin-left: 0; }
}

blockquote { border-right: 5px solid #eee; border-left: 0; }

.blockquote-reverse, blockquote.pull-left { padding-left: 15px; padding-right: 0; border-left: 5px solid #eee; border-right: 0; text-align: left; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 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: right; }

.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 { left: 100%; right: auto; }

.col-xs-pull-11 { left: 91.66666667%; right: auto; }

.col-xs-pull-10 { left: 83.33333333%; right: auto; }

.col-xs-pull-9 { left: 75%; right: auto; }

.col-xs-pull-8 { left: 66.66666667%; right: auto; }

.col-xs-pull-7 { left: 58.33333333%; right: auto; }

.col-xs-pull-6 { left: 50%; right: auto; }

.col-xs-pull-5 { left: 41.66666667%; right: auto; }

.col-xs-pull-4 { left: 33.33333333%; right: auto; }

.col-xs-pull-3 { left: 25%; right: auto; }

.col-xs-pull-2 { left: 16.66666667%; right: auto; }

.col-xs-pull-1 { left: 8.33333333%; right: auto; }

.col-xs-pull-0 { left: auto; right: auto; }

.col-xs-push-12 { right: 100%; left: 0; }

.col-xs-push-11 { right: 91.66666667%; left: 0; }

.col-xs-push-10 { right: 83.33333333%; left: 0; }

.col-xs-push-9 { right: 75%; left: 0; }

.col-xs-push-8 { right: 66.66666667%; left: 0; }

.col-xs-push-7 { right: 58.33333333%; left: 0; }

.col-xs-push-6 { right: 50%; left: 0; }

.col-xs-push-5 { right: 41.66666667%; left: 0; }

.col-xs-push-4 { right: 33.33333333%; left: 0; }

.col-xs-push-3 { right: 25%; left: 0; }

.col-xs-push-2 { right: 16.66666667%; left: 0; }

.col-xs-push-1 { right: 8.33333333%; left: 0; }

.col-xs-push-0 { right: auto; left: 0; }

.col-xs-offset-12 { margin-right: 100%; margin-left: 0; }

.col-xs-offset-11 { margin-right: 91.66666667%; margin-left: 0; }

.col-xs-offset-10 { margin-right: 83.33333333%; margin-left: 0; }

.col-xs-offset-9 { margin-right: 75%; margin-left: 0; }

.col-xs-offset-8 { margin-right: 66.66666667%; margin-left: 0; }

.col-xs-offset-7 { margin-right: 58.33333333%; margin-left: 0; }

.col-xs-offset-6 { margin-right: 50%; margin-left: 0; }

.col-xs-offset-5 { margin-right: 41.66666667%; margin-left: 0; }

.col-xs-offset-4 { margin-right: 33.33333333%; margin-left: 0; }

.col-xs-offset-3 { margin-right: 25%; margin-left: 0; }

.col-xs-offset-2 { margin-right: 16.66666667%; margin-left: 0; }

.col-xs-offset-1 { margin-right: 8.33333333%; margin-left: 0; }

.col-xs-offset-0 { margin-right: 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: right; }

    .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 { left: 100%; right: auto; }

    .col-sm-pull-11 { left: 91.66666667%; right: auto; }

    .col-sm-pull-10 { left: 83.33333333%; right: auto; }

    .col-sm-pull-9 { left: 75%; right: auto; }

    .col-sm-pull-8 { left: 66.66666667%; right: auto; }

    .col-sm-pull-7 { left: 58.33333333%; right: auto; }

    .col-sm-pull-6 { left: 50%; right: auto; }

    .col-sm-pull-5 { left: 41.66666667%; right: auto; }

    .col-sm-pull-4 { left: 33.33333333%; right: auto; }

    .col-sm-pull-3 { left: 25%; right: auto; }

    .col-sm-pull-2 { left: 16.66666667%; right: auto; }

    .col-sm-pull-1 { left: 8.33333333%; right: auto; }

    .col-sm-pull-0 { left: auto; right: auto; }

    .col-sm-push-12 { right: 100%; left: 0; }

    .col-sm-push-11 { right: 91.66666667%; left: 0; }

    .col-sm-push-10 { right: 83.33333333%; left: 0; }

    .col-sm-push-9 { right: 75%; left: 0; }

    .col-sm-push-8 { right: 66.66666667%; left: 0; }

    .col-sm-push-7 { right: 58.33333333%; left: 0; }

    .col-sm-push-6 { right: 50%; left: 0; }

    .col-sm-push-5 { right: 41.66666667%; left: 0; }

    .col-sm-push-4 { right: 33.33333333%; left: 0; }

    .col-sm-push-3 { right: 25%; left: 0; }

    .col-sm-push-2 { right: 16.66666667%; left: 0; }

    .col-sm-push-1 { right: 8.33333333%; left: 0; }

    .col-sm-push-0 { right: auto; left: 0; }

    .col-sm-offset-12 { margin-right: 100%; margin-left: 0; }

    .col-sm-offset-11 { margin-right: 91.66666667%; margin-left: 0; }

    .col-sm-offset-10 { margin-right: 83.33333333%; margin-left: 0; }

    .col-sm-offset-9 { margin-right: 75%; margin-left: 0; }

    .col-sm-offset-8 { margin-right: 66.66666667%; margin-left: 0; }

    .col-sm-offset-7 { margin-right: 58.33333333%; margin-left: 0; }

    .col-sm-offset-6 { margin-right: 50%; margin-left: 0; }

    .col-sm-offset-5 { margin-right: 41.66666667%; margin-left: 0; }

    .col-sm-offset-4 { margin-right: 33.33333333%; margin-left: 0; }

    .col-sm-offset-3 { margin-right: 25%; margin-left: 0; }

    .col-sm-offset-2 { margin-right: 16.66666667%; margin-left: 0; }

    .col-sm-offset-1 { margin-right: 8.33333333%; margin-left: 0; }

    .col-sm-offset-0 { margin-right: 0%; margin-left: 0; }
}

@media(min-width: 1024px) {
    .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: right; }

    .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 { left: 100%; right: auto; }

    .col-md-pull-11 { left: 91.66666667%; right: auto; }

    .col-md-pull-10 { left: 83.33333333%; right: auto; }

    .col-md-pull-9 { left: 75%; right: auto; }

    .col-md-pull-8 { left: 66.66666667%; right: auto; }

    .col-md-pull-7 { left: 58.33333333%; right: auto; }

    .col-md-pull-6 { left: 50%; right: auto; }

    .col-md-pull-5 { left: 41.66666667%; right: auto; }

    .col-md-pull-4 { left: 33.33333333%; right: auto; }

    .col-md-pull-3 { left: 25%; right: auto; }

    .col-md-pull-2 { left: 16.66666667%; right: auto; }

    .col-md-pull-1 { left: 8.33333333%; right: auto; }

    .col-md-pull-0 { left: auto; right: auto; }

    .col-md-push-12 { right: 100%; left: 0; }

    .col-md-push-11 { right: 91.66666667%; left: 0; }

    .col-md-push-10 { right: 83.33333333%; left: 0; }

    .col-md-push-9 { right: 75%; left: 0; }

    .col-md-push-8 { right: 66.66666667%; left: 0; }

    .col-md-push-7 { right: 58.33333333%; left: 0; }

    .col-md-push-6 { right: 50%; left: 0; }

    .col-md-push-5 { right: 41.66666667%; left: 0; }

    .col-md-push-4 { right: 33.33333333%; left: 0; }

    .col-md-push-3 { right: 25%; left: 0; }

    .col-md-push-2 { right: 16.66666667%; left: 0; }

    .col-md-push-1 { right: 8.33333333%; left: 0; }

    .col-md-push-0 { right: auto; left: 0; }

    .col-md-offset-12 { margin-right: 100%; margin-left: 0; }

    .col-md-offset-11 { margin-right: 91.66666667%; margin-left: 0; }

    .col-md-offset-10 { margin-right: 83.33333333%; margin-left: 0; }

    .col-md-offset-9 { margin-right: 75%; margin-left: 0; }

    .col-md-offset-8 { margin-right: 66.66666667%; margin-left: 0; }

    .col-md-offset-7 { margin-right: 58.33333333%; margin-left: 0; }

    .col-md-offset-6 { margin-right: 50%; margin-left: 0; }

    .col-md-offset-5 { margin-right: 41.66666667%; margin-left: 0; }

    .col-md-offset-4 { margin-right: 33.33333333%; margin-left: 0; }

    .col-md-offset-3 { margin-right: 25%; margin-left: 0; }

    .col-md-offset-2 { margin-right: 16.66666667%; margin-left: 0; }

    .col-md-offset-1 { margin-right: 8.33333333%; margin-left: 0; }

    .col-md-offset-0 { margin-right: 0%; margin-left: 0; }
}

@media(min-width: 1280px) {
    .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: right; }

    .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 { left: 100%; right: auto; }

    .col-lg-pull-11 { left: 91.66666667%; right: auto; }

    .col-lg-pull-10 { left: 83.33333333%; right: auto; }

    .col-lg-pull-9 { left: 75%; right: auto; }

    .col-lg-pull-8 { left: 66.66666667%; right: auto; }

    .col-lg-pull-7 { left: 58.33333333%; right: auto; }

    .col-lg-pull-6 { left: 50%; right: auto; }

    .col-lg-pull-5 { left: 41.66666667%; right: auto; }

    .col-lg-pull-4 { left: 33.33333333%; right: auto; }

    .col-lg-pull-3 { left: 25%; right: auto; }

    .col-lg-pull-2 { left: 16.66666667%; right: auto; }

    .col-lg-pull-1 { left: 8.33333333%; right: auto; }

    .col-lg-pull-0 { left: auto; right: auto; }

    .col-lg-push-12 { right: 100%; left: 0; }

    .col-lg-push-11 { right: 91.66666667%; left: 0; }

    .col-lg-push-10 { right: 83.33333333%; left: 0; }

    .col-lg-push-9 { right: 75%; left: 0; }

    .col-lg-push-8 { right: 66.66666667%; left: 0; }

    .col-lg-push-7 { right: 58.33333333%; left: 0; }

    .col-lg-push-6 { right: 50%; left: 0; }

    .col-lg-push-5 { right: 41.66666667%; left: 0; }

    .col-lg-push-4 { right: 33.33333333%; left: 0; }

    .col-lg-push-3 { right: 25%; left: 0; }

    .col-lg-push-2 { right: 16.66666667%; left: 0; }

    .col-lg-push-1 { right: 8.33333333%; left: 0; }

    .col-lg-push-0 { right: auto; left: 0; }

    .col-lg-offset-12 { margin-right: 100%; margin-left: 0; }

    .col-lg-offset-11 { margin-right: 91.66666667%; margin-left: 0; }

    .col-lg-offset-10 { margin-right: 83.33333333%; margin-left: 0; }

    .col-lg-offset-9 { margin-right: 75%; margin-left: 0; }

    .col-lg-offset-8 { margin-right: 66.66666667%; margin-left: 0; }

    .col-lg-offset-7 { margin-right: 58.33333333%; margin-left: 0; }

    .col-lg-offset-6 { margin-right: 50%; margin-left: 0; }

    .col-lg-offset-5 { margin-right: 41.66666667%; margin-left: 0; }

    .col-lg-offset-4 { margin-right: 33.33333333%; margin-left: 0; }

    .col-lg-offset-3 { margin-right: 25%; margin-left: 0; }

    .col-lg-offset-2 { margin-right: 16.66666667%; margin-left: 0; }

    .col-lg-offset-1 { margin-right: 8.33333333%; margin-left: 0; }

    .col-lg-offset-0 { margin-right: 0%; margin-left: 0; }
}

caption { text-align: right; }

th { text-align: right; }

@media screen and (max-width: 767px) {
    .table-responsive &gt; .table-bordered { border: 0; }

    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child { border-right: 0; border-left: initial; }

    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child { border-left: 0; border-right: initial; }
}

.radio label, .checkbox label { padding-right: 20px; padding-left: initial; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { margin-right: -20px; margin-left: auto; }

.radio-inline, .checkbox-inline { padding-right: 20px; padding-left: 0; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-right: 10px; margin-left: 0; }

.has-feedback .form-control { padding-left: 42.5px; padding-right: 12px; }

.form-control-feedback { left: 0; right: auto; }

@media(min-width: 768px) {
    .form-inline label { padding-right: 0; padding-left: initial; }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { margin-right: 0; margin-left: auto; }
}

@media(min-width: 768px) {
    .form-horizontal .control-label { text-align: left; }
}

.form-horizontal .has-feedback .form-control-feedback { left: 15px; right: auto; }

.caret { margin-right: 2px; margin-left: 0; }

.dropdown-menu { right: 0; left: auto; float: left; text-align: right; }

.dropdown-menu.pull-right { left: 0; right: auto; float: right; }

.dropdown-menu-right { left: auto; right: 0; }

.dropdown-menu-left { left: 0; right: auto; }

@media(min-width: 768px) {
    .navbar-right .dropdown-menu { left: auto; right: 0; }

    .navbar-right .dropdown-menu-left { left: 0; right: auto; }
}

.btn-group &gt; .btn, .btn-group-vertical &gt; .btn { float: right; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-right: -1px; margin-left: 0; }

.btn-toolbar { margin-right: -5px; margin-left: 0; }

.btn-toolbar .btn-group, .btn-toolbar .input-group { float: right; }

.btn-toolbar &gt; .btn, .btn-toolbar &gt; .btn-group, .btn-toolbar &gt; .input-group { margin-right: 5px; margin-left: 0; }

.btn-group &gt; .btn:first-child { margin-right: 0; }

.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child), .btn-group &gt; .dropdown-toggle:not(:first-child) { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group &gt; .btn-group { float: right; }

.btn-group.btn-group-justified &gt; .btn, .btn-group.btn-group-justified &gt; .btn-group { float: none; }

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

.btn-group &gt; .btn-group:first-child &gt; .btn:last-child, .btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle { border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group &gt; .btn-group:last-child &gt; .btn:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn .caret { margin-right: 0; }

.btn-group-vertical &gt; .btn + .btn, .btn-group-vertical &gt; .btn + .btn-group, .btn-group-vertical &gt; .btn-group + .btn, .btn-group-vertical &gt; .btn-group + .btn-group { margin-top: -1px; margin-right: 0; }

.input-group .form-control { float: right; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn { border-bottom-right-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-addon:first-child { border-left: 0; border-right: 1px solid; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn { border-bottom-left-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-top-right-radius: 0; }

.input-group-addon:last-child { border-left-width: 1px; border-left-style: solid; border-right: 0; }

.input-group-btn &gt; .btn + .btn { margin-right: -1px; margin-left: auto; }

.input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group { margin-left: -1px; margin-right: auto; }

.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group { margin-right: -1px; margin-left: auto; }

.nav { padding-right: 0; padding-left: initial; }

.nav-tabs &gt; li { float: right; }

.nav-tabs &gt; li &gt; a { margin-left: auto; margin-right: -2px; border-radius: 4px 4px 0 0; }

.nav-pills &gt; li { float: right; }

.nav-pills &gt; li &gt; a { border-radius: 4px; }

.nav-pills &gt; li + li { margin-right: 2px; margin-left: auto; }

.nav-stacked &gt; li { float: none; }

.nav-stacked &gt; li + li { margin-right: 0; margin-left: auto; }

.nav-justified &gt; .dropdown .dropdown-menu { right: auto; }

.nav-tabs-justified &gt; li &gt; a { margin-left: 0; margin-right: auto; }

@media(min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a { border-radius: 4px 4px 0 0; }
}

@media(min-width: 768px) {
    .navbar-header { float: right; }
}

.navbar-collapse { padding-right: 15px; padding-left: 15px; }

.navbar-brand { float: right; }

@media(min-width: 768px) {
    .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand { margin-right: -15px; margin-left: auto; }
}

.navbar-toggle { float: left; margin-left: 15px; margin-right: auto; }

@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 25px 5px 15px; }
}

@media(min-width: 768px) {
    .navbar-nav { float: right; }

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

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

    .navbar-nav &gt; li { float: right !important; }
}

@media(min-width: 768px) {
    .navbar-left.flip { float: right !important; }

    .navbar-right:last-child { margin-left: -15px; margin-right: auto; }

    .navbar-right.flip { float: left !important; margin-left: -15px; margin-right: auto; }

    .navbar-right .dropdown-menu { left: 0; right: auto; }
}

@media(min-width: 768px) {
    .navbar-text { float: right; }

    .navbar-text.navbar-right:last-child { margin-left: 0; margin-right: auto; }
}

.pagination { padding-right: 0; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span { float: right; margin-right: -1px; margin-left: 0; }

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span { margin-left: 0; border-bottom-right-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span { margin-right: -1px; border-bottom-left-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-top-right-radius: 0; }

.pager { padding-right: 0; padding-left: initial; }

.pager .next &gt; a, .pager .next &gt; span { float: left; }

.pager .previous &gt; a, .pager .previous &gt; span { float: right; }

.nav-pills &gt; li &gt; a &gt; .badge { margin-left: 0; margin-right: 3px; }

.list-group-item &gt; .badge { float: left; }

.list-group-item &gt; .badge + .badge { margin-left: 5px; margin-right: auto; }

.alert-dismissable, .alert-dismissible { padding-left: 35px; padding-right: 15px; }

.alert-dismissable .close, .alert-dismissible .close { right: auto; left: -21px; }

.progress-bar { float: right; }

.media &gt; .pull-left { margin-right: 10px; }

.media &gt; .pull-left.flip { margin-right: 0; margin-left: 10px; }

.media &gt; .pull-right { margin-left: 10px; }

.media &gt; .pull-right.flip { margin-left: 0; margin-right: 10px; }

.media-right, .media &gt; .pull-right { padding-right: 10px; padding-left: initial; }

.media-left, .media &gt; .pull-left { padding-left: 10px; padding-right: initial; }

.media-list { padding-right: 0; padding-left: initial; list-style: none; }

.list-group { padding-right: 0; padding-left: initial; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child { border-top-right-radius: 3px; border-top-left-radius: 0; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child { border-top-left-radius: 3px; border-top-right-radius: 0; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child { border-bottom-left-radius: 3px; border-top-right-radius: 0; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child { border-bottom-right-radius: 3px; border-top-left-radius: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child { border-right: 0; border-left: none; }

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child { border-right: none; border-left: 0; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object { right: 0; left: auto; }

.close { float: left; }

.modal-footer { text-align: left; }

.modal-footer.flip { text-align: right; }

.modal-footer .btn + .btn { margin-left: auto; margin-right: 5px; }

.modal-footer .btn-group .btn + .btn { margin-right: -1px; margin-left: auto; }

.modal-footer .btn-block + .btn-block { margin-right: 0; margin-left: auto; }

.popover { left: auto; text-align: right; }

.popover.top &gt; .arrow { right: 50%; left: auto; margin-right: -11px; margin-left: auto; }

.popover.top &gt; .arrow:after { margin-right: -10px; margin-left: auto; }

.popover.bottom &gt; .arrow { right: 50%; left: auto; margin-right: -11px; margin-left: auto; }

.popover.bottom &gt; .arrow:after { margin-right: -10px; margin-left: auto; }

.carousel-control { right: 0; bottom: 0; }

.carousel-control.left { right: auto; left: 0; background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0%),color-stop(rgba(0,0,0,.0001) 100%)); background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%); background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(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,.0001) 0%),color-stop(rgba(0,0,0,.5) 100%)); background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%); background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1); }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; right: auto; margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; left: auto; margin-left: -10px; }

.carousel-indicators { right: 50%; left: 0; margin-right: -30%; margin-left: 0; padding-left: 0; }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: 0; margin-right: -15px; }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-left: 0; margin-right: -15px; }

    .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
}

.pull-right.flip { float: left !important; }

.pull-left.flip { float: right !important; }

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

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

.slick-list:focus { outline: none; }

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

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

.slick-track { position: relative; top: 0; left: 0; display: block; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

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

.select2-container {box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid #000 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results &gt; .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: #fff; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%); background-image: -o-linear-gradient(top,#fff 50%,#eee 100%); background-image: linear-gradient(to bottom,#fff 50%,#eee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%); background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%); background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%); background-image: -o-linear-gradient(top,#fff 0%,#eee 50%); background-image: linear-gradient(to bottom,#fff 0%,#eee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%); background-image: -o-linear-gradient(top,#eee 50%,#fff 100%); background-image: linear-gradient(to bottom,#eee 50%,#fff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: #fff; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results &gt; .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: #fff; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

.jspContainer { overflow: hidden; position: relative; }

.jspPane { position: absolute; width: auto !important; right: 0 !important; left: 0 !important; }

.jspVerticalBar { position: absolute; top: 0; right: 0; width: 5px; bottom: 0; }

.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: red; }

.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; height: 22px; }

.jspCap { display: none; height: 0; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack { position: relative; z-index: 20; }

.jspDrag { background: #d9d9d9; -webkit-transition: background .3s; transition: background .3s; position: relative; top: 0; left: 0; cursor: pointer; width: 5px !important; border-radius: 3px; }

.jspDrag.jspHover, .jspContainer:hover .jspDrag { background: #666; }

.jspDrag.jspHover.jspActive { background: #999; }

.jspDragTop, .jspDragBottom { display: none; position: absolute; z-index: 20; left: 0; right: 0; height: 13px; background: #fff; overflow: hidden; text-indent: -9999px; }

.jspDragTop { top: -13px; }

.jspDragBottom { bottom: -13px; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }

.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }

.jspArrow.jspDisabled { cursor: default; background: #80808d; }

.jspVerticalBar .jspArrow { height: 16px; }

.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner { background: #eeeef4; float: left; height: 100%; }

.jspArrow { display: none; }

* html .jspCorner { margin: 0 -3px 0 0; }

@charset "UTF-8";
.fancybox-enabled { overflow: hidden; }

.fancybox-enabled body { overflow: visible; height: 100%; }

.fancybox-is-hidden { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }

.fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99993; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }

.fancybox-container ~ .fancybox-container { z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.fancybox-outer { overflow-y: auto; -webkit-overflow-scrolling: touch; }

.fancybox-bg { background: #1e1e1e; opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(.47,0,.74,.71); }

.fancybox-is-open .fancybox-bg { opacity: .87; transition-timing-function: cubic-bezier(.22,.61,.36,1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar { position: absolute; direction: ltr; z-index: 99997; opacity: 0; visibility: hidden; transition: opacity .25s,visibility 0s linear .25s; box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar { opacity: 1; visibility: visible; transition: opacity .25s,visibility 0s; }

.fancybox-infobar { top: 0; left: 50%; margin-left: -79px; }

.fancybox-infobar__body { display: inline-block; width: 70px; line-height: 44px; font-size: 13px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; text-align: center; color: #ddd; background-color: rgba(30,30,30,.7); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar { top: 0; right: 0; }

.fancybox-stage { overflow: hidden; direction: ltr; z-index: 99994; -webkit-transform: translateZ(0); }

.fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition-property: opacity,-webkit-transform; transition-property: transform,opacity; transition-property: transform,opacity,-webkit-transform; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.fancybox-slide:before { content: ""; display: inline-block; vertical-align: middle; height: 100%; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous { display: block; }

.fancybox-slide--image { overflow: visible; }

.fancybox-slide--image:before { display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe { background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe { background: #e5e3df; }

.fancybox-slide--next { z-index: 99995; }

.fancybox-slide &gt; * { display: inline-block; position: relative; padding: 24px; margin: 44px 0; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap { position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; transform-origin: top left; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap { cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap { cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--iframe .fancybox-content { padding: 0; width: 80%; height: 80%; max-width: calc(100% - 100px); max-height: calc(100% - 88px); overflow: visible; background: #fff; }

.fancybox-iframe { display: block; padding: 0; border: 0; height: 100%; }

.fancybox-error, .fancybox-iframe { margin: 0; width: 100%; background: #fff; }

.fancybox-error { padding: 40px; max-width: 380px; cursor: default; }

.fancybox-error p { margin: 0; padding: 0; color: #444; font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0; margin: 0; border: 0; border-radius: 0; outline: none; background: transparent; z-index: 10; cursor: pointer; }

.fancybox-close-small:after { content: "×"; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif; color: #888; font-weight: 300; text-align: center; border-radius: 50%; border-width: 0; background: #fff; transition: background .25s; box-sizing: border-box; z-index: 2; }

.fancybox-close-small:focus:after { outline: 1px dotted #888; }

.fancybox-close-small:hover:after { color: #555; background: #eee; }

.fancybox-slide--iframe .fancybox-close-small { top: 0; right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after { background: transparent; font-size: 35px; color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after { color: #fff; }

.fancybox-caption-wrap { bottom: 0; left: 0; right: 0; padding: 60px 30px 0; background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8)); pointer-events: none; }

.fancybox-caption { padding: 30px 0; border-top: 1px solid hsla(0,0%,100%,.4); font-size: 14px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select { pointer-events: all; }

.fancybox-caption a { color: #fff; text-decoration: underline; }

.fancybox-button { display: inline-block; position: relative; margin: 0; padding: 0; border: 0; width: 44px; height: 44px; line-height: 44px; text-align: center; background: transparent; color: #ddd; border-radius: 0; cursor: pointer; vertical-align: top; outline: none; }

.fancybox-button[disabled] { cursor: default; pointer-events: none; }

.fancybox-button, .fancybox-infobar__body { background: rgba(30,30,30,.6); }

.fancybox-button:hover:not([disabled]) { color: #fff; background: rgba(0,0,0,.8); }

.fancybox-button:after, .fancybox-button:before { content: ""; pointer-events: none; position: absolute; background-color: currentColor; color: currentColor; opacity: .9; box-sizing: border-box; display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before { opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after { top: 18px; width: 6px; height: 6px; background: transparent; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }

.fancybox-button--left:after { left: 20px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

.fancybox-button--right:after { right: 20px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-button--left { border-bottom-left-radius: 5px; }

.fancybox-button--right { border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before { content: ""; display: inline-block; position: absolute; height: 2px; width: 16px; top: calc(50% - 1px); left: calc(50% - 8px); }

.fancybox-button--close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-button--close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.fancybox-arrow { position: absolute; top: 50%; margin: -50px 0 0; height: 100px; width: 54px; padding: 0; border: 0; outline: none; background: none; cursor: pointer; z-index: 99995; opacity: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity .25s; }

.fancybox-arrow:after { content: ""; position: absolute; top: 28px; width: 44px; height: 44px; background-color: rgba(30,30,30,.8); background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=); background-repeat: no-repeat; background-position: 50%; background-size: 24px 24px; }

.fancybox-arrow--right { right: 0; }

.fancybox-arrow--left { left: 0; -webkit-transform: scaleX(-1); transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after { left: 0; }

.fancybox-show-nav .fancybox-arrow { opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] { opacity: .3; }

.fancybox-loading { border: 6px solid hsla(0,0%,39%,.4); border-top: 6px solid hsla(0,0%,100%,.6); border-radius: 100%; height: 50px; width: 50px; -webkit-animation: a .8s infinite linear; animation: a .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; z-index: 99999; }

@-webkit-keyframes a {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

    to { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes a {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

    to { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

.fancybox-animated { transition-timing-function: cubic-bezier(0,0,.25,1); }

.fancybox-fx-slide.fancybox-slide--previous { -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next { -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous { opacity: 0; transition-timing-function: cubic-bezier(.19,1,.22,1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous { -webkit-transform: scale3d(1.5,1.5,1.5); transform: scale3d(1.5,1.5,1.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next { -webkit-transform: scale3d(.5,.5,.5); transform: scale3d(.5,.5,.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current { -webkit-transform: scaleX(1); transform: scaleX(1); opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous { -webkit-transform: rotate(-1turn); transform: rotate(-1turn); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next { -webkit-transform: rotate(1turn); transform: rotate(1turn); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current { -webkit-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous { -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0); transform: scale3d(0,0,0) translate3d(-100%,0,0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next { -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0); transform: scale3d(0,0,0) translate3d(100%,0,0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current { -webkit-transform: scaleX(1) translateZ(0); transform: scaleX(1) translateZ(0); opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg); transform: translate3d(-100%,0,0) scale(.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg); transform: translate3d(100%,0,0) scale(.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translateZ(0) scale(1); transform: translateZ(0) scale(1); }

@media(max-width: 800px) {
    .fancybox-infobar { left: 0; margin-left: 0; }

    .fancybox-button--left, .fancybox-button--right { display: none !important; }

    .fancybox-caption { padding: 20px 0; margin: 0; }
}

.fancybox-button--fullscreen:before { width: 15px; height: 11px; left: calc(50% - 7px); top: calc(50% - 6px); border: 2px solid; background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before { top: calc(50% - 6px); left: calc(50% - 4px); background: transparent; }

.fancybox-button--play:before { width: 0; height: 0; border-top: 6px inset transparent; border-bottom: 6px inset transparent; border-left: 10px solid; border-radius: 1px; }

.fancybox-button--pause:before { width: 7px; height: 11px; border-style: solid; border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs { display: none; }

@media(min-width: 800px) {
    .fancybox-button--thumbs { display: inline-block; }

    .fancybox-button--thumbs span { font-size: 23px; }

    .fancybox-button--thumbs:before { width: 3px; height: 3px; top: calc(50% - 2px); left: calc(50% - 2px); box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

    .fancybox-thumbs { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 220px; margin: 0; padding: 5px 5px 0 0; background: #fff; word-break: normal; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; box-sizing: border-box; z-index: 99995; }

    .fancybox-show-thumbs .fancybox-thumbs { display: block; }

    .fancybox-show-thumbs .fancybox-inner { right: 220px; }

    .fancybox-thumbs &gt; ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; }

    .fancybox-thumbs &gt; ul &gt; li { float: left; overflow: hidden; max-width: 50%; padding: 0; margin: 0; width: 105px; height: 75px; position: relative; cursor: pointer; outline: none; border: 5px solid transparent; border-top-width: 0; border-right-width: 0; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing: border-box; }

    li.fancybox-thumbs-loading { background: rgba(0,0,0,.1); }

    .fancybox-thumbs &gt; ul &gt; li &gt; img { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

    .fancybox-thumbs &gt; ul &gt; li:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; transition: all .2s cubic-bezier(.25,.46,.45,.94); }

    .fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before { opacity: 1; }
}

@font-face { font-family: 'South'; src: url('/Conference/fonts/SouthUltraLight.eot'); src: url('/Conference/fonts/SouthUltraLight.eot?#iefix') format('embedded-opentype'),url('/Conference/fonts/SouthUltraLight.woff') format('woff'),url('/Conference/fonts/SouthUltraLight.ttf') format('truetype'),url('/Conference/fonts/SouthUltraLight.svg#SouthUltraLight') format('svg'); font-weight: 200; font-style: normal; }

@font-face { font-family: 'South'; src: url('/Conference/fonts/SouthLight.eot'); src: url('/Conference/fonts/SouthLight.eot?#iefix') format('embedded-opentype'),url('/Conference/fonts/SouthLight.woff') format('woff'),url('/Conference/fonts/SouthLight.ttf') format('truetype'),url('/Conference/fonts/SouthLight.svg#SouthLight') format('svg'); font-weight: 300; font-style: normal; }

@font-face { font-family: 'South'; src: url('/Conference/fonts/SouthRegular.eot'); src: url('/Conference/fonts/SouthRegular.eot?#iefix') format('embedded-opentype'),url('/Conference/fonts/SouthRegular.woff') format('woff'),url('/Conference/fonts/SouthRegular.ttf') format('truetype'),url('/Conference/fonts/SouthRegular.svg#SouthRegular') format('svg'); font-weight: 400; font-style: normal; }

@font-face { font-family: 'DroidSerif'; src: url('/Conference/fonts/DroidSerifRegular.woff2') format('woff2'),url('/Conference/fonts/DroidSerifRegular.woff') format('woff'); font-weight: 400; font-style: normal; }

@font-face { font-family: 'DroidSerif'; src: url('/Conference/fonts/DroidSerifBold.woff2') format('woff2'),url('/Conference/fonts/DroidSerifBold.woff') format('woff'); font-weight: 500; font-style: bold; }

@font-face { font-family: 'DroidSerif'; src: url('/Conference/fonts/DroidSerifBold.woff2') format('woff2'),url('/Conference/fonts/DroidSerifBold.woff') format('woff'); font-weight: 700; font-style: normal; }

body { font: 200 18px/24px 'South',Arial,Helvetica,sans-serif; min-width: 320px; }

img { border-style: none; }

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

a:active, a:focus, a:hover { text-decoration: underline; }

a:hover { text-decoration: none; }

a:focus, a.focus, label:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; transition: all .3s; }

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

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

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

h1 { font-size: 24px; line-height: 28px; margin: 0 0 15px; }

h2 { font-size: 22px; line-height: 26px; margin: 0 0 15px; }

h3 { font-size: 20px; line-height: 24px; margin: 0 0 15px; }

h4 { font-size: 18px; line-height: 22px; margin: 0 0 15px; }

h5 { font-size: 16px; line-height: 20px; margin: 0 0 15px; }

h6 { font-size: 14px; line-height: 18px; margin: 0 0 15px; }

#wrapper { position: relative; overflow: hidden; min-height: 100vh; }

.btn { display: inline-block; vertical-align: top; border: solid 3px; padding: 17px 25px; outline: 0 !important; white-space: normal; text-align: center; position: relative; box-shadow: none; text-decoration: none; min-width: 263px; border-radius: 38px; font-size: 28px; line-height: 32px; font-weight: 200; transition: all .3s; }

.btn-sm { font-size: 24px; line-height: 28px; border-radius: 20px; letter-spacing: 1px; padding: 4px 24px; min-width: 230px; }

.btn-sm.ico-left { text-align: right; padding-left: 50px; }

.btn-transparent { background: none; color: #fff; border-color: #fff; }

.btn-transparent:active, .btn-transparent.active, .open &gt; .dropdown-toggle.btn-transparent, .btn-transparent:focus, .btn-transparent.focus, .btn-transparent:active:hover, .btn-transparent.active:hover, .open &gt; .dropdown-toggle.btn-transparent:hover, .btn-transparent:active:focus, .btn-transparent.active:focus, .open &gt; .dropdown-toggle.btn-transparent:focus, .btn-transparent:active.focus, .btn-transparent.active.focus, .open &gt; .dropdown-toggle.btn-transparent.focus, .btn-transparent:hover { background: #fff; color: #000; border-color: #fff; text-decoration: none; }

.btn-primary { background: #2077bc; color: #fff; border-color: #2077bc; }

.btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open &gt; .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open &gt; .dropdown-toggle.btn-primary.focus, .btn-primary:hover { background: #1a5f96; color: #fff; border-color: #1a5f96; text-decoration: none; }

.btn .ico-play { display: inline-block; vertical-align: top; width: 39px; height: 39px; border-radius: 100%; border: solid 4px; margin: -5px 21px -5px -25px; transition: all .3s; position: relative; overflow: hidden; text-indent: -9999px; text-align: left; direction: ltr; }

.btn-sm .ico-play { width: 22px; height: 22px; border-width: 2px; }

.btn-sm.ico-left .ico-play { position: absolute; z-index: 20; top: 0; left: 0; margin: 8px 0 0 16px; }

.btn .ico-play:before { content: ''; position: absolute; z-index: 20; top: 50%; left: 50%; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 8px; border-color: transparent; transition: all .3s; margin: -8px 0 0 -2px; }

.btn-sm .ico-play:before { border-width: 4px 0 4px 5px; margin: -4px 0 0 -2px; }

.btn-transparent .ico-play { border-color: #fff; }

.btn-transparent:active .ico-play, .btn-transparent.active .ico-play, .open &gt; .dropdown-toggle.btn-transparent .ico-play, .btn-transparent:focus .ico-play, .btn-transparent.focus .ico-play, .btn-transparent:active:hover .ico-play, .btn-transparent.active:hover .ico-play, .open &gt; .dropdown-toggle.btn-transparent:hover .ico-play, .btn-transparent:active:focus .ico-play, .btn-transparent.active:focus .ico-play, .open &gt; .dropdown-toggle.btn-transparent:focus .ico-play, .btn-transparent:active.focus .ico-play, .btn-transparent.active.focus .ico-play, .open &gt; .dropdown-toggle.btn-transparent.focus .ico-play, .btn-transparent:hover .ico-play { border-color: #000; }

.btn-transparent .ico-play:before { border-left-color: #fff; }

.btn-transparent:active .ico-play:before, .btn-transparent.active .ico-play:before, .open &gt; .dropdown-toggle.btn-transparent .ico-play:before, .btn-transparent:focus .ico-play:before, .btn-transparent.focus .ico-play:before, .btn-transparent:active:hover .ico-play:before, .btn-transparent.active:hover .ico-play:before, .open &gt; .dropdown-toggle.btn-transparent:hover .ico-play:before, .btn-transparent:active:focus .ico-play:before, .btn-transparent.active:focus .ico-play:before, .open &gt; .dropdown-toggle.btn-transparent:focus .ico-play:before, .btn-transparent:active.focus .ico-play:before, .btn-transparent.active.focus .ico-play:before, .open &gt; .dropdown-toggle.btn-transparent.focus .ico-play:before, .btn-transparent:hover .ico-play:before { border-left-color: #000; }

.btn-primary .ico-play { border-color: #fff; }

.btn-primary .ico-play:before { border-left-color: #fff; }

.btn .ico-pen { display: inline-block; vertical-align: top; width: 27px; height: 27px; margin: -3px 10px -2px -10px; position: relative; overflow: hidden; text-align: left; font-size: 0; line-height: 0; }

.btn .ico-pen:before, .btn .ico-pen:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; width: 27px; height: 27px; background-repeat: no-repeat; background-position: 0 0; background-size: 27px 27px; transition: all .3s; }

.btn .ico-pen:before { background-image: url(/Conference/images/ico-pen-white-01.svg); }

.btn .ico-pen:after { opacity: 0; background-image: url(/Conference/images/ico-pen-black-01.svg); }

.btn:active .ico-pen:before, .btn.active .ico-pen:before, .open &gt; .dropdown-toggle.btn .ico-pen:before, .btn:focus .ico-pen:before, .btn.focus .ico-pen:before, .btn:active:hover .ico-pen:before, .btn.active:hover .ico-pen:before, .open &gt; .dropdown-toggle.btn:hover .ico-pen:before, .btn:active:focus .ico-pen:before, .btn.active:focus .ico-pen:before, .open &gt; .dropdown-toggle.btn:focus .ico-pen:before, .btn:active.focus .ico-pen:before, .btn.active.focus .ico-pen:before, .open &gt; .dropdown-toggle.btn.focus .ico-pen:before, .btn:hover .ico-pen:after { opacity: 0; }

.btn:active .ico-pen:after, .btn.active .ico-pen:after, .open &gt; .dropdown-toggle.btn .ico-pen:after, .btn:focus .ico-pen:after, .btn.focus .ico-pen:after, .btn:active:hover .ico-pen:after, .btn.active:hover .ico-pen:after, .open &gt; .dropdown-toggle.btn:hover .ico-pen:after, .btn:active:focus .ico-pen:after, .btn.active:focus .ico-pen:after, .open &gt; .dropdown-toggle.btn:focus .ico-pen:after, .btn:active.focus .ico-pen:after, .btn.active.focus .ico-pen:after, .open &gt; .dropdown-toggle.btn.focus .ico-pen:after, .btn:hover .ico-pen:after { opacity: 1; }

.btn .ico-close { position: absolute; z-index: 20; top: 0; left: 0; width: 28px; height: 28px; margin: 6px 0 0 17px; overflow: hidden; text-align: left; font-size: 0; line-height: 0; border: solid 2px #fff; transition: all .3s; border-radius: 100%; }

.btn:active .ico-close, .btn.active .ico-close, .open &gt; .dropdown-toggle.btn .ico-close, .btn:focus .ico-close, .btn.focus .ico-close, .btn:active:hover .ico-close, .btn.active:hover .ico-close, .open &gt; .dropdown-toggle.btn:hover .ico-close, .btn:active:focus .ico-close, .btn.active:focus .ico-close, .open &gt; .dropdown-toggle.btn:focus .ico-close, .btn:active.focus .ico-close, .btn.active.focus .ico-close, .open &gt; .dropdown-toggle.btn.focus .ico-close, .btn:hover .ico-close { border-color: #000; }

.btn .ico-close:before, .btn .ico-close:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; width: 16px; height: 3px; margin: 10px 0 0 4px; background: #fff; transition: all .3s; border-radius: 2px; }

.btn .ico-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btn .ico-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn:active .ico-close:before, .btn.active .ico-close:before, .open &gt; .dropdown-toggle.btn .ico-close:before, .btn:focus .ico-close:before, .btn.focus .ico-close:before, .btn:active:hover .ico-close:before, .btn.active:hover .ico-close:before, .open &gt; .dropdown-toggle.btn:hover .ico-close:before, .btn:active:focus .ico-close:before, .btn.active:focus .ico-close:before, .open &gt; .dropdown-toggle.btn:focus .ico-close:before, .btn:active.focus .ico-close:before, .btn.active.focus .ico-close:before, .open &gt; .dropdown-toggle.btn.focus .ico-close:before, .btn:hover .ico-close:before, .btn:active .ico-close:after, .btn.active .ico-close:after, .open &gt; .dropdown-toggle.btn .ico-close:after, .btn:focus .ico-close:after, .btn.focus .ico-close:after, .btn:active:hover .ico-close:after, .btn.active:hover .ico-close:after, .open &gt; .dropdown-toggle.btn:hover .ico-close:after, .btn:active:focus .ico-close:after, .btn.active:focus .ico-close:after, .open &gt; .dropdown-toggle.btn:focus .ico-close:after, .btn:active.focus .ico-close:after, .btn.active.focus .ico-close:after, .open &gt; .dropdown-toggle.btn.focus .ico-close:after, .btn:hover .ico-close:after { background: #000; }

.btn-play { position: absolute; z-index: 20; top: 50%; left: 50%; width: 127px; height: 127px; border-radius: 100%; border: solid 12px #fff; transition: all .3s; margin: -64px 0 0 -64px; font-size: 0; line-height: 0; }

.btn-play:hover { -webkit-transform: scale(1.2); transform: scale(1.2); }

.btn-play:before { content: ''; position: absolute; z-index: 20; top: 50%; left: 50%; width: 0; height: 0; border-style: solid; border-width: 23px 0 23px 28px; border-color: transparent transparent transparent #fff; margin: -22px 0 0 -9px; }

.btn-play.type2 { width: 82px; height: 82px; border-width: 7px; margin: -41px 0 0 -41px; }

.btn-play.type2:before { border-width: 15px 0 15px 27px; margin: -15px 0 0 -10px; }

.slick-dots { list-style: none; margin: 0; padding: 0; font-size: 0; line-height: 0; text-align: center; }

.slick-dots li { display: inline-block; vertical-align: top; padding: 4px 0; }

.slick-dots button { display: inline-block; vertical-align: top; overflow: hidden; text-indent: -9999px; padding: 0; border: 0; cursor: pointer; width: 21px; height: 21px; border-radius: 100%; background: none; position: relative; }

.slick-dots button:focus { outline: none; }

.slick-dots button:before { content: ''; position: absolute; z-index: 20; top: 3px; bottom: 3px; left: 3px; right: 3px; border-radius: 100%; transition: all .3s; background: #fff; }

.slick-dots button:hover:before, .slick-dots .slick-active button:before { background: #4fd0e9; }

.btn-control { display: inline-block; vertical-align: top; width: 22px; height: 22px; border: solid 2px #fff; border-radius: 100%; font-size: 0; line-height: 0; position: relative; }

.btn-control:hover { border-color: #4fd0e9; }

.btn-control:before, .btn-control:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; transition: all .3s; }

.btn-control.play-slideshow:before { width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 6px; border-color: transparent transparent transparent #fff; margin: 5px 0 0 7px; }

.btn-control.play-slideshow:after { display: none; }

.btn-control.play-slideshow:hover:before { border-left-color: #4fd0e9; }

.btn-control.pause-slideshow:before, .btn-control.pause-slideshow:after { width: 2px; height: 8px; background: #fff; margin-top: 5px; }

.btn-control.pause-slideshow:before { margin-left: 6px; }

.btn-control.pause-slideshow:after { margin-left: 10px; }

.btn-control.pause-slideshow:hover:before, .btn-control.pause-slideshow:hover:after { background: #4fd0e9; }

.btn-control.btn-control-md { width: 48px; height: 48px; background: #2077bc; border: 0; }

.btn-control.btn-control-md:hover { background: #fff; }

.btn-control.btn-control-md.play-slideshow:before { border-width: 7px 0 7px 7px; margin: 17px 0 0 22px; }

.btn-control.btn-control-md.play-slideshow:hover:before { border-left-color: #2077bc; }

.btn-control.btn-control-md.pause-slideshow:before, .btn-control.btn-control-md.pause-slideshow:after { width: 3px; height: 13px; margin-top: 17px; }

.btn-control.btn-control-md.pause-slideshow:before { margin-left: 19px; }

.btn-control.btn-control-md.pause-slideshow:after { margin-left: 25px; }

.btn-control.btn-control-md.pause-slideshow:hover:before, .btn-control.btn-control-md.pause-slideshow:hover:after { background: #2077bc; }

.btn-control.btn-control-md span { position: absolute; z-index: 5; top: 6px; bottom: 6px; left: 6px; right: 6px; border: solid 3px #fff; border-radius: 100%; transition: all .3s; }

.btn-control.btn-control-md:hover span { border-color: #2077bc; }

.btn-next { display: inline-block; vertical-align: top; font-size: 0; line-height: 0; width: 50px; height: 50px; position: relative; }

.btn-next:before { content: ''; position: absolute; z-index: 20; top: 50%; left: 50%; width: 34px; height: 21px; background: url(/Conference/images/arrow-left-blue-01.svg) no-repeat; background-size: 34px 21px; margin: -10px 0 0 -17px; transition: all .3s; }

.btn-next:hover:before { margin-left: -22px; }

.btn-close { display: inline-block; vertical-align: top; width: 34px; height: 34px; border-radius: 100%; font-size: 0; line-height: 0; position: relative; border: solid 3px #fff; padding: 0; cursor: pointer; }

.btn-close:hover { border-color: #000; }

.btn-close:before, .btn-close:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; width: 18px; height: 4px; margin: 12px 0 0 5px; background: #fff; border-radius: 3px; transition: all .3s; }

.btn-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btn-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn-close:hover:before, .btn-close:hover:after { background: #000; }

.btn-download { display: inline-block; vertical-align: top; font-size: 0; line-height: 0; position: relative; width: 30px; height: 30px; }

.btn-download:before { content: ''; position: absolute; z-index: 20; top: 50%; left: 50%; width: 18px; height: 13px; background: url(/Conference/images/ico-download-blue-01.png) no-repeat; background-size: 18px 13px; margin: -6px 0 0 -9px; transition: all .3s; }

.btn-download:hover:before { -webkit-transform: scale(1.1); transform: scale(1.1); }

#skip a { position: absolute; right: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; text-align: center; }

#skip a:focus { position: static; width: auto; height: auto; }

#header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; font-size: 0; line-height: 0; transition: all .3s; }

.scrolled #header { background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.5); }

#header .logo { width: 148px; height: 39px; text-align: left; direction: ltr; text-indent: -9999px; overflow: hidden; background: url(/Conference/images/logo.png) no-repeat; background-size: 148px 39px; display: inline-block; vertical-align: top; margin: 20px 4px 0 25px; transition: all .3s; }

.scrolled #header .logo { width: 128px; height: 34px; background-image: url(/Conference/images/logo-scrolled.png); background-size: 128px 34px; margin: 17px 4px 0 22px; }

#header .logo a { display: block; height: 100%; }

#header .h-logo { width: 154px; height: 39px; text-align: left; direction: ltr; text-indent: -9999px; overflow: hidden; background: url(/Conference/images/logo-h.png) no-repeat; background-size: 154px 39px; display: inline-block; vertical-align: top; margin: 21px 0 0; transition: all .3s; }

.scrolled #header .h-logo { width: 133px; height: 34px; background-image: url(/Conference/images/logo-h-scrolled.png); background-size: 133px 34px; margin: 18px 0 0; }

#header .h-logo a { display: block; height: 100%; }

#main-nav { font-size: 0; line-height: 0; position: relative; z-index: 100; text-align: left; padding: 6px 0 0 4px; transition: all .3s; }

.scrolled #main-nav { padding-top: 0; }

#main-nav &gt; ul { display: inline-block; vertical-align: top; list-style: none; margin: 0; padding: 0; }

#main-nav &gt; ul &gt; li { display: inline-block; vertical-align: top; font-size: 20px; line-height: 24px; font-weight: 200; position: relative; text-align: right; }

#main-nav &gt; ul &gt; li + li { margin-right: 30px; }

#main-nav &gt; ul &gt; li.active { font-weight: 400; }

#main-nav &gt; ul &gt; li &gt; a { display: inline-block; vertical-align: top; position: relative; color: #fff; padding: 13px 15px 7px; text-decoration: none; background: rgba(0,0,0,0); }

.scrolled #main-nav &gt; ul &gt; li &gt; a { color: #323232; padding-top: 11px; padding-bottom: 8px; }

#main-nav &gt; ul &gt; li &gt; a:hover { color: #fff; text-decoration: none; }

.scrolled #main-nav &gt; ul &gt; li &gt; a:hover { color: #323232; }

#main-nav &gt; ul &gt; li &gt; a:before, #main-nav &gt; ul &gt; li &gt; a:after { content: ''; position: absolute; z-index: 10; width: 0; height: 0; border: solid transparent; transition: all .3s; }

#main-nav &gt; ul &gt; li &gt; a:before { top: 0; left: 0; border-top-color: #2076bc; border-width: 0; }

#main-nav &gt; ul &gt; li &gt; a:after { bottom: 0; right: 0; border-bottom-color: #2076bc; border-width: 0; }

#main-nav &gt; ul &gt; li.active &gt; a:before, #main-nav &gt; ul &gt; li:hover &gt; a:before { border-width: 18px 18px 0 0; }

#main-nav &gt; ul &gt; li.active &gt; a:after, #main-nav &gt; ul &gt; li:hover &gt; a:after { border-width: 0 0 18px 18px; }

#main-nav &gt; ul &gt; li &gt; a span { display: block; }

#main-nav .dropdown-menu { background: none; border: 0; border-radius: 0; box-shadow: none; left: auto; right: 50%; margin: 0; min-width: 163px; max-width: 163px; padding: 26px 0 0; text-align: center; -webkit-transform: translate(50%,0); transform: translate(50%,0); display: block; transition: opacity .3s; opacity: 0; top: -9999px; overflow: hidden; }

#main-nav ul &gt; li:hover &gt; .dropdown-menu, #main-nav ul &gt; li &gt; .dropdown-menu.open { opacity: 1; top: 100%; overflow: visible; }

#main-nav .dropdown-menu .dropdown-holder { position: relative; background: #323232; border-radius: 20px; padding: 17px 10px; }

#main-nav .dropdown-menu .dropdown-holder:before { content: ''; position: absolute; z-index: 20; bottom: 100%; left: 50%; margin: 21px 0 0; width: 0; height: 0; border-style: solid; border-width: 0 18px 22px 18px; border-color: transparent transparent #323232 transparent; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); }

#main-nav .dropdown-menu .scrollable-area { max-height: 230px; overflow-x: hidden; overflow-y: auto; }

#main-nav .dropdown-menu .jspVerticalBar { right: auto; left: 0; width: 13px; background: #000; border-radius: 6px; }

#main-nav .dropdown-menu .jspPane { margin-left: 13px !important; }

#main-nav .dropdown-menu .jspDrag { background: none; width: 7px; margin: 0 auto; z-index: 20; }

#main-nav .dropdown-menu .jspDrag:before { content: ''; position: absolute; z-index: 20; top: 7px; bottom: 7px; left: 0; right: 0; background: #323232; border-radius: 4px; }

#main-nav .dropdown-menu .jspDrag.jspHover, #main-nav .dropdown-menu .jspContainer:hover .jspDrag { background: none; }

#main-nav .dropdown-menu .jspDrag.jspHover.jspActive { background: none; }

#main-nav .dropdown-menu ul { list-style: none; margin: 0; padding: 0; }

#main-nav .dropdown-menu .scrollable-area .jspPane &gt; ul { margin: -14px 0 0; padding-right: 9px; }

#main-nav .dropdown-menu ul &gt; li { font: 700 17px/21px 'Lucida Sans Unicode','Lucida Grande',sans-serif; padding: 10px 0; text-align: center; }

#main-nav .dropdown-menu ul &gt; li + li { border-top: solid 1px #737373; }

#main-nav .dropdown-menu ul &gt; li &gt; a { text-decoration: none; color: #fff; display: block; padding: 4px 0; }

#main-nav .dropdown-menu ul &gt; li &gt; a:hover { text-decoration: none; color: #fff; opacity: .85; }

.accessibility-menu { position: absolute; z-index: 100; top: 0; left: 0; margin: 17px 0 0 9px; transition: all .3s; }

.scrolled .accessibility-menu { margin-top: 7px; }

.accessibility-menu .dropdown-toggle { width: 50px; height: 50px; font-size: 0; line-height: 0; position: relative; display: inline-block; vertical-align: top; overflow: hidden; }

.accessibility-menu .dropdown-toggle:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.accessibility-menu .dropdown-toggle:before, .accessibility-menu .dropdown-toggle:after { content: ''; position: absolute; z-index: 20; top: 50%; left: 50%; width: 28px; height: 30px; background-repeat: no-repeat; background-position: 0 0; background-size: 28px 30px; margin: -15px 0 0 -14px; transition: all .3s; }

.accessibility-menu .dropdown-toggle:before { background-image: url(/Conference/images/ico-accessibility-white-01.svg); }

.scrolled .accessibility-menu .dropdown-toggle:before { background-image: url(/Conference/images/ico-accessibility-gray-01.svg); }

.accessibility-menu .dropdown-toggle:after { opacity: 0; background-image: url(/Conference/images/ico-accessibility-turquoise-01.svg); }

.accessibility-menu .dropdown-toggle:hover:before, .accessibility-menu .dropdown-toggle:focus:before { opacity: 0; }

.accessibility-menu .dropdown-toggle:hover:after, .accessibility-menu .dropdown-toggle:focus:after { opacity: 1; }

.accessibility-menu .dropdown-menu { background: #323232; border: 0; border-radius: 20px; box-shadow: none; right: auto; left: 100%; top: 0; margin: -2px 0 0 4px; min-width: 213px; max-width: 213px; padding: 15px 19px 10px; text-align: right; }

.accessibility-menu .dropdown-menu:before { content: ''; position: absolute; z-index: 20; top: 0; right: 100%; margin: 21px 0 0; width: 0; height: 0; border-style: solid; border-width: 10px 16px 10px 0; border-color: transparent #323232 transparent transparent; }

.accessibility-menu .dropdown-menu .title { display: block; color: #fff; font-size: 20px; line-height: 24px; font-weight: 400; letter-spacing: 1px; padding: 0 17px 10px 0; }

.accessibility-menu .dropdown-menu ul { list-style: none; margin: 0; padding: 0; }

.accessibility-menu .dropdown-menu ul li { font-size: 18px; line-height: 20px; padding: 10px 0; border-top: solid 1px #737373; }

.accessibility-menu .dropdown-menu ul a { display: block; color: #fff; text-decoration: none; position: relative; padding: 5px 37px 4px 0; }

.accessibility-menu .dropdown-menu ul a:hover { text-decoration: none; color: #fff; opacity: .85; }

.accessibility-menu .dropdown-menu ul a .ico { position: absolute; z-index: 20; top: 0; right: 0; margin: 5px 7px 0 0; width: 18px; overflow: hidden; }

.accessibility-menu .dropdown-menu ul a .ico img { display: block; width: 100%; max-width: 100%; }

.main-slideshow { position: relative; background: #000; }

.main-slideshow .slick-slide { float: right; position: relative; z-index: 10; }

.main-slideshow .slick-slide.slick-current { z-index: 15; }

.main-slideshow .slick-slide:focus { outline: none; }

.main-banner { position: relative; overflow: hidden; min-height: 900px; max-height: 90vh; }

.main-slideshow.no-full-height .main-banner { min-height: 900px; }

.main-slideshow .main-banner { transition: all .6s; -webkit-transform: scale(1.5); transform: scale(1.5); }

.main-slideshow .slick-current .main-banner { -webkit-transform: scale(1); transform: scale(1); }

.main-banner .image { position: absolute; z-index: 5; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-color: #000; }

.main-banner .image &gt; img { display: none; }

.video-area { position: absolute; z-index: 8; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; }

.video-area video { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 10; min-width: 100%; min-height: 100vh; }

.main-slideshow.no-full-height .main-banner .video-area video { min-height: 900px; }

.main-banner .valign { display: table-cell; vertical-align: middle; width: 1%; height: 100vh; position: relative; z-index: 20; }

.main-slideshow.no-full-height .main-banner .valign { height: 900px; }

.main-banner .valign &gt; .container { padding-top: 85px; padding-bottom: 30px; }

.main-banner .text-block { text-align: center; color: #fff; font-size: 24px; line-height: 30px; font-weight: 200; max-width: 1000px; margin: 0 auto; position: relative; padding: 53px 0 44px; top: -43px; }

.main-banner .text-block:before, .main-banner .text-block:after { content: ''; position: absolute; z-index: 10; left: 50%; width: 209px; height: 26px; background-repeat: no-repeat; background-position: 0 0; background-size: 209px 26px; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); }

.main-banner .text-block:before { top: 0; background-image: url(/Conference/images/graphic-element-01.png); }

.main-banner .text-block:after { bottom: 0; background-image: url(/Conference/images/graphic-element-02.png); }

.main-banner h1, .main-banner h2 { color: #fff; margin: 0 0 20px; font-size: 79px; line-height: 85px; font-weight: 400; letter-spacing: 3px; }

.main-banner p { max-width: 720px; margin: 0 auto; letter-spacing: 1.6px; }

.main-banner .block { max-width: 900px; margin: 0 auto; padding: 0 0 15px; text-align: center; }

.main-banner .block h1, .main-banner .block h2 { margin-bottom: 64px; }

.video-block { margin: 0; position: relative; }

.video-block .video-holder { position: relative; overflow: hidden; padding: 56.4% 0 0; max-height: 60vh; }

.main-banner .video-block .video-holder { padding-top: 50%; }

.video-block .video-poster { position: absolute; z-index: 15; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; transition: all .3s; }

.video-block.play-video .video-poster { opacity: 0; z-index: 12; }

.video-block .video-poster &gt; img { display: none; }

.video-block .video-holder iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100% !important; height: 100% !important; border: 0 !important; z-index: 12; transition: opacity .3s; opacity: 0; pointer-events: none; }

.video-block.play-video iframe { opacity: 1; pointer-events: all; z-index: 15; }

.video-block figcaption { padding: 36px 0 0; font-size: 46px; line-height: 50px; font-weight: 400; letter-spacing: 1.8px; color: #fff; }

.main-slideshow .video-block { margin-bottom: -25px; }

.main-slideshow .slideshow-controls { position: absolute; z-index: 30; top: 50%; right: 0; width: 22px; margin: 0 28px 0 0; padding: 0 0 30px; -webkit-transform: translate(0,-50%); transform: translate(0,-50%); }

.main-slideshow .slideshow-controls .control-box { position: absolute; z-index: 20; bottom: 0; left: 0; width: 22px; height: 22px; }

.main-slideshow .slideshow-controls .control-box .btn-control { position: absolute; z-index: 20; top: 0; left: 0; }

.main-slideshow .slideshow-controls .control-box .btn-control.play-slideshow { z-index: 5; opacity: 0; }

.main-slideshow.paused-slideshow .slideshow-controls .control-box .btn-control.play-slideshow { z-index: 20; opacity: 1; }

.main-slideshow.paused-slideshow .slideshow-controls .control-box .btn-control.pause-slideshow { z-index: 5; opacity: 0; }

.counter-section { position: relative; z-index: 20; background: #2077bc; font-size: 0; line-height: 0; text-align: center; }

.counter-section .container { padding-top: 40px; padding-bottom: 42px; }

.event-countdown { font-size: 0; line-height: 0; height: 100px; direction: ltr; display: inline-block; vertical-align: top; }

.counter-section .event-countdown { margin: 0 -7px 0 108px; }

.event-countdown .box { position: relative; display: inline-block; vertical-align: top; text-align: center; color: #fff; font-size: 24px; line-height: 28px; font-weight: 200; }

.event-countdown .box + .box { margin-left: 60px; }

.event-countdown .box:last-child { min-width: 75px; }

.event-countdown .box + .box:before, .event-countdown .box + .box:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; width: 4px; height: 4px; background: #fff; margin-left: -28px; }

.event-countdown .box + .box:before { margin-top: 25px; }

.event-countdown .box + .box:after { margin-top: 39px; }

.event-countdown .box b { display: block; font-size: 71px; line-height: 75px; font-weight: 200; margin: 0 0 -8px; }

.reminder-menu { display: inline-block; vertical-align: top; position: relative; }

.counter-section .reminder-menu { margin: 18px 0 0; }

.reminder-menu .btn { letter-spacing: 1.5px; padding-left: 20px; padding-right: 20px; }

.reminder-menu .dropdown-menu { background: #323232; border: 0; border-radius: 20px; box-shadow: none; left: auto; right: 50%; top: auto; bottom: 100%; margin: 0 0 15px; min-width: 270px; max-width: 270px; padding: 11px 30px 19px; text-align: left; -webkit-transform: translate(50%,0); transform: translate(50%,0); }

.reminder-menu .dropdown-menu:before { content: ''; position: absolute; z-index: 20; top: 100%; left: 50%; width: 39px; height: 20px; background: url(/Conference/images/arrow-down-gray-01.png) no-repeat; background-size: 39px 20px; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); }

.reminder-menu .dropdown-menu &gt; li { padding: 5px 0; }

.reminder-menu .dropdown-menu &gt; li + li { border-top: solid 1px #737373; }

.reminder-menu .dropdown-menu &gt; li &gt; a { color: #fff; display: inline-block; vertical-align: top; font: 700 22px/26px 'Lucida Sans Unicode','Lucida Grande',sans-serif; white-space: normal; padding: 7px 0 6px; text-decoration: none; }

.reminder-menu .dropdown-menu &gt; li &gt; a:hover, .reminder-menu .dropdown-menu &gt; li &gt; a:focus { text-decoration: none; color: #2077bc; background: none; }

.event-section { background: #fff; }

.event-section .container { padding-top: 71px; padding-bottom: 20px; }

.heading { text-align: center; color: #000; font-size: 25px; line-height: 27px; font-weight: 200; padding: 0 0 75px; }

.heading h1, .heading h2, .heading h3 { color: #000; margin: 0; font-size: 48px; line-height: 50px; font-weight: 400; letter-spacing: 3px; }

.heading p { margin: 0; letter-spacing: 2px; }

.heading h1 + p, .heading h2 + p, .heading h3 + p { padding-top: 11px; }

.event-tabs { position: relative; padding: 0 0 9px; }

.event-tabset { font-size: 0; line-height: 0; position: absolute; z-index: 20; top: 0; left: 0; right: 0; margin-right: 48.8%; padding: 5px 52px 0 0; }

.event-tabset &gt; ul { list-style: none; margin: 0; padding: 0; }

.event-tabset &gt; ul &gt; li { display: inline-block; vertical-align: top; font-size: 22px; line-height: 26px; font-weight: 200; letter-spacing: 1px; }

.event-tabset &gt; ul &gt; li + li { padding-right: 23px; }

.event-tabset &gt; ul &gt; li &gt; a { display: inline-block; vertical-align: top; padding: 10px 24px 9px; text-decoration: none; background: #323232; border-radius: 23px; color: #fff; }

.event-tabset &gt; ul &gt; li &gt; a:hover, .event-tabset &gt; ul &gt; li.active &gt; a { color: #fff; background: #2077bc; }

.event-content { position: relative; }

.event-content .slick-slide:focus { outline: none; }

.event-tab { position: relative; float: right; }

.event-info { margin: 0; position: relative; }

.event-info:after { content: ''; display: block; clear: both; }

.event-info .image-block { float: right; width: 48.8%; position: relative; }

.event-info .control-box { position: absolute; z-index: 20; bottom: 0; left: 0; margin: 0 0 13px 21px; }

.event-info .control-box .btn-control { position: absolute; z-index: 20; bottom: 0; left: 0; }

.event-info .control-box .btn-control.play-slideshow { z-index: 5; opacity: 0; }

.event-content.paused-tabs .event-info .control-box .btn-control.play-slideshow { z-index: 20; opacity: 1; }

.event-content.paused-tabs .event-info .control-box .btn-control.pause-slideshow { z-index: 5; opacity: 0; }

.event-info .img { position: relative; overflow: hidden; padding: 62.9% 0 0; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }

.event-info .img &gt; img { display: none; }

.event-info .video-block { overflow: hidden; padding: 62.9% 0 0; }

.event-info .video-block .video-holder { padding: 0; max-height: none; position: absolute; z-index: 20; top: 0; bottom: 0; left: 0; right: 0; }

.event-info figcaption { overflow: hidden; padding: 78px 59px 30px 0; color: #000; font-size: 18px; line-height: 24px; font-weight: 200; transition: all 1s; position: relative; left: -50px; opacity: 0; }

.event-content .slick-current .event-info figcaption { left: 0; opacity: 1; }

.event-info figcaption h3 { color: #000; margin: 0 0 19px; font-size: 25px; line-height: 27px; font-weight: 400; max-width: 440px; letter-spacing: 1.2px; }

.event-info figcaption p { max-width: 440px; margin: 0; letter-spacing: 1.2px; }

.event-info figcaption .btn-row { text-align: left; padding: 26px 0 0 7px; }

.statistic-section { position: relative; }

.statistic-section .bg-image { position: absolute; z-index: 5; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }

.statistic-section .bg-image &gt; img { display: none; }

.statistic-section .container { padding-top: 90px; padding-bottom: 100px; position: relative; z-index: 10; width: auto; max-width: 1378px; left: -39px; }

.statistic-box { position: relative; color: #fff; font-size: 16px; line-height: 21px; font-weight: 400; max-width: 380px; padding: 0 144px 0 0; }

.statistic-box .ico { position: absolute; z-index: 20; top: 0; right: 0; margin: -10px 0 0; width: 120px; height: 120px; border-radius: 100%; background: #2077bc; overflow: hidden; }

.statistic-box .ico img { position: absolute; z-index: 20; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 52px; max-height: 52px; }

.statistic-box .val { display: block; font-size: 54px; line-height: 56px; padding: 0 0 7px; }

.statistic-box p { margin: 0; letter-spacing: 1px; }

.schedule-section { background: #fff; }

.schedule-section .container { padding-top: 70px; padding-bottom: 70px; }

.schedule-section .heading { font-size: 24px; line-height: 28px; padding-bottom: 23px; }

.schedule-tabs { position: relative; }

.schedule-tabs .tabs-nav { list-style: none; margin: 0; padding: 0 0 30px; font-size: 0; line-height: 0; position: relative; text-align: center; }

.schedule-tabs .tabs-nav &gt; li { display: inline-block; vertical-align: top; font-size: 32px; line-height: 36px; font-weight: 200; letter-spacing: 1px; }

.schedule-tabs .tabs-nav &gt; li + li { padding-right: 28px; }

.schedule-tabs .tabs-nav &gt; li &gt; a { display: inline-block; vertical-align: top; padding: 12px 15px; position: relative; color: #fff; text-decoration: none; background: #323232; border-radius: 30px; min-width: 236px; }

.schedule-tabs .tabs-nav &gt; li &gt; a:hover { text-decoration: none; color: #fff; background: #2077bc; }

.schedule-tabs .tabs-nav &gt; li.active &gt; a, .schedule-tabs .tabs-nav &gt; li.active &gt; a:hover, .schedule-tabs .tabs-nav &gt; li.active &gt; a:focus { color: #fff; background: #2077bc; }

.schedule-tabs .tab-content { position: relative; }

.schedule-tabs .tab-pane { padding: 0; }

.schedule-block { border-radius: 9px; border: solid 1px #d9d9d9; box-shadow: 0 5px 5px rgba(0,0,0,.2); margin: 0 0 60px; }

.schedule-block:last-child { margin-bottom: 0; }

.schedule-heading { text-align: center; padding: 17px 15px 10px; border-radius: 9px 9px 0 0; background: #2077bc; }

.schedule-heading h1, .schedule-heading h2, .schedule-heading h3 { color: #fefefe; font-size: 36px; line-height: 40px; font-weight: 400; letter-spacing: 2px; margin: 0; }

.schedule-block .top-section { position: relative; padding: 45px 70px 31px; }

.heading-block { padding: 0 0 27px; }

.heading-block h2, .heading-block h3 { color: #2077bc; margin: 0; display: inline; font-size: 32px; line-height: 36px; font-weight: 400; letter-spacing: 2.3px; padding: 0 0 0 22px; }

.heading-block .time { color: #000; font-size: 32px; line-height: 36px; font-weight: 200; letter-spacing: .8px; font-style: normal; }

.people-block { position: relative; }

.people-heading { margin: 0 0 -2px; min-height: 46px; }

.people-heading:after { content: ''; display: block; clear: both; }

.people-heading h3, .people-heading h4 { float: right; max-width: 65%; color: #2077bc; margin: 0; font-size: 26px; line-height: 30px; font-weight: 400; letter-spacing: 1.5px; }

.files-list { list-style: none; margin: 0; padding: 0; font-size: 0; line-height: 0; }

.files-list &gt; li { display: inline-block; vertical-align: top; }

.files-list &gt; li + li { padding-right: 18px; }

.file-item { display: inline-block; vertical-align: top; text-decoration: none; color: #2077bc; font-size: 20px; line-height: 20px; font-weight: 200; max-width: 112px; position: relative; padding: 0 43px 0 0; text-align: right; }

.file-item:hover { text-decoration: none; color: #000; }

.file-item .ico { position: absolute; z-index: 20; top: 0; right: 0; width: 35px; overflow: hidden; margin: -1px 0 0; }

.file-item .ico img { display: block; width: 100%; max-width: 100%; }

.people-heading .files-list { float: left; max-width: 32%; padding: 6px 0 0; text-align: left; }

.people-list { list-style: none; margin: 0 -15px; padding: 0; font-size: 0; line-height: 0; }

.people-list &gt; li { display: inline-block; vertical-align: top; width: 33.33%; padding: 15px; }

.widget-link { cursor: pointer; text-decoration: none; }

.widget-link:hover { text-decoration: none; }

.person-box { margin: 0; position: relative; padding: 0 129px 0 0; }

.person-box .photo { position: absolute; z-index: 20; top: 50%; right: 0; width: 109px; height: 109px; border-radius: 100%; overflow: hidden; border: solid 3px #dfdfdf; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; margin: -56px 0 0; }

.person-box .photo &gt; img { display: none; }

.person-box figcaption { display: table-cell; vertical-align: middle; width: 1%; height: 100px; color: #000; font-size: 20px; line-height: 24px; transition: all .3s; }

.widget-link:hover .person-box figcaption { color: #2077bc; }

.person-box figcaption h4, .person-box figcaption h5 { color: #000; font-size: 22px; line-height: 24px; font-weight: 400; margin: 0; transition: all .3s; letter-spacing: .8px; }

.widget-link:hover .person-box figcaption h4, .widget-link:hover .person-box figcaption h5 { color: #2077bc; }

.person-box figcaption p { margin: 0; letter-spacing: 1px; }

.schedule-block .top-section .btn-row { position: absolute; z-index: 20; top: 0; left: 0; margin: 38px 0 0 32px; }

.reference-section { position: relative; min-height: 13px; background: #2077bc; }

.reference-section .reference-opener { position: absolute; z-index: 20; top: 0; left: 50%; color: #fff; font-size: 24px; line-height: 28px; font-weight: 200; letter-spacing: 1px; text-decoration: none; padding: 7px 29px; margin: -14px 0 0; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); }

.reference-section .opener-bg { font-size: 0; line-height: 0; position: absolute; z-index: 10; left: 50%; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); background: #2077bc; height: 20px; }

.reference-section .opener-bg-top { border-radius: 25px 25px 0 0; top: 0; margin: -14px 0 0; }

.reference-section .opener-bg-bottom { border-radius: 0 0 20px 20px; bottom: 0; margin: 0 0 -14px; }

.materials-block { padding: 52px 79px 53px 63px; }

.materials-block h3 { color: #fff; font-size: 24px; line-height: 28px; font-weight: 400; letter-spacing: 1.2px; margin: 0 0 20px; }

.materials-list { list-style: none; margin: 0; padding: 0 0 33px; }

.materials-list &gt; li { border-top: dashed 3px #3785c3; }

.materials-list &gt; li:after { content: ''; display: block; clear: both; }

.materials-list &gt; li:last-child { border-bottom: dashed 3px #3785c3; }

.materials-list .widget-link { display: block; position: relative; padding: 26px 0 21px; }

.materials-list .widget-link:before { content: ''; position: absolute; z-index: 5; top: 0; bottom: 0; left: -15px; right: -15px; background: rgba(0,0,0,.3); transition: all .3s; opacity: 0; }

.materials-list .widget-link:hover:before { opacity: 1; }

.materials-list .widget-link:after { content: ''; display: block; clear: both; }

.materials-list .widget-link &gt; * { position: relative; z-index: 20; }

.materials-list h4 { color: #fff; margin: 0; font-size: 20px; line-height: 24px; font-weight: 200; letter-spacing: 1.3px; float: right; max-width: 85%; }

.materials-list h4 strong { font-weight: 400; }

.materials-list .file-box { padding: 0 15px 0 0; margin: -10px 0; float: left; width: 145px; text-align: left; }

.file-item.type2 { font: 18px/20px 'Heebo',sans-serif; padding-right: 45px; display: table-cell; vertical-align: middle; width: 1%; height: 40px; word-wrap: break-word; }

.file-item.type2 .ico { width: 27px; margin: 1px 0 0; }

.file-item.color-white { color: #fff; }

.file-item.color-white:hover { color: #fff; opacity: .85; }

.materials-block .btn-row { text-align: center; }

.materials-block .btn-row .btn { min-width: 206px; font-size: 19px; line-height: 23px; padding: 9px 50px; border-radius: 25px; }

.materials-block .btn-row .btn.collapsed { padding-left: 20px; padding-right: 20px; }

.materials-block .btn-row .btn.collapsed .opened-text { display: none; }

.materials-block .btn-row .btn .collapsed-text { display: none; }

.materials-block .btn-row .btn.collapsed .collapsed-text { display: inline-block; }

.reference-section .collapse-holder { padding: 51px 20px 12px; }

.comment-form { max-width: 686px; margin: 0 auto; }

.comment-heading { text-align: center; color: #fff; font-size: 18px; line-height: 22px; font-weight: 200; padding: 0 0 24px; }

.comment-heading h2, .comment-heading h3 { color: #fff; margin: 0 0 13px; font-size: 43px; line-height: 45px; font-weight: 300; letter-spacing: 1.5px; }

.comment-heading p { margin: 0; letter-spacing: 1px; }

.comment-form .row { margin-left: -12px; margin-right: -12px; }

.comment-form .row &gt; div[class^="col-"] { padding-left: 12px; padding-right: 12px; }

.comment-form .form-group { position: relative; margin: 0; padding: 0 0 22px; }

.comment-form .form-group.required:before { content: '*'; position: absolute; z-index: 20; top: 0; right: 0; margin: -7px -10px 0 0; color: #fff; font-size: 18px; line-height: 20px; font-weight: 300; }

.comment-form .form-control { height: 37px; font: 300 17px 'South',sans-serif; border: 0; background: #fff; color: #7e7e7e; padding: 2px 12px; margin: 0; box-shadow: none; border-radius: 0; }

.comment-form textarea.form-control { min-height: 69px; overflow: auto; line-height: 19px; padding-top: 12px; padding-bottom: 12px; resize: vertical; }

select.form-control { box-shadow: none; border: 0; background: #fff; color: #7e7e7e; height: 37px; font: 300 17px 'South',sans-serif; border-radius: 0; padding: 2px 12px; overflow: hidden; text-overflow: ellipsis; }

select.form-control:focus { box-shadow: none; outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.comment-form .form-control::-moz-placeholder { color: #7e7e7e; opacity: 1; }

.comment-form .form-control:-ms-input-placeholder { color: #7e7e7e; }

.comment-form .form-control::-webkit-input-placeholder { color: #7e7e7e; }

.comment-form .recaptcha-widget { position: relative; overflow: hidden; }

.comment-form .recaptcha-widget img { display: block; width: 100%; max-width: 100%; }

.comment-form .btn-block { text-align: center; padding: 12px 0 0; }

.comment-form .btn-block .btn-sm { min-width: 177px; padding-top: 7px; padding-bottom: 7px; border-radius: 25px; }

.schedule-block .section { padding: 26px 71px 23px 43px; border-bottom: solid 5px #f5f5f5; }

.schedule-block .reference-section + .section { padding-top: 42px; }

.schedule-block .section:last-child { border-bottom: 0; }

.schedule-block .section .people-heading { margin-bottom: 2px; }

.schedule-block .section.discussion-section { padding-top: 41px; padding-bottom: 40px; color: #000; font-size: 20px; line-height: 24px; font-weight: 200; }

.schedule-block .section.people-info-section { padding-top: 48px; padding-bottom: 17px; }

.schedule-block .section &gt; h2, .schedule-block .section &gt; h3, .schedule-block .section &gt; h4 { color: #2077bc; margin: 0 0 10px; font-size: 26px; line-height: 30px; font-weight: 400; letter-spacing: 1.5px; }

.schedule-block .discussion-section p { margin: 0; }

.schedule-block .section.people-info-section &gt; h2, .schedule-block .section.people-info-section &gt; h3, .schedule-block .section.people-info-section &gt; h4 { margin-bottom: 18px; }

.people-info { list-style: none; margin: 0 -15px; padding: 0; font-size: 0; line-height: 0; }

.people-info &gt; li { display: inline-block; vertical-align: top; width: 33.33%; padding: 40px 15px 45px; color: #000; font-size: 20px; line-height: 24px; font-weight: 200; }

.people-info h4, .people-info h5 { color: #000; font-size: 22px; line-height: 24px; font-weight: 400; letter-spacing: .5px; margin: 0 0 1px; }

.people-info h4 a, .people-info h5 a { text-decoration: none; color: #000; }

.people-info h4 a:hover, .people-info h5 a:hover { text-decoration: none; color: #2077bc; }

.people-info p { margin: 0; max-width: 280px; letter-spacing: .3px; }

.logos-section { background: #f5f5f5; border-bottom: solid 1px #fff; }

.logos-section .container-fluid { padding-top: 46px; padding-bottom: 41px; width: auto; max-width: 1830px; }

.logos-section .heading { font-size: 24px; line-height: 26px; padding-bottom: 45px; }

.logos-section .heading h2 + p { padding-top: 12px; }

.logos-carousel { position: relative; }

.logos-carousel .slide { padding: 15px; float: right; }

.logos-carousel .slick-slide:focus { outline: none; }

.logo-box { position: relative; overflow: hidden; background: #fff; border-radius: 7px; box-shadow: 0 3px 2px rgba(0,0,0,.3); height: 169px; }

.logo-box img { position: absolute; z-index: 20; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 80%; max-height: 80%; transition: all .3s; }

.widget-link:hover .logo-box img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.logos-carousel .slick-dots { padding: 33px 0 0; }

.logos-carousel .slick-dots li { padding: 0 7px; }

.logos-carousel .slick-dots button { width: 22px; height: 22px; background: #cdcdcd; }

.logos-carousel .slick-dots button:before { display: none; }

.logos-carousel .slick-dots button:hover, .logos-carousel .slick-dots .slick-active button { background: #2077bc; }

.subscribe-section { background: #dfdfdf; border-bottom: solid 7px #fff; }

.subscribe-section .container { padding-top: 40px; padding-bottom: 30px; }

.subscribe-section .heading { text-align: right; font-size: 18px; line-height: 28px; padding: 7px 0 0; }

.subscribe-section .heading h2 { font-size: 30px; line-height: 32px; letter-spacing: 2px; }

.subscribe-section .heading h2 + p { padding-top: 18px; }

.subscribe-form { max-width: 467px; }

.subscribe-form .error-box { padding: 0 17px; margin: 0 0 6px; min-height: 20px; }

.subscribe-form .error { display: block; color: #e00000; font-size: 14px; line-height: 18px; font-weight: 200; letter-spacing: 1px; margin: 0; }

.subscribe-form .form-group { margin: 0 0 24px; position: relative; padding: 8px 15px 8px 130px; background: #fff; border-radius: 28px; }

.subscribe-form .form-group .form-control { height: 37px; font: 200 18px 'South',sans-serif; border: 0; background: none; color: #000; padding: 0; margin: 0; box-shadow: none; border-radius: 0; }

.subscribe-form .form-group .form-control::-moz-placeholder { color: #000; opacity: 1; }

.subscribe-form .form-group .form-control:-ms-input-placeholder { color: #000; }

.subscribe-form .form-group .form-control::-webkit-input-placeholder { color: #000; }

.subscribe-form .form-group .btn { position: absolute; z-index: 20; top: 0; left: 0; margin: 8px 0 0 15px; min-width: 1px; width: 100px; overflow: hidden; font-size: 18px; line-height: 23px; font-weight: 400; padding: 4px 10px; }

.check-box { position: relative; display: inline-block; vertical-align: top; width: 25px; height: 20px; }

.check-box input[type=checkbox] { opacity: 0; position: absolute; top: 0; left: 0; width: 0; height: 0; }

.check-box input[type=checkbox] + label { display: inline-block; vertical-align: top; width: 25px; height: 20px; position: relative; font-size: 0; line-height: 0; margin: 0; padding: 0; background: #fff; border-radius: 5px; }

.check-box input[type=checkbox] + label:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; }

.check-box input[type=checkbox] + label:after { content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 22px; height: 18px; background: url(/Conference/images/ico-check-blue-01.svg) no-repeat; background-size: 22px 18px; transition: all .3s; opacity: 0; margin: -2px -1px 0 0; }

.check-box input[type=checkbox]:checked + label:after { opacity: 1; }

.check-group { position: relative; padding: 0 49px 0 0; }

.check-group .check-box { position: absolute; z-index: 20; top: 0; right: 0; margin: -2px 5px 0 0; }

.check-group label { display: block; color: #000; font-size: 14px; line-height: 18px; font-weight: 200; letter-spacing: .8px; }

.check-group label:focus, .check-group label.label-focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; }

.map-section { position: relative; overflow: hidden; height: 664px; }

.map-popup { position: relative; width: 1px; height: 1px; }

.map-popup .box { position: absolute; z-index: 30; top: 50%; left: 100%; margin: -58px 0 0 99px; background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.31); width: 402px; padding: 41px 52px 53px; -webkit-transform: translate(0,-50%); transform: translate(0,-50%); }

.map-popup .box:before { content: ''; position: absolute; z-index: 20; top: 50%; right: 100%; text-shadow: -2px 2px 3px rgba(0,0,0,.15); margin: -35px -15px 0 0; font: 70px/72px 'FontAwesome'; color: #fff; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); }

.map-popup h3 { color: #000; margin: 0 0 18px; font: 25px/27px 'South',sans-serif; letter-spacing: 1.5px; }

.map-popup address { margin: 0; color: #000; font: 200 24px/33px 'South',sans-serif; letter-spacing: 1.7px; }

.map-popup address span { display: block; }

#footer { position: relative; }

#footer .top { background: #2077bc; }

#footer .top .container { padding-top: 80px; padding-bottom: 65px; padding-right: 73px; max-width: 1178px; }

#footer .logo-footer { width: 401px; height: 50px; text-indent: -9999px; overflow: hidden; background: url(/Conference/images/logo-footer.png) no-repeat; background-size: 401px 50px; display: inline-block; vertical-align: top; }

#footer .logo-footer a { display: block; height: 100%; }

.social { list-style: none; margin: 0; padding: 0; font-size: 0; line-height: 0; }

.social &gt; li { display: inline-block; vertical-align: top; }

.social &gt; li + li { padding-right: 17px; }

.social a { display: inline-block; vertical-align: top; width: 40px; height: 40px; position: relative; overflow: hidden; border-radius: 100%; font-size: 0; line-height: 0; }

.social .globe { background: #005883; }

.social .twitter { background: #4b9cc1; }

.social .youtube { background: #e42c27; }

.social .facebook { background: #30497d; }

.social a:before { content: ''; position: absolute; z-index: 20; top: 50%; left: 50%; background-repeat: no-repeat; background-position: 0 0; }

.social .globe:before { width: 20px; height: 20px; margin: -10px 0 0 -10px; background-image: url(/Conference/images/ico-globe-white-01.svg); background-size: 20px 20px; }

.social .twitter:before { width: 20px; height: 17px; margin: -8px 0 0 -10px; background-image: url(/Conference/images/ico-twitter-white-01.svg); background-size: 20px 17px; }

.social .youtube:before { width: 20px; height: 14px; margin: -7px 0 0 -10px; background-image: url(/Conference/images/ico-youtube-white-01.svg); background-size: 20px 14px; }

.social .facebook:before { width: 9px; height: 20px; margin: -10px 0 0 -5px; background-image: url(/Conference/images/ico-facebook-white-01.svg); background-size: 9px 20px; }

.social a:after { content: ''; position: absolute; z-index: 20; top: 0; bottom: 0; left: 0; right: 0; border-radius: 100%; border: solid 4px rgba(255,255,255,.8); transition: all .3s; }

.social a:hover:after { border-color: #fff; }

#footer .social { text-align: left; padding: 6px 0 0; }

#footer .bottom { background: #dfdfdf; color: #575758; font-size: 14px; line-height: 18px; }

#footer .bottom .container { padding-top: 14px; padding-bottom: 16px; padding-right: 66px; max-width: 1178px; }

#footer .bottom .container &gt; .row &gt; div[class^="col-"] + div[class^="col-"] { text-align: left; }

#footer .bottom p { margin: 0; letter-spacing: .5px; }

#footer .by { display: inline-block; vertical-align: top; width: 61px; position: relative; overflow: hidden; margin: -9px 0 -9px 10px; }

#footer .by img { display: block; width: 100%; max-width: 100%; }

.comment-section { position: relative; z-index: 30; }

.open-comment-popup .comment-section { z-index: 120; }

.comment-opener { position: fixed; z-index: 20; bottom: 0; left: 0; width: 139px; border: solid 3px #fff; border-radius: 0 35px 35px 0; background: #2077bc; color: #fff; font-size: 19px; line-height: 20px; font-weight: 200; letter-spacing: 1px; padding: 11px 25px 9px 45px; text-decoration: none; margin: 0 0 40px -3px; }

.comment-opener:hover { color: #000; text-decoration: none; background: #fff; }

.comment-opener:focus { text-decoration: none; }

.comment-opener:before, .comment-opener:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; width: 34px; height: 33px; background-repeat: no-repeat; background-position: 0 0; background-size: 34px 33px; transition: all .3s; margin: 14px 0 0 8px; }

.comment-opener:before { background-image: url(/Conference/images/ico-pen-white-02.svg); }

.comment-opener:after { opacity: 0; background-image: url(/Conference/images/ico-pen-black-02.svg); }

.comment-opener:hover:before { opacity: 0; }

.comment-opener:hover:after { opacity: 1; }

.comment-popup { position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: #2077bc; margin-bottom: -9999px; }

.comment-popup .popup-holder { position: relative; overflow: hidden; padding: 124px 0 84px; }

.comment-popup .popup-holder:before, .comment-popup .popup-holder:after { content: ''; position: absolute; z-index: 5; background-repeat: no-repeat; background-position: 0 0; }

.comment-popup .popup-holder:before { width: 395px; height: 464px; bottom: 0; left: 0; margin: 0 0 -110px; background-image: url(/Conference/images/bg-element-01.png); background-size: 395px 464px; }

.comment-popup .popup-holder:after { width: 560px; height: 658px; top: 0; right: 0; margin: -225px 0 0; background-image: url(/Conference/images/bg-element-02.png); background-size: 560px 658px; }

.comment-popup .btn-close { position: absolute; z-index: 20; top: 0; left: 0; margin: 17px 0 0 34px; }

.comment-popup .comment-form { position: relative; z-index: 20; }

.comment-popup .comment-form .comment-heading { padding-bottom: 65px; }

.comment-popup .comment-form .btn-block { padding-top: 11px; }

.visual { position: relative; margin: 0; min-height: 450px; background: #000; }

.visual .img { position: absolute; z-index: 5; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }

.visual .img &gt; img { display: none; }

.visual figcaption { display: table-cell; vertical-align: middle; width: 1%; height: 450px; text-align: center; color: #fff; font-size: 24px; line-height: 30px; position: relative; z-index: 20; }

.visual figcaption .container { padding-top: 100px; padding-bottom: 80px; }

.visual figcaption h1, .visual figcaption h2 { color: #fff; margin: 0; font-size: 79px; line-height: 81px; font-weight: 400; letter-spacing: 3px; }

.visual figcaption p { margin: 0 auto -19px; max-width: 719px; letter-spacing: 1.7px; }

.visual figcaption h1 + p, .visual figcaption h2 + p { padding-top: 18px; }

.main { background: #fff; }

.main .container { padding-top: 65px; padding-bottom: 69px; }

.main .container &gt; .row { margin-left: -50px; margin-right: -50px; }

.main .container &gt; .row &gt; div[class^="col-"] { padding-left: 50px; padding-right: 50px; }

.main .container &gt; .row &gt; div[class^="col-"]:nth-child(1) { width: 63%; }

.main .container &gt; .row &gt; div[class^="col-"]:nth-child(2) { width: 37%; }

.content { color: #000; font-size: 18px; line-height: 24px; font-weight: 200; position: relative; }

.content h2, .content h3 { color: #000; margin: 0 0 34px; font-size: 25px; line-height: 24px; font-weight: 400; letter-spacing: 2.2px; }

.content p { margin: 0 0 24px; letter-spacing: 1px; }

.content blockquote { margin: 0; padding: 27px 130px 56px 0; max-width: 600px; border: 0; position: relative; }

.content blockquote:before { content: '“'; position: absolute; z-index: 20; top: 0; right: 0; color: #dadada; font-size: 239px; line-height: 241px; font-weight: 400; margin: 11px 4px 0 0; }

.content blockquote q { display: block; color: #acacac; font-size: 40px; line-height: 45px; font-weight: 300; letter-spacing: 1.5px; quotes: none; }

.content blockquote q:before { content: ''; }

.content blockquote q:after { content: ''; }

.sidebar { padding-top: 3px; }

.article-box { margin: 0 0 20px; }

.article-box .img { position: relative; overflow: hidden; padding: 87% 0 0; margin: 0 0 36px; box-shadow: 0 5px 5px rgba(0,0,0,.18); }

.article-box .img &gt; a { position: absolute; z-index: 20; top: 0; bottom: 0; left: 0; right: 0; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; overflow: hidden; }

.article-box .img &gt; a &gt; img { display: none; }

.article-box figcaption { color: #000; font-size: 18px; line-height: 24px; }

.article-box figcaption h3 { color: #000; font-size: 25px; line-height: 27px; font-weight: 400; margin: 0 0 20px; letter-spacing: 2px; }

.article-box figcaption p { margin: 0 0 9px; letter-spacing: 1px; }

.article-box figcaption .btn-row { text-align: left; padding: 0 3px; }

.logos-section .container { padding-top: 46px; padding-bottom: 38px; }

.logos-carousel.logos-carousel-type2 { margin: 0 -13px; }

.content .section { padding: 0 0 11px; }

.content-image { position: relative; overflow: hidden; margin: 0 0 39px; box-shadow: 0 5px 5px rgba(0,0,0,.18); }

.content-image img { display: block; width: 100%; max-width: 100%; }

.downloads-block { background: #f4f4f4; box-shadow: 0 5px 5px rgba(0,0,0,.18); padding: 19px 0 7px; border-radius: 5px; margin: 0 0 25px; }

.downloads-block h2, .content .downloads-block h2 { margin: 0 0 13px; padding: 0 32px; }

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

.downloads-list &gt; li { color: #000; font-size: 20px; line-height: 24px; font-weight: 200; position: relative; padding: 5px 33px 5px 50px; }

.downloads-list &gt; li:nth-child(odd) { background: #e8e8e8; }

.downloads-list .valign { display: table-cell; vertical-align: middle; width: 1%; height: 60px; }

.downloads-list p, .content .downloads-list p { margin: 0; max-width: 470px; }

.downloads-list .btn-download { position: absolute; z-index: 20; top: 50%; left: 0; margin: -13px 0 0 12px; }

.images-list { list-style: none; margin: 0 -17px; padding: 0 0 24px; font-size: 0; line-height: 0; }

.images-list &gt; li { display: inline-block; vertical-align: top; width: 33.33%; padding: 17px; }

.images-list a { display: block; padding: 75.2% 0 0; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }

.images-list a:before { content: ''; position: absolute; z-index: 10; top: 0; bottom: 0; left: 0; right: 0; background: #000; transition: all .3s; opacity: 0; }

.images-list a:hover:before { opacity: .7; }

.images-list a:after { content: ''; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAKlBMVEX///////////////////////////////////////////////////////9q+00tAAAADXRSTlMA1RUY0r23xszJus/YvO37mAAAAK9JREFUeF6tkTEKwkAURIfNDWIdSCAHML1V+pQpLGztPEIuIFha2nudQHQF+XdxhvzFqK3T/P9mYPfvfgxmdgO1YxNh1F14UAd7lnCFjti1CeuJWE8eh6IlhiKfsRpLoopINpF1JWzoEtWsgUymYe+dPILUPIATLVd2BK4M/6DsDGzfRzURGOaLeh9jozH6ryF/n1ApVJwjPd9jYj1+fE7nIVBNRIUpJi63YLgstxBf12pU4FgvmqQAAAAASUVORK5CYII=') no-repeat 50% 50%; position: absolute; left: 0; top: 0; bottom: 0; right: 0; display: block; z-index: 15; transition: all .3s; -webkit-animation: pulse .5s infinite alternate; animation: pulse .5s infinite alternate; opacity: 0; }

.images-list a:hover:after { opacity: 1; }

@-webkit-keyframes pulse {
    from { background-size: 18px 18px; }

    to { background-size: 28px 28px; }
}

@keyframes pulse {
    from { background-size: 18px 18px; }

    to { background-size: 28px 28px; }
}

.images-list a &gt; img { display: none; }

.video-widget { position: relative; overflow: hidden; }

.content .video-widget:last-child { margin-bottom: -10px; }

.video-widget .video-holder { position: relative; padding: 56.3% 0 0; }

.video-widget .video-holder iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100% !important; height: 100% !important; border: 0 !important; }

.headline, .content .headline { padding: 0 0 59px; }

.headline h2, .content .headline h2 { margin: 0 0 27px; max-width: 520px; letter-spacing: 1px; }

.headline p, .content .headline p { letter-spacing: 0; margin: 0; }

.registration-form, .content .registration-form { border: solid 1px #d7d7d7; border-radius: 5px; padding: 36px 38px 48px 48px; font-size: 18px; line-height: 18px; }

.content .registration-form { margin-bottom: 26px; }

.registration-form h3, .content .registration-form h3 { margin: 0 0 11px; }

.registration-form p, .content .registration-form p { margin: 0 0 31px; }

.registration-form .check-section { padding: 0 0 33px; }

.registration-form .check-section h4 { color: #000; margin: 0 0 20px; font-size: 18px; line-height: 20px; font-weight: 400; letter-spacing: 1px; }

.registration-form .check-section &gt; .row &gt; div[class^="col-"] { padding-bottom: 9px; }

.check-box.type2 { width: 22px; height: 22px; }

.check-box.type2 input[type=checkbox] + label { width: 22px; height: 22px; border: solid 1px #bcbcbc; border-radius: 0; }

.check-box.type2 input[type=checkbox] + label:after { margin: -4px -5px 0 0; }

.check-block { position: relative; padding: 0 38px 0 0; }

.check-block .check-box { position: absolute; z-index: 20; top: 0; right: 0; margin: 3px 0 0; }

.check-block label { display: table-cell; vertical-align: middle; width: 1%; height: 40px; font-size: 18px; line-height: 20px; font-weight: 200; letter-spacing: 1px; margin: 0; }

.check-block label:focus, .check-block label.label-focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; }

.registration-form .inputs-section { padding: 0 0 9px; }

.registration-form .form-group { margin: 0; padding: 0 0 4px; }

.registration-form .form-group label { display: block; color: #000; font-size: 18px; line-height: 20px; font-weight: 300; letter-spacing: 1px; margin: 0; padding: 0 10px 6px; position: relative; }

.registration-form .form-group label.required:before { content: '*'; position: absolute; z-index: 20; top: 0; right: 0; margin: -1px 0 0; color: #e63131; font-size: 21px; line-height: 23px; font-weight: 200; }

.registration-form .form-control { height: 47px; font: 300 18px 'South',sans-serif; border: solid 1px #b8b8b8; background: #fff; color: #000; padding: 2px 15px; margin: 0; box-shadow: none; border-radius: 0; }

.registration-form .error .form-control { border-color: #c00; }

.registration-form .form-control::-moz-placeholder { color: #000; opacity: 1; }

.registration-form .form-control:-ms-input-placeholder { color: #000; }

.registration-form .form-control::-webkit-input-placeholder { color: #000; }

.registration-form .error-box { min-height: 25px; padding: 4px 2px 0; text-align: left; }

.registration-form .error-box label.error { display: block; color: #e62020; font-size: 18px; line-height: 20px; font-weight: 300; margin: 0; padding: 0; }

.registration-form .bottom-section { position: relative; }

.registration-form .recaptcha-widget { position: relative; overflow: hidden; max-width: 274px; background: #f9f9f9; border: solid 1px #d6d6d6; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.1); }

.registration-form .recaptcha-widget img { display: block; width: 100%; max-width: 100%; }

.registration-form .btn-row { text-align: center; padding: 3px 0 0; }

.registration-form .btn-row .btn { min-width: 257px; font-size: 36px; line-height: 40px; padding-top: 10px; padding-bottom: 10px; }

@media only screen and (max-width: 1399px) {
    .main-slideshow .slideshow-controls { margin-right: 15px; }

    .video-block .video-holder { padding-top: 65vh; }
}

@media only screen and (max-width: 1279px) {
    #header .container { width: auto; padding-left: 60px; padding-right: 60px; }

    #header .logo { width: 128px; height: 34px; background-size: 128px 34px; margin: 20px 0 0 15px; }

    .scrolled #header .logo { width: 120px; height: 32px; background-size: 120px 32px; margin: 17px 0 0 10px; }

    #header .h-logo { width: 133px; height: 34px; background-size: 133px 34px; }

    .scrolled #header .h-logo { width: 125px; height: 32px; background-size: 125px 32px; }

    #main-nav &gt; ul &gt; li + li { margin-right: 10px; }

    #main-nav &gt; ul &gt; li &gt; a { padding-left: 12px; padding-right: 12px; }

    .main-banner { min-height: 1px; }

    .video-block figcaption { font-size: 36px; line-height: 40px; letter-spacing: 1px; padding-top: 25px; }

    .event-tabset { padding-right: 30px; }

    .event-tabset &gt; ul &gt; li { font-size: 19px; line-height: 23px; }

    .event-tabset &gt; ul &gt; li + li { padding-right: 15px; }

    .event-tabset &gt; ul &gt; li &gt; a { padding-left: 15px; padding-right: 15px; }

    .event-info figcaption { padding-right: 30px; }

    .statistic-section .container { left: auto; }

    .statistic-box .val { font-size: 46px; line-height: 50px; }

    .schedule-block .top-section { padding-left: 30px; padding-right: 30px; }

    .materials-block { padding-left: 30px; padding-right: 30px; }

    .materials-list h4 { max-width: 75%; }

    .schedule-block .section { padding-left: 30px; padding-right: 30px; }

    .people-list &gt; li { width: 50%; }

    #footer .top .container { padding-right: 15px; }

    #footer .bottom .container { padding-right: 15px; }

    .visual figcaption h1, .visual figcaption h2 { font-size: 64px; line-height: 66px; }

    .main .container &gt; .row { margin-left: -15px; margin-right: -15px; }

    .main .container &gt; .row &gt; div[class^="col-"] { padding-left: 15px; padding-right: 15px; }
}

@media only screen and (max-height: 899px) {
    .video-block .video-holder { padding-top: 70vh; }
}

@media only screen and (max-width: 1023px) {
    #header { background: #2077bc; }

    .scrolled #header { background: #2077bc; box-shadow: none; }

    #header .container { padding-left: 13px; padding-right: 13px; }

    #header .logo, .scrolled #header .logo { width: 74px; height: 20px; background-size: 74px 20px; margin: 11px 0 0 13px; }

    .scrolled #header .logo { background-image: url(/Conference/images/logo.png); }

    #header .h-logo, .scrolled #header .h-logo { width: 77px; height: 20px; background-size: 77px 20px; margin: 12px 0 0; }

    .scrolled #header .h-logo { background-image: url(/Conference/images/logo-h.png); }

    #main-nav, .scrolled #main-nav { position: fixed; text-align: right; padding: 0; transition: none; top: 0; bottom: 0; left: 0; overflow: auto; background: #1c66a3; width: 100%; z-index: 110; margin: 0 0 0 -100%; }

    #main-nav &gt; ul { display: block; padding: 0 37px 20px; }

    #main-nav &gt; ul &gt; li { display: block; font-size: 12px; line-height: 16px; letter-spacing: 1px; }

    #main-nav &gt; ul &gt; li + li { margin-right: 0; border-top: solid 1px #92b6d3; }

    #main-nav &gt; ul &gt; li &gt; a, .scrolled #main-nav &gt; ul &gt; li &gt; a { color: #fff; display: block; padding: 7px 0; background: none; }

    #main-nav &gt; ul &gt; li.has-drop &gt; a, .scrolled #main-nav &gt; ul &gt; li.has-drop &gt; a { padding-left: 35px; }

    #main-nav &gt; ul &gt; li &gt; a:hover, .scrolled #main-nav &gt; ul &gt; li &gt; a:hover { color: #fff; }

    #main-nav &gt; ul &gt; li &gt; a:before, #main-nav &gt; ul &gt; li &gt; a:after { display: none; }

    #main-nav &gt; ul &gt; li &gt; a span { display: inline; }

    #main-nav li.has-drop &gt; a .opener { position: absolute; z-index: 30; top: 0; bottom: 0; left: 0; width: 30px; font-size: 0; line-height: 0; }

    #main-nav li.has-drop &gt; a .opener:before, #main-nav li.has-drop &gt; a .opener:after { content: ''; position: absolute; z-index: 20; top: 0; left: 0; transition: all .3s; background: #fff; }

    #main-nav li.has-drop &gt; a .opener:before { width: 8px; height: 2px; margin: 14px 0 0 14px; }

    #main-nav li.has-drop &gt; a .opener:after { width: 2px; height: 8px; margin: 11px 0 0 17px; }

    #main-nav .dropdown-menu { display: none; right: auto; top: auto; min-width: 1px; max-width: none; padding: 0; text-align: right; -webkit-transform: none; transform: none; opacity: 1; overflow: visible; float: none; position: relative; }

    #main-nav ul &gt; li:hover &gt; .dropdown-menu, #main-nav ul &gt; li &gt; .dropdown-menu.opened { top: auto; }

    #main-nav .dropdown-menu .dropdown-holder { background: #0f3657; border-radius: 0; padding: 0; }

    #main-nav .dropdown-menu .dropdown-holder:before { display: none; }

    #main-nav .dropdown-menu .scrollable-area { max-height: none; overflow: visible; width: auto !important; }

    #main-nav .dropdown-menu .scrollable-area .jspContainer { width: auto !important; height: auto !important; }

    #main-nav .dropdown-menu .jspVerticalBar { display: none !important; }

    #main-nav .dropdown-menu .jspPane { margin: 0 !important; position: relative; padding: 0 !important; width: auto !important; top: auto !important; left: auto; right: auto; }

    #main-nav .dropdown-menu .jspDrag { display: none !important; }

    #main-nav .dropdown-menu .scrollable-area .jspPane &gt; ul { margin: 0; padding-right: 0; }

    #main-nav .dropdown-menu ul &gt; li { font: 200 11px/15px 'South',sans-serif; padding: 0; text-align: right; }

    #main-nav .dropdown-menu ul &gt; li + li { border-top: solid 1px #164f7f; }

    #main-nav .dropdown-menu ul &gt; li &gt; a { padding: 4px 5px 5px; }

    #main-nav .dropdown-menu ul &gt; li &gt; a:hover { color: #fff; opacity: 1; }

    body.open-menu { overflow: hidden; width: 100%; height: 100%; }

    .fader { background: rgba(0,0,0,.49); position: fixed; z-index: 95; top: 0; left: 0; right: 0; bottom: 0; display: none; }

    #header .btn-menu { float: left; margin: 0 0 0 -13px; width: 40px; height: 40px; position: relative; }

    #header .btn-menu:hover { background: #fff; }

    #header .btn-menu span { position: absolute; z-index: 20; top: 0; left: 0; width: 16px; height: 2px; text-align: left; direction: ltr; overflow: hidden; text-indent: -9999px; background: #fff; transition: all .3s; margin-left: 11px; }

    #header .btn-menu span:nth-child(1) { margin-top: 14px; }

    #header .btn-menu span:nth-child(2) { margin-top: 20px; }

    #header .btn-menu span:nth-child(3) { margin-top: 26px; }

    .open-menu #header .btn-menu span:nth-child(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); margin: 19px 0 0 11px; }

    .open-menu #header .btn-menu span:nth-child(2) { opacity: 0; }

    .open-menu #header .btn-menu span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin: 19px 0 0 11px; }

    #header .btn-menu:hover span { background: #2077bc; }

    .accessibility-menu { top: 100%; margin: 5px 0 0; }

    .scrolled .accessibility-menu { margin-top: 5px; }

    .accessibility-menu .dropdown-toggle { width: 38px; height: 32px; background: #080707; border-radius: 0 5px 5px 0; }

    .accessibility-menu .dropdown-toggle:hover { background: #2077bc; }

    .accessibility-menu .dropdown-toggle:before, .accessibility-menu .dropdown-toggle:after { width: 19px; height: 22px; background-size: 19px 22px; margin: -11px 0 0 -9px; }

    .scrolled .accessibility-menu .dropdown-toggle:before { background-image: url(/Conference/images/ico-accessibility-white-01.svg); }

    .accessibility-menu .dropdown-toggle:after { background-image: url(/Conference/images/ico-accessibility-white-01.svg); }

    .accessibility-menu .dropdown-menu { border-radius: 10px; margin: 0 0 0 12px; min-width: 180px; max-width: 180px; padding: 10px 10px 1px; }

    .accessibility-menu .dropdown-menu:before { margin: 10px 0 0; border-width: 5px 8px 5px 0; }

    .accessibility-menu .dropdown-menu .title { font-size: 12px; line-height: 14px; padding: 0 10px 5px 0; }

    .accessibility-menu .dropdown-menu ul li { font-size: 12px; line-height: 14px; padding: 5px 0; }

    .accessibility-menu .dropdown-menu ul a { padding: 5px 25px 4px 0; }

    .accessibility-menu .dropdown-menu ul a .ico { margin: 6px 5px 0 0; width: 12px; }

    .main-banner .valign &gt; .container { max-width: 660px; padding-top: 90px; padding-bottom: 40px; }

    .main-banner .text-block { font-size: 18px; }

    .main-banner h1, .main-banner h2 { font-size: 48px; line-height: 50px; letter-spacing: 2px; margin-bottom: 10px; }

    .main-banner .block h1, .main-banner .block h2 { margin-bottom: 50px; }

    .video-block .video-holder { padding-top: 70%; }

    .video-block figcaption { font-size: 24px; line-height: 26px; }

    .counter-section .event-countdown { display: block; margin: 0 0 20px; }

    .counter-section .reminder-menu { margin: 0; }

    .heading { padding-bottom: 45px; }

    .event-tabset { position: relative; top: auto; left: auto; right: auto; margin: 0; text-align: center; padding: 0 0 25px; }

    .event-info { max-width: 550px; margin: 0 auto; }

    .event-info .image-block { float: none; width: auto; margin: 0 0 40px; }

    .event-info figcaption { padding: 0; }

    .event-info figcaption p { max-width: none; }

    .statistic-section .container { padding-top: 60px; padding-bottom: 60px; }

    .statistic-box { max-width: none; padding: 0; text-align: center; }

    .statistic-box .ico { position: relative; top: auto; right: auto; margin: 0 auto 20px; }

    .people-heading h3, .people-heading h4 { font-size: 20px; line-height: 20px; letter-spacing: .5px; max-width: 49%; }

    .people-heading .files-list { max-width: 49%; }

    .schedule-block .top-section .btn-row { margin-left: 15px; }

    .schedule-block .top-section .heading-block { max-width: 65%; }

    .heading-block h2, .heading-block h3 { display: block; }

    .heading-block .time { display: block; }

    .subscribe-section .heading { text-align: center; padding: 0 0 20px; }

    .subscribe-form { margin: 0 auto; }

    .map-section { height: 500px; }

    #footer .top .container { padding-top: 45px; padding-bottom: 45px; }

    .comment-opener { margin-top: 0; }

    .comment-popup .popup-holder { padding: 70px 0; }

    .comment-popup .popup-holder:before { width: 197px; height: 232px; margin: 0 0 -55px; background-size: 197px 232px; }

    .comment-popup .popup-holder:after { width: 280px; height: 329px; margin: -112px 0 0; background-size: 280px 329px; }

    .comment-popup .btn-close { margin: 15px 0 0 15px; }

    .comment-popup .comment-form .comment-heading { padding-bottom: 40px; }

    .visual { min-height: 350px; }

    .visual figcaption { height: 350px; }

    .visual figcaption .container { padding-top: 60px; padding-bottom: 30px; }

    .visual figcaption h1, .visual figcaption h2 { font-size: 54px; line-height: 56px; }

    .main .container { padding-top: 50px; padding-bottom: 50px; }

    .main .container &gt; .row &gt; div[class^="col-"]:nth-child(1) { width: 66.66%; }

    .main .container &gt; .row &gt; div[class^="col-"]:nth-child(2) { width: 33.33%; }

    .content h2, .content h3 { margin-bottom: 15px; letter-spacing: 1px; }

    .content p { margin-bottom: 15px; }

    .content blockquote { padding: 10px 90px 25px 0; }

    .content blockquote::before { font-size: 170px; line-height: 172px; margin: 0; }

    .content blockquote q { font-size: 36px; line-height: 38px; letter-spacing: 1.5px; }

    .article-box .img { margin-bottom: 25px; }

    .article-box figcaption h3 { margin-bottom: 5px; letter-spacing: 1px; }

    .content-image { margin-bottom: 30px; }

    .downloads-block { margin-bottom: 25px; }

    .images-list { margin: 0 -5px; }

    .images-list &gt; li { padding: 5px; }

    .headline h2, .content .headline h2 { margin-bottom: 15px; }

    .headline, .content .headline { padding-bottom: 30px; }

    .registration-form, .content .registration-form { padding: 30px 20px; }

    .registration-form p, .content .registration-form p { margin-bottom: 20px; }

    .registration-form .check-section { padding-bottom: 20px; }

    .registration-form .bottom-section &gt; .row &gt; div[class^="col-"] + div[class^="col-"] { padding-top: 20px; }

    .registration-form .recaptcha-widget { margin: 0 auto; }

    .content .registration-form { margin-bottom: 0; }
}

@media screen and (max-width: 767px),screen and (orientation:landscape)and (max-width:767px),screen and (orientation:portrait)and (max-width:767px) {
    body { -webkit-text-size-adjust: none; font-size: 13px; line-height: 18px; }

    .container { padding-left: 10px; padding-right: 10px; }

    .btn { border-width: 2px; padding: 7px 10px; min-width: 131px; border-radius: 19px; font-size: 14px; line-height: 19px; }

    .btn-sm { font-size: 12px; line-height: 15px; border-radius: 10px; letter-spacing: .5px; padding: 1px 13px; min-width: 115px; }

    .btn-sm.ico-left { padding-left: 23px; }

    .btn .ico-play { width: 20px; height: 20px; border: solid 2px; margin: -1px 7px -1px -5px; }

    .btn .ico-play:before { border-width: 4px 0 4px 4px; margin: -4px 0 0 -1px; }

    .btn-sm .ico-play { width: 11px; height: 11px; border-width: 1px; }

    .btn-sm.ico-left .ico-play { margin: 3px 0 0 6px; }

    .btn-sm .ico-play:before { border-width: 2px 0 2px 3px; margin: -2px 0 0 -2px; }

    .btn .ico-pen { width: 13px; height: 13px; margin: 2px 7px 0 0; }

    .btn .ico-pen:before, .btn .ico-pen:after { width: 13px; height: 13px; background-size: 13px 13px; }

    .btn .ico-close { width: 20px; height: 20px; margin: 3px 0 0 5px; }

    .btn .ico-close:before, .btn .ico-close:after { width: 11px; height: 2px; margin: 7px 0 0 3px; }

    .btn-play { width: 64px; height: 64px; border-width: 6px; margin: -32px 0 0 -32px; }

    .btn-play:before { border-width: 12px 0 12px 14px; margin: -11px 0 0 -4px; }

    .slick-dots li { padding: 3px 0; }

    .slick-dots button { width: 13px; height: 13px; }

    .btn-control { width: 18px; height: 18px; }

    .btn-control.play-slideshow:before { border-width: 4px 0 4px 4px; margin: 3px 0 0 6px; }

    .btn-control.pause-slideshow:before, .btn-control.pause-slideshow:after { width: 1px; height: 6px; margin-top: 4px; }

    .btn-control.pause-slideshow:before { margin-left: 5px; }

    .btn-control.pause-slideshow:after { margin-left: 8px; }

    .btn-next { width: 40px; height: 40px; }

    .btn-next:before { width: 29px; height: 19px; background-size: 29px 19px; margin: -10px 0 0 -15px; }

    .btn-next:hover:before { margin-left: -17px; }

    .btn-close { width: 25px; height: 25px; border-width: 2px; }

    .btn-close:before, .btn-close:after { width: 12px; height: 3px; margin: 9px 0 0 5px; }

    .main-banner { min-height: 289px; }

    .main-slideshow.no-full-height .main-banner { min-height: 289px; }

    .video-area video { min-height: 289px; }

    .main-slideshow.no-full-height .main-banner .video-area video { min-height: 289px; }

    .main-banner .valign { height: 289px; }

    .main-slideshow.no-full-height .main-banner .valign { height: 289px; }

    .main-banner .valign &gt; .container { padding: 45px 30px 10px; }

    .main-banner .text-block { font-size: 12px; line-height: 12px; max-width: none; margin: 0; padding: 21px 0 19px; top: -4px; }

    .main-banner .text-block:before, .main-banner .text-block:after { width: 72px; height: 9px; background-size: 72px 9px; }

    .main-banner h1, .main-banner h2 { margin: 0 0 8px; font-size: 27px; line-height: 29px; letter-spacing: 1px; }

    .main-banner p { max-width: 250px; letter-spacing: .9px; }

    .main-banner .block { max-width: none; margin: 0; padding-bottom: 10px; }

    .main-banner .block h1, .main-banner .block h2 { margin-bottom: 20px; }

    .video-block .video-holder { padding-top: 42%; }

    .video-block figcaption { padding-top: 10px; font-size: 16px; line-height: 17px; letter-spacing: 0; }

    .main-slideshow .video-block { margin-bottom: 0; }

    .main-slideshow .slideshow-controls { width: 18px; margin-right: 6px; padding-bottom: 28px; }

    .main-slideshow .slideshow-controls .control-box { width: 18px; height: 18px; }

    .counter-section .container { padding-top: 13px; padding-bottom: 22px; }

    .event-countdown { height: 60px; }

    .counter-section .event-countdown { margin: 0 0 19px; }

    .event-countdown .box { font-size: 15px; line-height: 19px; }

    .event-countdown .box + .box { margin-left: 40px; }

    .event-countdown .box:last-child { min-width: 50px; }

    .event-countdown .box + .box:before, .event-countdown .box + .box:after { display: none; }

    .event-countdown .box b { font-size: 44px; line-height: 48px; margin: 0 0 -6px; }

    .counter-section .reminder-menu { margin: 0; }

    .reminder-menu .btn { letter-spacing: .4px; padding-left: 15px; padding-right: 15px; }

    .reminder-menu .dropdown-menu { border-radius: 10px; margin: 0 0 5px; min-width: 180px; max-width: 180px; padding: 5px 15px 10px; }

    .reminder-menu .dropdown-menu:before { width: 20px; height: 10px; background-size: 20px 10px; }

    .reminder-menu .dropdown-menu &gt; li { padding: 3px 0; }

    .reminder-menu .dropdown-menu &gt; li &gt; a { font-size: 11px; line-height: 15px; padding: 3px 0; }

    .event-section .container { padding-top: 25px; padding-bottom: 24px; }

    .heading { font-size: 15px; line-height: 17px; padding: 0 0 15px; }

    .heading h1, .heading h2, .heading h3 { font-size: 24px; line-height: 24px; letter-spacing: 1px; }

    .heading p { letter-spacing: 1px; }

    .heading h1 + p, .heading h2 + p, .heading h3 + p { padding-top: 11px; }

    .event-tabs { padding: 0; }

    .event-tabset { padding: 0; margin: 0 0 18px; position: relative; z-index: 30; }

    .event-tabset .mobile-opener { display: block; background: #2077bc; border-radius: 19px; position: relative; padding: 8px 32px 7px 50px; color: #fff; font-size: 17px; line-height: 21px; font-weight: 200; letter-spacing: 1px; text-align: right; text-decoration: none; }

    .event-tabset .mobile-opener:hover { color: #fff; text-decoration: none; background: #1a5f96; }

    .event-tabset .mobile-opener:before { content: ''; position: absolute; z-index: 20; top: 0; left: 0; width: 20px; height: 11px; background: url(/Conference/images/arrow-down-white-01.svg) no-repeat; background-size: 20px 11px; transition: all .3s; margin: 14px 0 0 17px; }

    .event-tabset.opened .mobile-opener:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

    .event-tabset &gt; ul { display: none; position: absolute; z-index: 30; top: 100%; left: 0; right: 0; background: #2077bc; border-radius: 19px; margin: 1px 0 0; }

    .event-tabset.opened &gt; ul { display: block; }

    .event-tabset &gt; ul &gt; li { display: block; font-size: 17px; line-height: 21px; letter-spacing: 1px; }

    .event-tabset &gt; ul &gt; li + li { padding-right: 0; border-top: solid 1px #fff; }

    .event-tabset &gt; ul &gt; li &gt; a { display: block; padding: 8px 15px 7px; background: none; border-radius: 0; }

    .event-tabset &gt; ul &gt; li:first-child &gt; a { border-radius: 19px 19px 0 0; }

    .event-tabset &gt; ul &gt; li:last-child &gt; a { border-radius: 0 0 19px 19px; }

    .event-tabset &gt; ul &gt; li &gt; a:hover, .event-tabset &gt; ul &gt; li.active &gt; a { background: #1a5f96; }

    .event-content { margin: 0 -10px; }

    .event-info { max-width: none; margin: 0; padding: 0 10px; }

    .event-info .image-block { margin: 0 0 28px; }

    .event-info .img { padding: 62.9% 0 0; }

    .event-info .video-block { padding: 62.9% 0 0; }

    .event-info .video-block .video-holder { max-height: none; padding-top: 0; }

    .event-info figcaption { padding: 0 17px; font-size: 13px; line-height: 17px; overflow: visible; }

    .event-info figcaption h3 { margin: 0 0 15px; font-size: 19px; line-height: 23px; max-width: none; letter-spacing: .9px; }

    .event-info figcaption p { max-width: none; letter-spacing: .9px; }

    .event-info figcaption .btn-row { padding: 8px 0 0; margin: 0 0 0 -22px; }

    .statistic-section .container { padding-top: 32px; padding-bottom: 50px; }

    .statistic-section .container &gt; .row &gt; div[class^="col-"] + div[class^="col-"] { padding-top: 23px; }

    .statistic-box { font-size: 13px; line-height: 17px; max-width: 210px; margin: 0 auto; }

    .statistic-box .ico { margin-bottom: 5px; width: 100px; height: 100px; }

    .statistic-box .ico img { max-width: 43px; max-height: 43px; }

    .statistic-box .val { font-size: 44px; line-height: 48px; padding: 0 0 5px; }

    .statistic-box p { letter-spacing: 1px; }

    .schedule-section { background: #f5f5f5; }

    .schedule-section .container { padding-top: 33px; padding-bottom: 20px; }

    .schedule-section .heading { font-size: 15px; line-height: 17px; padding-bottom: 13px; }

    .schedule-section .heading h2 { font-size: 30px; line-height: 32px; margin-bottom: -4px; }

    .schedule-tabs .tabs-nav { padding: 0 0 21px; }

    .schedule-tabs .tabs-nav &gt; li { font-size: 20px; line-height: 24px; letter-spacing: .5px; }

    .schedule-tabs .tabs-nav &gt; li + li { padding-right: 14px; }

    .schedule-tabs .tabs-nav &gt; li &gt; a { padding: 7px 15px; border-radius: 20px; min-width: 151px; border: solid 1px #fff; }

    .schedule-block { border-radius: 5px; box-shadow: 0 3px 3px rgba(0,0,0,.2); margin: 0 0 23px; background: #fff; }

    .schedule-block:last-child { margin-bottom: 0; }

    .schedule-heading { padding: 6px 15px 5px; border-radius: 5px 5px 0 0; }

    .schedule-heading h1, .schedule-heading h2, .schedule-heading h3 { font-size: 18px; line-height: 22px; letter-spacing: 1px; }

    .schedule-block .top-section { padding: 15px 15px 22px; }

    .heading-block { padding: 0 0 13px; }

    .schedule-block .top-section .heading-block { max-width: none; }

    .heading-block h2, .heading-block h3 { display: inline; font-size: 16px; line-height: 18px; letter-spacing: 1.2px; padding: 0 0 0 9px; }

    .heading-block .time { font-size: 16px; line-height: 18px; letter-spacing: .5px; display: inline; }

    .people-heading { margin: 0 0 -6px; min-height: 25px; }

    .people-heading h3, .people-heading h4 { max-width: 49%; font-size: 13px; line-height: 14px; letter-spacing: 1px; }

    .files-list &gt; li + li { padding-right: 11px; }

    .file-item { font-size: 10px; line-height: 10px; max-width: 55px; padding: 0 21px 0 0; }

    .file-item .ico { width: 17px; margin: -1px 0 0; }

    .people-heading .files-list { max-width: 49%; padding: 8px 0 0; margin: 0 0 0 -7px; }

    .people-list { margin: 0 -3px; }

    .people-list &gt; li { width: 50%; padding: 10px 3px 6px; }

    .person-box { padding: 0 66px 0 0; }

    .person-box .photo { width: 55px; height: 55px; border-width: 2px; margin: -28px 0 0; }

    .person-box figcaption { height: 50px; font-size: 10px; line-height: 12px; }

    .person-box figcaption h4, .person-box figcaption h5 { font-size: 11px; line-height: 12px; letter-spacing: .4px; margin: 0 0 2px; }

    .person-box figcaption p { letter-spacing: .3px; }

    .schedule-block .top-section .btn-row { position: relative; top: auto; left: auto; margin: 0; padding: 14px 0 0; text-align: left; }

    .reference-section { min-height: 7px; }

    .reference-section .reference-opener { font-size: 12px; line-height: 16px; letter-spacing: .5px; padding: 3px 15px; margin: -7px 0 0; }

    .reference-section .opener-bg { height: 10px; }

    .reference-section .opener-bg-top { border-radius: 12px 12px 0 0; margin: -7px 0 0; }

    .reference-section .opener-bg-bottom { border-radius: 0 0 12px 12px; margin: 0 0 -7px; }

    .materials-block { padding: 30px 10px; }

    .materials-block h3 { font-size: 16px; line-height: 17px; text-align: center; letter-spacing: .8px; margin: 0 0 10px; }

    .materials-list { padding: 0 0 15px; }

    .materials-list &gt; li { text-align: center; border-top-width: 2px; }

    .materials-list &gt; li:last-child { border-bottom-width: 2px; }

    .materials-list .widget-link { padding: 15px 0; }

    .materials-list .widget-link:before { left: 0; right: 0; }

    .materials-list h4 { font-size: 13px; line-height: 14px; letter-spacing: .5px; float: none; text-align: center; margin: 0 0 10px; max-width: none; }

    .materials-list .file-box { padding: 0; margin: 0; float: none; max-width: none; text-align: center; width: auto; }

    .file-item.type2 { font-size: 10px; line-height: 10px; min-width: 1px; padding: 0 21px 0 0; display: inline-block; width: auto; height: auto; vertical-align: top; max-width: none; }

    .file-item.type2 .ico { width: 17px; margin: -12px 0 0; top: 50%; }

    .materials-block .btn-row .btn { min-width: 150px; font-size: 14px; line-height: 18px; padding: 4px 35px; border-radius: 15px; }

    .materials-block .btn-row .btn.collapsed { padding-left: 10px; padding-right: 10px; }

    .reference-section .collapse-holder { padding: 30px 10px 0; }

    .comment-heading { font-size: 14px; line-height: 16px; padding-bottom: 15px; }

    .comment-heading h2, .comment-heading h3 { font-size: 26px; line-height: 26px; margin-bottom: 5px; }

    .comment-form .form-group { padding-bottom: 15px; }

    .comment-form .btn-block { padding-top: 20px; }

    .comment-form .recaptcha-widget { max-width: 220px; margin: 0 auto; }

    .schedule-block .section { padding: 14px 15px 19px; border-bottom-width: 3px; }

    .schedule-block .reference-section + .section { padding-top: 24px; }

    .schedule-block .section:last-child { border-bottom: 0; }

    .schedule-block .section .people-heading { margin-bottom: 2px; }

    .schedule-block .section.discussion-section { padding-top: 14px; padding-bottom: 13px; font-size: 10px; line-height: 12px; }

    .schedule-block .section.people-info-section { padding-top: 24px; padding-bottom: 29px; }

    .schedule-block .section &gt; h2, .schedule-block .section &gt; h3, .schedule-block .section &gt; h4 { margin: 0 0 6px; font-size: 13px; line-height: 14px; letter-spacing: 1px; }

    .schedule-block .section.people-info-section &gt; h2, .schedule-block .section.people-info-section &gt; h3, .schedule-block .section.people-info-section &gt; h4 { margin-bottom: 14px; }

    .people-info { margin: 0 -10px; }

    .people-info &gt; li { width: 50%; padding: 10px 10px 15px; font-size: 10px; line-height: 12px; }

    .people-info h4, .people-info h5 { font-size: 11px; line-height: 12px; letter-spacing: .5px; margin: 0 0 1px; }

    .people-info p { max-width: none; letter-spacing: .3px; }

    .logos-section { border-bottom: 0; }

    .logos-section .container-fluid { padding-top: 22px; padding-bottom: 24px; }

    .logos-section .heading { max-width: 230px; margin: 0 auto; font-size: 17px; line-height: 19px; padding-bottom: 13px; }

    .logos-section .heading h2 + p { padding-top: 3px; }

    .logos-carousel { margin: 0 -50px; left: -14px; }

    .logos-carousel .slick-track { padding-top: 5px; padding-bottom: 10px; }

    .logos-carousel .slide { padding: 0 7px; }

    .logo-box { border-radius: 3px; width: 135px; height: 85px; }

    .logo-box img { max-width: 57%; max-height: 57%; }

    .logos-carousel .slick-dots { padding: 19px 0 0; max-width: 350px; margin: 0 auto; position: relative; left: 14px; }

    .logos-carousel .slick-dots li { padding: 0 3px; }

    .logos-carousel .slick-dots button { width: 11px; height: 11px; }

    .subscribe-section { border-bottom-width: 3px; }

    .subscribe-section .container { padding-top: 24px; padding-bottom: 24px; }

    .subscribe-section .heading { font-size: 9px; line-height: 14px; padding: 0 0 5px; max-width: 235px; margin: 0 auto; }

    .subscribe-section .heading h2 { font-size: 15px; line-height: 17px; letter-spacing: 1px; }

    .subscribe-section .heading h2 + p { padding-top: 10px; }

    .subscribe-form { max-width: 316px; }

    .subscribe-form .error-box { padding: 0 8px; margin: 0 0 3px; min-height: 16px; }

    .subscribe-form .error { font-size: 10px; line-height: 12px; letter-spacing: .5px; }

    .subscribe-form .form-group { margin: 0 0 22px; padding: 5px 10px 5px 88px; border-radius: 19px; }

    .subscribe-form .form-group .form-control { height: 26px; font-size: 10px; }

    .subscribe-form .form-group .btn { margin: 5px 0 0 10px; min-width: 1px; width: 68px; font-size: 12px; line-height: 17px; padding: 2px 5px; }

    .check-box { width: 19px; height: 15px; }

    .check-box input[type=checkbox] + label { width: 19px; height: 15px; border-radius: 4px; }

    .check-box input[type=checkbox] + label:after { width: 15px; height: 13px; background-size: 15px 13px; }

    .check-group { padding: 0 37px 0 0; }

    .check-group .check-box { margin: -2px 6px 0 0; }

    .check-group label { font-size: 10px; line-height: 12px; letter-spacing: .8px; }

    .map-section { height: 332px; }

    .map-popup .box { margin: -25px 0 0 35px; background: #fff; box-shadow: 0 3px 3px rgba(0,0,0,.31); width: 201px; padding: 20px 26px 26px; }

    .map-popup .box:before { margin: -17px -8px 0 0; font-size: 30px; line-height: 30px; }

    .map-popup h3 { margin: 0 0 8px; font-size: 13px; line-height: 15px; letter-spacing: .8px; }

    .map-popup address { font-size: 12px; line-height: 17px; letter-spacing: .9px; }

    #footer .top .container { padding: 39px 11px 34px; }

    #footer .top .container &gt; .row { margin-left: -3px; margin-right: -3px; }

    #footer .top .container &gt; .row &gt; div[class^="col-"] { padding-left: 3px; padding-right: 3px; }

    #footer .top .container &gt; .row &gt; div[class^="col-"]:nth-child(1) { width: 60%; }

    #footer .top .container &gt; .row &gt; div[class^="col-"]:nth-child(2) { width: 40%; }

    #footer .logo-footer { width: 200px; height: 25px; background-size: 200px 25px; margin: 0 3px 0 0; }

    .social &gt; li + li { padding-right: 9px; }

    .social a { width: 20px; height: 20px; }

    .social .globe:before { width: 10px; height: 10px; margin: -5px 0 0 -5px; background-size: 10px 10px; }

    .social .twitter:before { width: 10px; height: 9px; margin: -4px 0 0 -5px; background-size: 10px 9px; }

    .social .youtube:before { width: 10px; height: 7px; margin: -3px 0 0 -5px; background-size: 10px 7px; }

    .social .facebook:before { width: 5px; height: 10px; margin: -5px 0 0 -2px; background-size: 5px 10px; }

    .social a:after { border-width: 2px; }

    #footer .social { padding: 3px 0 0; }

    #footer .bottom { font-size: 10px; line-height: 12px; }

    #footer .bottom .container { padding: 4px 10px 7px; }

    #footer .bottom p { letter-spacing: 0; }

    #footer .by { width: 30px; margin: -4px 0 -4px 6px; }

    .comment-opener { left: auto; right: 0; width: 63px; border-width: 2px; border-radius: 20px 0 0 20px; font-size: 10px; line-height: 10px; letter-spacing: 0; padding: 7px 5px 5px 20px; margin: 0 -2px 15px 0; }

    .comment-opener:before, .comment-opener:after { width: 17px; height: 16px; background-size: 17px 16px; margin: 8px 0 0 6px; }

    .comment-popup { max-height: 100vh; overflow-x: hidden; overflow-y: auto; }

    .comment-popup .popup-holder { padding: 50px 0 30px; }

    .comment-popup .popup-holder:before, .comment-popup .popup-holder:after { display: none; }

    .comment-popup .btn-close { margin: 10px 0 0 10px; }

    .comment-popup .comment-form .comment-heading { padding-bottom: 15px; }

    .comment-popup .comment-form .btn-block { padding-top: 20px; }

    .comment-popup .comment-form { max-width: none; margin: 0; padding: 0 10px; }

    .visual { min-height: 289px; }

    .visual figcaption { height: 289px; font-size: 13px; line-height: 17px; }

    .visual figcaption .container { padding-top: 60px; padding-bottom: 20px; }

    .visual figcaption h1, .visual figcaption h2 { font-size: 27px; line-height: 29px; letter-spacing: 1px; }

    .visual figcaption p { margin: 0; max-width: none; }

    .visual figcaption h1 + p, .visual figcaption h2 + p { padding-top: 10px; }

    .main .container { padding-top: 30px; padding-bottom: 30px; }

    .main .container &gt; .row &gt; div[class^="col-"] + div[class^="col-"] { padding-top: 25px; }

    .main .container &gt; .row &gt; div[class^="col-"]:nth-child(1), .main .container &gt; .row &gt; div[class^="col-"]:nth-child(2) { width: auto; }

    .content { font-size: 13px; line-height: 17px; }

    .content h2, .content h3 { margin-bottom: 10px; font-size: 19px; line-height: 21px; letter-spacing: 1px; }

    .content p { margin-bottom: 10px; letter-spacing: .5px; }

    .content blockquote { padding: 10px 50px 15px 0; max-width: none; }

    .content blockquote:before { font-size: 100px; line-height: 102px; margin: 6px 0 0; }

    .content blockquote q { font-size: 28px; line-height: 28px; letter-spacing: 1.5px; }

    .sidebar { padding-top: 0; }

    .article-box:last-child { margin-bottom: 0; }

    .article-box .img { margin-bottom: 25px; }

    .article-box figcaption { font-size: 16px; line-height: 18px; }

    .article-box figcaption h3 { font-size: 18px; line-height: 20px; margin-bottom: 5px; letter-spacing: 1px; }

    .article-box figcaption p { margin-bottom: 5px; }

    .logos-section .container { padding-top: 22px; padding-bottom: 24px; }

    .logos-carousel.logos-carousel-type2 { margin: 0 -50px; left: auto; }

    .logos-carousel.logos-carousel-type2 .slide { padding: 7px; }

    .logos-carousel.logos-carousel-type2 .slick-dots { left: auto; }

    .content-image { margin-bottom: 20px; }

    .downloads-block { padding: 15px 0 0; margin-bottom: 15px; }

    .downloads-block h2, .content .downloads-block h2 { padding: 0 10px; }

    .downloads-list &gt; li { padding: 5px 10px 5px 40px; font-size: 13px; line-height: 17px; }

    .downloads-list .btn-download { margin: -13px 0 0 6px; }

    .images-list { padding-bottom: 15px; }

    .images-list &gt; li { width: 50%; }

    .content .video-widget:last-child { margin-bottom: 0; }

    .headline, .content .headline { padding: 0 0 20px; }

    .headline h2, .content .headline h2 { margin-bottom: 5px; max-width: none; }

    .headline p, .content .headline p { letter-spacing: 0; margin: 0; }

    .registration-form, .content .registration-form { padding: 20px 15px; font-size: 13px; line-height: 17px; }

    .registration-form h3, .content .registration-form h3 { margin: 0 0 5px; }

    .registration-form p, .content .registration-form p { margin: 0 0 15px; }

    .registration-form .check-section { padding: 0 0 5px; }

    .registration-form .check-section h4 { margin-bottom: 5px; font-size: 16px; line-height: 18px; }

    .registration-form .check-section &gt; .row &gt; div[class^="col-"] { padding-bottom: 10px; }

    .check-box.type2 { width: 15px; height: 15px; }

    .check-box.type2 input[type=checkbox] + label { width: 15px; height: 15px; border-radius: 0; }

    .check-box.type2 input[type=checkbox] + label:after { margin: -3px -4px 0 0; }

    .check-block { padding: 0 23px 0 0; }

    .check-block .check-box { margin: 1px 0 0; }

    .check-block label { display: block; vertical-align: top; width: auto; height: auto; font-size: 13px; line-height: 17px; }

    .registration-form .inputs-section { padding: 0 0 9px; }

    .registration-form .form-group { padding-bottom: 5px; }

    .registration-form .form-group label { font-size: 13px; line-height: 17px; padding: 0 10px 4px; }

    .registration-form .form-group label.required:before { margin: 1px 0 0; font-size: 15px; line-height: 17px; }

    .registration-form .form-control { height: 35px; font-size: 15px; }

    .registration-form .error-box { min-height: 15px; padding: 3px 0 0; }

    .registration-form .error-box label.error { font-size: 13px; line-height: 15px; }

    .registration-form .btn-row { padding: 0; }

    .registration-form .btn-row .btn { min-width: 150px; font-size: 20px; line-height: 24px; padding-top: 5px; padding-bottom: 5px; }
}

@media only screen and (max-width: 374px) {
    .event-countdown .box + .box { margin-left: 30px; }

    .schedule-tabs .tabs-nav &gt; li &gt; a { min-width: 125px; }

    .people-list &gt; li { width: 100%; }

    .logos-carousel .slick-dots { max-width: 310px; }

    #footer .logo-footer { width: 170px; height: 21px; margin: 0; background-size: 170px 21px; }
}

@media only screen and (min-width: 1024px) {
    .fader { display: none !important; }

    body.open-menu { width: auto !important; height: auto !important; overflow: visible !important; }

    #main-nav { margin-left: auto !important; top: auto !important; }
}

.breadcrumb { list-style: none; margin: -49px 0 0; padding: 0 0 28px; font-size: 0; line-height: 0; background: none; border-radius: 0; }

.breadcrumb &gt; li { display: inline-block; vertical-align: top; color: #3a3a3a; text-transform: uppercase; font-size: 18px; line-height: 24px; font-weight: 200; position: relative; }

.breadcrumb &gt; .active { color: #197ccd; }

.breadcrumb &gt; li + li { padding-right: 24px; }

.breadcrumb &gt; li + li:before { content: '&gt;'; color: #3a3a3a; padding: 0; position: absolute; z-index: 20; top: 0; right: 0; margin: 0 8px 0 0; }

.breadcrumb a { text-decoration: none; color: #3a3a3a; }

.breadcrumb a:hover { text-decoration: none; color: #197ccd; }

.social-widget { list-style: none; margin: 0; padding: 0; position: absolute; z-index: 20; top: 0; right: 0; margin: 62px 1px 0 0; width: 30px; }

.social-widget &gt; li { padding: 0 0 4px; }

.social-widget a { display: block; height: 30px; font-size: 0; line-height: 0; position: relative; text-decoration: none; }

.social-widget .facebook { color: #3e59b0; }

.social-widget .twitter { color: #31aadf; }

.social-widget .email { color: #046abe; }

.social-widget .print { color: #828282; }

.social-widget a:hover { text-decoration: none; opacity: .75; }

.social-widget a:before { position: absolute; z-index: 20; top: 50%; left: 50%; font: 22px/24px 'FontAwesome'; }

.social-widget .facebook:before { content: ''; margin: -11px 0 0 -6px; }

.social-widget .twitter:before { content: ''; margin: -12px 0 0 -9px; }

.social-widget .email:before { content: ''; margin: -13px 0 0 -11px; }

.social-widget .print:before { content: ''; margin: -12px 0 0 -10px; }

.footer-logos { list-style: none; margin: 0; padding: 0; font-size: 0; line-height: 0; }

.footer-logos &gt; li { display: inline-block; vertical-align: top; position: relative; }

.footer-logos &gt; li + li { padding-right: 28px; }

.footer-logos &gt; li + li:before { content: ''; position: absolute; z-index: 20; top: 0; right: 0; width: 1px; height: 42px; background: #fff; margin: 5px 14px 0 0; }

#footer .footer-logos .logo-footer { width: 244px; height: 50px; background-size: 244px 50px; }

#footer .footer-logos .h-logo-footer { width: 129px; height: 35px; text-indent: -9999px; overflow: hidden; background: url(/Conference/images/logo-h-footer.png) no-repeat; background-size: 129px 35px; display: inline-block; vertical-align: top; margin: 9px 0 0; }

#footer .footer-logos .h-logo-footer a { display: block; height: 100%; }

@media only screen and (max-width: 1279px) {
    .main .container &gt; .row &gt; div.content[class^="col-"] { padding-right: 50px; }

    .breadcrumb { margin-top: -25px; }

    .social-widget { margin-right: 7px; }
}

@media screen and (max-width: 767px),screen and (orientation:landscape)and (max-width:767px),screen and (orientation:portrait)and (max-width:767px) {
    .main .container &gt; .row &gt; div.content[class^="col-"] { padding-right: 15px; }

    .breadcrumb { margin: 0; padding: 0 0 10px; }

    .breadcrumb &gt; li { font-size: 13px; line-height: 17px; }

    .breadcrumb &gt; li + li { padding-right: 13px; }

    .breadcrumb &gt; li + li::before { margin-right: 3px; }

    .social-widget { position: relative; text-align: center; top: auto; right: auto; margin: 0; padding: 10px 0 0; width: auto; }

    .social-widget &gt; li { display: inline-block; vertical-align: top; padding: 0 2px; }

    .social-widget a { display: inline-block; vertical-align: top; width: 30px; }

    .footer-logos &gt; li + li { padding-right: 14px; }

    .footer-logos &gt; li + li:before { margin: 3px 7px 0 0; height: 21px; }

    #footer .footer-logos .logo-footer { width: 122px; height: 25px; background-size: 122px 25px; }

    #footer .footer-logos .h-logo-footer { width: 65px; height: 18px; background-size: 65px 18px; margin: 4px 0 0; }
}

@media only screen and (max-width: 374px) {
    .footer-logos &gt; li + li::before { margin-top: 0; }

    #footer .footer-logos .logo-footer { width: 100px; height: 20px; background-size: 100px 20px; }

    #footer .footer-logos .h-logo-footer { width: 50px; height: 14px; background-size: 50px 14px; margin: 4px 0 0; }
}

.people-heading { margin: 0 0 -10px; }

.schedule-block .section:last-child { padding-bottom: 5px; }

.person-box.no-photo { padding: 0; }

.field-validation-error.error { color: #fff; font-weight: bold; }

.comment-form .form-control.input-validation-error { border: 2px solid red; }

.field-validation-error.error-red { color: red; font-size: 20px; font-weight: bold; }

.comments-success-msg { display: none; text-align: center; color: #fff; }

.registration-form .error-box span { color: #e62020; font-size: 18px; line-height: 20px; font-weight: 300; margin: 0; padding: 0; }

@media screen and (max-width: 767px),screen and (max-width:767px)and (orientation:landscape),screen and (max-width:767px)and (orientation:portrait) {
    .grecaptcha-badge { display: none; }
}

.social-widget .whatsapp { color: #48ae4d; }

.social-widget .whatsapp:before { content: ''; margin: -12px 0 0 -9px; }

.breadcrumb a { color: #2077bc; text-decoration: inherit; }

.breadcrumb &gt; .active { color: inherit; }

.breadcrumb a:hover { text-decoration: underline; }

p.program-sub { font-size: 20px; line-height: 24px; margin-bottom: 8px; }

.heading-block { max-width: 65%; }

.people-heading h3, .people-heading h4 { max-width: 55%; }

.people-heading .files-list { max-width: 45%; }

.file-item { padding-bottom: 20px; }

@media screen and (max-width: 767px),screen and (max-width:767px)and (orientation:landscape),screen and (max-width:767px)and (orientation:portrait) {
    .people-heading { margin: 0 0 -7px; }

    .people-heading .files-list { max-width: 50%; }

    .people-list { margin-top: 1px; }

    p.program-sub { font-size: 14px; }

    .event-info figcaption { font-size: 16px; line-height: 20px; }

    .heading-block h2, .heading-block h3 { font-size: 16px; line-height: 18px; }

    .people-heading h3, .people-heading h4 { font-size: 14px; line-height: 16px; max-width: 50%; }

    .person-box figcaption { font-size: 12px; line-height: 14px; }

    .person-box figcaption h4, .person-box figcaption h5 { font-size: 14px; line-height: 16px; }

    .map-popup .box { width: 167px; }

    .schedule-block .top-section .heading-block { font-size: 16px; }

    .schedule-block .section:last-child { padding-bottom: 5px; }
}

@media only screen and (max-width: 1023px) {
    #main-nav &gt; ul &gt; li &gt; a span { padding: 2px; }
}

@media screen and (max-width: 1279px),screen and (max-width:1279px)and (orientation:landscape),screen and (max-width:767px)and (orientation:portrait) {
    .social-widget { margin-top: 30px; }
}

@media screen and (min-width: 1280px),screen and (min-width:1280px)and (orientation:landscape),screen and (min-width:1280px)and (orientation:portrait) {
    .social-widget { margin-top: 4px; }
}


/* 22.11.2019 */
.schedule-section .heading { padding-bottom: 15px; }
.schedule-section .heading h1 + p,
.schedule-section .heading h2 + p,
.schedule-section .heading h3 + p { padding-top: 4px; margin-bottom: 9px; }
.file-item2 { display: inline-block; vertical-align: top; color: #2077bc; text-decoration: none; letter-spacing: 0.025em; font-weight: 400; font-size: 22px; line-height: 1.228; }
.file-item2:hover { text-decoration: none; color: #000; }
.file-item2 img { display: inline-block; vertical-align: middle; position: relative; top: -0.1em; width: auto; height: auto; max-height: 27px; margin-right: 11px; }
/* testimonial-section */
.testimonial-section { position: relative; z-index: 1; background: #0d304b; color: #fff; text-align: center; }
.testimonial-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; opacity: 0.65;
                                -webkit-background-size: cover; background-size: cover; }
.testimonial-section blockquote { border: 0; padding: 76px 62px 53px; font-weight: 300; font-size: 40px; line-height: 1; }
.testimonial-section cite { display: block; margin-bottom: 32px; font-weight: 400; font-style: normal; font-size: 25px; line-height: 1.2; letter-spacing: 0.0252em; }
.testimonial-section q { display: block; letter-spacing: 0.025em; }
.testimonial-section q::before,
.testimonial-section q::after { display: inline-block; vertical-align: top; position: relative; font-size: 2.5em; line-height: 0.25; }
.testimonial-section q::before { top: 0.1em; margin-left: 10px; }
.testimonial-section q::after { top: 0.65em; margin-right: 10px; margin-left: -0.4em; }
.testimonial-section .slick-dots { padding-bottom: 13px; }
.testimonial-section .slick-dots li { padding-left: 7px; padding-right: 7px; }
.testimonial-section .slick-dots button::before { top: 0; left: 0; right: 0; bottom: 0; background-color: #cdcdcd; }
.testimonial-section .slick-dots button:hover::before,
.testimonial-section .slick-dots .slick-active button::before { background-color: #fff; }
.testimonial-section .slick-slide:focus { outline: none !important; }
/* schedule-heading */
.schedule-heading.type2 { font-weight: 300; color: #fff; padding-left: 30px; padding-right: 30px; padding-bottom: 21px; }
.schedule-heading.type2 h2 { margin-top: 10px; margin-bottom: 10px; font-weight: 400; color: inherit; letter-spacing: 0.02em; }
.schedule-heading.type2 h2 a { color: inherit; text-decoration: none; }
.schedule-heading.type2 h2 a:hover { text-decoration: underline; }
.schedule-heading.type2 h3 { margin-top: 10px; margin-bottom: 10px; font-weight: 400; color: inherit; letter-spacing: 0.02em; }
.schedule-heading.type2 h3 a { color: inherit; text-decoration: none; }
.schedule-heading.type2 h3 a:hover { text-decoration: underline; }
.schedule-heading.type2 p { margin-top: 0; margin-bottom: 0; }
.schedule-heading.type2 .time { display: block; font-style: inherit; }
.schedule-heading.type2 .btn { min-width: 156px; }
.btn-white { background: #fff; color: #2077bc; }
.btn-outline-white { background: none; border: 1px solid; color: #fff; }
.btn-outline-white:hover { background-color: #fff; border-color: #fff; color: #2077bc; }
.btn-md { font-weight: 400; font-size: 18px; line-height: 1.389; letter-spacing: 0.025em; padding-top: 8px; padding-bottom: 8px; }
.schedule-heading.bg-dark { background-color: #0f1d30; }
.schedule-block .cell { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: flex-end; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid #d9d9d9; margin-top: 19px; margin-bottom: 19px; padding-bottom: 14px; font-size: 16px; line-height: 1.25; }
.schedule-block .cell .hold { }
.schedule-block .cell .btn-hold { min-width: 65px; margin-right: 15px; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto; -ms-flex: 0 1 auto; -o-flex: 0 1 auto; flex: 0 1 auto; }
.schedule-block .cell p { margin-top: 0; margin-bottom: 0; }
.schedule-block .cell p + h5 { margin-top: 6px; }
.schedule-block .cell p a,
.schedule-block .cell h2 a,
.schedule-block .cell h3 a,
.schedule-block .cell h4 a,
.schedule-block .cell h5 a,
.schedule-block .cell .str a { text-decoration: none; }
.schedule-block .cell p a:hover,
.schedule-block .cell h2 a:hover,
.schedule-block .cell h3 a:hover,
.schedule-block .cell h4 a:hover,
.schedule-block .cell h5 a:hover,
.schedule-block .cell .str a:hover { text-decoration: underline; }
.schedule-block .cell .str { display: block; margin-bottom: 15px; font-weight: 400; font-size: 18px; line-height: 1.223; color: #2077bc; }
.schedule-block .cell h4 { font-size: 18px; line-height: 1.223; }
.schedule-block .cell h5 { margin-bottom: 0;font-weight:500 }
.schedule-block .cell h4:last-child,
.schedule-block .cell .str:last-child { margin-bottom: 0; }

.schedule-block .cell .file-item { padding-bottom: 0; font-size: 13px; line-height: 1; padding-right: 0; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flex; display: -o-inline-flex; display: inline-flex; -ms-align-items: center; align-items: center; }
.schedule-block .cell .file-item .ico { width: 24px; min-width: 24px; max-width: 24px; flex-basis: 24px; margin-left: 7px; position: static; }
/* partners-section */
.partners-section { background: #f5f5f5; padding-top: 52px; padding-bottom: 38px; }
.partners-carousel { padding-left: 45px; padding-right: 45px; }
.partners-carousel .slide-item { padding: 10px 14px; }
.partners-carousel .slide-item:focus { outline: none !important; }
.partners-carousel figure { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; margin: 0; border-radius: 5px; background: #fff; -webkit-box-shadow: 0 3px 2px #00000045; box-shadow: 0 3px 2px #00000045; height: 169px; text-align: center; -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; }
.partners-carousel figure:hover { -webkit-box-shadow: 0 1px 1px #00000045; box-shadow: 0 1px 1px #00000045; }
.partners-carousel figure img { display: inline-block; vertical-align: top; max-width: 85%; max-height: 85%; }
.partners-carousel .slide-item a:focus { outline: none !important; }
.partners-carousel .slick-dots { margin-top: 36px; }
.partners-carousel .slick-dots button::before { background-color: #cdcdcd; }
.partners-carousel .slick-dots button:hover::before,
.partners-carousel .slick-dots .slick-active button::before { background-color: #2077bc; }
/* visual-section */
.visual-section { position: relative; z-index: 1; background: #000; color: #fff; width: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; text-align: center; }
.visual-section::before { content: ''; display: block; width: 0; max-width: 1px; padding-bottom: 23.685%; }
.visual-section::after { content: ''; position: absolute; top: 0; left: 0; right: 0; z-index: -1; height: 203px; background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); }
.visual-section .bg-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -2; margin: 0; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }
.visual-section .decor { position: absolute; left: 0; right: 0; bottom: 11px; z-index: -1; height: 11px; background: #4fd0e9; }
.visual-section .container,
.visual-section .container-fluid { padding-top: 130px; padding-bottom: 30px; }
.visual-section h1,
.visual-section h2 { font-weight: 400; font-size: 80px; line-height: 1.0625; margin-top: 10px; margin-bottom: 10px; }
.ttl { letter-spacing: 0.025em; margin-bottom: 46px; }
.ttl h2 { font-weight: 400; font-size: 26px; line-height: 1; letter-spacing: 0.025em; margin-bottom: 26px; }
.ttl p { margin-bottom: 20px; }
/* info-block */
.info-block { background: #2077bc; color: #fff; border-radius: 10px; padding: 41px 75px 34px; margin-bottom: 6px; font-weight: 300; }
.info-block-header { font-weight: 300; font-size: 24px; line-height: 1; margin-bottom: 48px; }
.info-block-header h3 { font-weight: 400; font-size: 24px; line-height: 1; margin-bottom: 9px; }
.info-block-header .btn { min-width: 1px; }
.info-block .doc-group { border-bottom: 1px solid; margin-bottom: 46px; padding-bottom: 17px; }
.info-block .doc-group-header { font-size: 20px; line-height: 1; }
.info-block .doc-group-header h4 { font-weight: 400; font-size: inherit; line-height: inherit; margin-top: 0; margin-bottom: 10px; }
.info-block .doc-group-header .link-download { width: 186px; max-width: 100%; }
.info-block .doc-group ul { list-style: none; margin: 8px 0 0; padding: 0; }
.info-block .doc-group li { padding-top: 18px; padding-bottom: 18px; }
.info-block .doc-group li + li { border-top: 1px solid rgba(255,255,255, 0.28); }
.info-block .doc-group ul p { margin-bottom: 0; }
.link-download { display: inline-block; vertical-align: top; position: relative; padding-right: 44px; color: #fff; font-weight: 400; font-size: 18px; line-height: 1.112; font-family: 'Heebo', sans-serif; text-decoration: none; letter-spacing: 0.025em; }
.link-download i { position: absolute; top: 50%; right: 0; margin-top: -19px; width: 27px; height: 37px; background: url(/Conference/images/ico-file-white-01.svg) no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; }
.link-download:hover { text-decoration: underline; }
.link-download-sm { display: inline-block; vertical-align: top; position: relative; padding-right: 24px; color: #fff; font-weight: 300; font-size: 18px; line-height: 1.112; text-decoration: none; letter-spacing: 0.025em; }
.link-download-sm i { position: absolute; top: 50%; right: 0; margin-top: -10px; width: 15px; height: 20px; background: url(/Conference/images/ico-file-white-01.svg) no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; }
.link-download-sm:hover { text-decoration: underline; }
.feedback-form { margin: 52px auto 22px; width: 690px; max-width: 100%; }
.feedback-form header { font-weight: 300; text-align: center; margin-bottom: 24px; }
.feedback-form h3 { font-weight: 300; font-size: 43px; line-height: 1; margin-bottom: 14px; }
.feedback-form p { margin-bottom: 20px; }
.feedback-form .btn-hold { text-align: center; }
.feedback-form .form-group { position: relative; margin-bottom: 21px; }
.feedback-form .form-group .req { position: absolute; top: -10px; left: 100%; margin-left: 3px; font-weight: 300; }
.feedback-form .form-control { border-radius: 0; height: 37px; font-weight: 300; font-size: 17px; }
.feedback-form textarea.form-control { min-height: 69px; height: 69px; max-height: 250px; resize: vertical; }
.feedback-form .select2-container--bootstrap .select2-selection { border-radius: 0; font-size: 17px; }
.feedback-form .select2-container .select2-selection--single { height: 37px; }
.feedback-form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 0; }
.feedback-form .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b { border-width: 10px 10px 0; margin-top: -5px; border-top-color: #2077bc; }
.feedback-form .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b { border-width: 0 10px 10px; border-top-color: transparent; border-bottom-color: #2077bc; }
.feedback-form .select2-results__option { padding-left: 12px; padding-right: 12px; }
.feedback-form .btn-hold { margin-top: 16px; }
.feedback-form .btn-hold .btn { min-width: 174px; }
.btn-sm2 { font-size: 18px; padding: 5px 35px; }
.schedule-block-list { margin-bottom: 40px; }
.schedule-block-list .schedule-heading { border-radius: 10px; margin-bottom: 20px; }


@media screen and (max-width: 1279px) {
    .visual-section h1,
    .visual-section h2 { font-size: 60px; }
    .main-banner .valign { height: 90vh; }
}

@media screen and (max-width: 1023px) {
    .testimonial-section blockquote { padding-left: 30px; padding-right: 30px; }
    .schedule-heading.type2 .btn-hold { margin-top: 10px; }
    .schedule-cols { padding-left: 20px; padding-right: 20px; }
    .visual-section h1,
    .visual-section h2 { font-size: 40px; }
    .visual-section .container,
    .visual-section .container-fluid { padding-top: 90px; }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
    /* testimonial-section */
    .testimonial-section blockquote { font-size: 24px; padding-left: 15px; padding-right: 15px; }
    .testimonial-section cite { font-size: 16px; }
    .partners-carousel { padding-left: 20px; padding-right: 20px; }
    .partners-carousel .slide-item { padding-left: 5px; padding-right: 5px; }
    .info-block { padding-left: 25px; padding-right: 25px; }
    .feedback-form h3 { font-size: 32px; }
}


@media screen and (min-width: 768px) {
    .heading h1,
    .heading h2,
    .heading h3 { font-size: 38px; line-height: 1.158; letter-spacing: 0.025em; }

    .schedule-tabs .tabs-nav &gt; li { font-size: 26px; line-height: 1.154; letter-spacing: 0.025em; }
    .schedule-tabs .tabs-nav &gt; li a { border: 3px solid; padding-top: 9px; padding-bottom: 9px; min-width: 200px; }

    .schedule-heading.type2 { font-size: 24px; line-height: 1.125; }
    .schedule-heading.type2 h3 { font-size: 28px; line-height: 1; }
}

@media screen and (min-width: 1024px) {
    #header .container-fluid { width: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; }
    #header .container-fluid::before { display: block; width: 0; max-width: 1px; height: 74px; }
    #header .container-fluid::after { display: none; }
    #header .logo,
    .scrolled #header .logo { margin-top: 0; }
    #header .h-logo,
    .scrolled #header .h-logo { margin-top: 0; }
    .accessibility-menu,
    .scrolled .accessibility-menu { position: relative; margin-top: 0; margin-left: -6px; margin-right: auto; }

    #main-nav { padding-top: 0; margin-right: 16px; }

    .schedule-heading.type2 { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: space-between; text-align: inherit; }
    .schedule-heading.type2 &gt; * { margin-left: 10px; margin-right: 10px; }
    .schedule-heading.type2 &gt; *:first-child { margin-right: 0; }
    .schedule-heading.type2 &gt; *:last-child { margin-left: 0; }
    .schedule-block { margin-bottom: 47px; }
    .schedule-cols { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: 100%; margin-bottom: 11px; }
    .schedule-cols &gt; .col { -webkit-flex: 0 1 50%; -moz-flex: 0 1 50%; -ms-flex: 0 1 50%; -o-flex: 0 1 50%; flex: 0 1 50%; max-width: 50%; padding-left: 40px; padding-right: 32px; }
        /*.schedule-cols .col {width:50%;float:right; }
.schedule-block .cell .hold{width:80%}
.schedule-block .cellCustom{width:100%}*/

     .partners-section .heading { padding-bottom: 51px; }
    .info-block-header { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: flex-end; align-items: flex-end; }
    .info-block-header .base { -webkit-flex: 0 1 calc(100% - 193px); -moz-flex: 0 1 calc(100% - 193px); -ms-flex: 0 1 calc(100% - 193px); -o-flex: 0 1 calc(100% - 193px); flex: 0 1 calc(100% - 193px); max-width: calc(100% - 193px); padding-left: 15px; }
    .info-block-header .btn-hold { min-width: 193px; max-width: 193px; -webkit-flex: 0 1 193px; -moz-flex: 0 1 193px; -ms-flex: 0 1 193px; -o-flex: 0 1 193px; flex: 0 1 193px; }
    .info-block .doc-group-header { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: 100%; }
    .info-block .doc-group-header .base { max-width: calc(100% - 193px); -webkit-flex: 0 1 calc(100% - 193px); -moz-flex: 0 1 calc(100% - 193px); -ms-flex: 0 1 calc(100% - 193px); -o-flex: 0 1 calc(100% - 193px); flex: 0 1 calc(100% - 193px); padding-left: 15px; }
    .info-block .doc-group-header .extra { min-width: 193px; max-width: 193px; -webkit-flex: 0 1 193px; -moz-flex: 0 1 193px; -ms-flex: 0 1 193px; -o-flex: 0 1 193px; flex: 0 1 193px; padding-right: 5px; }
    .info-block .doc-group li { padding-right: 45px; }
    .info-block .doc-group li { width: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: flex-end; align-items: flex-end; }
    .info-block .doc-group .descr { max-width: calc(100% - 193px); -webkit-flex: 0 1 calc(100% - 193px); -moz-flex: 0 1 calc(100% - 193px); -ms-flex: 0 1 calc(100% - 193px); -o-flex: 0 1 calc(100% - 193px); flex: 0 1 calc(100% - 193px); }
    .info-block .doc-group .btn-hold { min-width: 193px; max-width: 193px; -webkit-flex: 0 1 193px; -moz-flex: 0 1 193px; -ms-flex: 0 1 193px; -o-flex: 0 1 193px; flex: 0 1 193px; padding-right: 5px; }
    .info-block .doc-group-header p { margin-bottom: 0; }
    .info-block-header p { margin-bottom: 0; }
}

@media screen and (min-width: 1280px) {
    #main-nav &gt; ul &gt; li + li { margin-right: 24px; }
    .partners-carousel .slick-dots li { margin-left: 7px; margin-right: 7px; }
    .partners-carousel .slick-dots button::before { top: 0; left: 0; right: 0; bottom: 0; }
}

@media screen and (min-width: 1400px) {
    #header .logo { margin-right: 45px; margin-left: 30px; }
    #main-nav { margin-right: 116px; }
    .visual-section::before { padding-bottom: 23.685%; }
}

.people-heading { margin: 0 0 -10px; }

.schedule-block .section:last-child { padding-bottom: 5px; }

.person-box.no-photo { padding: 0; }

.field-validation-error.error { color: white; font-weight: bold; }

.comment-form .form-control.input-validation-error { border: 2px solid red; }

.field-validation-error.error-red { color: red; font-size: 20px; font-weight: bold; }

.comments-success-msg { display: none; text-align: center; color: white; }


.registration-form .error-box span { color: #e62020; font-size: 18px; line-height: 20px; font-weight: 300; margin: 0; padding: 0; }

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .grecaptcha-badge { display: none; }
}

.social-widget .whatsapp { color: #48ae4d; }

.social-widget .whatsapp:before { content: '\f232'; margin: -12px 0 0 -9px; }

.breadcrumb a { color: #2077bc; text-decoration: inherit; }

.breadcrumb &gt; .active { color: inherit; }

.breadcrumb a:hover { text-decoration: underline; }

p.program-sub { font-size: 20px; line-height: 24px; margin-bottom: 8px; }

.heading-block { max-width: 65%; }

.people-heading h3, .people-heading h4 { max-width: 55%; }

.people-heading .files-list { max-width: 45%; }

.file-item { padding-bottom: 20px; }

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .people-heading { margin: 0 0 -7px; }

    .people-heading .files-list { max-width: 50%; }

    .people-list { margin-top: 1px; }

    p.program-sub { font-size: 14px; }

    .event-info figcaption { font-size: 16px; line-height: 20px; }

    .heading-block h2, .heading-block h3 { font-size: 16px; line-height: 18px; }

    .people-heading h3, .people-heading h4 { font-size: 14px; line-height: 16px; max-width: 50%; }

    .person-box figcaption { font-size: 12px; line-height: 14px; }

    .person-box figcaption h4, .person-box figcaption h5 { font-size: 14px; line-height: 16px; }

    .map-popup .box { width: 167px; }

    .schedule-block .top-section .heading-block { font-size: 16px; }

    .schedule-block .section:last-child { padding-bottom: 5px; }
}

@media only screen and (max-width: 1023px) {
    #main-nav &gt; ul &gt; li &gt; a span { padding: 2px; }
}

@media screen and (max-width: 1279px), screen and (max-width: 1279px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .social-widget { margin-top: 30px; }
}

@media screen and (min-width: 1280px), screen and (min-width: 1280px) and (orientation: landscape), screen and (min-width: 1280px) and (orientation: portrait) {
    .social-widget { margin-top: 4px; }
}


@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait){
    .schedule-heading h1,
    .schedule-heading h2,
    .schedule-heading h3 {
        font-size: 22px;
    }
 .schedule-heading {font-size: 18px;}

.info-block .doc-group ul p{font-size: 18px;  line-height: 22px}
.btn-sm2{font-weight: 500;}

}
.cell .hold h4{color:#2077bc}
.select2-container {background:#fff;color:#777;line-height:40px;padding-right:10px; }
footer.btn-block{text-align:center;}
.breadcrumb-area .container{padding:0;}
.grecaptcha-badge{right:-280px!important}
.select2-container .select2-selection--single{height:38px;}
.doc-group .caption {line-height:30px;font-weight:400}
.doc-group .subCaption {font-size:16px;font-weight:300}
</pre></body></html>