@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -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; }

/* 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: ""; }

.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; }

/*!
 * 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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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,
  h3 {
    orphans: 3;
    widows: 3; }

  h2, h3,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .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(font-url("~/fonts/glyphicons-halflings-regular.eot", true));
  src: url(font-url("~/fonts/glyphicons-halflings-regular.eot?#iefix", true)) format("embedded-opentype"), url(font-url("~/fonts/glyphicons-halflings-regular.woff2", true)) format("woff2"), url(font-url("~/fonts/glyphicons-halflings-regular.woff", true)) format("woff"), url(font-url("~/fonts/glyphicons-halflings-regular.ttf", true)) format("truetype"), url(font-url("~/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular", true)) 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: Noto Sans KR, NanumGothic, dotum, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #f5f8fa; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0d9bff;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0070c0;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small, h3 small,
  h2 .small,
  h3 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2,
h3, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h3 small,
  h2 .small,
  h3 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, h3, .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 9.5px; }

.lead {
  margin-bottom: 19px;
  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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #0d9bff; }

a.text-primary:hover,
a.text-primary:focus {
  color: #007fd9; }

.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; }

.bg-primary {
  background-color: #0d9bff; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007fd9; }

.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: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 19px; }

dt,
dd {
  line-height: 1.4; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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 #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.4; }

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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #f5f8fa; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > 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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > 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: 14.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -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.4;
  color: #505050; }

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #505050;
  background-color: #fff;
  background-image: none;
  border: 1px solid #666666;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #8dd0ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 208, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 208, 255, 0.6); }
  .form-control::-moz-placeholder {
    color: #4d4d4d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #4d4d4d; }
  .form-control::-webkit-input-placeholder {
    color: #4d4d4d; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@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: 33px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .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: 19px;
    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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 33px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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: 31px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  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: 37px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 41.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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: 24px; }
.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 > .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: 26px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@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;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000;
    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: 0.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: #000;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #0d9bff;
  border-color: #008ef3; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #007fd9;
    border-color: #004373; }
  .btn-primary:hover {
    color: #fff;
    background-color: #007fd9;
    border-color: #006ab5; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007fd9;
    border-color: #006ab5; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #006ab5;
      border-color: #004373; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0d9bff;
    border-color: #008ef3; }
  .btn-primary .badge {
    color: #0d9bff;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #1ba908;
  border-color: #179107; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #137806;
    border-color: #041701; }
  .btn-success:hover {
    color: #fff;
    background-color: #137806;
    border-color: #0e5604; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #137806;
    border-color: #0e5604; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #0e5604;
      border-color: #041701; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #1ba908;
    border-color: #179107; }
  .btn-success .badge {
    color: #1ba908;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5BC0EB;
  border-color: #44b7e8; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2eafe5;
    border-color: #13729a; }
  .btn-info:hover {
    color: #fff;
    background-color: #2eafe5;
    border-color: #1a9dd5; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2eafe5;
    border-color: #1a9dd5; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #1a9dd5;
      border-color: #13729a; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5BC0EB;
    border-color: #44b7e8; }
  .btn-info .badge {
    color: #5BC0EB;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FA7921;
  border-color: #f96a08; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #e35f05;
    border-color: #7f3503; }
  .btn-warning:hover {
    color: #fff;
    background-color: #e35f05;
    border-color: #c05004; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e35f05;
    border-color: #c05004; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #c05004;
      border-color: #7f3503; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #FA7921;
    border-color: #f96a08; }
  .btn-warning .badge {
    color: #FA7921;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #E55934;
  border-color: #e2471d; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #cc3f1a;
    border-color: #71230f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #cc3f1a;
    border-color: #ac3516; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc3f1a;
    border-color: #ac3516; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac3516;
      border-color: #71230f; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #E55934;
    border-color: #e2471d; }
  .btn-danger .badge {
    color: #E55934;
    background-color: #fff; }

.btn-link {
  color: #0d9bff;
  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: #0070c0;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0d9bff; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .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 {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .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 > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: 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-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: #505050;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #666666;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0d9bff; }
  .nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #505050;
      background-color: #f5f8fa;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0d9bff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f5f8fa; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.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 > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .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: 15.5px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 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.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 19px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15.5px;
          padding-bottom: 15.5px; } }

.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: 8.5px;
  margin-bottom: 8.5px; }
  @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 > .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 > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .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: 8.5px;
  margin-bottom: 8.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px; }
  @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: #fff;
  border-color: #d3e0e9; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #d3e0e9; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .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 > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #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, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      text-decoration: none;
      color: #0d9bff;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #0070c0;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0d9bff;
    border-color: #0d9bff;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #0d9bff; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #007fd9; }

.label-success {
  background-color: #1ba908; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #137806; }

.label-info {
  background-color: #5BC0EB; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2eafe5; }

.label-warning {
  background-color: #FA7921; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e35f05; }

.label-danger {
  background-color: #E55934; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #cc3f1a; }

.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: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0d9bff;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > 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: 19px;
  line-height: 1.4;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0d9bff; }

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  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: 19px;
  color: #fff;
  text-align: center;
  background-color: #0d9bff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.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);
  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: #1ba908; }
  .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: #5BC0EB; }
  .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: #FA7921; }
  .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: #E55934; }
  .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 > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .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 #d3e0e9; }
  .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, a.list-group-item:focus,
  button.list-group-item:hover,
  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: #eeeeee;
  color: #777777;
  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: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0d9bff;
  border-color: #0d9bff; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .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: #d9efff; }

.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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  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, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  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: 19px;
  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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d3e0e9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 19px; }
  .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 > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #d3e0e9; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #d3e0e9; }

.panel-default {
  border-color: #d3e0e9; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #d3e0e9; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d3e0e9; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d3e0e9; }

.panel-primary {
  border-color: #0d9bff; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0d9bff;
    border-color: #0d9bff; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0d9bff; }
    .panel-primary > .panel-heading .badge {
      color: #0d9bff;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0d9bff; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .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: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.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;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -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);
  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: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Noto Sans KR, NanumGothic, dotum, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  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: 0.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: Noto Sans KR, NanumGothic, dotum, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  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;
  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 > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-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;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  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: 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: 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: 0.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 {
  content: " ";
  display: table; }
.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !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; } }
/* BASE STYLES */
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?") format("eot"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff") format("woff"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf") format("truetype"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.svg#NanumGothic") format("svg"); }
@font-face {
  font-family: "NanumGothic";
  font-style: bold;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?") format("eot"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff") format("woff"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf") format("truetype"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.svg#NanumGothic") format("svg"); }
@font-face {
  font-family: "NanumGothic";
  font-style: bolder;
  font-weight: 800;
  src: url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?") format("eot"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff") format("woff"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf") format("truetype"), url("https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.svg#NanumGothic") format("svg"); }
body {
  position: relative;
  background: #eee;
  font-size: 14px;
  font-family: Noto Sans KR, NanumGothic, dotum, sans-serif; }

h1 {
  font-size: 33.6px; }

h2, h3 {
  font-size: 25.2px; }

h3 {
  font-size: 19.6px; }

pre {
  tab-size: 8; }

.txt-bold {
  font-weight: bold; }

.txt-normal {
  font-weight: normal !important; }

.txt-white {
  color: #fff; }

.txt-blue {
  color: #0b8ab9; }

.txt-pink {
  color: #ba45b2; }

.txt-green {
  color: #38b823; }

.txt-orange {
  color: #fb8f10; }

.txt-gray {
  color: #505050; }

.txt-black {
  color: #000; }

.txt-red {
  color: red; }

.txt-lightred {
  color: #ff6666; }

.txt-darkred {
  color: #cc0000; }

.txt-gold {
  color: #eade1d; }

.txt-bluesky {
  color: #26a9d9; }

.txt-10 {
  font-size: 10px; }

.txt-11 {
  font-size: 11px; }

.txt-12 {
  font-size: 12px; }

.txt-13 {
  font-size: 13px; }

.txt-14 {
  font-size: 14px; }

.txt-15 {
  font-size: 15px; }

.txt-16 {
  font-size: 16px; }

.txt-17 {
  font-size: 17px; }

.txt-18 {
  font-size: 18px; }

.txt-19 {
  font-size: 19px; }

.txt-20 {
  font-size: 20px; }

.txt-21 {
  font-size: 21px; }

.txt-22 {
  font-size: 22px; }

.txt-23 {
  font-size: 23px; }

.txt-24 {
  font-size: 24px; }

.txt-25 {
  font-size: 25px; }

.txt-26 {
  font-size: 26px; }

.txt-27 {
  font-size: 27px; }

.txt-28 {
  font-size: 28px; }

.txt-29 {
  font-size: 29px; }

.txt-30 {
  font-size: 30px; }

.txt-31 {
  font-size: 31px; }

.txt-32 {
  font-size: 32px; }

.txt-33 {
  font-size: 33px; }

.txt-34 {
  font-size: 34px; }

.txt-35 {
  font-size: 35px; }

.txt-36 {
  font-size: 36px; }

.txt-37 {
  font-size: 37px; }

.txt-38 {
  font-size: 38px; }

.txt-39 {
  font-size: 39px; }

.txt-40 {
  font-size: 40px; }

.txt-em8 {
  font-size: 0.8em; }

.txt-em9 {
  font-size: 0.9em; }

.txt-em10 {
  font-size: 1em; }

.txt-em11 {
  font-size: 1.1em; }

.txt-em12 {
  font-size: 1.2em; }

.txt-em13 {
  font-size: 1.3em; }

.txt-em14 {
  font-size: 1.4em; }

.txt-em15 {
  font-size: 1.5em; }

.txt-em16 {
  font-size: 1.6em; }

.txt-em17 {
  font-size: 1.7em; }

.txt-em18 {
  font-size: 1.8em; }

.txt-em19 {
  font-size: 1.9em; }

.txt-em20 {
  font-size: 2em; }

.line-height10 {
  line-height: 10px; }

.line-height11 {
  line-height: 11px; }

.line-height12 {
  line-height: 12px; }

.line-height13 {
  line-height: 13px; }

.line-height14 {
  line-height: 14px; }

.line-height15 {
  line-height: 15px; }

.line-height16 {
  line-height: 16px; }

.line-height17 {
  line-height: 17px; }

.line-height18 {
  line-height: 18px; }

.line-height19 {
  line-height: 19px; }

.line-height20 {
  line-height: 20px; }

.line-height21 {
  line-height: 21px; }

.line-height22 {
  line-height: 22px; }

.line-height23 {
  line-height: 23px; }

.line-height24 {
  line-height: 24px; }

.line-height25 {
  line-height: 25px; }

.line-height26 {
  line-height: 26px; }

.line-height27 {
  line-height: 27px; }

.line-height28 {
  line-height: 28px; }

.line-height29 {
  line-height: 29px; }

.line-height30 {
  line-height: 30px; }

.line-height31 {
  line-height: 31px; }

.line-height32 {
  line-height: 32px; }

.line-height33 {
  line-height: 33px; }

.line-height34 {
  line-height: 34px; }

.line-height35 {
  line-height: 35px; }

.line-height36 {
  line-height: 36px; }

.line-height37 {
  line-height: 37px; }

.line-height38 {
  line-height: 38px; }

.line-height39 {
  line-height: 39px; }

.line-height40 {
  line-height: 40px; }

.txt-top {
  font-size: 1.1em !important;
  text-transform: uppercase;
  vertical-align: top; }

.txt-middle {
  vertical-align: middle; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.margin-auto {
  margin: 0 auto; }

.margin-h0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.margin-h5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.margin-h10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-h15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.margin-h20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-h25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.margin-h30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-h35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.margin-h40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-h45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.margin-h50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-w0 {
  margin-left: 0px;
  margin-right: 0px; }

.margin-w5 {
  margin-left: 5px;
  margin-right: 5px; }

.margin-w10 {
  margin-left: 10px;
  margin-right: 10px; }

.margin-w15 {
  margin-left: 15px;
  margin-right: 15px; }

.margin-w20 {
  margin-left: 20px;
  margin-right: 20px; }

.margin-w25 {
  margin-left: 25px;
  margin-right: 25px; }

.margin-w30 {
  margin-left: 30px;
  margin-right: 30px; }

.margin-w35 {
  margin-left: 35px;
  margin-right: 35px; }

.margin-w40 {
  margin-left: 40px;
  margin-right: 40px; }

.margin-w45 {
  margin-left: 45px;
  margin-right: 45px; }

.margin-w50 {
  margin-left: 50px;
  margin-right: 50px; }

.margin-t0 {
  margin-top: 0px; }

.margin-t5 {
  margin-top: 5px; }

.margin-t10 {
  margin-top: 10px; }

.margin-t15 {
  margin-top: 15px; }

.margin-t20 {
  margin-top: 20px; }

.margin-t25 {
  margin-top: 25px; }

.margin-t30 {
  margin-top: 30px; }

.margin-t35 {
  margin-top: 35px; }

.margin-t40 {
  margin-top: 40px; }

.margin-t45 {
  margin-top: 45px; }

.margin-t50 {
  margin-top: 50px; }

.margin-b0 {
  margin-bottom: 0px; }

.margin-b5 {
  margin-bottom: 5px; }

.margin-b10 {
  margin-bottom: 10px; }

.margin-b15 {
  margin-bottom: 15px; }

.margin-b20 {
  margin-bottom: 20px; }

.margin-b25 {
  margin-bottom: 25px; }

.margin-b30 {
  margin-bottom: 30px; }

.margin-b35 {
  margin-bottom: 35px; }

.margin-b40 {
  margin-bottom: 40px; }

.margin-b45 {
  margin-bottom: 45px; }

.margin-b50 {
  margin-bottom: 50px; }

.margin-l0 {
  margin-left: 0px; }

.margin-l5 {
  margin-left: 5px; }

.margin-l10 {
  margin-left: 10px; }

.margin-l15 {
  margin-left: 15px; }

.margin-l20 {
  margin-left: 20px; }

.margin-l25 {
  margin-left: 25px; }

.margin-l30 {
  margin-left: 30px; }

.margin-l35 {
  margin-left: 35px; }

.margin-l40 {
  margin-left: 40px; }

.margin-l45 {
  margin-left: 45px; }

.margin-l50 {
  margin-left: 50px; }

.margin-r0 {
  margin-right: 0px; }

.margin-r5 {
  margin-right: 5px; }

.margin-r10 {
  margin-right: 10px; }

.margin-r15 {
  margin-right: 15px; }

.margin-r20 {
  margin-right: 20px; }

.margin-r25 {
  margin-right: 25px; }

.margin-r30 {
  margin-right: 30px; }

.margin-r35 {
  margin-right: 35px; }

.margin-r40 {
  margin-right: 40px; }

.margin-r45 {
  margin-right: 45px; }

.margin-r50 {
  margin-right: 50px; }

.padding-0 {
  padding: 0px !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-25 {
  padding: 25px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-35 {
  padding: 35px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-45 {
  padding: 45px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-h0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.padding-h5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.padding-h10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-h15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-h20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-h25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-h30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-h35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.padding-h40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-h45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.padding-h50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-w0 {
  padding-left: 0px;
  padding-right: 0px; }

.padding-w5 {
  padding-left: 5px;
  padding-right: 5px; }

.padding-w10 {
  padding-left: 10px;
  padding-right: 10px; }

.padding-w15 {
  padding-left: 15px;
  padding-right: 15px; }

.padding-w20 {
  padding-left: 20px;
  padding-right: 20px; }

.padding-w25 {
  padding-left: 25px;
  padding-right: 25px; }

.padding-w30 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-w35 {
  padding-left: 35px;
  padding-right: 35px; }

.padding-w40 {
  padding-left: 40px;
  padding-right: 40px; }

.padding-w45 {
  padding-left: 45px;
  padding-right: 45px; }

.padding-w50 {
  padding-left: 50px;
  padding-right: 50px; }

.padding-t0 {
  padding-top: 0px; }

.padding-t5 {
  padding-top: 5px; }

.padding-t10 {
  padding-top: 10px; }

.padding-t15 {
  padding-top: 15px; }

.padding-t20 {
  padding-top: 20px; }

.padding-t25 {
  padding-top: 25px; }

.padding-t30 {
  padding-top: 30px; }

.padding-t35 {
  padding-top: 35px; }

.padding-t40 {
  padding-top: 40px; }

.padding-t45 {
  padding-top: 45px; }

.padding-t50 {
  padding-top: 50px; }

.padding-b0 {
  padding-bottom: 0px; }

.padding-b5 {
  padding-bottom: 5px; }

.padding-b10 {
  padding-bottom: 10px; }

.padding-b15 {
  padding-bottom: 15px; }

.padding-b20 {
  padding-bottom: 20px; }

.padding-b25 {
  padding-bottom: 25px; }

.padding-b30 {
  padding-bottom: 30px; }

.padding-b35 {
  padding-bottom: 35px; }

.padding-b40 {
  padding-bottom: 40px; }

.padding-b45 {
  padding-bottom: 45px; }

.padding-b50 {
  padding-bottom: 50px; }

.padding-l0 {
  padding-left: 0px; }

.padding-l5 {
  padding-left: 5px; }

.padding-l10 {
  padding-left: 10px; }

.padding-l15 {
  padding-left: 15px; }

.padding-l20 {
  padding-left: 20px; }

.padding-l25 {
  padding-left: 25px; }

.padding-l30 {
  padding-left: 30px; }

.padding-l35 {
  padding-left: 35px; }

.padding-l40 {
  padding-left: 40px; }

.padding-l45 {
  padding-left: 45px; }

.padding-l50 {
  padding-left: 50px; }

.padding-r0 {
  padding-right: 0px; }

.padding-r5 {
  padding-right: 5px; }

.padding-r10 {
  padding-right: 10px; }

.padding-r15 {
  padding-right: 15px; }

.padding-r20 {
  padding-right: 20px; }

.padding-r25 {
  padding-right: 25px; }

.padding-r30 {
  padding-right: 30px; }

.padding-r35 {
  padding-right: 35px; }

.padding-r40 {
  padding-right: 40px; }

.padding-r45 {
  padding-right: 45px; }

.padding-r50 {
  padding-right: 50px; }

.ul-st-circle {
  list-style-type: circle; }

.ul-st-square {
  list-style-type: square; }

.ul-st-none {
  list-style-type: none; }

.width-1p {
  width: 1%!important; }

.width-2p {
  width: 2%!important; }

.width-3p {
  width: 3%!important; }

.width-4p {
  width: 4%!important; }

.width-5p {
  width: 5%!important; }

.width-6p {
  width: 6%!important; }

.width-7p {
  width: 7%!important; }

.width-8p {
  width: 8%!important; }

.width-9p {
  width: 9%!important; }

.width-10p {
  width: 10%!important; }

.width-11p {
  width: 11%!important; }

.width-12p {
  width: 12%!important; }

.width-13p {
  width: 13%!important; }

.width-14p {
  width: 14%!important; }

.width-15p {
  width: 15%!important; }

.width-16p {
  width: 16%!important; }

.width-17p {
  width: 17%!important; }

.width-18p {
  width: 18%!important; }

.width-19p {
  width: 19%!important; }

.width-20p {
  width: 20%!important; }

.width-21p {
  width: 21%!important; }

.width-22p {
  width: 22%!important; }

.width-23p {
  width: 23%!important; }

.width-24p {
  width: 24%!important; }

.width-25p {
  width: 25%!important; }

.width-26p {
  width: 26%!important; }

.width-27p {
  width: 27%!important; }

.width-28p {
  width: 28%!important; }

.width-29p {
  width: 29%!important; }

.width-30p {
  width: 30%!important; }

.width-31p {
  width: 31%!important; }

.width-32p {
  width: 32%!important; }

.width-33p {
  width: 33%!important; }

.width-34p {
  width: 34%!important; }

.width-35p {
  width: 35%!important; }

.width-36p {
  width: 36%!important; }

.width-37p {
  width: 37%!important; }

.width-38p {
  width: 38%!important; }

.width-39p {
  width: 39%!important; }

.width-40p {
  width: 40%!important; }

.width-41p {
  width: 41%!important; }

.width-42p {
  width: 42%!important; }

.width-43p {
  width: 43%!important; }

.width-44p {
  width: 44%!important; }

.width-45p {
  width: 45%!important; }

.width-46p {
  width: 46%!important; }

.width-47p {
  width: 47%!important; }

.width-48p {
  width: 48%!important; }

.width-49p {
  width: 49%!important; }

.width-50p {
  width: 50%!important; }

.width-51p {
  width: 51%!important; }

.width-52p {
  width: 52%!important; }

.width-53p {
  width: 53%!important; }

.width-54p {
  width: 54%!important; }

.width-55p {
  width: 55%!important; }

.width-56p {
  width: 56%!important; }

.width-57p {
  width: 57%!important; }

.width-58p {
  width: 58%!important; }

.width-59p {
  width: 59%!important; }

.width-60p {
  width: 60%!important; }

.width-61p {
  width: 61%!important; }

.width-62p {
  width: 62%!important; }

.width-63p {
  width: 63%!important; }

.width-64p {
  width: 64%!important; }

.width-65p {
  width: 65%!important; }

.width-66p {
  width: 66%!important; }

.width-67p {
  width: 67%!important; }

.width-68p {
  width: 68%!important; }

.width-69p {
  width: 69%!important; }

.width-70p {
  width: 70%!important; }

.width-71p {
  width: 71%!important; }

.width-72p {
  width: 72%!important; }

.width-73p {
  width: 73%!important; }

.width-74p {
  width: 74%!important; }

.width-75p {
  width: 75%!important; }

.width-76p {
  width: 76%!important; }

.width-77p {
  width: 77%!important; }

.width-78p {
  width: 78%!important; }

.width-79p {
  width: 79%!important; }

.width-80p {
  width: 80%!important; }

.width-81p {
  width: 81%!important; }

.width-82p {
  width: 82%!important; }

.width-83p {
  width: 83%!important; }

.width-84p {
  width: 84%!important; }

.width-85p {
  width: 85%!important; }

.width-86p {
  width: 86%!important; }

.width-87p {
  width: 87%!important; }

.width-88p {
  width: 88%!important; }

.width-89p {
  width: 89%!important; }

.width-90p {
  width: 90%!important; }

.width-91p {
  width: 91%!important; }

.width-92p {
  width: 92%!important; }

.width-93p {
  width: 93%!important; }

.width-94p {
  width: 94%!important; }

.width-95p {
  width: 95%!important; }

.width-96p {
  width: 96%!important; }

.width-97p {
  width: 97%!important; }

.width-98p {
  width: 98%!important; }

.width-99p {
  width: 99%!important; }

.width-100p {
  width: 100%!important; }

.height-1p {
  height: 1%!important; }

.height-2p {
  height: 2%!important; }

.height-3p {
  height: 3%!important; }

.height-4p {
  height: 4%!important; }

.height-5p {
  height: 5%!important; }

.height-6p {
  height: 6%!important; }

.height-7p {
  height: 7%!important; }

.height-8p {
  height: 8%!important; }

.height-9p {
  height: 9%!important; }

.height-10p {
  height: 10%!important; }

.height-11p {
  height: 11%!important; }

.height-12p {
  height: 12%!important; }

.height-13p {
  height: 13%!important; }

.height-14p {
  height: 14%!important; }

.height-15p {
  height: 15%!important; }

.height-16p {
  height: 16%!important; }

.height-17p {
  height: 17%!important; }

.height-18p {
  height: 18%!important; }

.height-19p {
  height: 19%!important; }

.height-20p {
  height: 20%!important; }

.height-21p {
  height: 21%!important; }

.height-22p {
  height: 22%!important; }

.height-23p {
  height: 23%!important; }

.height-24p {
  height: 24%!important; }

.height-25p {
  height: 25%!important; }

.height-26p {
  height: 26%!important; }

.height-27p {
  height: 27%!important; }

.height-28p {
  height: 28%!important; }

.height-29p {
  height: 29%!important; }

.height-30p {
  height: 30%!important; }

.height-31p {
  height: 31%!important; }

.height-32p {
  height: 32%!important; }

.height-33p {
  height: 33%!important; }

.height-34p {
  height: 34%!important; }

.height-35p {
  height: 35%!important; }

.height-36p {
  height: 36%!important; }

.height-37p {
  height: 37%!important; }

.height-38p {
  height: 38%!important; }

.height-39p {
  height: 39%!important; }

.height-40p {
  height: 40%!important; }

.height-41p {
  height: 41%!important; }

.height-42p {
  height: 42%!important; }

.height-43p {
  height: 43%!important; }

.height-44p {
  height: 44%!important; }

.height-45p {
  height: 45%!important; }

.height-46p {
  height: 46%!important; }

.height-47p {
  height: 47%!important; }

.height-48p {
  height: 48%!important; }

.height-49p {
  height: 49%!important; }

.height-50p {
  height: 50%!important; }

.height-51p {
  height: 51%!important; }

.height-52p {
  height: 52%!important; }

.height-53p {
  height: 53%!important; }

.height-54p {
  height: 54%!important; }

.height-55p {
  height: 55%!important; }

.height-56p {
  height: 56%!important; }

.height-57p {
  height: 57%!important; }

.height-58p {
  height: 58%!important; }

.height-59p {
  height: 59%!important; }

.height-60p {
  height: 60%!important; }

.height-61p {
  height: 61%!important; }

.height-62p {
  height: 62%!important; }

.height-63p {
  height: 63%!important; }

.height-64p {
  height: 64%!important; }

.height-65p {
  height: 65%!important; }

.height-66p {
  height: 66%!important; }

.height-67p {
  height: 67%!important; }

.height-68p {
  height: 68%!important; }

.height-69p {
  height: 69%!important; }

.height-70p {
  height: 70%!important; }

.height-71p {
  height: 71%!important; }

.height-72p {
  height: 72%!important; }

.height-73p {
  height: 73%!important; }

.height-74p {
  height: 74%!important; }

.height-75p {
  height: 75%!important; }

.height-76p {
  height: 76%!important; }

.height-77p {
  height: 77%!important; }

.height-78p {
  height: 78%!important; }

.height-79p {
  height: 79%!important; }

.height-80p {
  height: 80%!important; }

.height-81p {
  height: 81%!important; }

.height-82p {
  height: 82%!important; }

.height-83p {
  height: 83%!important; }

.height-84p {
  height: 84%!important; }

.height-85p {
  height: 85%!important; }

.height-86p {
  height: 86%!important; }

.height-87p {
  height: 87%!important; }

.height-88p {
  height: 88%!important; }

.height-89p {
  height: 89%!important; }

.height-90p {
  height: 90%!important; }

.height-91p {
  height: 91%!important; }

.height-92p {
  height: 92%!important; }

.height-93p {
  height: 93%!important; }

.height-94p {
  height: 94%!important; }

.height-95p {
  height: 95%!important; }

.height-96p {
  height: 96%!important; }

.height-97p {
  height: 97%!important; }

.height-98p {
  height: 98%!important; }

.height-99p {
  height: 99%!important; }

.height-100p {
  height: 100%!important; }

.width-5 {
  width: 5px !important; }

.width-10 {
  width: 10px !important; }

.width-15 {
  width: 15px !important; }

.width-20 {
  width: 20px !important; }

.width-25 {
  width: 25px !important; }

.width-30 {
  width: 30px !important; }

.width-35 {
  width: 35px !important; }

.width-40 {
  width: 40px !important; }

.width-45 {
  width: 45px !important; }

.width-50 {
  width: 50px !important; }

.width-55 {
  width: 55px !important; }

.width-60 {
  width: 60px !important; }

.width-65 {
  width: 65px !important; }

.width-70 {
  width: 70px !important; }

.width-75 {
  width: 75px !important; }

.width-80 {
  width: 80px !important; }

.width-85 {
  width: 85px !important; }

.width-90 {
  width: 90px !important; }

.width-95 {
  width: 95px !important; }

.width-100 {
  width: 100px !important; }

.width-105 {
  width: 105px !important; }

.width-110 {
  width: 110px !important; }

.width-115 {
  width: 115px !important; }

.width-120 {
  width: 120px !important; }

.width-125 {
  width: 125px !important; }

.width-130 {
  width: 130px !important; }

.width-135 {
  width: 135px !important; }

.width-140 {
  width: 140px !important; }

.width-145 {
  width: 145px !important; }

.width-150 {
  width: 150px !important; }

.width-155 {
  width: 155px !important; }

.width-160 {
  width: 160px !important; }

.width-165 {
  width: 165px !important; }

.width-170 {
  width: 170px !important; }

.width-175 {
  width: 175px !important; }

.width-180 {
  width: 180px !important; }

.width-185 {
  width: 185px !important; }

.width-190 {
  width: 190px !important; }

.width-195 {
  width: 195px !important; }

.width-200 {
  width: 200px !important; }

.width-205 {
  width: 205px !important; }

.width-210 {
  width: 210px !important; }

.width-215 {
  width: 215px !important; }

.width-220 {
  width: 220px !important; }

.width-225 {
  width: 225px !important; }

.width-230 {
  width: 230px !important; }

.width-235 {
  width: 235px !important; }

.width-240 {
  width: 240px !important; }

.width-245 {
  width: 245px !important; }

.width-250 {
  width: 250px !important; }

.width-255 {
  width: 255px !important; }

.width-260 {
  width: 260px !important; }

.width-265 {
  width: 265px !important; }

.width-270 {
  width: 270px !important; }

.width-275 {
  width: 275px !important; }

.width-280 {
  width: 280px !important; }

.width-285 {
  width: 285px !important; }

.width-290 {
  width: 290px !important; }

.width-295 {
  width: 295px !important; }

.width-300 {
  width: 300px !important; }

.width-305 {
  width: 305px !important; }

.width-310 {
  width: 310px !important; }

.width-315 {
  width: 315px !important; }

.width-320 {
  width: 320px !important; }

.width-325 {
  width: 325px !important; }

.width-330 {
  width: 330px !important; }

.width-335 {
  width: 335px !important; }

.width-340 {
  width: 340px !important; }

.width-345 {
  width: 345px !important; }

.width-350 {
  width: 350px !important; }

.width-355 {
  width: 355px !important; }

.width-360 {
  width: 360px !important; }

.width-365 {
  width: 365px !important; }

.width-370 {
  width: 370px !important; }

.width-375 {
  width: 375px !important; }

.width-380 {
  width: 380px !important; }

.width-385 {
  width: 385px !important; }

.width-390 {
  width: 390px !important; }

.width-395 {
  width: 395px !important; }

.width-400 {
  width: 400px !important; }

.width-405 {
  width: 405px !important; }

.width-410 {
  width: 410px !important; }

.width-415 {
  width: 415px !important; }

.width-420 {
  width: 420px !important; }

.width-425 {
  width: 425px !important; }

.width-430 {
  width: 430px !important; }

.width-435 {
  width: 435px !important; }

.width-440 {
  width: 440px !important; }

.width-445 {
  width: 445px !important; }

.width-450 {
  width: 450px !important; }

.width-455 {
  width: 455px !important; }

.width-460 {
  width: 460px !important; }

.width-465 {
  width: 465px !important; }

.width-470 {
  width: 470px !important; }

.width-475 {
  width: 475px !important; }

.width-480 {
  width: 480px !important; }

.width-485 {
  width: 485px !important; }

.width-490 {
  width: 490px !important; }

.width-495 {
  width: 495px !important; }

.width-500 {
  width: 500px !important; }

.width-505 {
  width: 505px !important; }

.width-510 {
  width: 510px !important; }

.width-515 {
  width: 515px !important; }

.width-520 {
  width: 520px !important; }

.width-525 {
  width: 525px !important; }

.width-530 {
  width: 530px !important; }

.width-535 {
  width: 535px !important; }

.width-540 {
  width: 540px !important; }

.width-545 {
  width: 545px !important; }

.width-550 {
  width: 550px !important; }

.width-555 {
  width: 555px !important; }

.width-560 {
  width: 560px !important; }

.width-565 {
  width: 565px !important; }

.width-570 {
  width: 570px !important; }

.width-575 {
  width: 575px !important; }

.width-580 {
  width: 580px !important; }

.width-585 {
  width: 585px !important; }

.width-590 {
  width: 590px !important; }

.width-595 {
  width: 595px !important; }

.width-600 {
  width: 600px !important; }

.width-605 {
  width: 605px !important; }

.width-610 {
  width: 610px !important; }

.width-615 {
  width: 615px !important; }

.width-620 {
  width: 620px !important; }

.width-625 {
  width: 625px !important; }

.width-630 {
  width: 630px !important; }

.width-635 {
  width: 635px !important; }

.width-640 {
  width: 640px !important; }

.width-645 {
  width: 645px !important; }

.width-650 {
  width: 650px !important; }

.width-655 {
  width: 655px !important; }

.width-660 {
  width: 660px !important; }

.width-665 {
  width: 665px !important; }

.width-670 {
  width: 670px !important; }

.width-675 {
  width: 675px !important; }

.width-680 {
  width: 680px !important; }

.width-685 {
  width: 685px !important; }

.width-690 {
  width: 690px !important; }

.width-695 {
  width: 695px !important; }

.width-700 {
  width: 700px !important; }

.width-705 {
  width: 705px !important; }

.width-710 {
  width: 710px !important; }

.width-715 {
  width: 715px !important; }

.width-720 {
  width: 720px !important; }

.width-725 {
  width: 725px !important; }

.width-730 {
  width: 730px !important; }

.width-735 {
  width: 735px !important; }

.width-740 {
  width: 740px !important; }

.width-745 {
  width: 745px !important; }

.width-750 {
  width: 750px !important; }

.width-755 {
  width: 755px !important; }

.width-760 {
  width: 760px !important; }

.width-765 {
  width: 765px !important; }

.width-770 {
  width: 770px !important; }

.width-775 {
  width: 775px !important; }

.width-780 {
  width: 780px !important; }

.width-785 {
  width: 785px !important; }

.width-790 {
  width: 790px !important; }

.width-795 {
  width: 795px !important; }

.width-800 {
  width: 800px !important; }

.width-805 {
  width: 805px !important; }

.width-810 {
  width: 810px !important; }

.width-815 {
  width: 815px !important; }

.width-820 {
  width: 820px !important; }

.width-825 {
  width: 825px !important; }

.width-830 {
  width: 830px !important; }

.width-835 {
  width: 835px !important; }

.width-840 {
  width: 840px !important; }

.width-845 {
  width: 845px !important; }

.width-850 {
  width: 850px !important; }

.width-855 {
  width: 855px !important; }

.width-860 {
  width: 860px !important; }

.width-865 {
  width: 865px !important; }

.width-870 {
  width: 870px !important; }

.width-875 {
  width: 875px !important; }

.width-880 {
  width: 880px !important; }

.width-885 {
  width: 885px !important; }

.width-890 {
  width: 890px !important; }

.width-895 {
  width: 895px !important; }

.width-900 {
  width: 900px !important; }

.width-905 {
  width: 905px !important; }

.width-910 {
  width: 910px !important; }

.width-915 {
  width: 915px !important; }

.width-920 {
  width: 920px !important; }

.width-925 {
  width: 925px !important; }

.width-930 {
  width: 930px !important; }

.width-935 {
  width: 935px !important; }

.width-940 {
  width: 940px !important; }

.width-945 {
  width: 945px !important; }

.width-950 {
  width: 950px !important; }

.width-955 {
  width: 955px !important; }

.width-960 {
  width: 960px !important; }

.width-965 {
  width: 965px !important; }

.width-970 {
  width: 970px !important; }

.width-975 {
  width: 975px !important; }

.width-980 {
  width: 980px !important; }

.width-985 {
  width: 985px !important; }

.width-990 {
  width: 990px !important; }

.width-995 {
  width: 995px !important; }

.width-1000 {
  width: 1000px !important; }

.width-1005 {
  width: 1005px !important; }

.width-1010 {
  width: 1010px !important; }

.width-1015 {
  width: 1015px !important; }

.width-1020 {
  width: 1020px !important; }

.width-1025 {
  width: 1025px !important; }

.width-1030 {
  width: 1030px !important; }

.width-1035 {
  width: 1035px !important; }

.width-1040 {
  width: 1040px !important; }

.width-1045 {
  width: 1045px !important; }

.width-1050 {
  width: 1050px !important; }

.width-1055 {
  width: 1055px !important; }

.width-1060 {
  width: 1060px !important; }

.width-1065 {
  width: 1065px !important; }

.width-1070 {
  width: 1070px !important; }

.width-1075 {
  width: 1075px !important; }

.width-1080 {
  width: 1080px !important; }

.width-1085 {
  width: 1085px !important; }

.width-1090 {
  width: 1090px !important; }

.width-1095 {
  width: 1095px !important; }

.width-1100 {
  width: 1100px !important; }

.width-1105 {
  width: 1105px !important; }

.width-1110 {
  width: 1110px !important; }

.width-1115 {
  width: 1115px !important; }

.width-1120 {
  width: 1120px !important; }

.width-1125 {
  width: 1125px !important; }

.width-1130 {
  width: 1130px !important; }

.width-1135 {
  width: 1135px !important; }

.width-1140 {
  width: 1140px !important; }

.width-1145 {
  width: 1145px !important; }

.width-1150 {
  width: 1150px !important; }

.width-1155 {
  width: 1155px !important; }

.width-1160 {
  width: 1160px !important; }

.width-1165 {
  width: 1165px !important; }

.width-1170 {
  width: 1170px !important; }

.width-1175 {
  width: 1175px !important; }

.width-1180 {
  width: 1180px !important; }

.width-1185 {
  width: 1185px !important; }

.width-1190 {
  width: 1190px !important; }

.width-1195 {
  width: 1195px !important; }

.width-1200 {
  width: 1200px !important; }

.width-1205 {
  width: 1205px !important; }

.width-1210 {
  width: 1210px !important; }

.width-1215 {
  width: 1215px !important; }

.width-1220 {
  width: 1220px !important; }

.width-1225 {
  width: 1225px !important; }

.width-1230 {
  width: 1230px !important; }

.width-1235 {
  width: 1235px !important; }

.width-1240 {
  width: 1240px !important; }

.width-1245 {
  width: 1245px !important; }

.width-1250 {
  width: 1250px !important; }

.width-1255 {
  width: 1255px !important; }

.width-1260 {
  width: 1260px !important; }

.width-1265 {
  width: 1265px !important; }

.width-1270 {
  width: 1270px !important; }

.width-1275 {
  width: 1275px !important; }

.width-1280 {
  width: 1280px !important; }

.width-1285 {
  width: 1285px !important; }

.width-1290 {
  width: 1290px !important; }

.width-1295 {
  width: 1295px !important; }

.width-1300 {
  width: 1300px !important; }

.width-1305 {
  width: 1305px !important; }

.width-1310 {
  width: 1310px !important; }

.width-1315 {
  width: 1315px !important; }

.width-1320 {
  width: 1320px !important; }

.width-1325 {
  width: 1325px !important; }

.width-1330 {
  width: 1330px !important; }

.width-1335 {
  width: 1335px !important; }

.width-1340 {
  width: 1340px !important; }

.width-1345 {
  width: 1345px !important; }

.width-1350 {
  width: 1350px !important; }

.width-1355 {
  width: 1355px !important; }

.width-1360 {
  width: 1360px !important; }

.width-1365 {
  width: 1365px !important; }

.width-1370 {
  width: 1370px !important; }

.width-1375 {
  width: 1375px !important; }

.width-1380 {
  width: 1380px !important; }

.width-1385 {
  width: 1385px !important; }

.width-1390 {
  width: 1390px !important; }

.width-1395 {
  width: 1395px !important; }

.width-1400 {
  width: 1400px !important; }

.width-1405 {
  width: 1405px !important; }

.width-1410 {
  width: 1410px !important; }

.width-1415 {
  width: 1415px !important; }

.width-1420 {
  width: 1420px !important; }

.width-1425 {
  width: 1425px !important; }

.width-1430 {
  width: 1430px !important; }

.width-1435 {
  width: 1435px !important; }

.width-1440 {
  width: 1440px !important; }

.width-1445 {
  width: 1445px !important; }

.width-1450 {
  width: 1450px !important; }

.width-1455 {
  width: 1455px !important; }

.width-1460 {
  width: 1460px !important; }

.width-1465 {
  width: 1465px !important; }

.width-1470 {
  width: 1470px !important; }

.width-1475 {
  width: 1475px !important; }

.width-1480 {
  width: 1480px !important; }

.width-1485 {
  width: 1485px !important; }

.width-1490 {
  width: 1490px !important; }

.width-1495 {
  width: 1495px !important; }

.width-1500 {
  width: 1500px !important; }

.width-1505 {
  width: 1505px !important; }

.width-1510 {
  width: 1510px !important; }

.width-1515 {
  width: 1515px !important; }

.width-1520 {
  width: 1520px !important; }

.width-1525 {
  width: 1525px !important; }

.width-1530 {
  width: 1530px !important; }

.width-1535 {
  width: 1535px !important; }

.width-1540 {
  width: 1540px !important; }

.width-1545 {
  width: 1545px !important; }

.width-1550 {
  width: 1550px !important; }

.width-1555 {
  width: 1555px !important; }

.width-1560 {
  width: 1560px !important; }

.width-1565 {
  width: 1565px !important; }

.width-1570 {
  width: 1570px !important; }

.width-1575 {
  width: 1575px !important; }

.width-1580 {
  width: 1580px !important; }

.width-1585 {
  width: 1585px !important; }

.width-1590 {
  width: 1590px !important; }

.width-1595 {
  width: 1595px !important; }

.width-1600 {
  width: 1600px !important; }

.width-1605 {
  width: 1605px !important; }

.width-1610 {
  width: 1610px !important; }

.width-1615 {
  width: 1615px !important; }

.width-1620 {
  width: 1620px !important; }

.width-1625 {
  width: 1625px !important; }

.width-1630 {
  width: 1630px !important; }

.width-1635 {
  width: 1635px !important; }

.width-1640 {
  width: 1640px !important; }

.width-1645 {
  width: 1645px !important; }

.width-1650 {
  width: 1650px !important; }

.width-1655 {
  width: 1655px !important; }

.width-1660 {
  width: 1660px !important; }

.width-1665 {
  width: 1665px !important; }

.width-1670 {
  width: 1670px !important; }

.width-1675 {
  width: 1675px !important; }

.width-1680 {
  width: 1680px !important; }

.width-1685 {
  width: 1685px !important; }

.width-1690 {
  width: 1690px !important; }

.width-1695 {
  width: 1695px !important; }

.width-1700 {
  width: 1700px !important; }

.width-1705 {
  width: 1705px !important; }

.width-1710 {
  width: 1710px !important; }

.width-1715 {
  width: 1715px !important; }

.width-1720 {
  width: 1720px !important; }

.width-1725 {
  width: 1725px !important; }

.width-1730 {
  width: 1730px !important; }

.width-1735 {
  width: 1735px !important; }

.width-1740 {
  width: 1740px !important; }

.width-1745 {
  width: 1745px !important; }

.width-1750 {
  width: 1750px !important; }

.width-1755 {
  width: 1755px !important; }

.width-1760 {
  width: 1760px !important; }

.width-1765 {
  width: 1765px !important; }

.width-1770 {
  width: 1770px !important; }

.width-1775 {
  width: 1775px !important; }

.width-1780 {
  width: 1780px !important; }

.width-1785 {
  width: 1785px !important; }

.width-1790 {
  width: 1790px !important; }

.width-1795 {
  width: 1795px !important; }

.width-1800 {
  width: 1800px !important; }

.width-1805 {
  width: 1805px !important; }

.width-1810 {
  width: 1810px !important; }

.width-1815 {
  width: 1815px !important; }

.width-1820 {
  width: 1820px !important; }

.width-1825 {
  width: 1825px !important; }

.width-1830 {
  width: 1830px !important; }

.width-1835 {
  width: 1835px !important; }

.width-1840 {
  width: 1840px !important; }

.width-1845 {
  width: 1845px !important; }

.width-1850 {
  width: 1850px !important; }

.width-1855 {
  width: 1855px !important; }

.width-1860 {
  width: 1860px !important; }

.width-1865 {
  width: 1865px !important; }

.width-1870 {
  width: 1870px !important; }

.width-1875 {
  width: 1875px !important; }

.width-1880 {
  width: 1880px !important; }

.width-1885 {
  width: 1885px !important; }

.width-1890 {
  width: 1890px !important; }

.width-1895 {
  width: 1895px !important; }

.width-1900 {
  width: 1900px !important; }

.width-1905 {
  width: 1905px !important; }

.width-1910 {
  width: 1910px !important; }

.width-1915 {
  width: 1915px !important; }

.width-1920 {
  width: 1920px !important; }

.width-1925 {
  width: 1925px !important; }

.width-1930 {
  width: 1930px !important; }

.width-1935 {
  width: 1935px !important; }

.width-1940 {
  width: 1940px !important; }

.width-1945 {
  width: 1945px !important; }

.width-1950 {
  width: 1950px !important; }

.width-1955 {
  width: 1955px !important; }

.width-1960 {
  width: 1960px !important; }

.width-1965 {
  width: 1965px !important; }

.width-1970 {
  width: 1970px !important; }

.width-1975 {
  width: 1975px !important; }

.width-1980 {
  width: 1980px !important; }

.width-1985 {
  width: 1985px !important; }

.width-1990 {
  width: 1990px !important; }

.width-1995 {
  width: 1995px !important; }

.width-2000 {
  width: 2000px !important; }

.width-2005 {
  width: 2005px !important; }

.width-2010 {
  width: 2010px !important; }

.width-2015 {
  width: 2015px !important; }

.width-2020 {
  width: 2020px !important; }

.width-2025 {
  width: 2025px !important; }

.width-2030 {
  width: 2030px !important; }

.width-2035 {
  width: 2035px !important; }

.width-2040 {
  width: 2040px !important; }

.width-2045 {
  width: 2045px !important; }

.width-2050 {
  width: 2050px !important; }

.width-2055 {
  width: 2055px !important; }

.width-2060 {
  width: 2060px !important; }

.width-2065 {
  width: 2065px !important; }

.width-2070 {
  width: 2070px !important; }

.width-2075 {
  width: 2075px !important; }

.width-2080 {
  width: 2080px !important; }

.width-2085 {
  width: 2085px !important; }

.width-2090 {
  width: 2090px !important; }

.width-2095 {
  width: 2095px !important; }

.width-2100 {
  width: 2100px !important; }

.width-2105 {
  width: 2105px !important; }

.width-2110 {
  width: 2110px !important; }

.width-2115 {
  width: 2115px !important; }

.width-2120 {
  width: 2120px !important; }

.width-2125 {
  width: 2125px !important; }

.width-2130 {
  width: 2130px !important; }

.width-2135 {
  width: 2135px !important; }

.width-2140 {
  width: 2140px !important; }

.width-2145 {
  width: 2145px !important; }

.width-2150 {
  width: 2150px !important; }

.width-2155 {
  width: 2155px !important; }

.width-2160 {
  width: 2160px !important; }

.width-2165 {
  width: 2165px !important; }

.width-2170 {
  width: 2170px !important; }

.width-2175 {
  width: 2175px !important; }

.width-2180 {
  width: 2180px !important; }

.width-2185 {
  width: 2185px !important; }

.width-2190 {
  width: 2190px !important; }

.width-2195 {
  width: 2195px !important; }

.width-2200 {
  width: 2200px !important; }

.width-2205 {
  width: 2205px !important; }

.width-2210 {
  width: 2210px !important; }

.width-2215 {
  width: 2215px !important; }

.width-2220 {
  width: 2220px !important; }

.width-2225 {
  width: 2225px !important; }

.width-2230 {
  width: 2230px !important; }

.width-2235 {
  width: 2235px !important; }

.width-2240 {
  width: 2240px !important; }

.width-2245 {
  width: 2245px !important; }

.width-2250 {
  width: 2250px !important; }

.width-2255 {
  width: 2255px !important; }

.width-2260 {
  width: 2260px !important; }

.width-2265 {
  width: 2265px !important; }

.width-2270 {
  width: 2270px !important; }

.width-2275 {
  width: 2275px !important; }

.width-2280 {
  width: 2280px !important; }

.width-2285 {
  width: 2285px !important; }

.width-2290 {
  width: 2290px !important; }

.width-2295 {
  width: 2295px !important; }

.width-2300 {
  width: 2300px !important; }

.width-2305 {
  width: 2305px !important; }

.width-2310 {
  width: 2310px !important; }

.width-2315 {
  width: 2315px !important; }

.width-2320 {
  width: 2320px !important; }

.width-2325 {
  width: 2325px !important; }

.width-2330 {
  width: 2330px !important; }

.width-2335 {
  width: 2335px !important; }

.width-2340 {
  width: 2340px !important; }

.width-2345 {
  width: 2345px !important; }

.width-2350 {
  width: 2350px !important; }

.width-2355 {
  width: 2355px !important; }

.width-2360 {
  width: 2360px !important; }

.width-2365 {
  width: 2365px !important; }

.width-2370 {
  width: 2370px !important; }

.width-2375 {
  width: 2375px !important; }

.width-2380 {
  width: 2380px !important; }

.width-2385 {
  width: 2385px !important; }

.width-2390 {
  width: 2390px !important; }

.width-2395 {
  width: 2395px !important; }

.width-2400 {
  width: 2400px !important; }

.width-2405 {
  width: 2405px !important; }

.width-2410 {
  width: 2410px !important; }

.width-2415 {
  width: 2415px !important; }

.width-2420 {
  width: 2420px !important; }

.width-2425 {
  width: 2425px !important; }

.width-2430 {
  width: 2430px !important; }

.width-2435 {
  width: 2435px !important; }

.width-2440 {
  width: 2440px !important; }

.width-2445 {
  width: 2445px !important; }

.width-2450 {
  width: 2450px !important; }

.width-2455 {
  width: 2455px !important; }

.width-2460 {
  width: 2460px !important; }

.width-2465 {
  width: 2465px !important; }

.width-2470 {
  width: 2470px !important; }

.width-2475 {
  width: 2475px !important; }

.width-2480 {
  width: 2480px !important; }

.width-2485 {
  width: 2485px !important; }

.width-2490 {
  width: 2490px !important; }

.width-2495 {
  width: 2495px !important; }

.width-2500 {
  width: 2500px !important; }

.height-5 {
  height: 5px !important; }

.height-10 {
  height: 10px !important; }

.height-15 {
  height: 15px !important; }

.height-20 {
  height: 20px !important; }

.height-25 {
  height: 25px !important; }

.height-30 {
  height: 30px !important; }

.height-35 {
  height: 35px !important; }

.height-40 {
  height: 40px !important; }

.height-45 {
  height: 45px !important; }

.height-50 {
  height: 50px !important; }

.height-55 {
  height: 55px !important; }

.height-60 {
  height: 60px !important; }

.height-65 {
  height: 65px !important; }

.height-70 {
  height: 70px !important; }

.height-75 {
  height: 75px !important; }

.height-80 {
  height: 80px !important; }

.height-85 {
  height: 85px !important; }

.height-90 {
  height: 90px !important; }

.height-95 {
  height: 95px !important; }

.height-100 {
  height: 100px !important; }

.height-105 {
  height: 105px !important; }

.height-110 {
  height: 110px !important; }

.height-115 {
  height: 115px !important; }

.height-120 {
  height: 120px !important; }

.height-125 {
  height: 125px !important; }

.height-130 {
  height: 130px !important; }

.height-135 {
  height: 135px !important; }

.height-140 {
  height: 140px !important; }

.height-145 {
  height: 145px !important; }

.height-150 {
  height: 150px !important; }

.height-155 {
  height: 155px !important; }

.height-160 {
  height: 160px !important; }

.height-165 {
  height: 165px !important; }

.height-170 {
  height: 170px !important; }

.height-175 {
  height: 175px !important; }

.height-180 {
  height: 180px !important; }

.height-185 {
  height: 185px !important; }

.height-190 {
  height: 190px !important; }

.height-195 {
  height: 195px !important; }

.height-200 {
  height: 200px !important; }

.height-205 {
  height: 205px !important; }

.height-210 {
  height: 210px !important; }

.height-215 {
  height: 215px !important; }

.height-220 {
  height: 220px !important; }

.height-225 {
  height: 225px !important; }

.height-230 {
  height: 230px !important; }

.height-235 {
  height: 235px !important; }

.height-240 {
  height: 240px !important; }

.height-245 {
  height: 245px !important; }

.height-250 {
  height: 250px !important; }

.height-255 {
  height: 255px !important; }

.height-260 {
  height: 260px !important; }

.height-265 {
  height: 265px !important; }

.height-270 {
  height: 270px !important; }

.height-275 {
  height: 275px !important; }

.height-280 {
  height: 280px !important; }

.height-285 {
  height: 285px !important; }

.height-290 {
  height: 290px !important; }

.height-295 {
  height: 295px !important; }

.height-300 {
  height: 300px !important; }

.height-305 {
  height: 305px !important; }

.height-310 {
  height: 310px !important; }

.height-315 {
  height: 315px !important; }

.height-320 {
  height: 320px !important; }

.height-325 {
  height: 325px !important; }

.height-330 {
  height: 330px !important; }

.height-335 {
  height: 335px !important; }

.height-340 {
  height: 340px !important; }

.height-345 {
  height: 345px !important; }

.height-350 {
  height: 350px !important; }

.height-355 {
  height: 355px !important; }

.height-360 {
  height: 360px !important; }

.height-365 {
  height: 365px !important; }

.height-370 {
  height: 370px !important; }

.height-375 {
  height: 375px !important; }

.height-380 {
  height: 380px !important; }

.height-385 {
  height: 385px !important; }

.height-390 {
  height: 390px !important; }

.height-395 {
  height: 395px !important; }

.height-400 {
  height: 400px !important; }

.height-405 {
  height: 405px !important; }

.height-410 {
  height: 410px !important; }

.height-415 {
  height: 415px !important; }

.height-420 {
  height: 420px !important; }

.height-425 {
  height: 425px !important; }

.height-430 {
  height: 430px !important; }

.height-435 {
  height: 435px !important; }

.height-440 {
  height: 440px !important; }

.height-445 {
  height: 445px !important; }

.height-450 {
  height: 450px !important; }

.height-455 {
  height: 455px !important; }

.height-460 {
  height: 460px !important; }

.height-465 {
  height: 465px !important; }

.height-470 {
  height: 470px !important; }

.height-475 {
  height: 475px !important; }

.height-480 {
  height: 480px !important; }

.height-485 {
  height: 485px !important; }

.height-490 {
  height: 490px !important; }

.height-495 {
  height: 495px !important; }

.height-500 {
  height: 500px !important; }

.height-505 {
  height: 505px !important; }

.height-510 {
  height: 510px !important; }

.height-515 {
  height: 515px !important; }

.height-520 {
  height: 520px !important; }

.height-525 {
  height: 525px !important; }

.height-530 {
  height: 530px !important; }

.height-535 {
  height: 535px !important; }

.height-540 {
  height: 540px !important; }

.height-545 {
  height: 545px !important; }

.height-550 {
  height: 550px !important; }

.height-555 {
  height: 555px !important; }

.height-560 {
  height: 560px !important; }

.height-565 {
  height: 565px !important; }

.height-570 {
  height: 570px !important; }

.height-575 {
  height: 575px !important; }

.height-580 {
  height: 580px !important; }

.height-585 {
  height: 585px !important; }

.height-590 {
  height: 590px !important; }

.height-595 {
  height: 595px !important; }

.height-600 {
  height: 600px !important; }

.height-605 {
  height: 605px !important; }

.height-610 {
  height: 610px !important; }

.height-615 {
  height: 615px !important; }

.height-620 {
  height: 620px !important; }

.height-625 {
  height: 625px !important; }

.height-630 {
  height: 630px !important; }

.height-635 {
  height: 635px !important; }

.height-640 {
  height: 640px !important; }

.height-645 {
  height: 645px !important; }

.height-650 {
  height: 650px !important; }

.height-655 {
  height: 655px !important; }

.height-660 {
  height: 660px !important; }

.height-665 {
  height: 665px !important; }

.height-670 {
  height: 670px !important; }

.height-675 {
  height: 675px !important; }

.height-680 {
  height: 680px !important; }

.height-685 {
  height: 685px !important; }

.height-690 {
  height: 690px !important; }

.height-695 {
  height: 695px !important; }

.height-700 {
  height: 700px !important; }

.height-705 {
  height: 705px !important; }

.height-710 {
  height: 710px !important; }

.height-715 {
  height: 715px !important; }

.height-720 {
  height: 720px !important; }

.height-725 {
  height: 725px !important; }

.height-730 {
  height: 730px !important; }

.height-735 {
  height: 735px !important; }

.height-740 {
  height: 740px !important; }

.height-745 {
  height: 745px !important; }

.height-750 {
  height: 750px !important; }

.height-755 {
  height: 755px !important; }

.height-760 {
  height: 760px !important; }

.height-765 {
  height: 765px !important; }

.height-770 {
  height: 770px !important; }

.height-775 {
  height: 775px !important; }

.height-780 {
  height: 780px !important; }

.height-785 {
  height: 785px !important; }

.height-790 {
  height: 790px !important; }

.height-795 {
  height: 795px !important; }

.height-800 {
  height: 800px !important; }

.height-805 {
  height: 805px !important; }

.height-810 {
  height: 810px !important; }

.height-815 {
  height: 815px !important; }

.height-820 {
  height: 820px !important; }

.height-825 {
  height: 825px !important; }

.height-830 {
  height: 830px !important; }

.height-835 {
  height: 835px !important; }

.height-840 {
  height: 840px !important; }

.height-845 {
  height: 845px !important; }

.height-850 {
  height: 850px !important; }

.height-855 {
  height: 855px !important; }

.height-860 {
  height: 860px !important; }

.height-865 {
  height: 865px !important; }

.height-870 {
  height: 870px !important; }

.height-875 {
  height: 875px !important; }

.height-880 {
  height: 880px !important; }

.height-885 {
  height: 885px !important; }

.height-890 {
  height: 890px !important; }

.height-895 {
  height: 895px !important; }

.height-900 {
  height: 900px !important; }

.height-905 {
  height: 905px !important; }

.height-910 {
  height: 910px !important; }

.height-915 {
  height: 915px !important; }

.height-920 {
  height: 920px !important; }

.height-925 {
  height: 925px !important; }

.height-930 {
  height: 930px !important; }

.height-935 {
  height: 935px !important; }

.height-940 {
  height: 940px !important; }

.height-945 {
  height: 945px !important; }

.height-950 {
  height: 950px !important; }

.height-955 {
  height: 955px !important; }

.height-960 {
  height: 960px !important; }

.height-965 {
  height: 965px !important; }

.height-970 {
  height: 970px !important; }

.height-975 {
  height: 975px !important; }

.height-980 {
  height: 980px !important; }

.height-985 {
  height: 985px !important; }

.height-990 {
  height: 990px !important; }

.height-995 {
  height: 995px !important; }

.height-1000 {
  height: 1000px !important; }

.height-1005 {
  height: 1005px !important; }

.height-1010 {
  height: 1010px !important; }

.height-1015 {
  height: 1015px !important; }

.height-1020 {
  height: 1020px !important; }

.height-1025 {
  height: 1025px !important; }

.height-1030 {
  height: 1030px !important; }

.height-1035 {
  height: 1035px !important; }

.height-1040 {
  height: 1040px !important; }

.height-1045 {
  height: 1045px !important; }

.height-1050 {
  height: 1050px !important; }

.height-1055 {
  height: 1055px !important; }

.height-1060 {
  height: 1060px !important; }

.height-1065 {
  height: 1065px !important; }

.height-1070 {
  height: 1070px !important; }

.height-1075 {
  height: 1075px !important; }

.height-1080 {
  height: 1080px !important; }

.height-1085 {
  height: 1085px !important; }

.height-1090 {
  height: 1090px !important; }

.height-1095 {
  height: 1095px !important; }

.height-1100 {
  height: 1100px !important; }

.height-1105 {
  height: 1105px !important; }

.height-1110 {
  height: 1110px !important; }

.height-1115 {
  height: 1115px !important; }

.height-1120 {
  height: 1120px !important; }

.height-1125 {
  height: 1125px !important; }

.height-1130 {
  height: 1130px !important; }

.height-1135 {
  height: 1135px !important; }

.height-1140 {
  height: 1140px !important; }

.height-1145 {
  height: 1145px !important; }

.height-1150 {
  height: 1150px !important; }

.height-1155 {
  height: 1155px !important; }

.height-1160 {
  height: 1160px !important; }

.height-1165 {
  height: 1165px !important; }

.height-1170 {
  height: 1170px !important; }

.height-1175 {
  height: 1175px !important; }

.height-1180 {
  height: 1180px !important; }

.height-1185 {
  height: 1185px !important; }

.height-1190 {
  height: 1190px !important; }

.height-1195 {
  height: 1195px !important; }

.height-1200 {
  height: 1200px !important; }

.height-1205 {
  height: 1205px !important; }

.height-1210 {
  height: 1210px !important; }

.height-1215 {
  height: 1215px !important; }

.height-1220 {
  height: 1220px !important; }

.height-1225 {
  height: 1225px !important; }

.height-1230 {
  height: 1230px !important; }

.height-1235 {
  height: 1235px !important; }

.height-1240 {
  height: 1240px !important; }

.height-1245 {
  height: 1245px !important; }

.height-1250 {
  height: 1250px !important; }

.height-1255 {
  height: 1255px !important; }

.height-1260 {
  height: 1260px !important; }

.height-1265 {
  height: 1265px !important; }

.height-1270 {
  height: 1270px !important; }

.height-1275 {
  height: 1275px !important; }

.height-1280 {
  height: 1280px !important; }

.height-1285 {
  height: 1285px !important; }

.height-1290 {
  height: 1290px !important; }

.height-1295 {
  height: 1295px !important; }

.height-1300 {
  height: 1300px !important; }

.height-1305 {
  height: 1305px !important; }

.height-1310 {
  height: 1310px !important; }

.height-1315 {
  height: 1315px !important; }

.height-1320 {
  height: 1320px !important; }

.height-1325 {
  height: 1325px !important; }

.height-1330 {
  height: 1330px !important; }

.height-1335 {
  height: 1335px !important; }

.height-1340 {
  height: 1340px !important; }

.height-1345 {
  height: 1345px !important; }

.height-1350 {
  height: 1350px !important; }

.height-1355 {
  height: 1355px !important; }

.height-1360 {
  height: 1360px !important; }

.height-1365 {
  height: 1365px !important; }

.height-1370 {
  height: 1370px !important; }

.height-1375 {
  height: 1375px !important; }

.height-1380 {
  height: 1380px !important; }

.height-1385 {
  height: 1385px !important; }

.height-1390 {
  height: 1390px !important; }

.height-1395 {
  height: 1395px !important; }

.height-1400 {
  height: 1400px !important; }

.height-1405 {
  height: 1405px !important; }

.height-1410 {
  height: 1410px !important; }

.height-1415 {
  height: 1415px !important; }

.height-1420 {
  height: 1420px !important; }

.height-1425 {
  height: 1425px !important; }

.height-1430 {
  height: 1430px !important; }

.height-1435 {
  height: 1435px !important; }

.height-1440 {
  height: 1440px !important; }

.height-1445 {
  height: 1445px !important; }

.height-1450 {
  height: 1450px !important; }

.height-1455 {
  height: 1455px !important; }

.height-1460 {
  height: 1460px !important; }

.height-1465 {
  height: 1465px !important; }

.height-1470 {
  height: 1470px !important; }

.height-1475 {
  height: 1475px !important; }

.height-1480 {
  height: 1480px !important; }

.height-1485 {
  height: 1485px !important; }

.height-1490 {
  height: 1490px !important; }

.height-1495 {
  height: 1495px !important; }

.height-1500 {
  height: 1500px !important; }

.height-1505 {
  height: 1505px !important; }

.height-1510 {
  height: 1510px !important; }

.height-1515 {
  height: 1515px !important; }

.height-1520 {
  height: 1520px !important; }

.height-1525 {
  height: 1525px !important; }

.height-1530 {
  height: 1530px !important; }

.height-1535 {
  height: 1535px !important; }

.height-1540 {
  height: 1540px !important; }

.height-1545 {
  height: 1545px !important; }

.height-1550 {
  height: 1550px !important; }

.height-1555 {
  height: 1555px !important; }

.height-1560 {
  height: 1560px !important; }

.height-1565 {
  height: 1565px !important; }

.height-1570 {
  height: 1570px !important; }

.height-1575 {
  height: 1575px !important; }

.height-1580 {
  height: 1580px !important; }

.height-1585 {
  height: 1585px !important; }

.height-1590 {
  height: 1590px !important; }

.height-1595 {
  height: 1595px !important; }

.height-1600 {
  height: 1600px !important; }

.height-1605 {
  height: 1605px !important; }

.height-1610 {
  height: 1610px !important; }

.height-1615 {
  height: 1615px !important; }

.height-1620 {
  height: 1620px !important; }

.height-1625 {
  height: 1625px !important; }

.height-1630 {
  height: 1630px !important; }

.height-1635 {
  height: 1635px !important; }

.height-1640 {
  height: 1640px !important; }

.height-1645 {
  height: 1645px !important; }

.height-1650 {
  height: 1650px !important; }

.height-1655 {
  height: 1655px !important; }

.height-1660 {
  height: 1660px !important; }

.height-1665 {
  height: 1665px !important; }

.height-1670 {
  height: 1670px !important; }

.height-1675 {
  height: 1675px !important; }

.height-1680 {
  height: 1680px !important; }

.height-1685 {
  height: 1685px !important; }

.height-1690 {
  height: 1690px !important; }

.height-1695 {
  height: 1695px !important; }

.height-1700 {
  height: 1700px !important; }

.height-1705 {
  height: 1705px !important; }

.height-1710 {
  height: 1710px !important; }

.height-1715 {
  height: 1715px !important; }

.height-1720 {
  height: 1720px !important; }

.height-1725 {
  height: 1725px !important; }

.height-1730 {
  height: 1730px !important; }

.height-1735 {
  height: 1735px !important; }

.height-1740 {
  height: 1740px !important; }

.height-1745 {
  height: 1745px !important; }

.height-1750 {
  height: 1750px !important; }

.height-1755 {
  height: 1755px !important; }

.height-1760 {
  height: 1760px !important; }

.height-1765 {
  height: 1765px !important; }

.height-1770 {
  height: 1770px !important; }

.height-1775 {
  height: 1775px !important; }

.height-1780 {
  height: 1780px !important; }

.height-1785 {
  height: 1785px !important; }

.height-1790 {
  height: 1790px !important; }

.height-1795 {
  height: 1795px !important; }

.height-1800 {
  height: 1800px !important; }

.height-1805 {
  height: 1805px !important; }

.height-1810 {
  height: 1810px !important; }

.height-1815 {
  height: 1815px !important; }

.height-1820 {
  height: 1820px !important; }

.height-1825 {
  height: 1825px !important; }

.height-1830 {
  height: 1830px !important; }

.height-1835 {
  height: 1835px !important; }

.height-1840 {
  height: 1840px !important; }

.height-1845 {
  height: 1845px !important; }

.height-1850 {
  height: 1850px !important; }

.height-1855 {
  height: 1855px !important; }

.height-1860 {
  height: 1860px !important; }

.height-1865 {
  height: 1865px !important; }

.height-1870 {
  height: 1870px !important; }

.height-1875 {
  height: 1875px !important; }

.height-1880 {
  height: 1880px !important; }

.height-1885 {
  height: 1885px !important; }

.height-1890 {
  height: 1890px !important; }

.height-1895 {
  height: 1895px !important; }

.height-1900 {
  height: 1900px !important; }

.height-1905 {
  height: 1905px !important; }

.height-1910 {
  height: 1910px !important; }

.height-1915 {
  height: 1915px !important; }

.height-1920 {
  height: 1920px !important; }

.height-1925 {
  height: 1925px !important; }

.height-1930 {
  height: 1930px !important; }

.height-1935 {
  height: 1935px !important; }

.height-1940 {
  height: 1940px !important; }

.height-1945 {
  height: 1945px !important; }

.height-1950 {
  height: 1950px !important; }

.height-1955 {
  height: 1955px !important; }

.height-1960 {
  height: 1960px !important; }

.height-1965 {
  height: 1965px !important; }

.height-1970 {
  height: 1970px !important; }

.height-1975 {
  height: 1975px !important; }

.height-1980 {
  height: 1980px !important; }

.height-1985 {
  height: 1985px !important; }

.height-1990 {
  height: 1990px !important; }

.height-1995 {
  height: 1995px !important; }

.height-2000 {
  height: 2000px !important; }

.height-2005 {
  height: 2005px !important; }

.height-2010 {
  height: 2010px !important; }

.height-2015 {
  height: 2015px !important; }

.height-2020 {
  height: 2020px !important; }

.height-2025 {
  height: 2025px !important; }

.height-2030 {
  height: 2030px !important; }

.height-2035 {
  height: 2035px !important; }

.height-2040 {
  height: 2040px !important; }

.height-2045 {
  height: 2045px !important; }

.height-2050 {
  height: 2050px !important; }

.height-2055 {
  height: 2055px !important; }

.height-2060 {
  height: 2060px !important; }

.height-2065 {
  height: 2065px !important; }

.height-2070 {
  height: 2070px !important; }

.height-2075 {
  height: 2075px !important; }

.height-2080 {
  height: 2080px !important; }

.height-2085 {
  height: 2085px !important; }

.height-2090 {
  height: 2090px !important; }

.height-2095 {
  height: 2095px !important; }

.height-2100 {
  height: 2100px !important; }

.height-2105 {
  height: 2105px !important; }

.height-2110 {
  height: 2110px !important; }

.height-2115 {
  height: 2115px !important; }

.height-2120 {
  height: 2120px !important; }

.height-2125 {
  height: 2125px !important; }

.height-2130 {
  height: 2130px !important; }

.height-2135 {
  height: 2135px !important; }

.height-2140 {
  height: 2140px !important; }

.height-2145 {
  height: 2145px !important; }

.height-2150 {
  height: 2150px !important; }

.height-2155 {
  height: 2155px !important; }

.height-2160 {
  height: 2160px !important; }

.height-2165 {
  height: 2165px !important; }

.height-2170 {
  height: 2170px !important; }

.height-2175 {
  height: 2175px !important; }

.height-2180 {
  height: 2180px !important; }

.height-2185 {
  height: 2185px !important; }

.height-2190 {
  height: 2190px !important; }

.height-2195 {
  height: 2195px !important; }

.height-2200 {
  height: 2200px !important; }

.height-2205 {
  height: 2205px !important; }

.height-2210 {
  height: 2210px !important; }

.height-2215 {
  height: 2215px !important; }

.height-2220 {
  height: 2220px !important; }

.height-2225 {
  height: 2225px !important; }

.height-2230 {
  height: 2230px !important; }

.height-2235 {
  height: 2235px !important; }

.height-2240 {
  height: 2240px !important; }

.height-2245 {
  height: 2245px !important; }

.height-2250 {
  height: 2250px !important; }

.height-2255 {
  height: 2255px !important; }

.height-2260 {
  height: 2260px !important; }

.height-2265 {
  height: 2265px !important; }

.height-2270 {
  height: 2270px !important; }

.height-2275 {
  height: 2275px !important; }

.height-2280 {
  height: 2280px !important; }

.height-2285 {
  height: 2285px !important; }

.height-2290 {
  height: 2290px !important; }

.height-2295 {
  height: 2295px !important; }

.height-2300 {
  height: 2300px !important; }

.height-2305 {
  height: 2305px !important; }

.height-2310 {
  height: 2310px !important; }

.height-2315 {
  height: 2315px !important; }

.height-2320 {
  height: 2320px !important; }

.height-2325 {
  height: 2325px !important; }

.height-2330 {
  height: 2330px !important; }

.height-2335 {
  height: 2335px !important; }

.height-2340 {
  height: 2340px !important; }

.height-2345 {
  height: 2345px !important; }

.height-2350 {
  height: 2350px !important; }

.height-2355 {
  height: 2355px !important; }

.height-2360 {
  height: 2360px !important; }

.height-2365 {
  height: 2365px !important; }

.height-2370 {
  height: 2370px !important; }

.height-2375 {
  height: 2375px !important; }

.height-2380 {
  height: 2380px !important; }

.height-2385 {
  height: 2385px !important; }

.height-2390 {
  height: 2390px !important; }

.height-2395 {
  height: 2395px !important; }

.height-2400 {
  height: 2400px !important; }

.height-2405 {
  height: 2405px !important; }

.height-2410 {
  height: 2410px !important; }

.height-2415 {
  height: 2415px !important; }

.height-2420 {
  height: 2420px !important; }

.height-2425 {
  height: 2425px !important; }

.height-2430 {
  height: 2430px !important; }

.height-2435 {
  height: 2435px !important; }

.height-2440 {
  height: 2440px !important; }

.height-2445 {
  height: 2445px !important; }

.height-2450 {
  height: 2450px !important; }

.height-2455 {
  height: 2455px !important; }

.height-2460 {
  height: 2460px !important; }

.height-2465 {
  height: 2465px !important; }

.height-2470 {
  height: 2470px !important; }

.height-2475 {
  height: 2475px !important; }

.height-2480 {
  height: 2480px !important; }

.height-2485 {
  height: 2485px !important; }

.height-2490 {
  height: 2490px !important; }

.height-2495 {
  height: 2495px !important; }

.height-2500 {
  height: 2500px !important; }

.maxwidth-5 {
  max-width: 5px !important; }

.maxwidth-10 {
  max-width: 10px !important; }

.maxwidth-15 {
  max-width: 15px !important; }

.maxwidth-20 {
  max-width: 20px !important; }

.maxwidth-25 {
  max-width: 25px !important; }

.maxwidth-30 {
  max-width: 30px !important; }

.maxwidth-35 {
  max-width: 35px !important; }

.maxwidth-40 {
  max-width: 40px !important; }

.maxwidth-45 {
  max-width: 45px !important; }

.maxwidth-50 {
  max-width: 50px !important; }

.maxwidth-55 {
  max-width: 55px !important; }

.maxwidth-60 {
  max-width: 60px !important; }

.maxwidth-65 {
  max-width: 65px !important; }

.maxwidth-70 {
  max-width: 70px !important; }

.maxwidth-75 {
  max-width: 75px !important; }

.maxwidth-80 {
  max-width: 80px !important; }

.maxwidth-85 {
  max-width: 85px !important; }

.maxwidth-90 {
  max-width: 90px !important; }

.maxwidth-95 {
  max-width: 95px !important; }

.maxwidth-100 {
  max-width: 100px !important; }

.maxwidth-105 {
  max-width: 105px !important; }

.maxwidth-110 {
  max-width: 110px !important; }

.maxwidth-115 {
  max-width: 115px !important; }

.maxwidth-120 {
  max-width: 120px !important; }

.maxwidth-125 {
  max-width: 125px !important; }

.maxwidth-130 {
  max-width: 130px !important; }

.maxwidth-135 {
  max-width: 135px !important; }

.maxwidth-140 {
  max-width: 140px !important; }

.maxwidth-145 {
  max-width: 145px !important; }

.maxwidth-150 {
  max-width: 150px !important; }

.maxwidth-155 {
  max-width: 155px !important; }

.maxwidth-160 {
  max-width: 160px !important; }

.maxwidth-165 {
  max-width: 165px !important; }

.maxwidth-170 {
  max-width: 170px !important; }

.maxwidth-175 {
  max-width: 175px !important; }

.maxwidth-180 {
  max-width: 180px !important; }

.maxwidth-185 {
  max-width: 185px !important; }

.maxwidth-190 {
  max-width: 190px !important; }

.maxwidth-195 {
  max-width: 195px !important; }

.maxwidth-200 {
  max-width: 200px !important; }

.maxwidth-205 {
  max-width: 205px !important; }

.maxwidth-210 {
  max-width: 210px !important; }

.maxwidth-215 {
  max-width: 215px !important; }

.maxwidth-220 {
  max-width: 220px !important; }

.maxwidth-225 {
  max-width: 225px !important; }

.maxwidth-230 {
  max-width: 230px !important; }

.maxwidth-235 {
  max-width: 235px !important; }

.maxwidth-240 {
  max-width: 240px !important; }

.maxwidth-245 {
  max-width: 245px !important; }

.maxwidth-250 {
  max-width: 250px !important; }

.maxwidth-255 {
  max-width: 255px !important; }

.maxwidth-260 {
  max-width: 260px !important; }

.maxwidth-265 {
  max-width: 265px !important; }

.maxwidth-270 {
  max-width: 270px !important; }

.maxwidth-275 {
  max-width: 275px !important; }

.maxwidth-280 {
  max-width: 280px !important; }

.maxwidth-285 {
  max-width: 285px !important; }

.maxwidth-290 {
  max-width: 290px !important; }

.maxwidth-295 {
  max-width: 295px !important; }

.maxwidth-300 {
  max-width: 300px !important; }

.maxwidth-305 {
  max-width: 305px !important; }

.maxwidth-310 {
  max-width: 310px !important; }

.maxwidth-315 {
  max-width: 315px !important; }

.maxwidth-320 {
  max-width: 320px !important; }

.maxwidth-325 {
  max-width: 325px !important; }

.maxwidth-330 {
  max-width: 330px !important; }

.maxwidth-335 {
  max-width: 335px !important; }

.maxwidth-340 {
  max-width: 340px !important; }

.maxwidth-345 {
  max-width: 345px !important; }

.maxwidth-350 {
  max-width: 350px !important; }

.maxwidth-355 {
  max-width: 355px !important; }

.maxwidth-360 {
  max-width: 360px !important; }

.maxwidth-365 {
  max-width: 365px !important; }

.maxwidth-370 {
  max-width: 370px !important; }

.maxwidth-375 {
  max-width: 375px !important; }

.maxwidth-380 {
  max-width: 380px !important; }

.maxwidth-385 {
  max-width: 385px !important; }

.maxwidth-390 {
  max-width: 390px !important; }

.maxwidth-395 {
  max-width: 395px !important; }

.maxwidth-400 {
  max-width: 400px !important; }

.maxwidth-405 {
  max-width: 405px !important; }

.maxwidth-410 {
  max-width: 410px !important; }

.maxwidth-415 {
  max-width: 415px !important; }

.maxwidth-420 {
  max-width: 420px !important; }

.maxwidth-425 {
  max-width: 425px !important; }

.maxwidth-430 {
  max-width: 430px !important; }

.maxwidth-435 {
  max-width: 435px !important; }

.maxwidth-440 {
  max-width: 440px !important; }

.maxwidth-445 {
  max-width: 445px !important; }

.maxwidth-450 {
  max-width: 450px !important; }

.maxwidth-455 {
  max-width: 455px !important; }

.maxwidth-460 {
  max-width: 460px !important; }

.maxwidth-465 {
  max-width: 465px !important; }

.maxwidth-470 {
  max-width: 470px !important; }

.maxwidth-475 {
  max-width: 475px !important; }

.maxwidth-480 {
  max-width: 480px !important; }

.maxwidth-485 {
  max-width: 485px !important; }

.maxwidth-490 {
  max-width: 490px !important; }

.maxwidth-495 {
  max-width: 495px !important; }

.maxwidth-500 {
  max-width: 500px !important; }

.maxwidth-505 {
  max-width: 505px !important; }

.maxwidth-510 {
  max-width: 510px !important; }

.maxwidth-515 {
  max-width: 515px !important; }

.maxwidth-520 {
  max-width: 520px !important; }

.maxwidth-525 {
  max-width: 525px !important; }

.maxwidth-530 {
  max-width: 530px !important; }

.maxwidth-535 {
  max-width: 535px !important; }

.maxwidth-540 {
  max-width: 540px !important; }

.maxwidth-545 {
  max-width: 545px !important; }

.maxwidth-550 {
  max-width: 550px !important; }

.maxwidth-555 {
  max-width: 555px !important; }

.maxwidth-560 {
  max-width: 560px !important; }

.maxwidth-565 {
  max-width: 565px !important; }

.maxwidth-570 {
  max-width: 570px !important; }

.maxwidth-575 {
  max-width: 575px !important; }

.maxwidth-580 {
  max-width: 580px !important; }

.maxwidth-585 {
  max-width: 585px !important; }

.maxwidth-590 {
  max-width: 590px !important; }

.maxwidth-595 {
  max-width: 595px !important; }

.maxwidth-600 {
  max-width: 600px !important; }

.maxwidth-605 {
  max-width: 605px !important; }

.maxwidth-610 {
  max-width: 610px !important; }

.maxwidth-615 {
  max-width: 615px !important; }

.maxwidth-620 {
  max-width: 620px !important; }

.maxwidth-625 {
  max-width: 625px !important; }

.maxwidth-630 {
  max-width: 630px !important; }

.maxwidth-635 {
  max-width: 635px !important; }

.maxwidth-640 {
  max-width: 640px !important; }

.maxwidth-645 {
  max-width: 645px !important; }

.maxwidth-650 {
  max-width: 650px !important; }

.maxwidth-655 {
  max-width: 655px !important; }

.maxwidth-660 {
  max-width: 660px !important; }

.maxwidth-665 {
  max-width: 665px !important; }

.maxwidth-670 {
  max-width: 670px !important; }

.maxwidth-675 {
  max-width: 675px !important; }

.maxwidth-680 {
  max-width: 680px !important; }

.maxwidth-685 {
  max-width: 685px !important; }

.maxwidth-690 {
  max-width: 690px !important; }

.maxwidth-695 {
  max-width: 695px !important; }

.maxwidth-700 {
  max-width: 700px !important; }

.maxwidth-705 {
  max-width: 705px !important; }

.maxwidth-710 {
  max-width: 710px !important; }

.maxwidth-715 {
  max-width: 715px !important; }

.maxwidth-720 {
  max-width: 720px !important; }

.maxwidth-725 {
  max-width: 725px !important; }

.maxwidth-730 {
  max-width: 730px !important; }

.maxwidth-735 {
  max-width: 735px !important; }

.maxwidth-740 {
  max-width: 740px !important; }

.maxwidth-745 {
  max-width: 745px !important; }

.maxwidth-750 {
  max-width: 750px !important; }

.maxwidth-755 {
  max-width: 755px !important; }

.maxwidth-760 {
  max-width: 760px !important; }

.maxwidth-765 {
  max-width: 765px !important; }

.maxwidth-770 {
  max-width: 770px !important; }

.maxwidth-775 {
  max-width: 775px !important; }

.maxwidth-780 {
  max-width: 780px !important; }

.maxwidth-785 {
  max-width: 785px !important; }

.maxwidth-790 {
  max-width: 790px !important; }

.maxwidth-795 {
  max-width: 795px !important; }

.maxwidth-800 {
  max-width: 800px !important; }

.maxwidth-805 {
  max-width: 805px !important; }

.maxwidth-810 {
  max-width: 810px !important; }

.maxwidth-815 {
  max-width: 815px !important; }

.maxwidth-820 {
  max-width: 820px !important; }

.maxwidth-825 {
  max-width: 825px !important; }

.maxwidth-830 {
  max-width: 830px !important; }

.maxwidth-835 {
  max-width: 835px !important; }

.maxwidth-840 {
  max-width: 840px !important; }

.maxwidth-845 {
  max-width: 845px !important; }

.maxwidth-850 {
  max-width: 850px !important; }

.maxwidth-855 {
  max-width: 855px !important; }

.maxwidth-860 {
  max-width: 860px !important; }

.maxwidth-865 {
  max-width: 865px !important; }

.maxwidth-870 {
  max-width: 870px !important; }

.maxwidth-875 {
  max-width: 875px !important; }

.maxwidth-880 {
  max-width: 880px !important; }

.maxwidth-885 {
  max-width: 885px !important; }

.maxwidth-890 {
  max-width: 890px !important; }

.maxwidth-895 {
  max-width: 895px !important; }

.maxwidth-900 {
  max-width: 900px !important; }

.maxwidth-905 {
  max-width: 905px !important; }

.maxwidth-910 {
  max-width: 910px !important; }

.maxwidth-915 {
  max-width: 915px !important; }

.maxwidth-920 {
  max-width: 920px !important; }

.maxwidth-925 {
  max-width: 925px !important; }

.maxwidth-930 {
  max-width: 930px !important; }

.maxwidth-935 {
  max-width: 935px !important; }

.maxwidth-940 {
  max-width: 940px !important; }

.maxwidth-945 {
  max-width: 945px !important; }

.maxwidth-950 {
  max-width: 950px !important; }

.maxwidth-955 {
  max-width: 955px !important; }

.maxwidth-960 {
  max-width: 960px !important; }

.maxwidth-965 {
  max-width: 965px !important; }

.maxwidth-970 {
  max-width: 970px !important; }

.maxwidth-975 {
  max-width: 975px !important; }

.maxwidth-980 {
  max-width: 980px !important; }

.maxwidth-985 {
  max-width: 985px !important; }

.maxwidth-990 {
  max-width: 990px !important; }

.maxwidth-995 {
  max-width: 995px !important; }

.maxwidth-1000 {
  max-width: 1000px !important; }

.maxwidth-1005 {
  max-width: 1005px !important; }

.maxwidth-1010 {
  max-width: 1010px !important; }

.maxwidth-1015 {
  max-width: 1015px !important; }

.maxwidth-1020 {
  max-width: 1020px !important; }

.maxwidth-1025 {
  max-width: 1025px !important; }

.maxwidth-1030 {
  max-width: 1030px !important; }

.maxwidth-1035 {
  max-width: 1035px !important; }

.maxwidth-1040 {
  max-width: 1040px !important; }

.maxwidth-1045 {
  max-width: 1045px !important; }

.maxwidth-1050 {
  max-width: 1050px !important; }

.maxwidth-1055 {
  max-width: 1055px !important; }

.maxwidth-1060 {
  max-width: 1060px !important; }

.maxwidth-1065 {
  max-width: 1065px !important; }

.maxwidth-1070 {
  max-width: 1070px !important; }

.maxwidth-1075 {
  max-width: 1075px !important; }

.maxwidth-1080 {
  max-width: 1080px !important; }

.maxwidth-1085 {
  max-width: 1085px !important; }

.maxwidth-1090 {
  max-width: 1090px !important; }

.maxwidth-1095 {
  max-width: 1095px !important; }

.maxwidth-1100 {
  max-width: 1100px !important; }

.maxwidth-1105 {
  max-width: 1105px !important; }

.maxwidth-1110 {
  max-width: 1110px !important; }

.maxwidth-1115 {
  max-width: 1115px !important; }

.maxwidth-1120 {
  max-width: 1120px !important; }

.maxwidth-1125 {
  max-width: 1125px !important; }

.maxwidth-1130 {
  max-width: 1130px !important; }

.maxwidth-1135 {
  max-width: 1135px !important; }

.maxwidth-1140 {
  max-width: 1140px !important; }

.maxwidth-1145 {
  max-width: 1145px !important; }

.maxwidth-1150 {
  max-width: 1150px !important; }

.maxwidth-1155 {
  max-width: 1155px !important; }

.maxwidth-1160 {
  max-width: 1160px !important; }

.maxwidth-1165 {
  max-width: 1165px !important; }

.maxwidth-1170 {
  max-width: 1170px !important; }

.maxwidth-1175 {
  max-width: 1175px !important; }

.maxwidth-1180 {
  max-width: 1180px !important; }

.maxwidth-1185 {
  max-width: 1185px !important; }

.maxwidth-1190 {
  max-width: 1190px !important; }

.maxwidth-1195 {
  max-width: 1195px !important; }

.maxwidth-1200 {
  max-width: 1200px !important; }

.maxwidth-1205 {
  max-width: 1205px !important; }

.maxwidth-1210 {
  max-width: 1210px !important; }

.maxwidth-1215 {
  max-width: 1215px !important; }

.maxwidth-1220 {
  max-width: 1220px !important; }

.maxwidth-1225 {
  max-width: 1225px !important; }

.maxwidth-1230 {
  max-width: 1230px !important; }

.maxwidth-1235 {
  max-width: 1235px !important; }

.maxwidth-1240 {
  max-width: 1240px !important; }

.maxwidth-1245 {
  max-width: 1245px !important; }

.maxwidth-1250 {
  max-width: 1250px !important; }

.maxwidth-1255 {
  max-width: 1255px !important; }

.maxwidth-1260 {
  max-width: 1260px !important; }

.maxwidth-1265 {
  max-width: 1265px !important; }

.maxwidth-1270 {
  max-width: 1270px !important; }

.maxwidth-1275 {
  max-width: 1275px !important; }

.maxwidth-1280 {
  max-width: 1280px !important; }

.maxwidth-1285 {
  max-width: 1285px !important; }

.maxwidth-1290 {
  max-width: 1290px !important; }

.maxwidth-1295 {
  max-width: 1295px !important; }

.maxwidth-1300 {
  max-width: 1300px !important; }

.maxwidth-1305 {
  max-width: 1305px !important; }

.maxwidth-1310 {
  max-width: 1310px !important; }

.maxwidth-1315 {
  max-width: 1315px !important; }

.maxwidth-1320 {
  max-width: 1320px !important; }

.maxwidth-1325 {
  max-width: 1325px !important; }

.maxwidth-1330 {
  max-width: 1330px !important; }

.maxwidth-1335 {
  max-width: 1335px !important; }

.maxwidth-1340 {
  max-width: 1340px !important; }

.maxwidth-1345 {
  max-width: 1345px !important; }

.maxwidth-1350 {
  max-width: 1350px !important; }

.maxwidth-1355 {
  max-width: 1355px !important; }

.maxwidth-1360 {
  max-width: 1360px !important; }

.maxwidth-1365 {
  max-width: 1365px !important; }

.maxwidth-1370 {
  max-width: 1370px !important; }

.maxwidth-1375 {
  max-width: 1375px !important; }

.maxwidth-1380 {
  max-width: 1380px !important; }

.maxwidth-1385 {
  max-width: 1385px !important; }

.maxwidth-1390 {
  max-width: 1390px !important; }

.maxwidth-1395 {
  max-width: 1395px !important; }

.maxwidth-1400 {
  max-width: 1400px !important; }

.maxwidth-1405 {
  max-width: 1405px !important; }

.maxwidth-1410 {
  max-width: 1410px !important; }

.maxwidth-1415 {
  max-width: 1415px !important; }

.maxwidth-1420 {
  max-width: 1420px !important; }

.maxwidth-1425 {
  max-width: 1425px !important; }

.maxwidth-1430 {
  max-width: 1430px !important; }

.maxwidth-1435 {
  max-width: 1435px !important; }

.maxwidth-1440 {
  max-width: 1440px !important; }

.maxwidth-1445 {
  max-width: 1445px !important; }

.maxwidth-1450 {
  max-width: 1450px !important; }

.maxwidth-1455 {
  max-width: 1455px !important; }

.maxwidth-1460 {
  max-width: 1460px !important; }

.maxwidth-1465 {
  max-width: 1465px !important; }

.maxwidth-1470 {
  max-width: 1470px !important; }

.maxwidth-1475 {
  max-width: 1475px !important; }

.maxwidth-1480 {
  max-width: 1480px !important; }

.maxwidth-1485 {
  max-width: 1485px !important; }

.maxwidth-1490 {
  max-width: 1490px !important; }

.maxwidth-1495 {
  max-width: 1495px !important; }

.maxwidth-1500 {
  max-width: 1500px !important; }

.maxwidth-1505 {
  max-width: 1505px !important; }

.maxwidth-1510 {
  max-width: 1510px !important; }

.maxwidth-1515 {
  max-width: 1515px !important; }

.maxwidth-1520 {
  max-width: 1520px !important; }

.maxwidth-1525 {
  max-width: 1525px !important; }

.maxwidth-1530 {
  max-width: 1530px !important; }

.maxwidth-1535 {
  max-width: 1535px !important; }

.maxwidth-1540 {
  max-width: 1540px !important; }

.maxwidth-1545 {
  max-width: 1545px !important; }

.maxwidth-1550 {
  max-width: 1550px !important; }

.maxwidth-1555 {
  max-width: 1555px !important; }

.maxwidth-1560 {
  max-width: 1560px !important; }

.maxwidth-1565 {
  max-width: 1565px !important; }

.maxwidth-1570 {
  max-width: 1570px !important; }

.maxwidth-1575 {
  max-width: 1575px !important; }

.maxwidth-1580 {
  max-width: 1580px !important; }

.maxwidth-1585 {
  max-width: 1585px !important; }

.maxwidth-1590 {
  max-width: 1590px !important; }

.maxwidth-1595 {
  max-width: 1595px !important; }

.maxwidth-1600 {
  max-width: 1600px !important; }

.maxwidth-1605 {
  max-width: 1605px !important; }

.maxwidth-1610 {
  max-width: 1610px !important; }

.maxwidth-1615 {
  max-width: 1615px !important; }

.maxwidth-1620 {
  max-width: 1620px !important; }

.maxwidth-1625 {
  max-width: 1625px !important; }

.maxwidth-1630 {
  max-width: 1630px !important; }

.maxwidth-1635 {
  max-width: 1635px !important; }

.maxwidth-1640 {
  max-width: 1640px !important; }

.maxwidth-1645 {
  max-width: 1645px !important; }

.maxwidth-1650 {
  max-width: 1650px !important; }

.maxwidth-1655 {
  max-width: 1655px !important; }

.maxwidth-1660 {
  max-width: 1660px !important; }

.maxwidth-1665 {
  max-width: 1665px !important; }

.maxwidth-1670 {
  max-width: 1670px !important; }

.maxwidth-1675 {
  max-width: 1675px !important; }

.maxwidth-1680 {
  max-width: 1680px !important; }

.maxwidth-1685 {
  max-width: 1685px !important; }

.maxwidth-1690 {
  max-width: 1690px !important; }

.maxwidth-1695 {
  max-width: 1695px !important; }

.maxwidth-1700 {
  max-width: 1700px !important; }

.maxwidth-1705 {
  max-width: 1705px !important; }

.maxwidth-1710 {
  max-width: 1710px !important; }

.maxwidth-1715 {
  max-width: 1715px !important; }

.maxwidth-1720 {
  max-width: 1720px !important; }

.maxwidth-1725 {
  max-width: 1725px !important; }

.maxwidth-1730 {
  max-width: 1730px !important; }

.maxwidth-1735 {
  max-width: 1735px !important; }

.maxwidth-1740 {
  max-width: 1740px !important; }

.maxwidth-1745 {
  max-width: 1745px !important; }

.maxwidth-1750 {
  max-width: 1750px !important; }

.maxwidth-1755 {
  max-width: 1755px !important; }

.maxwidth-1760 {
  max-width: 1760px !important; }

.maxwidth-1765 {
  max-width: 1765px !important; }

.maxwidth-1770 {
  max-width: 1770px !important; }

.maxwidth-1775 {
  max-width: 1775px !important; }

.maxwidth-1780 {
  max-width: 1780px !important; }

.maxwidth-1785 {
  max-width: 1785px !important; }

.maxwidth-1790 {
  max-width: 1790px !important; }

.maxwidth-1795 {
  max-width: 1795px !important; }

.maxwidth-1800 {
  max-width: 1800px !important; }

.maxwidth-1805 {
  max-width: 1805px !important; }

.maxwidth-1810 {
  max-width: 1810px !important; }

.maxwidth-1815 {
  max-width: 1815px !important; }

.maxwidth-1820 {
  max-width: 1820px !important; }

.maxwidth-1825 {
  max-width: 1825px !important; }

.maxwidth-1830 {
  max-width: 1830px !important; }

.maxwidth-1835 {
  max-width: 1835px !important; }

.maxwidth-1840 {
  max-width: 1840px !important; }

.maxwidth-1845 {
  max-width: 1845px !important; }

.maxwidth-1850 {
  max-width: 1850px !important; }

.maxwidth-1855 {
  max-width: 1855px !important; }

.maxwidth-1860 {
  max-width: 1860px !important; }

.maxwidth-1865 {
  max-width: 1865px !important; }

.maxwidth-1870 {
  max-width: 1870px !important; }

.maxwidth-1875 {
  max-width: 1875px !important; }

.maxwidth-1880 {
  max-width: 1880px !important; }

.maxwidth-1885 {
  max-width: 1885px !important; }

.maxwidth-1890 {
  max-width: 1890px !important; }

.maxwidth-1895 {
  max-width: 1895px !important; }

.maxwidth-1900 {
  max-width: 1900px !important; }

.maxwidth-1905 {
  max-width: 1905px !important; }

.maxwidth-1910 {
  max-width: 1910px !important; }

.maxwidth-1915 {
  max-width: 1915px !important; }

.maxwidth-1920 {
  max-width: 1920px !important; }

.maxwidth-1925 {
  max-width: 1925px !important; }

.maxwidth-1930 {
  max-width: 1930px !important; }

.maxwidth-1935 {
  max-width: 1935px !important; }

.maxwidth-1940 {
  max-width: 1940px !important; }

.maxwidth-1945 {
  max-width: 1945px !important; }

.maxwidth-1950 {
  max-width: 1950px !important; }

.maxwidth-1955 {
  max-width: 1955px !important; }

.maxwidth-1960 {
  max-width: 1960px !important; }

.maxwidth-1965 {
  max-width: 1965px !important; }

.maxwidth-1970 {
  max-width: 1970px !important; }

.maxwidth-1975 {
  max-width: 1975px !important; }

.maxwidth-1980 {
  max-width: 1980px !important; }

.maxwidth-1985 {
  max-width: 1985px !important; }

.maxwidth-1990 {
  max-width: 1990px !important; }

.maxwidth-1995 {
  max-width: 1995px !important; }

.maxwidth-2000 {
  max-width: 2000px !important; }

.maxwidth-2005 {
  max-width: 2005px !important; }

.maxwidth-2010 {
  max-width: 2010px !important; }

.maxwidth-2015 {
  max-width: 2015px !important; }

.maxwidth-2020 {
  max-width: 2020px !important; }

.maxwidth-2025 {
  max-width: 2025px !important; }

.maxwidth-2030 {
  max-width: 2030px !important; }

.maxwidth-2035 {
  max-width: 2035px !important; }

.maxwidth-2040 {
  max-width: 2040px !important; }

.maxwidth-2045 {
  max-width: 2045px !important; }

.maxwidth-2050 {
  max-width: 2050px !important; }

.maxwidth-2055 {
  max-width: 2055px !important; }

.maxwidth-2060 {
  max-width: 2060px !important; }

.maxwidth-2065 {
  max-width: 2065px !important; }

.maxwidth-2070 {
  max-width: 2070px !important; }

.maxwidth-2075 {
  max-width: 2075px !important; }

.maxwidth-2080 {
  max-width: 2080px !important; }

.maxwidth-2085 {
  max-width: 2085px !important; }

.maxwidth-2090 {
  max-width: 2090px !important; }

.maxwidth-2095 {
  max-width: 2095px !important; }

.maxwidth-2100 {
  max-width: 2100px !important; }

.maxwidth-2105 {
  max-width: 2105px !important; }

.maxwidth-2110 {
  max-width: 2110px !important; }

.maxwidth-2115 {
  max-width: 2115px !important; }

.maxwidth-2120 {
  max-width: 2120px !important; }

.maxwidth-2125 {
  max-width: 2125px !important; }

.maxwidth-2130 {
  max-width: 2130px !important; }

.maxwidth-2135 {
  max-width: 2135px !important; }

.maxwidth-2140 {
  max-width: 2140px !important; }

.maxwidth-2145 {
  max-width: 2145px !important; }

.maxwidth-2150 {
  max-width: 2150px !important; }

.maxwidth-2155 {
  max-width: 2155px !important; }

.maxwidth-2160 {
  max-width: 2160px !important; }

.maxwidth-2165 {
  max-width: 2165px !important; }

.maxwidth-2170 {
  max-width: 2170px !important; }

.maxwidth-2175 {
  max-width: 2175px !important; }

.maxwidth-2180 {
  max-width: 2180px !important; }

.maxwidth-2185 {
  max-width: 2185px !important; }

.maxwidth-2190 {
  max-width: 2190px !important; }

.maxwidth-2195 {
  max-width: 2195px !important; }

.maxwidth-2200 {
  max-width: 2200px !important; }

.maxwidth-2205 {
  max-width: 2205px !important; }

.maxwidth-2210 {
  max-width: 2210px !important; }

.maxwidth-2215 {
  max-width: 2215px !important; }

.maxwidth-2220 {
  max-width: 2220px !important; }

.maxwidth-2225 {
  max-width: 2225px !important; }

.maxwidth-2230 {
  max-width: 2230px !important; }

.maxwidth-2235 {
  max-width: 2235px !important; }

.maxwidth-2240 {
  max-width: 2240px !important; }

.maxwidth-2245 {
  max-width: 2245px !important; }

.maxwidth-2250 {
  max-width: 2250px !important; }

.maxwidth-2255 {
  max-width: 2255px !important; }

.maxwidth-2260 {
  max-width: 2260px !important; }

.maxwidth-2265 {
  max-width: 2265px !important; }

.maxwidth-2270 {
  max-width: 2270px !important; }

.maxwidth-2275 {
  max-width: 2275px !important; }

.maxwidth-2280 {
  max-width: 2280px !important; }

.maxwidth-2285 {
  max-width: 2285px !important; }

.maxwidth-2290 {
  max-width: 2290px !important; }

.maxwidth-2295 {
  max-width: 2295px !important; }

.maxwidth-2300 {
  max-width: 2300px !important; }

.maxwidth-2305 {
  max-width: 2305px !important; }

.maxwidth-2310 {
  max-width: 2310px !important; }

.maxwidth-2315 {
  max-width: 2315px !important; }

.maxwidth-2320 {
  max-width: 2320px !important; }

.maxwidth-2325 {
  max-width: 2325px !important; }

.maxwidth-2330 {
  max-width: 2330px !important; }

.maxwidth-2335 {
  max-width: 2335px !important; }

.maxwidth-2340 {
  max-width: 2340px !important; }

.maxwidth-2345 {
  max-width: 2345px !important; }

.maxwidth-2350 {
  max-width: 2350px !important; }

.maxwidth-2355 {
  max-width: 2355px !important; }

.maxwidth-2360 {
  max-width: 2360px !important; }

.maxwidth-2365 {
  max-width: 2365px !important; }

.maxwidth-2370 {
  max-width: 2370px !important; }

.maxwidth-2375 {
  max-width: 2375px !important; }

.maxwidth-2380 {
  max-width: 2380px !important; }

.maxwidth-2385 {
  max-width: 2385px !important; }

.maxwidth-2390 {
  max-width: 2390px !important; }

.maxwidth-2395 {
  max-width: 2395px !important; }

.maxwidth-2400 {
  max-width: 2400px !important; }

.maxwidth-2405 {
  max-width: 2405px !important; }

.maxwidth-2410 {
  max-width: 2410px !important; }

.maxwidth-2415 {
  max-width: 2415px !important; }

.maxwidth-2420 {
  max-width: 2420px !important; }

.maxwidth-2425 {
  max-width: 2425px !important; }

.maxwidth-2430 {
  max-width: 2430px !important; }

.maxwidth-2435 {
  max-width: 2435px !important; }

.maxwidth-2440 {
  max-width: 2440px !important; }

.maxwidth-2445 {
  max-width: 2445px !important; }

.maxwidth-2450 {
  max-width: 2450px !important; }

.maxwidth-2455 {
  max-width: 2455px !important; }

.maxwidth-2460 {
  max-width: 2460px !important; }

.maxwidth-2465 {
  max-width: 2465px !important; }

.maxwidth-2470 {
  max-width: 2470px !important; }

.maxwidth-2475 {
  max-width: 2475px !important; }

.maxwidth-2480 {
  max-width: 2480px !important; }

.maxwidth-2485 {
  max-width: 2485px !important; }

.maxwidth-2490 {
  max-width: 2490px !important; }

.maxwidth-2495 {
  max-width: 2495px !important; }

.maxwidth-2500 {
  max-width: 2500px !important; }

.maxwidth-2505 {
  max-width: 2505px !important; }

.maxwidth-2510 {
  max-width: 2510px !important; }

.maxwidth-2515 {
  max-width: 2515px !important; }

.maxwidth-2520 {
  max-width: 2520px !important; }

.maxwidth-2525 {
  max-width: 2525px !important; }

.maxwidth-2530 {
  max-width: 2530px !important; }

.maxwidth-2535 {
  max-width: 2535px !important; }

.maxwidth-2540 {
  max-width: 2540px !important; }

.maxwidth-2545 {
  max-width: 2545px !important; }

.maxwidth-2550 {
  max-width: 2550px !important; }

.maxwidth-2555 {
  max-width: 2555px !important; }

.maxwidth-2560 {
  max-width: 2560px !important; }

.maxwidth-2565 {
  max-width: 2565px !important; }

.maxwidth-2570 {
  max-width: 2570px !important; }

.maxwidth-2575 {
  max-width: 2575px !important; }

.maxwidth-2580 {
  max-width: 2580px !important; }

.maxwidth-2585 {
  max-width: 2585px !important; }

.maxwidth-2590 {
  max-width: 2590px !important; }

.maxwidth-2595 {
  max-width: 2595px !important; }

.maxwidth-2600 {
  max-width: 2600px !important; }

.maxwidth-2605 {
  max-width: 2605px !important; }

.maxwidth-2610 {
  max-width: 2610px !important; }

.maxwidth-2615 {
  max-width: 2615px !important; }

.maxwidth-2620 {
  max-width: 2620px !important; }

.maxwidth-2625 {
  max-width: 2625px !important; }

.maxwidth-2630 {
  max-width: 2630px !important; }

.maxwidth-2635 {
  max-width: 2635px !important; }

.maxwidth-2640 {
  max-width: 2640px !important; }

.maxwidth-2645 {
  max-width: 2645px !important; }

.maxwidth-2650 {
  max-width: 2650px !important; }

.maxwidth-2655 {
  max-width: 2655px !important; }

.maxwidth-2660 {
  max-width: 2660px !important; }

.maxwidth-2665 {
  max-width: 2665px !important; }

.maxwidth-2670 {
  max-width: 2670px !important; }

.maxwidth-2675 {
  max-width: 2675px !important; }

.maxwidth-2680 {
  max-width: 2680px !important; }

.maxwidth-2685 {
  max-width: 2685px !important; }

.maxwidth-2690 {
  max-width: 2690px !important; }

.maxwidth-2695 {
  max-width: 2695px !important; }

.maxwidth-2700 {
  max-width: 2700px !important; }

.maxwidth-2705 {
  max-width: 2705px !important; }

.maxwidth-2710 {
  max-width: 2710px !important; }

.maxwidth-2715 {
  max-width: 2715px !important; }

.maxwidth-2720 {
  max-width: 2720px !important; }

.maxwidth-2725 {
  max-width: 2725px !important; }

.maxwidth-2730 {
  max-width: 2730px !important; }

.maxwidth-2735 {
  max-width: 2735px !important; }

.maxwidth-2740 {
  max-width: 2740px !important; }

.maxwidth-2745 {
  max-width: 2745px !important; }

.maxwidth-2750 {
  max-width: 2750px !important; }

.maxwidth-2755 {
  max-width: 2755px !important; }

.maxwidth-2760 {
  max-width: 2760px !important; }

.maxwidth-2765 {
  max-width: 2765px !important; }

.maxwidth-2770 {
  max-width: 2770px !important; }

.maxwidth-2775 {
  max-width: 2775px !important; }

.maxwidth-2780 {
  max-width: 2780px !important; }

.maxwidth-2785 {
  max-width: 2785px !important; }

.maxwidth-2790 {
  max-width: 2790px !important; }

.maxwidth-2795 {
  max-width: 2795px !important; }

.maxwidth-2800 {
  max-width: 2800px !important; }

.maxwidth-2805 {
  max-width: 2805px !important; }

.maxwidth-2810 {
  max-width: 2810px !important; }

.maxwidth-2815 {
  max-width: 2815px !important; }

.maxwidth-2820 {
  max-width: 2820px !important; }

.maxwidth-2825 {
  max-width: 2825px !important; }

.maxwidth-2830 {
  max-width: 2830px !important; }

.maxwidth-2835 {
  max-width: 2835px !important; }

.maxwidth-2840 {
  max-width: 2840px !important; }

.maxwidth-2845 {
  max-width: 2845px !important; }

.maxwidth-2850 {
  max-width: 2850px !important; }

.maxwidth-2855 {
  max-width: 2855px !important; }

.maxwidth-2860 {
  max-width: 2860px !important; }

.maxwidth-2865 {
  max-width: 2865px !important; }

.maxwidth-2870 {
  max-width: 2870px !important; }

.maxwidth-2875 {
  max-width: 2875px !important; }

.maxwidth-2880 {
  max-width: 2880px !important; }

.maxwidth-2885 {
  max-width: 2885px !important; }

.maxwidth-2890 {
  max-width: 2890px !important; }

.maxwidth-2895 {
  max-width: 2895px !important; }

.maxwidth-2900 {
  max-width: 2900px !important; }

.maxwidth-2905 {
  max-width: 2905px !important; }

.maxwidth-2910 {
  max-width: 2910px !important; }

.maxwidth-2915 {
  max-width: 2915px !important; }

.maxwidth-2920 {
  max-width: 2920px !important; }

.maxwidth-2925 {
  max-width: 2925px !important; }

.maxwidth-2930 {
  max-width: 2930px !important; }

.maxwidth-2935 {
  max-width: 2935px !important; }

.maxwidth-2940 {
  max-width: 2940px !important; }

.maxwidth-2945 {
  max-width: 2945px !important; }

.maxwidth-2950 {
  max-width: 2950px !important; }

.maxwidth-2955 {
  max-width: 2955px !important; }

.maxwidth-2960 {
  max-width: 2960px !important; }

.maxwidth-2965 {
  max-width: 2965px !important; }

.maxwidth-2970 {
  max-width: 2970px !important; }

.maxwidth-2975 {
  max-width: 2975px !important; }

.maxwidth-2980 {
  max-width: 2980px !important; }

.maxwidth-2985 {
  max-width: 2985px !important; }

.maxwidth-2990 {
  max-width: 2990px !important; }

.maxwidth-2995 {
  max-width: 2995px !important; }

.maxwidth-3000 {
  max-width: 3000px !important; }

.maxwidth-3005 {
  max-width: 3005px !important; }

.maxwidth-3010 {
  max-width: 3010px !important; }

.maxwidth-3015 {
  max-width: 3015px !important; }

.maxwidth-3020 {
  max-width: 3020px !important; }

.maxwidth-3025 {
  max-width: 3025px !important; }

.maxwidth-3030 {
  max-width: 3030px !important; }

.maxwidth-3035 {
  max-width: 3035px !important; }

.maxwidth-3040 {
  max-width: 3040px !important; }

.maxwidth-3045 {
  max-width: 3045px !important; }

.maxwidth-3050 {
  max-width: 3050px !important; }

.maxwidth-3055 {
  max-width: 3055px !important; }

.maxwidth-3060 {
  max-width: 3060px !important; }

.maxwidth-3065 {
  max-width: 3065px !important; }

.maxwidth-3070 {
  max-width: 3070px !important; }

.maxwidth-3075 {
  max-width: 3075px !important; }

.maxwidth-3080 {
  max-width: 3080px !important; }

.maxwidth-3085 {
  max-width: 3085px !important; }

.maxwidth-3090 {
  max-width: 3090px !important; }

.maxwidth-3095 {
  max-width: 3095px !important; }

.maxwidth-3100 {
  max-width: 3100px !important; }

.maxwidth-3105 {
  max-width: 3105px !important; }

.maxwidth-3110 {
  max-width: 3110px !important; }

.maxwidth-3115 {
  max-width: 3115px !important; }

.maxwidth-3120 {
  max-width: 3120px !important; }

.maxwidth-3125 {
  max-width: 3125px !important; }

.maxwidth-3130 {
  max-width: 3130px !important; }

.maxwidth-3135 {
  max-width: 3135px !important; }

.maxwidth-3140 {
  max-width: 3140px !important; }

.maxwidth-3145 {
  max-width: 3145px !important; }

.maxwidth-3150 {
  max-width: 3150px !important; }

.maxwidth-3155 {
  max-width: 3155px !important; }

.maxwidth-3160 {
  max-width: 3160px !important; }

.maxwidth-3165 {
  max-width: 3165px !important; }

.maxwidth-3170 {
  max-width: 3170px !important; }

.maxwidth-3175 {
  max-width: 3175px !important; }

.maxwidth-3180 {
  max-width: 3180px !important; }

.maxwidth-3185 {
  max-width: 3185px !important; }

.maxwidth-3190 {
  max-width: 3190px !important; }

.maxwidth-3195 {
  max-width: 3195px !important; }

.maxwidth-3200 {
  max-width: 3200px !important; }

.maxwidth-3205 {
  max-width: 3205px !important; }

.maxwidth-3210 {
  max-width: 3210px !important; }

.maxwidth-3215 {
  max-width: 3215px !important; }

.maxwidth-3220 {
  max-width: 3220px !important; }

.maxwidth-3225 {
  max-width: 3225px !important; }

.maxwidth-3230 {
  max-width: 3230px !important; }

.maxwidth-3235 {
  max-width: 3235px !important; }

.maxwidth-3240 {
  max-width: 3240px !important; }

.maxwidth-3245 {
  max-width: 3245px !important; }

.maxwidth-3250 {
  max-width: 3250px !important; }

.maxwidth-3255 {
  max-width: 3255px !important; }

.maxwidth-3260 {
  max-width: 3260px !important; }

.maxwidth-3265 {
  max-width: 3265px !important; }

.maxwidth-3270 {
  max-width: 3270px !important; }

.maxwidth-3275 {
  max-width: 3275px !important; }

.maxwidth-3280 {
  max-width: 3280px !important; }

.maxwidth-3285 {
  max-width: 3285px !important; }

.maxwidth-3290 {
  max-width: 3290px !important; }

.maxwidth-3295 {
  max-width: 3295px !important; }

.maxwidth-3300 {
  max-width: 3300px !important; }

.maxwidth-3305 {
  max-width: 3305px !important; }

.maxwidth-3310 {
  max-width: 3310px !important; }

.maxwidth-3315 {
  max-width: 3315px !important; }

.maxwidth-3320 {
  max-width: 3320px !important; }

.maxwidth-3325 {
  max-width: 3325px !important; }

.maxwidth-3330 {
  max-width: 3330px !important; }

.maxwidth-3335 {
  max-width: 3335px !important; }

.maxwidth-3340 {
  max-width: 3340px !important; }

.maxwidth-3345 {
  max-width: 3345px !important; }

.maxwidth-3350 {
  max-width: 3350px !important; }

.maxwidth-3355 {
  max-width: 3355px !important; }

.maxwidth-3360 {
  max-width: 3360px !important; }

.maxwidth-3365 {
  max-width: 3365px !important; }

.maxwidth-3370 {
  max-width: 3370px !important; }

.maxwidth-3375 {
  max-width: 3375px !important; }

.maxwidth-3380 {
  max-width: 3380px !important; }

.maxwidth-3385 {
  max-width: 3385px !important; }

.maxwidth-3390 {
  max-width: 3390px !important; }

.maxwidth-3395 {
  max-width: 3395px !important; }

.maxwidth-3400 {
  max-width: 3400px !important; }

.maxwidth-3405 {
  max-width: 3405px !important; }

.maxwidth-3410 {
  max-width: 3410px !important; }

.maxwidth-3415 {
  max-width: 3415px !important; }

.maxwidth-3420 {
  max-width: 3420px !important; }

.maxwidth-3425 {
  max-width: 3425px !important; }

.maxwidth-3430 {
  max-width: 3430px !important; }

.maxwidth-3435 {
  max-width: 3435px !important; }

.maxwidth-3440 {
  max-width: 3440px !important; }

.maxwidth-3445 {
  max-width: 3445px !important; }

.maxwidth-3450 {
  max-width: 3450px !important; }

.maxwidth-3455 {
  max-width: 3455px !important; }

.maxwidth-3460 {
  max-width: 3460px !important; }

.maxwidth-3465 {
  max-width: 3465px !important; }

.maxwidth-3470 {
  max-width: 3470px !important; }

.maxwidth-3475 {
  max-width: 3475px !important; }

.maxwidth-3480 {
  max-width: 3480px !important; }

.maxwidth-3485 {
  max-width: 3485px !important; }

.maxwidth-3490 {
  max-width: 3490px !important; }

.maxwidth-3495 {
  max-width: 3495px !important; }

.maxwidth-3500 {
  max-width: 3500px !important; }

.maxwidth-3505 {
  max-width: 3505px !important; }

.maxwidth-3510 {
  max-width: 3510px !important; }

.maxwidth-3515 {
  max-width: 3515px !important; }

.maxwidth-3520 {
  max-width: 3520px !important; }

.maxwidth-3525 {
  max-width: 3525px !important; }

.maxwidth-3530 {
  max-width: 3530px !important; }

.maxwidth-3535 {
  max-width: 3535px !important; }

.maxwidth-3540 {
  max-width: 3540px !important; }

.maxwidth-3545 {
  max-width: 3545px !important; }

.maxwidth-3550 {
  max-width: 3550px !important; }

.maxwidth-3555 {
  max-width: 3555px !important; }

.maxwidth-3560 {
  max-width: 3560px !important; }

.maxwidth-3565 {
  max-width: 3565px !important; }

.maxwidth-3570 {
  max-width: 3570px !important; }

.maxwidth-3575 {
  max-width: 3575px !important; }

.maxwidth-3580 {
  max-width: 3580px !important; }

.maxwidth-3585 {
  max-width: 3585px !important; }

.maxwidth-3590 {
  max-width: 3590px !important; }

.maxwidth-3595 {
  max-width: 3595px !important; }

.maxwidth-3600 {
  max-width: 3600px !important; }

.maxwidth-3605 {
  max-width: 3605px !important; }

.maxwidth-3610 {
  max-width: 3610px !important; }

.maxwidth-3615 {
  max-width: 3615px !important; }

.maxwidth-3620 {
  max-width: 3620px !important; }

.maxwidth-3625 {
  max-width: 3625px !important; }

.maxwidth-3630 {
  max-width: 3630px !important; }

.maxwidth-3635 {
  max-width: 3635px !important; }

.maxwidth-3640 {
  max-width: 3640px !important; }

.maxwidth-3645 {
  max-width: 3645px !important; }

.maxwidth-3650 {
  max-width: 3650px !important; }

.maxwidth-3655 {
  max-width: 3655px !important; }

.maxwidth-3660 {
  max-width: 3660px !important; }

.maxwidth-3665 {
  max-width: 3665px !important; }

.maxwidth-3670 {
  max-width: 3670px !important; }

.maxwidth-3675 {
  max-width: 3675px !important; }

.maxwidth-3680 {
  max-width: 3680px !important; }

.maxwidth-3685 {
  max-width: 3685px !important; }

.maxwidth-3690 {
  max-width: 3690px !important; }

.maxwidth-3695 {
  max-width: 3695px !important; }

.maxwidth-3700 {
  max-width: 3700px !important; }

.maxwidth-3705 {
  max-width: 3705px !important; }

.maxwidth-3710 {
  max-width: 3710px !important; }

.maxwidth-3715 {
  max-width: 3715px !important; }

.maxwidth-3720 {
  max-width: 3720px !important; }

.maxwidth-3725 {
  max-width: 3725px !important; }

.maxwidth-3730 {
  max-width: 3730px !important; }

.maxwidth-3735 {
  max-width: 3735px !important; }

.maxwidth-3740 {
  max-width: 3740px !important; }

.maxwidth-3745 {
  max-width: 3745px !important; }

.maxwidth-3750 {
  max-width: 3750px !important; }

.maxwidth-3755 {
  max-width: 3755px !important; }

.maxwidth-3760 {
  max-width: 3760px !important; }

.maxwidth-3765 {
  max-width: 3765px !important; }

.maxwidth-3770 {
  max-width: 3770px !important; }

.maxwidth-3775 {
  max-width: 3775px !important; }

.maxwidth-3780 {
  max-width: 3780px !important; }

.maxwidth-3785 {
  max-width: 3785px !important; }

.maxwidth-3790 {
  max-width: 3790px !important; }

.maxwidth-3795 {
  max-width: 3795px !important; }

.maxwidth-3800 {
  max-width: 3800px !important; }

.maxwidth-3805 {
  max-width: 3805px !important; }

.maxwidth-3810 {
  max-width: 3810px !important; }

.maxwidth-3815 {
  max-width: 3815px !important; }

.maxwidth-3820 {
  max-width: 3820px !important; }

.maxwidth-3825 {
  max-width: 3825px !important; }

.maxwidth-3830 {
  max-width: 3830px !important; }

.maxwidth-3835 {
  max-width: 3835px !important; }

.maxwidth-3840 {
  max-width: 3840px !important; }

.maxwidth-3845 {
  max-width: 3845px !important; }

.maxwidth-3850 {
  max-width: 3850px !important; }

.maxwidth-3855 {
  max-width: 3855px !important; }

.maxwidth-3860 {
  max-width: 3860px !important; }

.maxwidth-3865 {
  max-width: 3865px !important; }

.maxwidth-3870 {
  max-width: 3870px !important; }

.maxwidth-3875 {
  max-width: 3875px !important; }

.maxwidth-3880 {
  max-width: 3880px !important; }

.maxwidth-3885 {
  max-width: 3885px !important; }

.maxwidth-3890 {
  max-width: 3890px !important; }

.maxwidth-3895 {
  max-width: 3895px !important; }

.maxwidth-3900 {
  max-width: 3900px !important; }

.maxwidth-3905 {
  max-width: 3905px !important; }

.maxwidth-3910 {
  max-width: 3910px !important; }

.maxwidth-3915 {
  max-width: 3915px !important; }

.maxwidth-3920 {
  max-width: 3920px !important; }

.maxwidth-3925 {
  max-width: 3925px !important; }

.maxwidth-3930 {
  max-width: 3930px !important; }

.maxwidth-3935 {
  max-width: 3935px !important; }

.maxwidth-3940 {
  max-width: 3940px !important; }

.maxwidth-3945 {
  max-width: 3945px !important; }

.maxwidth-3950 {
  max-width: 3950px !important; }

.maxwidth-3955 {
  max-width: 3955px !important; }

.maxwidth-3960 {
  max-width: 3960px !important; }

.maxwidth-3965 {
  max-width: 3965px !important; }

.maxwidth-3970 {
  max-width: 3970px !important; }

.maxwidth-3975 {
  max-width: 3975px !important; }

.maxwidth-3980 {
  max-width: 3980px !important; }

.maxwidth-3985 {
  max-width: 3985px !important; }

.maxwidth-3990 {
  max-width: 3990px !important; }

.maxwidth-3995 {
  max-width: 3995px !important; }

.maxwidth-4000 {
  max-width: 4000px !important; }

.maxheight-5 {
  max-height: 5px !important; }

.maxheight-10 {
  max-height: 10px !important; }

.maxheight-15 {
  max-height: 15px !important; }

.maxheight-20 {
  max-height: 20px !important; }

.maxheight-25 {
  max-height: 25px !important; }

.maxheight-30 {
  max-height: 30px !important; }

.maxheight-35 {
  max-height: 35px !important; }

.maxheight-40 {
  max-height: 40px !important; }

.maxheight-45 {
  max-height: 45px !important; }

.maxheight-50 {
  max-height: 50px !important; }

.maxheight-55 {
  max-height: 55px !important; }

.maxheight-60 {
  max-height: 60px !important; }

.maxheight-65 {
  max-height: 65px !important; }

.maxheight-70 {
  max-height: 70px !important; }

.maxheight-75 {
  max-height: 75px !important; }

.maxheight-80 {
  max-height: 80px !important; }

.maxheight-85 {
  max-height: 85px !important; }

.maxheight-90 {
  max-height: 90px !important; }

.maxheight-95 {
  max-height: 95px !important; }

.maxheight-100 {
  max-height: 100px !important; }

.maxheight-105 {
  max-height: 105px !important; }

.maxheight-110 {
  max-height: 110px !important; }

.maxheight-115 {
  max-height: 115px !important; }

.maxheight-120 {
  max-height: 120px !important; }

.maxheight-125 {
  max-height: 125px !important; }

.maxheight-130 {
  max-height: 130px !important; }

.maxheight-135 {
  max-height: 135px !important; }

.maxheight-140 {
  max-height: 140px !important; }

.maxheight-145 {
  max-height: 145px !important; }

.maxheight-150 {
  max-height: 150px !important; }

.maxheight-155 {
  max-height: 155px !important; }

.maxheight-160 {
  max-height: 160px !important; }

.maxheight-165 {
  max-height: 165px !important; }

.maxheight-170 {
  max-height: 170px !important; }

.maxheight-175 {
  max-height: 175px !important; }

.maxheight-180 {
  max-height: 180px !important; }

.maxheight-185 {
  max-height: 185px !important; }

.maxheight-190 {
  max-height: 190px !important; }

.maxheight-195 {
  max-height: 195px !important; }

.maxheight-200 {
  max-height: 200px !important; }

.maxheight-205 {
  max-height: 205px !important; }

.maxheight-210 {
  max-height: 210px !important; }

.maxheight-215 {
  max-height: 215px !important; }

.maxheight-220 {
  max-height: 220px !important; }

.maxheight-225 {
  max-height: 225px !important; }

.maxheight-230 {
  max-height: 230px !important; }

.maxheight-235 {
  max-height: 235px !important; }

.maxheight-240 {
  max-height: 240px !important; }

.maxheight-245 {
  max-height: 245px !important; }

.maxheight-250 {
  max-height: 250px !important; }

.maxheight-255 {
  max-height: 255px !important; }

.maxheight-260 {
  max-height: 260px !important; }

.maxheight-265 {
  max-height: 265px !important; }

.maxheight-270 {
  max-height: 270px !important; }

.maxheight-275 {
  max-height: 275px !important; }

.maxheight-280 {
  max-height: 280px !important; }

.maxheight-285 {
  max-height: 285px !important; }

.maxheight-290 {
  max-height: 290px !important; }

.maxheight-295 {
  max-height: 295px !important; }

.maxheight-300 {
  max-height: 300px !important; }

.maxheight-305 {
  max-height: 305px !important; }

.maxheight-310 {
  max-height: 310px !important; }

.maxheight-315 {
  max-height: 315px !important; }

.maxheight-320 {
  max-height: 320px !important; }

.maxheight-325 {
  max-height: 325px !important; }

.maxheight-330 {
  max-height: 330px !important; }

.maxheight-335 {
  max-height: 335px !important; }

.maxheight-340 {
  max-height: 340px !important; }

.maxheight-345 {
  max-height: 345px !important; }

.maxheight-350 {
  max-height: 350px !important; }

.maxheight-355 {
  max-height: 355px !important; }

.maxheight-360 {
  max-height: 360px !important; }

.maxheight-365 {
  max-height: 365px !important; }

.maxheight-370 {
  max-height: 370px !important; }

.maxheight-375 {
  max-height: 375px !important; }

.maxheight-380 {
  max-height: 380px !important; }

.maxheight-385 {
  max-height: 385px !important; }

.maxheight-390 {
  max-height: 390px !important; }

.maxheight-395 {
  max-height: 395px !important; }

.maxheight-400 {
  max-height: 400px !important; }

.maxheight-405 {
  max-height: 405px !important; }

.maxheight-410 {
  max-height: 410px !important; }

.maxheight-415 {
  max-height: 415px !important; }

.maxheight-420 {
  max-height: 420px !important; }

.maxheight-425 {
  max-height: 425px !important; }

.maxheight-430 {
  max-height: 430px !important; }

.maxheight-435 {
  max-height: 435px !important; }

.maxheight-440 {
  max-height: 440px !important; }

.maxheight-445 {
  max-height: 445px !important; }

.maxheight-450 {
  max-height: 450px !important; }

.maxheight-455 {
  max-height: 455px !important; }

.maxheight-460 {
  max-height: 460px !important; }

.maxheight-465 {
  max-height: 465px !important; }

.maxheight-470 {
  max-height: 470px !important; }

.maxheight-475 {
  max-height: 475px !important; }

.maxheight-480 {
  max-height: 480px !important; }

.maxheight-485 {
  max-height: 485px !important; }

.maxheight-490 {
  max-height: 490px !important; }

.maxheight-495 {
  max-height: 495px !important; }

.maxheight-500 {
  max-height: 500px !important; }

.maxheight-505 {
  max-height: 505px !important; }

.maxheight-510 {
  max-height: 510px !important; }

.maxheight-515 {
  max-height: 515px !important; }

.maxheight-520 {
  max-height: 520px !important; }

.maxheight-525 {
  max-height: 525px !important; }

.maxheight-530 {
  max-height: 530px !important; }

.maxheight-535 {
  max-height: 535px !important; }

.maxheight-540 {
  max-height: 540px !important; }

.maxheight-545 {
  max-height: 545px !important; }

.maxheight-550 {
  max-height: 550px !important; }

.maxheight-555 {
  max-height: 555px !important; }

.maxheight-560 {
  max-height: 560px !important; }

.maxheight-565 {
  max-height: 565px !important; }

.maxheight-570 {
  max-height: 570px !important; }

.maxheight-575 {
  max-height: 575px !important; }

.maxheight-580 {
  max-height: 580px !important; }

.maxheight-585 {
  max-height: 585px !important; }

.maxheight-590 {
  max-height: 590px !important; }

.maxheight-595 {
  max-height: 595px !important; }

.maxheight-600 {
  max-height: 600px !important; }

.maxheight-605 {
  max-height: 605px !important; }

.maxheight-610 {
  max-height: 610px !important; }

.maxheight-615 {
  max-height: 615px !important; }

.maxheight-620 {
  max-height: 620px !important; }

.maxheight-625 {
  max-height: 625px !important; }

.maxheight-630 {
  max-height: 630px !important; }

.maxheight-635 {
  max-height: 635px !important; }

.maxheight-640 {
  max-height: 640px !important; }

.maxheight-645 {
  max-height: 645px !important; }

.maxheight-650 {
  max-height: 650px !important; }

.maxheight-655 {
  max-height: 655px !important; }

.maxheight-660 {
  max-height: 660px !important; }

.maxheight-665 {
  max-height: 665px !important; }

.maxheight-670 {
  max-height: 670px !important; }

.maxheight-675 {
  max-height: 675px !important; }

.maxheight-680 {
  max-height: 680px !important; }

.maxheight-685 {
  max-height: 685px !important; }

.maxheight-690 {
  max-height: 690px !important; }

.maxheight-695 {
  max-height: 695px !important; }

.maxheight-700 {
  max-height: 700px !important; }

.maxheight-705 {
  max-height: 705px !important; }

.maxheight-710 {
  max-height: 710px !important; }

.maxheight-715 {
  max-height: 715px !important; }

.maxheight-720 {
  max-height: 720px !important; }

.maxheight-725 {
  max-height: 725px !important; }

.maxheight-730 {
  max-height: 730px !important; }

.maxheight-735 {
  max-height: 735px !important; }

.maxheight-740 {
  max-height: 740px !important; }

.maxheight-745 {
  max-height: 745px !important; }

.maxheight-750 {
  max-height: 750px !important; }

.maxheight-755 {
  max-height: 755px !important; }

.maxheight-760 {
  max-height: 760px !important; }

.maxheight-765 {
  max-height: 765px !important; }

.maxheight-770 {
  max-height: 770px !important; }

.maxheight-775 {
  max-height: 775px !important; }

.maxheight-780 {
  max-height: 780px !important; }

.maxheight-785 {
  max-height: 785px !important; }

.maxheight-790 {
  max-height: 790px !important; }

.maxheight-795 {
  max-height: 795px !important; }

.maxheight-800 {
  max-height: 800px !important; }

.maxheight-805 {
  max-height: 805px !important; }

.maxheight-810 {
  max-height: 810px !important; }

.maxheight-815 {
  max-height: 815px !important; }

.maxheight-820 {
  max-height: 820px !important; }

.maxheight-825 {
  max-height: 825px !important; }

.maxheight-830 {
  max-height: 830px !important; }

.maxheight-835 {
  max-height: 835px !important; }

.maxheight-840 {
  max-height: 840px !important; }

.maxheight-845 {
  max-height: 845px !important; }

.maxheight-850 {
  max-height: 850px !important; }

.maxheight-855 {
  max-height: 855px !important; }

.maxheight-860 {
  max-height: 860px !important; }

.maxheight-865 {
  max-height: 865px !important; }

.maxheight-870 {
  max-height: 870px !important; }

.maxheight-875 {
  max-height: 875px !important; }

.maxheight-880 {
  max-height: 880px !important; }

.maxheight-885 {
  max-height: 885px !important; }

.maxheight-890 {
  max-height: 890px !important; }

.maxheight-895 {
  max-height: 895px !important; }

.maxheight-900 {
  max-height: 900px !important; }

.maxheight-905 {
  max-height: 905px !important; }

.maxheight-910 {
  max-height: 910px !important; }

.maxheight-915 {
  max-height: 915px !important; }

.maxheight-920 {
  max-height: 920px !important; }

.maxheight-925 {
  max-height: 925px !important; }

.maxheight-930 {
  max-height: 930px !important; }

.maxheight-935 {
  max-height: 935px !important; }

.maxheight-940 {
  max-height: 940px !important; }

.maxheight-945 {
  max-height: 945px !important; }

.maxheight-950 {
  max-height: 950px !important; }

.maxheight-955 {
  max-height: 955px !important; }

.maxheight-960 {
  max-height: 960px !important; }

.maxheight-965 {
  max-height: 965px !important; }

.maxheight-970 {
  max-height: 970px !important; }

.maxheight-975 {
  max-height: 975px !important; }

.maxheight-980 {
  max-height: 980px !important; }

.maxheight-985 {
  max-height: 985px !important; }

.maxheight-990 {
  max-height: 990px !important; }

.maxheight-995 {
  max-height: 995px !important; }

.maxheight-1000 {
  max-height: 1000px !important; }

.maxheight-1005 {
  max-height: 1005px !important; }

.maxheight-1010 {
  max-height: 1010px !important; }

.maxheight-1015 {
  max-height: 1015px !important; }

.maxheight-1020 {
  max-height: 1020px !important; }

.maxheight-1025 {
  max-height: 1025px !important; }

.maxheight-1030 {
  max-height: 1030px !important; }

.maxheight-1035 {
  max-height: 1035px !important; }

.maxheight-1040 {
  max-height: 1040px !important; }

.maxheight-1045 {
  max-height: 1045px !important; }

.maxheight-1050 {
  max-height: 1050px !important; }

.maxheight-1055 {
  max-height: 1055px !important; }

.maxheight-1060 {
  max-height: 1060px !important; }

.maxheight-1065 {
  max-height: 1065px !important; }

.maxheight-1070 {
  max-height: 1070px !important; }

.maxheight-1075 {
  max-height: 1075px !important; }

.maxheight-1080 {
  max-height: 1080px !important; }

.maxheight-1085 {
  max-height: 1085px !important; }

.maxheight-1090 {
  max-height: 1090px !important; }

.maxheight-1095 {
  max-height: 1095px !important; }

.maxheight-1100 {
  max-height: 1100px !important; }

.maxheight-1105 {
  max-height: 1105px !important; }

.maxheight-1110 {
  max-height: 1110px !important; }

.maxheight-1115 {
  max-height: 1115px !important; }

.maxheight-1120 {
  max-height: 1120px !important; }

.maxheight-1125 {
  max-height: 1125px !important; }

.maxheight-1130 {
  max-height: 1130px !important; }

.maxheight-1135 {
  max-height: 1135px !important; }

.maxheight-1140 {
  max-height: 1140px !important; }

.maxheight-1145 {
  max-height: 1145px !important; }

.maxheight-1150 {
  max-height: 1150px !important; }

.maxheight-1155 {
  max-height: 1155px !important; }

.maxheight-1160 {
  max-height: 1160px !important; }

.maxheight-1165 {
  max-height: 1165px !important; }

.maxheight-1170 {
  max-height: 1170px !important; }

.maxheight-1175 {
  max-height: 1175px !important; }

.maxheight-1180 {
  max-height: 1180px !important; }

.maxheight-1185 {
  max-height: 1185px !important; }

.maxheight-1190 {
  max-height: 1190px !important; }

.maxheight-1195 {
  max-height: 1195px !important; }

.maxheight-1200 {
  max-height: 1200px !important; }

.maxheight-1205 {
  max-height: 1205px !important; }

.maxheight-1210 {
  max-height: 1210px !important; }

.maxheight-1215 {
  max-height: 1215px !important; }

.maxheight-1220 {
  max-height: 1220px !important; }

.maxheight-1225 {
  max-height: 1225px !important; }

.maxheight-1230 {
  max-height: 1230px !important; }

.maxheight-1235 {
  max-height: 1235px !important; }

.maxheight-1240 {
  max-height: 1240px !important; }

.maxheight-1245 {
  max-height: 1245px !important; }

.maxheight-1250 {
  max-height: 1250px !important; }

.maxheight-1255 {
  max-height: 1255px !important; }

.maxheight-1260 {
  max-height: 1260px !important; }

.maxheight-1265 {
  max-height: 1265px !important; }

.maxheight-1270 {
  max-height: 1270px !important; }

.maxheight-1275 {
  max-height: 1275px !important; }

.maxheight-1280 {
  max-height: 1280px !important; }

.maxheight-1285 {
  max-height: 1285px !important; }

.maxheight-1290 {
  max-height: 1290px !important; }

.maxheight-1295 {
  max-height: 1295px !important; }

.maxheight-1300 {
  max-height: 1300px !important; }

.maxheight-1305 {
  max-height: 1305px !important; }

.maxheight-1310 {
  max-height: 1310px !important; }

.maxheight-1315 {
  max-height: 1315px !important; }

.maxheight-1320 {
  max-height: 1320px !important; }

.maxheight-1325 {
  max-height: 1325px !important; }

.maxheight-1330 {
  max-height: 1330px !important; }

.maxheight-1335 {
  max-height: 1335px !important; }

.maxheight-1340 {
  max-height: 1340px !important; }

.maxheight-1345 {
  max-height: 1345px !important; }

.maxheight-1350 {
  max-height: 1350px !important; }

.maxheight-1355 {
  max-height: 1355px !important; }

.maxheight-1360 {
  max-height: 1360px !important; }

.maxheight-1365 {
  max-height: 1365px !important; }

.maxheight-1370 {
  max-height: 1370px !important; }

.maxheight-1375 {
  max-height: 1375px !important; }

.maxheight-1380 {
  max-height: 1380px !important; }

.maxheight-1385 {
  max-height: 1385px !important; }

.maxheight-1390 {
  max-height: 1390px !important; }

.maxheight-1395 {
  max-height: 1395px !important; }

.maxheight-1400 {
  max-height: 1400px !important; }

.maxheight-1405 {
  max-height: 1405px !important; }

.maxheight-1410 {
  max-height: 1410px !important; }

.maxheight-1415 {
  max-height: 1415px !important; }

.maxheight-1420 {
  max-height: 1420px !important; }

.maxheight-1425 {
  max-height: 1425px !important; }

.maxheight-1430 {
  max-height: 1430px !important; }

.maxheight-1435 {
  max-height: 1435px !important; }

.maxheight-1440 {
  max-height: 1440px !important; }

.maxheight-1445 {
  max-height: 1445px !important; }

.maxheight-1450 {
  max-height: 1450px !important; }

.maxheight-1455 {
  max-height: 1455px !important; }

.maxheight-1460 {
  max-height: 1460px !important; }

.maxheight-1465 {
  max-height: 1465px !important; }

.maxheight-1470 {
  max-height: 1470px !important; }

.maxheight-1475 {
  max-height: 1475px !important; }

.maxheight-1480 {
  max-height: 1480px !important; }

.maxheight-1485 {
  max-height: 1485px !important; }

.maxheight-1490 {
  max-height: 1490px !important; }

.maxheight-1495 {
  max-height: 1495px !important; }

.maxheight-1500 {
  max-height: 1500px !important; }

.maxheight-1505 {
  max-height: 1505px !important; }

.maxheight-1510 {
  max-height: 1510px !important; }

.maxheight-1515 {
  max-height: 1515px !important; }

.maxheight-1520 {
  max-height: 1520px !important; }

.maxheight-1525 {
  max-height: 1525px !important; }

.maxheight-1530 {
  max-height: 1530px !important; }

.maxheight-1535 {
  max-height: 1535px !important; }

.maxheight-1540 {
  max-height: 1540px !important; }

.maxheight-1545 {
  max-height: 1545px !important; }

.maxheight-1550 {
  max-height: 1550px !important; }

.maxheight-1555 {
  max-height: 1555px !important; }

.maxheight-1560 {
  max-height: 1560px !important; }

.maxheight-1565 {
  max-height: 1565px !important; }

.maxheight-1570 {
  max-height: 1570px !important; }

.maxheight-1575 {
  max-height: 1575px !important; }

.maxheight-1580 {
  max-height: 1580px !important; }

.maxheight-1585 {
  max-height: 1585px !important; }

.maxheight-1590 {
  max-height: 1590px !important; }

.maxheight-1595 {
  max-height: 1595px !important; }

.maxheight-1600 {
  max-height: 1600px !important; }

.maxheight-1605 {
  max-height: 1605px !important; }

.maxheight-1610 {
  max-height: 1610px !important; }

.maxheight-1615 {
  max-height: 1615px !important; }

.maxheight-1620 {
  max-height: 1620px !important; }

.maxheight-1625 {
  max-height: 1625px !important; }

.maxheight-1630 {
  max-height: 1630px !important; }

.maxheight-1635 {
  max-height: 1635px !important; }

.maxheight-1640 {
  max-height: 1640px !important; }

.maxheight-1645 {
  max-height: 1645px !important; }

.maxheight-1650 {
  max-height: 1650px !important; }

.maxheight-1655 {
  max-height: 1655px !important; }

.maxheight-1660 {
  max-height: 1660px !important; }

.maxheight-1665 {
  max-height: 1665px !important; }

.maxheight-1670 {
  max-height: 1670px !important; }

.maxheight-1675 {
  max-height: 1675px !important; }

.maxheight-1680 {
  max-height: 1680px !important; }

.maxheight-1685 {
  max-height: 1685px !important; }

.maxheight-1690 {
  max-height: 1690px !important; }

.maxheight-1695 {
  max-height: 1695px !important; }

.maxheight-1700 {
  max-height: 1700px !important; }

.maxheight-1705 {
  max-height: 1705px !important; }

.maxheight-1710 {
  max-height: 1710px !important; }

.maxheight-1715 {
  max-height: 1715px !important; }

.maxheight-1720 {
  max-height: 1720px !important; }

.maxheight-1725 {
  max-height: 1725px !important; }

.maxheight-1730 {
  max-height: 1730px !important; }

.maxheight-1735 {
  max-height: 1735px !important; }

.maxheight-1740 {
  max-height: 1740px !important; }

.maxheight-1745 {
  max-height: 1745px !important; }

.maxheight-1750 {
  max-height: 1750px !important; }

.maxheight-1755 {
  max-height: 1755px !important; }

.maxheight-1760 {
  max-height: 1760px !important; }

.maxheight-1765 {
  max-height: 1765px !important; }

.maxheight-1770 {
  max-height: 1770px !important; }

.maxheight-1775 {
  max-height: 1775px !important; }

.maxheight-1780 {
  max-height: 1780px !important; }

.maxheight-1785 {
  max-height: 1785px !important; }

.maxheight-1790 {
  max-height: 1790px !important; }

.maxheight-1795 {
  max-height: 1795px !important; }

.maxheight-1800 {
  max-height: 1800px !important; }

.maxheight-1805 {
  max-height: 1805px !important; }

.maxheight-1810 {
  max-height: 1810px !important; }

.maxheight-1815 {
  max-height: 1815px !important; }

.maxheight-1820 {
  max-height: 1820px !important; }

.maxheight-1825 {
  max-height: 1825px !important; }

.maxheight-1830 {
  max-height: 1830px !important; }

.maxheight-1835 {
  max-height: 1835px !important; }

.maxheight-1840 {
  max-height: 1840px !important; }

.maxheight-1845 {
  max-height: 1845px !important; }

.maxheight-1850 {
  max-height: 1850px !important; }

.maxheight-1855 {
  max-height: 1855px !important; }

.maxheight-1860 {
  max-height: 1860px !important; }

.maxheight-1865 {
  max-height: 1865px !important; }

.maxheight-1870 {
  max-height: 1870px !important; }

.maxheight-1875 {
  max-height: 1875px !important; }

.maxheight-1880 {
  max-height: 1880px !important; }

.maxheight-1885 {
  max-height: 1885px !important; }

.maxheight-1890 {
  max-height: 1890px !important; }

.maxheight-1895 {
  max-height: 1895px !important; }

.maxheight-1900 {
  max-height: 1900px !important; }

.maxheight-1905 {
  max-height: 1905px !important; }

.maxheight-1910 {
  max-height: 1910px !important; }

.maxheight-1915 {
  max-height: 1915px !important; }

.maxheight-1920 {
  max-height: 1920px !important; }

.maxheight-1925 {
  max-height: 1925px !important; }

.maxheight-1930 {
  max-height: 1930px !important; }

.maxheight-1935 {
  max-height: 1935px !important; }

.maxheight-1940 {
  max-height: 1940px !important; }

.maxheight-1945 {
  max-height: 1945px !important; }

.maxheight-1950 {
  max-height: 1950px !important; }

.maxheight-1955 {
  max-height: 1955px !important; }

.maxheight-1960 {
  max-height: 1960px !important; }

.maxheight-1965 {
  max-height: 1965px !important; }

.maxheight-1970 {
  max-height: 1970px !important; }

.maxheight-1975 {
  max-height: 1975px !important; }

.maxheight-1980 {
  max-height: 1980px !important; }

.maxheight-1985 {
  max-height: 1985px !important; }

.maxheight-1990 {
  max-height: 1990px !important; }

.maxheight-1995 {
  max-height: 1995px !important; }

.maxheight-2000 {
  max-height: 2000px !important; }

.maxheight-2005 {
  max-height: 2005px !important; }

.maxheight-2010 {
  max-height: 2010px !important; }

.maxheight-2015 {
  max-height: 2015px !important; }

.maxheight-2020 {
  max-height: 2020px !important; }

.maxheight-2025 {
  max-height: 2025px !important; }

.maxheight-2030 {
  max-height: 2030px !important; }

.maxheight-2035 {
  max-height: 2035px !important; }

.maxheight-2040 {
  max-height: 2040px !important; }

.maxheight-2045 {
  max-height: 2045px !important; }

.maxheight-2050 {
  max-height: 2050px !important; }

.maxheight-2055 {
  max-height: 2055px !important; }

.maxheight-2060 {
  max-height: 2060px !important; }

.maxheight-2065 {
  max-height: 2065px !important; }

.maxheight-2070 {
  max-height: 2070px !important; }

.maxheight-2075 {
  max-height: 2075px !important; }

.maxheight-2080 {
  max-height: 2080px !important; }

.maxheight-2085 {
  max-height: 2085px !important; }

.maxheight-2090 {
  max-height: 2090px !important; }

.maxheight-2095 {
  max-height: 2095px !important; }

.maxheight-2100 {
  max-height: 2100px !important; }

.maxheight-2105 {
  max-height: 2105px !important; }

.maxheight-2110 {
  max-height: 2110px !important; }

.maxheight-2115 {
  max-height: 2115px !important; }

.maxheight-2120 {
  max-height: 2120px !important; }

.maxheight-2125 {
  max-height: 2125px !important; }

.maxheight-2130 {
  max-height: 2130px !important; }

.maxheight-2135 {
  max-height: 2135px !important; }

.maxheight-2140 {
  max-height: 2140px !important; }

.maxheight-2145 {
  max-height: 2145px !important; }

.maxheight-2150 {
  max-height: 2150px !important; }

.maxheight-2155 {
  max-height: 2155px !important; }

.maxheight-2160 {
  max-height: 2160px !important; }

.maxheight-2165 {
  max-height: 2165px !important; }

.maxheight-2170 {
  max-height: 2170px !important; }

.maxheight-2175 {
  max-height: 2175px !important; }

.maxheight-2180 {
  max-height: 2180px !important; }

.maxheight-2185 {
  max-height: 2185px !important; }

.maxheight-2190 {
  max-height: 2190px !important; }

.maxheight-2195 {
  max-height: 2195px !important; }

.maxheight-2200 {
  max-height: 2200px !important; }

.maxheight-2205 {
  max-height: 2205px !important; }

.maxheight-2210 {
  max-height: 2210px !important; }

.maxheight-2215 {
  max-height: 2215px !important; }

.maxheight-2220 {
  max-height: 2220px !important; }

.maxheight-2225 {
  max-height: 2225px !important; }

.maxheight-2230 {
  max-height: 2230px !important; }

.maxheight-2235 {
  max-height: 2235px !important; }

.maxheight-2240 {
  max-height: 2240px !important; }

.maxheight-2245 {
  max-height: 2245px !important; }

.maxheight-2250 {
  max-height: 2250px !important; }

.maxheight-2255 {
  max-height: 2255px !important; }

.maxheight-2260 {
  max-height: 2260px !important; }

.maxheight-2265 {
  max-height: 2265px !important; }

.maxheight-2270 {
  max-height: 2270px !important; }

.maxheight-2275 {
  max-height: 2275px !important; }

.maxheight-2280 {
  max-height: 2280px !important; }

.maxheight-2285 {
  max-height: 2285px !important; }

.maxheight-2290 {
  max-height: 2290px !important; }

.maxheight-2295 {
  max-height: 2295px !important; }

.maxheight-2300 {
  max-height: 2300px !important; }

.maxheight-2305 {
  max-height: 2305px !important; }

.maxheight-2310 {
  max-height: 2310px !important; }

.maxheight-2315 {
  max-height: 2315px !important; }

.maxheight-2320 {
  max-height: 2320px !important; }

.maxheight-2325 {
  max-height: 2325px !important; }

.maxheight-2330 {
  max-height: 2330px !important; }

.maxheight-2335 {
  max-height: 2335px !important; }

.maxheight-2340 {
  max-height: 2340px !important; }

.maxheight-2345 {
  max-height: 2345px !important; }

.maxheight-2350 {
  max-height: 2350px !important; }

.maxheight-2355 {
  max-height: 2355px !important; }

.maxheight-2360 {
  max-height: 2360px !important; }

.maxheight-2365 {
  max-height: 2365px !important; }

.maxheight-2370 {
  max-height: 2370px !important; }

.maxheight-2375 {
  max-height: 2375px !important; }

.maxheight-2380 {
  max-height: 2380px !important; }

.maxheight-2385 {
  max-height: 2385px !important; }

.maxheight-2390 {
  max-height: 2390px !important; }

.maxheight-2395 {
  max-height: 2395px !important; }

.maxheight-2400 {
  max-height: 2400px !important; }

.maxheight-2405 {
  max-height: 2405px !important; }

.maxheight-2410 {
  max-height: 2410px !important; }

.maxheight-2415 {
  max-height: 2415px !important; }

.maxheight-2420 {
  max-height: 2420px !important; }

.maxheight-2425 {
  max-height: 2425px !important; }

.maxheight-2430 {
  max-height: 2430px !important; }

.maxheight-2435 {
  max-height: 2435px !important; }

.maxheight-2440 {
  max-height: 2440px !important; }

.maxheight-2445 {
  max-height: 2445px !important; }

.maxheight-2450 {
  max-height: 2450px !important; }

.maxheight-2455 {
  max-height: 2455px !important; }

.maxheight-2460 {
  max-height: 2460px !important; }

.maxheight-2465 {
  max-height: 2465px !important; }

.maxheight-2470 {
  max-height: 2470px !important; }

.maxheight-2475 {
  max-height: 2475px !important; }

.maxheight-2480 {
  max-height: 2480px !important; }

.maxheight-2485 {
  max-height: 2485px !important; }

.maxheight-2490 {
  max-height: 2490px !important; }

.maxheight-2495 {
  max-height: 2495px !important; }

.maxheight-2500 {
  max-height: 2500px !important; }

.minwidth-5 {
  min-width: 5px !important; }

.minwidth-10 {
  min-width: 10px !important; }

.minwidth-15 {
  min-width: 15px !important; }

.minwidth-20 {
  min-width: 20px !important; }

.minwidth-25 {
  min-width: 25px !important; }

.minwidth-30 {
  min-width: 30px !important; }

.minwidth-35 {
  min-width: 35px !important; }

.minwidth-40 {
  min-width: 40px !important; }

.minwidth-45 {
  min-width: 45px !important; }

.minwidth-50 {
  min-width: 50px !important; }

.minwidth-55 {
  min-width: 55px !important; }

.minwidth-60 {
  min-width: 60px !important; }

.minwidth-65 {
  min-width: 65px !important; }

.minwidth-70 {
  min-width: 70px !important; }

.minwidth-75 {
  min-width: 75px !important; }

.minwidth-80 {
  min-width: 80px !important; }

.minwidth-85 {
  min-width: 85px !important; }

.minwidth-90 {
  min-width: 90px !important; }

.minwidth-95 {
  min-width: 95px !important; }

.minwidth-100 {
  min-width: 100px !important; }

.minwidth-105 {
  min-width: 105px !important; }

.minwidth-110 {
  min-width: 110px !important; }

.minwidth-115 {
  min-width: 115px !important; }

.minwidth-120 {
  min-width: 120px !important; }

.minwidth-125 {
  min-width: 125px !important; }

.minwidth-130 {
  min-width: 130px !important; }

.minwidth-135 {
  min-width: 135px !important; }

.minwidth-140 {
  min-width: 140px !important; }

.minwidth-145 {
  min-width: 145px !important; }

.minwidth-150 {
  min-width: 150px !important; }

.minwidth-155 {
  min-width: 155px !important; }

.minwidth-160 {
  min-width: 160px !important; }

.minwidth-165 {
  min-width: 165px !important; }

.minwidth-170 {
  min-width: 170px !important; }

.minwidth-175 {
  min-width: 175px !important; }

.minwidth-180 {
  min-width: 180px !important; }

.minwidth-185 {
  min-width: 185px !important; }

.minwidth-190 {
  min-width: 190px !important; }

.minwidth-195 {
  min-width: 195px !important; }

.minwidth-200 {
  min-width: 200px !important; }

.minwidth-205 {
  min-width: 205px !important; }

.minwidth-210 {
  min-width: 210px !important; }

.minwidth-215 {
  min-width: 215px !important; }

.minwidth-220 {
  min-width: 220px !important; }

.minwidth-225 {
  min-width: 225px !important; }

.minwidth-230 {
  min-width: 230px !important; }

.minwidth-235 {
  min-width: 235px !important; }

.minwidth-240 {
  min-width: 240px !important; }

.minwidth-245 {
  min-width: 245px !important; }

.minwidth-250 {
  min-width: 250px !important; }

.minwidth-255 {
  min-width: 255px !important; }

.minwidth-260 {
  min-width: 260px !important; }

.minwidth-265 {
  min-width: 265px !important; }

.minwidth-270 {
  min-width: 270px !important; }

.minwidth-275 {
  min-width: 275px !important; }

.minwidth-280 {
  min-width: 280px !important; }

.minwidth-285 {
  min-width: 285px !important; }

.minwidth-290 {
  min-width: 290px !important; }

.minwidth-295 {
  min-width: 295px !important; }

.minwidth-300 {
  min-width: 300px !important; }

.minwidth-305 {
  min-width: 305px !important; }

.minwidth-310 {
  min-width: 310px !important; }

.minwidth-315 {
  min-width: 315px !important; }

.minwidth-320 {
  min-width: 320px !important; }

.minwidth-325 {
  min-width: 325px !important; }

.minwidth-330 {
  min-width: 330px !important; }

.minwidth-335 {
  min-width: 335px !important; }

.minwidth-340 {
  min-width: 340px !important; }

.minwidth-345 {
  min-width: 345px !important; }

.minwidth-350 {
  min-width: 350px !important; }

.minwidth-355 {
  min-width: 355px !important; }

.minwidth-360 {
  min-width: 360px !important; }

.minwidth-365 {
  min-width: 365px !important; }

.minwidth-370 {
  min-width: 370px !important; }

.minwidth-375 {
  min-width: 375px !important; }

.minwidth-380 {
  min-width: 380px !important; }

.minwidth-385 {
  min-width: 385px !important; }

.minwidth-390 {
  min-width: 390px !important; }

.minwidth-395 {
  min-width: 395px !important; }

.minwidth-400 {
  min-width: 400px !important; }

.minwidth-405 {
  min-width: 405px !important; }

.minwidth-410 {
  min-width: 410px !important; }

.minwidth-415 {
  min-width: 415px !important; }

.minwidth-420 {
  min-width: 420px !important; }

.minwidth-425 {
  min-width: 425px !important; }

.minwidth-430 {
  min-width: 430px !important; }

.minwidth-435 {
  min-width: 435px !important; }

.minwidth-440 {
  min-width: 440px !important; }

.minwidth-445 {
  min-width: 445px !important; }

.minwidth-450 {
  min-width: 450px !important; }

.minwidth-455 {
  min-width: 455px !important; }

.minwidth-460 {
  min-width: 460px !important; }

.minwidth-465 {
  min-width: 465px !important; }

.minwidth-470 {
  min-width: 470px !important; }

.minwidth-475 {
  min-width: 475px !important; }

.minwidth-480 {
  min-width: 480px !important; }

.minwidth-485 {
  min-width: 485px !important; }

.minwidth-490 {
  min-width: 490px !important; }

.minwidth-495 {
  min-width: 495px !important; }

.minwidth-500 {
  min-width: 500px !important; }

.minwidth-505 {
  min-width: 505px !important; }

.minwidth-510 {
  min-width: 510px !important; }

.minwidth-515 {
  min-width: 515px !important; }

.minwidth-520 {
  min-width: 520px !important; }

.minwidth-525 {
  min-width: 525px !important; }

.minwidth-530 {
  min-width: 530px !important; }

.minwidth-535 {
  min-width: 535px !important; }

.minwidth-540 {
  min-width: 540px !important; }

.minwidth-545 {
  min-width: 545px !important; }

.minwidth-550 {
  min-width: 550px !important; }

.minwidth-555 {
  min-width: 555px !important; }

.minwidth-560 {
  min-width: 560px !important; }

.minwidth-565 {
  min-width: 565px !important; }

.minwidth-570 {
  min-width: 570px !important; }

.minwidth-575 {
  min-width: 575px !important; }

.minwidth-580 {
  min-width: 580px !important; }

.minwidth-585 {
  min-width: 585px !important; }

.minwidth-590 {
  min-width: 590px !important; }

.minwidth-595 {
  min-width: 595px !important; }

.minwidth-600 {
  min-width: 600px !important; }

.minwidth-605 {
  min-width: 605px !important; }

.minwidth-610 {
  min-width: 610px !important; }

.minwidth-615 {
  min-width: 615px !important; }

.minwidth-620 {
  min-width: 620px !important; }

.minwidth-625 {
  min-width: 625px !important; }

.minwidth-630 {
  min-width: 630px !important; }

.minwidth-635 {
  min-width: 635px !important; }

.minwidth-640 {
  min-width: 640px !important; }

.minwidth-645 {
  min-width: 645px !important; }

.minwidth-650 {
  min-width: 650px !important; }

.minwidth-655 {
  min-width: 655px !important; }

.minwidth-660 {
  min-width: 660px !important; }

.minwidth-665 {
  min-width: 665px !important; }

.minwidth-670 {
  min-width: 670px !important; }

.minwidth-675 {
  min-width: 675px !important; }

.minwidth-680 {
  min-width: 680px !important; }

.minwidth-685 {
  min-width: 685px !important; }

.minwidth-690 {
  min-width: 690px !important; }

.minwidth-695 {
  min-width: 695px !important; }

.minwidth-700 {
  min-width: 700px !important; }

.minwidth-705 {
  min-width: 705px !important; }

.minwidth-710 {
  min-width: 710px !important; }

.minwidth-715 {
  min-width: 715px !important; }

.minwidth-720 {
  min-width: 720px !important; }

.minwidth-725 {
  min-width: 725px !important; }

.minwidth-730 {
  min-width: 730px !important; }

.minwidth-735 {
  min-width: 735px !important; }

.minwidth-740 {
  min-width: 740px !important; }

.minwidth-745 {
  min-width: 745px !important; }

.minwidth-750 {
  min-width: 750px !important; }

.minwidth-755 {
  min-width: 755px !important; }

.minwidth-760 {
  min-width: 760px !important; }

.minwidth-765 {
  min-width: 765px !important; }

.minwidth-770 {
  min-width: 770px !important; }

.minwidth-775 {
  min-width: 775px !important; }

.minwidth-780 {
  min-width: 780px !important; }

.minwidth-785 {
  min-width: 785px !important; }

.minwidth-790 {
  min-width: 790px !important; }

.minwidth-795 {
  min-width: 795px !important; }

.minwidth-800 {
  min-width: 800px !important; }

.minwidth-805 {
  min-width: 805px !important; }

.minwidth-810 {
  min-width: 810px !important; }

.minwidth-815 {
  min-width: 815px !important; }

.minwidth-820 {
  min-width: 820px !important; }

.minwidth-825 {
  min-width: 825px !important; }

.minwidth-830 {
  min-width: 830px !important; }

.minwidth-835 {
  min-width: 835px !important; }

.minwidth-840 {
  min-width: 840px !important; }

.minwidth-845 {
  min-width: 845px !important; }

.minwidth-850 {
  min-width: 850px !important; }

.minwidth-855 {
  min-width: 855px !important; }

.minwidth-860 {
  min-width: 860px !important; }

.minwidth-865 {
  min-width: 865px !important; }

.minwidth-870 {
  min-width: 870px !important; }

.minwidth-875 {
  min-width: 875px !important; }

.minwidth-880 {
  min-width: 880px !important; }

.minwidth-885 {
  min-width: 885px !important; }

.minwidth-890 {
  min-width: 890px !important; }

.minwidth-895 {
  min-width: 895px !important; }

.minwidth-900 {
  min-width: 900px !important; }

.minwidth-905 {
  min-width: 905px !important; }

.minwidth-910 {
  min-width: 910px !important; }

.minwidth-915 {
  min-width: 915px !important; }

.minwidth-920 {
  min-width: 920px !important; }

.minwidth-925 {
  min-width: 925px !important; }

.minwidth-930 {
  min-width: 930px !important; }

.minwidth-935 {
  min-width: 935px !important; }

.minwidth-940 {
  min-width: 940px !important; }

.minwidth-945 {
  min-width: 945px !important; }

.minwidth-950 {
  min-width: 950px !important; }

.minwidth-955 {
  min-width: 955px !important; }

.minwidth-960 {
  min-width: 960px !important; }

.minwidth-965 {
  min-width: 965px !important; }

.minwidth-970 {
  min-width: 970px !important; }

.minwidth-975 {
  min-width: 975px !important; }

.minwidth-980 {
  min-width: 980px !important; }

.minwidth-985 {
  min-width: 985px !important; }

.minwidth-990 {
  min-width: 990px !important; }

.minwidth-995 {
  min-width: 995px !important; }

.minwidth-1000 {
  min-width: 1000px !important; }

.minwidth-1005 {
  min-width: 1005px !important; }

.minwidth-1010 {
  min-width: 1010px !important; }

.minwidth-1015 {
  min-width: 1015px !important; }

.minwidth-1020 {
  min-width: 1020px !important; }

.minwidth-1025 {
  min-width: 1025px !important; }

.minwidth-1030 {
  min-width: 1030px !important; }

.minwidth-1035 {
  min-width: 1035px !important; }

.minwidth-1040 {
  min-width: 1040px !important; }

.minwidth-1045 {
  min-width: 1045px !important; }

.minwidth-1050 {
  min-width: 1050px !important; }

.minwidth-1055 {
  min-width: 1055px !important; }

.minwidth-1060 {
  min-width: 1060px !important; }

.minwidth-1065 {
  min-width: 1065px !important; }

.minwidth-1070 {
  min-width: 1070px !important; }

.minwidth-1075 {
  min-width: 1075px !important; }

.minwidth-1080 {
  min-width: 1080px !important; }

.minwidth-1085 {
  min-width: 1085px !important; }

.minwidth-1090 {
  min-width: 1090px !important; }

.minwidth-1095 {
  min-width: 1095px !important; }

.minwidth-1100 {
  min-width: 1100px !important; }

.minwidth-1105 {
  min-width: 1105px !important; }

.minwidth-1110 {
  min-width: 1110px !important; }

.minwidth-1115 {
  min-width: 1115px !important; }

.minwidth-1120 {
  min-width: 1120px !important; }

.minwidth-1125 {
  min-width: 1125px !important; }

.minwidth-1130 {
  min-width: 1130px !important; }

.minwidth-1135 {
  min-width: 1135px !important; }

.minwidth-1140 {
  min-width: 1140px !important; }

.minwidth-1145 {
  min-width: 1145px !important; }

.minwidth-1150 {
  min-width: 1150px !important; }

.minwidth-1155 {
  min-width: 1155px !important; }

.minwidth-1160 {
  min-width: 1160px !important; }

.minwidth-1165 {
  min-width: 1165px !important; }

.minwidth-1170 {
  min-width: 1170px !important; }

.minwidth-1175 {
  min-width: 1175px !important; }

.minwidth-1180 {
  min-width: 1180px !important; }

.minwidth-1185 {
  min-width: 1185px !important; }

.minwidth-1190 {
  min-width: 1190px !important; }

.minwidth-1195 {
  min-width: 1195px !important; }

.minwidth-1200 {
  min-width: 1200px !important; }

.minwidth-1205 {
  min-width: 1205px !important; }

.minwidth-1210 {
  min-width: 1210px !important; }

.minwidth-1215 {
  min-width: 1215px !important; }

.minwidth-1220 {
  min-width: 1220px !important; }

.minwidth-1225 {
  min-width: 1225px !important; }

.minwidth-1230 {
  min-width: 1230px !important; }

.minwidth-1235 {
  min-width: 1235px !important; }

.minwidth-1240 {
  min-width: 1240px !important; }

.minwidth-1245 {
  min-width: 1245px !important; }

.minwidth-1250 {
  min-width: 1250px !important; }

.minwidth-1255 {
  min-width: 1255px !important; }

.minwidth-1260 {
  min-width: 1260px !important; }

.minwidth-1265 {
  min-width: 1265px !important; }

.minwidth-1270 {
  min-width: 1270px !important; }

.minwidth-1275 {
  min-width: 1275px !important; }

.minwidth-1280 {
  min-width: 1280px !important; }

.minwidth-1285 {
  min-width: 1285px !important; }

.minwidth-1290 {
  min-width: 1290px !important; }

.minwidth-1295 {
  min-width: 1295px !important; }

.minwidth-1300 {
  min-width: 1300px !important; }

.minwidth-1305 {
  min-width: 1305px !important; }

.minwidth-1310 {
  min-width: 1310px !important; }

.minwidth-1315 {
  min-width: 1315px !important; }

.minwidth-1320 {
  min-width: 1320px !important; }

.minwidth-1325 {
  min-width: 1325px !important; }

.minwidth-1330 {
  min-width: 1330px !important; }

.minwidth-1335 {
  min-width: 1335px !important; }

.minwidth-1340 {
  min-width: 1340px !important; }

.minwidth-1345 {
  min-width: 1345px !important; }

.minwidth-1350 {
  min-width: 1350px !important; }

.minwidth-1355 {
  min-width: 1355px !important; }

.minwidth-1360 {
  min-width: 1360px !important; }

.minwidth-1365 {
  min-width: 1365px !important; }

.minwidth-1370 {
  min-width: 1370px !important; }

.minwidth-1375 {
  min-width: 1375px !important; }

.minwidth-1380 {
  min-width: 1380px !important; }

.minwidth-1385 {
  min-width: 1385px !important; }

.minwidth-1390 {
  min-width: 1390px !important; }

.minwidth-1395 {
  min-width: 1395px !important; }

.minwidth-1400 {
  min-width: 1400px !important; }

.minwidth-1405 {
  min-width: 1405px !important; }

.minwidth-1410 {
  min-width: 1410px !important; }

.minwidth-1415 {
  min-width: 1415px !important; }

.minwidth-1420 {
  min-width: 1420px !important; }

.minwidth-1425 {
  min-width: 1425px !important; }

.minwidth-1430 {
  min-width: 1430px !important; }

.minwidth-1435 {
  min-width: 1435px !important; }

.minwidth-1440 {
  min-width: 1440px !important; }

.minwidth-1445 {
  min-width: 1445px !important; }

.minwidth-1450 {
  min-width: 1450px !important; }

.minwidth-1455 {
  min-width: 1455px !important; }

.minwidth-1460 {
  min-width: 1460px !important; }

.minwidth-1465 {
  min-width: 1465px !important; }

.minwidth-1470 {
  min-width: 1470px !important; }

.minwidth-1475 {
  min-width: 1475px !important; }

.minwidth-1480 {
  min-width: 1480px !important; }

.minwidth-1485 {
  min-width: 1485px !important; }

.minwidth-1490 {
  min-width: 1490px !important; }

.minwidth-1495 {
  min-width: 1495px !important; }

.minwidth-1500 {
  min-width: 1500px !important; }

.minwidth-1505 {
  min-width: 1505px !important; }

.minwidth-1510 {
  min-width: 1510px !important; }

.minwidth-1515 {
  min-width: 1515px !important; }

.minwidth-1520 {
  min-width: 1520px !important; }

.minwidth-1525 {
  min-width: 1525px !important; }

.minwidth-1530 {
  min-width: 1530px !important; }

.minwidth-1535 {
  min-width: 1535px !important; }

.minwidth-1540 {
  min-width: 1540px !important; }

.minwidth-1545 {
  min-width: 1545px !important; }

.minwidth-1550 {
  min-width: 1550px !important; }

.minwidth-1555 {
  min-width: 1555px !important; }

.minwidth-1560 {
  min-width: 1560px !important; }

.minwidth-1565 {
  min-width: 1565px !important; }

.minwidth-1570 {
  min-width: 1570px !important; }

.minwidth-1575 {
  min-width: 1575px !important; }

.minwidth-1580 {
  min-width: 1580px !important; }

.minwidth-1585 {
  min-width: 1585px !important; }

.minwidth-1590 {
  min-width: 1590px !important; }

.minwidth-1595 {
  min-width: 1595px !important; }

.minwidth-1600 {
  min-width: 1600px !important; }

.minwidth-1605 {
  min-width: 1605px !important; }

.minwidth-1610 {
  min-width: 1610px !important; }

.minwidth-1615 {
  min-width: 1615px !important; }

.minwidth-1620 {
  min-width: 1620px !important; }

.minwidth-1625 {
  min-width: 1625px !important; }

.minwidth-1630 {
  min-width: 1630px !important; }

.minwidth-1635 {
  min-width: 1635px !important; }

.minwidth-1640 {
  min-width: 1640px !important; }

.minwidth-1645 {
  min-width: 1645px !important; }

.minwidth-1650 {
  min-width: 1650px !important; }

.minwidth-1655 {
  min-width: 1655px !important; }

.minwidth-1660 {
  min-width: 1660px !important; }

.minwidth-1665 {
  min-width: 1665px !important; }

.minwidth-1670 {
  min-width: 1670px !important; }

.minwidth-1675 {
  min-width: 1675px !important; }

.minwidth-1680 {
  min-width: 1680px !important; }

.minwidth-1685 {
  min-width: 1685px !important; }

.minwidth-1690 {
  min-width: 1690px !important; }

.minwidth-1695 {
  min-width: 1695px !important; }

.minwidth-1700 {
  min-width: 1700px !important; }

.minwidth-1705 {
  min-width: 1705px !important; }

.minwidth-1710 {
  min-width: 1710px !important; }

.minwidth-1715 {
  min-width: 1715px !important; }

.minwidth-1720 {
  min-width: 1720px !important; }

.minwidth-1725 {
  min-width: 1725px !important; }

.minwidth-1730 {
  min-width: 1730px !important; }

.minwidth-1735 {
  min-width: 1735px !important; }

.minwidth-1740 {
  min-width: 1740px !important; }

.minwidth-1745 {
  min-width: 1745px !important; }

.minwidth-1750 {
  min-width: 1750px !important; }

.minwidth-1755 {
  min-width: 1755px !important; }

.minwidth-1760 {
  min-width: 1760px !important; }

.minwidth-1765 {
  min-width: 1765px !important; }

.minwidth-1770 {
  min-width: 1770px !important; }

.minwidth-1775 {
  min-width: 1775px !important; }

.minwidth-1780 {
  min-width: 1780px !important; }

.minwidth-1785 {
  min-width: 1785px !important; }

.minwidth-1790 {
  min-width: 1790px !important; }

.minwidth-1795 {
  min-width: 1795px !important; }

.minwidth-1800 {
  min-width: 1800px !important; }

.minwidth-1805 {
  min-width: 1805px !important; }

.minwidth-1810 {
  min-width: 1810px !important; }

.minwidth-1815 {
  min-width: 1815px !important; }

.minwidth-1820 {
  min-width: 1820px !important; }

.minwidth-1825 {
  min-width: 1825px !important; }

.minwidth-1830 {
  min-width: 1830px !important; }

.minwidth-1835 {
  min-width: 1835px !important; }

.minwidth-1840 {
  min-width: 1840px !important; }

.minwidth-1845 {
  min-width: 1845px !important; }

.minwidth-1850 {
  min-width: 1850px !important; }

.minwidth-1855 {
  min-width: 1855px !important; }

.minwidth-1860 {
  min-width: 1860px !important; }

.minwidth-1865 {
  min-width: 1865px !important; }

.minwidth-1870 {
  min-width: 1870px !important; }

.minwidth-1875 {
  min-width: 1875px !important; }

.minwidth-1880 {
  min-width: 1880px !important; }

.minwidth-1885 {
  min-width: 1885px !important; }

.minwidth-1890 {
  min-width: 1890px !important; }

.minwidth-1895 {
  min-width: 1895px !important; }

.minwidth-1900 {
  min-width: 1900px !important; }

.minwidth-1905 {
  min-width: 1905px !important; }

.minwidth-1910 {
  min-width: 1910px !important; }

.minwidth-1915 {
  min-width: 1915px !important; }

.minwidth-1920 {
  min-width: 1920px !important; }

.minwidth-1925 {
  min-width: 1925px !important; }

.minwidth-1930 {
  min-width: 1930px !important; }

.minwidth-1935 {
  min-width: 1935px !important; }

.minwidth-1940 {
  min-width: 1940px !important; }

.minwidth-1945 {
  min-width: 1945px !important; }

.minwidth-1950 {
  min-width: 1950px !important; }

.minwidth-1955 {
  min-width: 1955px !important; }

.minwidth-1960 {
  min-width: 1960px !important; }

.minwidth-1965 {
  min-width: 1965px !important; }

.minwidth-1970 {
  min-width: 1970px !important; }

.minwidth-1975 {
  min-width: 1975px !important; }

.minwidth-1980 {
  min-width: 1980px !important; }

.minwidth-1985 {
  min-width: 1985px !important; }

.minwidth-1990 {
  min-width: 1990px !important; }

.minwidth-1995 {
  min-width: 1995px !important; }

.minwidth-2000 {
  min-width: 2000px !important; }

.minwidth-2005 {
  min-width: 2005px !important; }

.minwidth-2010 {
  min-width: 2010px !important; }

.minwidth-2015 {
  min-width: 2015px !important; }

.minwidth-2020 {
  min-width: 2020px !important; }

.minwidth-2025 {
  min-width: 2025px !important; }

.minwidth-2030 {
  min-width: 2030px !important; }

.minwidth-2035 {
  min-width: 2035px !important; }

.minwidth-2040 {
  min-width: 2040px !important; }

.minwidth-2045 {
  min-width: 2045px !important; }

.minwidth-2050 {
  min-width: 2050px !important; }

.minwidth-2055 {
  min-width: 2055px !important; }

.minwidth-2060 {
  min-width: 2060px !important; }

.minwidth-2065 {
  min-width: 2065px !important; }

.minwidth-2070 {
  min-width: 2070px !important; }

.minwidth-2075 {
  min-width: 2075px !important; }

.minwidth-2080 {
  min-width: 2080px !important; }

.minwidth-2085 {
  min-width: 2085px !important; }

.minwidth-2090 {
  min-width: 2090px !important; }

.minwidth-2095 {
  min-width: 2095px !important; }

.minwidth-2100 {
  min-width: 2100px !important; }

.minwidth-2105 {
  min-width: 2105px !important; }

.minwidth-2110 {
  min-width: 2110px !important; }

.minwidth-2115 {
  min-width: 2115px !important; }

.minwidth-2120 {
  min-width: 2120px !important; }

.minwidth-2125 {
  min-width: 2125px !important; }

.minwidth-2130 {
  min-width: 2130px !important; }

.minwidth-2135 {
  min-width: 2135px !important; }

.minwidth-2140 {
  min-width: 2140px !important; }

.minwidth-2145 {
  min-width: 2145px !important; }

.minwidth-2150 {
  min-width: 2150px !important; }

.minwidth-2155 {
  min-width: 2155px !important; }

.minwidth-2160 {
  min-width: 2160px !important; }

.minwidth-2165 {
  min-width: 2165px !important; }

.minwidth-2170 {
  min-width: 2170px !important; }

.minwidth-2175 {
  min-width: 2175px !important; }

.minwidth-2180 {
  min-width: 2180px !important; }

.minwidth-2185 {
  min-width: 2185px !important; }

.minwidth-2190 {
  min-width: 2190px !important; }

.minwidth-2195 {
  min-width: 2195px !important; }

.minwidth-2200 {
  min-width: 2200px !important; }

.minwidth-2205 {
  min-width: 2205px !important; }

.minwidth-2210 {
  min-width: 2210px !important; }

.minwidth-2215 {
  min-width: 2215px !important; }

.minwidth-2220 {
  min-width: 2220px !important; }

.minwidth-2225 {
  min-width: 2225px !important; }

.minwidth-2230 {
  min-width: 2230px !important; }

.minwidth-2235 {
  min-width: 2235px !important; }

.minwidth-2240 {
  min-width: 2240px !important; }

.minwidth-2245 {
  min-width: 2245px !important; }

.minwidth-2250 {
  min-width: 2250px !important; }

.minwidth-2255 {
  min-width: 2255px !important; }

.minwidth-2260 {
  min-width: 2260px !important; }

.minwidth-2265 {
  min-width: 2265px !important; }

.minwidth-2270 {
  min-width: 2270px !important; }

.minwidth-2275 {
  min-width: 2275px !important; }

.minwidth-2280 {
  min-width: 2280px !important; }

.minwidth-2285 {
  min-width: 2285px !important; }

.minwidth-2290 {
  min-width: 2290px !important; }

.minwidth-2295 {
  min-width: 2295px !important; }

.minwidth-2300 {
  min-width: 2300px !important; }

.minwidth-2305 {
  min-width: 2305px !important; }

.minwidth-2310 {
  min-width: 2310px !important; }

.minwidth-2315 {
  min-width: 2315px !important; }

.minwidth-2320 {
  min-width: 2320px !important; }

.minwidth-2325 {
  min-width: 2325px !important; }

.minwidth-2330 {
  min-width: 2330px !important; }

.minwidth-2335 {
  min-width: 2335px !important; }

.minwidth-2340 {
  min-width: 2340px !important; }

.minwidth-2345 {
  min-width: 2345px !important; }

.minwidth-2350 {
  min-width: 2350px !important; }

.minwidth-2355 {
  min-width: 2355px !important; }

.minwidth-2360 {
  min-width: 2360px !important; }

.minwidth-2365 {
  min-width: 2365px !important; }

.minwidth-2370 {
  min-width: 2370px !important; }

.minwidth-2375 {
  min-width: 2375px !important; }

.minwidth-2380 {
  min-width: 2380px !important; }

.minwidth-2385 {
  min-width: 2385px !important; }

.minwidth-2390 {
  min-width: 2390px !important; }

.minwidth-2395 {
  min-width: 2395px !important; }

.minwidth-2400 {
  min-width: 2400px !important; }

.minwidth-2405 {
  min-width: 2405px !important; }

.minwidth-2410 {
  min-width: 2410px !important; }

.minwidth-2415 {
  min-width: 2415px !important; }

.minwidth-2420 {
  min-width: 2420px !important; }

.minwidth-2425 {
  min-width: 2425px !important; }

.minwidth-2430 {
  min-width: 2430px !important; }

.minwidth-2435 {
  min-width: 2435px !important; }

.minwidth-2440 {
  min-width: 2440px !important; }

.minwidth-2445 {
  min-width: 2445px !important; }

.minwidth-2450 {
  min-width: 2450px !important; }

.minwidth-2455 {
  min-width: 2455px !important; }

.minwidth-2460 {
  min-width: 2460px !important; }

.minwidth-2465 {
  min-width: 2465px !important; }

.minwidth-2470 {
  min-width: 2470px !important; }

.minwidth-2475 {
  min-width: 2475px !important; }

.minwidth-2480 {
  min-width: 2480px !important; }

.minwidth-2485 {
  min-width: 2485px !important; }

.minwidth-2490 {
  min-width: 2490px !important; }

.minwidth-2495 {
  min-width: 2495px !important; }

.minwidth-2500 {
  min-width: 2500px !important; }

.minwidth-2505 {
  min-width: 2505px !important; }

.minwidth-2510 {
  min-width: 2510px !important; }

.minwidth-2515 {
  min-width: 2515px !important; }

.minwidth-2520 {
  min-width: 2520px !important; }

.minwidth-2525 {
  min-width: 2525px !important; }

.minwidth-2530 {
  min-width: 2530px !important; }

.minwidth-2535 {
  min-width: 2535px !important; }

.minwidth-2540 {
  min-width: 2540px !important; }

.minwidth-2545 {
  min-width: 2545px !important; }

.minwidth-2550 {
  min-width: 2550px !important; }

.minwidth-2555 {
  min-width: 2555px !important; }

.minwidth-2560 {
  min-width: 2560px !important; }

.minwidth-2565 {
  min-width: 2565px !important; }

.minwidth-2570 {
  min-width: 2570px !important; }

.minwidth-2575 {
  min-width: 2575px !important; }

.minwidth-2580 {
  min-width: 2580px !important; }

.minwidth-2585 {
  min-width: 2585px !important; }

.minwidth-2590 {
  min-width: 2590px !important; }

.minwidth-2595 {
  min-width: 2595px !important; }

.minwidth-2600 {
  min-width: 2600px !important; }

.minwidth-2605 {
  min-width: 2605px !important; }

.minwidth-2610 {
  min-width: 2610px !important; }

.minwidth-2615 {
  min-width: 2615px !important; }

.minwidth-2620 {
  min-width: 2620px !important; }

.minwidth-2625 {
  min-width: 2625px !important; }

.minwidth-2630 {
  min-width: 2630px !important; }

.minwidth-2635 {
  min-width: 2635px !important; }

.minwidth-2640 {
  min-width: 2640px !important; }

.minwidth-2645 {
  min-width: 2645px !important; }

.minwidth-2650 {
  min-width: 2650px !important; }

.minwidth-2655 {
  min-width: 2655px !important; }

.minwidth-2660 {
  min-width: 2660px !important; }

.minwidth-2665 {
  min-width: 2665px !important; }

.minwidth-2670 {
  min-width: 2670px !important; }

.minwidth-2675 {
  min-width: 2675px !important; }

.minwidth-2680 {
  min-width: 2680px !important; }

.minwidth-2685 {
  min-width: 2685px !important; }

.minwidth-2690 {
  min-width: 2690px !important; }

.minwidth-2695 {
  min-width: 2695px !important; }

.minwidth-2700 {
  min-width: 2700px !important; }

.minwidth-2705 {
  min-width: 2705px !important; }

.minwidth-2710 {
  min-width: 2710px !important; }

.minwidth-2715 {
  min-width: 2715px !important; }

.minwidth-2720 {
  min-width: 2720px !important; }

.minwidth-2725 {
  min-width: 2725px !important; }

.minwidth-2730 {
  min-width: 2730px !important; }

.minwidth-2735 {
  min-width: 2735px !important; }

.minwidth-2740 {
  min-width: 2740px !important; }

.minwidth-2745 {
  min-width: 2745px !important; }

.minwidth-2750 {
  min-width: 2750px !important; }

.minwidth-2755 {
  min-width: 2755px !important; }

.minwidth-2760 {
  min-width: 2760px !important; }

.minwidth-2765 {
  min-width: 2765px !important; }

.minwidth-2770 {
  min-width: 2770px !important; }

.minwidth-2775 {
  min-width: 2775px !important; }

.minwidth-2780 {
  min-width: 2780px !important; }

.minwidth-2785 {
  min-width: 2785px !important; }

.minwidth-2790 {
  min-width: 2790px !important; }

.minwidth-2795 {
  min-width: 2795px !important; }

.minwidth-2800 {
  min-width: 2800px !important; }

.minwidth-2805 {
  min-width: 2805px !important; }

.minwidth-2810 {
  min-width: 2810px !important; }

.minwidth-2815 {
  min-width: 2815px !important; }

.minwidth-2820 {
  min-width: 2820px !important; }

.minwidth-2825 {
  min-width: 2825px !important; }

.minwidth-2830 {
  min-width: 2830px !important; }

.minwidth-2835 {
  min-width: 2835px !important; }

.minwidth-2840 {
  min-width: 2840px !important; }

.minwidth-2845 {
  min-width: 2845px !important; }

.minwidth-2850 {
  min-width: 2850px !important; }

.minwidth-2855 {
  min-width: 2855px !important; }

.minwidth-2860 {
  min-width: 2860px !important; }

.minwidth-2865 {
  min-width: 2865px !important; }

.minwidth-2870 {
  min-width: 2870px !important; }

.minwidth-2875 {
  min-width: 2875px !important; }

.minwidth-2880 {
  min-width: 2880px !important; }

.minwidth-2885 {
  min-width: 2885px !important; }

.minwidth-2890 {
  min-width: 2890px !important; }

.minwidth-2895 {
  min-width: 2895px !important; }

.minwidth-2900 {
  min-width: 2900px !important; }

.minwidth-2905 {
  min-width: 2905px !important; }

.minwidth-2910 {
  min-width: 2910px !important; }

.minwidth-2915 {
  min-width: 2915px !important; }

.minwidth-2920 {
  min-width: 2920px !important; }

.minwidth-2925 {
  min-width: 2925px !important; }

.minwidth-2930 {
  min-width: 2930px !important; }

.minwidth-2935 {
  min-width: 2935px !important; }

.minwidth-2940 {
  min-width: 2940px !important; }

.minwidth-2945 {
  min-width: 2945px !important; }

.minwidth-2950 {
  min-width: 2950px !important; }

.minwidth-2955 {
  min-width: 2955px !important; }

.minwidth-2960 {
  min-width: 2960px !important; }

.minwidth-2965 {
  min-width: 2965px !important; }

.minwidth-2970 {
  min-width: 2970px !important; }

.minwidth-2975 {
  min-width: 2975px !important; }

.minwidth-2980 {
  min-width: 2980px !important; }

.minwidth-2985 {
  min-width: 2985px !important; }

.minwidth-2990 {
  min-width: 2990px !important; }

.minwidth-2995 {
  min-width: 2995px !important; }

.minwidth-3000 {
  min-width: 3000px !important; }

.minwidth-3005 {
  min-width: 3005px !important; }

.minwidth-3010 {
  min-width: 3010px !important; }

.minwidth-3015 {
  min-width: 3015px !important; }

.minwidth-3020 {
  min-width: 3020px !important; }

.minwidth-3025 {
  min-width: 3025px !important; }

.minwidth-3030 {
  min-width: 3030px !important; }

.minwidth-3035 {
  min-width: 3035px !important; }

.minwidth-3040 {
  min-width: 3040px !important; }

.minwidth-3045 {
  min-width: 3045px !important; }

.minwidth-3050 {
  min-width: 3050px !important; }

.minwidth-3055 {
  min-width: 3055px !important; }

.minwidth-3060 {
  min-width: 3060px !important; }

.minwidth-3065 {
  min-width: 3065px !important; }

.minwidth-3070 {
  min-width: 3070px !important; }

.minwidth-3075 {
  min-width: 3075px !important; }

.minwidth-3080 {
  min-width: 3080px !important; }

.minwidth-3085 {
  min-width: 3085px !important; }

.minwidth-3090 {
  min-width: 3090px !important; }

.minwidth-3095 {
  min-width: 3095px !important; }

.minwidth-3100 {
  min-width: 3100px !important; }

.minwidth-3105 {
  min-width: 3105px !important; }

.minwidth-3110 {
  min-width: 3110px !important; }

.minwidth-3115 {
  min-width: 3115px !important; }

.minwidth-3120 {
  min-width: 3120px !important; }

.minwidth-3125 {
  min-width: 3125px !important; }

.minwidth-3130 {
  min-width: 3130px !important; }

.minwidth-3135 {
  min-width: 3135px !important; }

.minwidth-3140 {
  min-width: 3140px !important; }

.minwidth-3145 {
  min-width: 3145px !important; }

.minwidth-3150 {
  min-width: 3150px !important; }

.minwidth-3155 {
  min-width: 3155px !important; }

.minwidth-3160 {
  min-width: 3160px !important; }

.minwidth-3165 {
  min-width: 3165px !important; }

.minwidth-3170 {
  min-width: 3170px !important; }

.minwidth-3175 {
  min-width: 3175px !important; }

.minwidth-3180 {
  min-width: 3180px !important; }

.minwidth-3185 {
  min-width: 3185px !important; }

.minwidth-3190 {
  min-width: 3190px !important; }

.minwidth-3195 {
  min-width: 3195px !important; }

.minwidth-3200 {
  min-width: 3200px !important; }

.minwidth-3205 {
  min-width: 3205px !important; }

.minwidth-3210 {
  min-width: 3210px !important; }

.minwidth-3215 {
  min-width: 3215px !important; }

.minwidth-3220 {
  min-width: 3220px !important; }

.minwidth-3225 {
  min-width: 3225px !important; }

.minwidth-3230 {
  min-width: 3230px !important; }

.minwidth-3235 {
  min-width: 3235px !important; }

.minwidth-3240 {
  min-width: 3240px !important; }

.minwidth-3245 {
  min-width: 3245px !important; }

.minwidth-3250 {
  min-width: 3250px !important; }

.minwidth-3255 {
  min-width: 3255px !important; }

.minwidth-3260 {
  min-width: 3260px !important; }

.minwidth-3265 {
  min-width: 3265px !important; }

.minwidth-3270 {
  min-width: 3270px !important; }

.minwidth-3275 {
  min-width: 3275px !important; }

.minwidth-3280 {
  min-width: 3280px !important; }

.minwidth-3285 {
  min-width: 3285px !important; }

.minwidth-3290 {
  min-width: 3290px !important; }

.minwidth-3295 {
  min-width: 3295px !important; }

.minwidth-3300 {
  min-width: 3300px !important; }

.minwidth-3305 {
  min-width: 3305px !important; }

.minwidth-3310 {
  min-width: 3310px !important; }

.minwidth-3315 {
  min-width: 3315px !important; }

.minwidth-3320 {
  min-width: 3320px !important; }

.minwidth-3325 {
  min-width: 3325px !important; }

.minwidth-3330 {
  min-width: 3330px !important; }

.minwidth-3335 {
  min-width: 3335px !important; }

.minwidth-3340 {
  min-width: 3340px !important; }

.minwidth-3345 {
  min-width: 3345px !important; }

.minwidth-3350 {
  min-width: 3350px !important; }

.minwidth-3355 {
  min-width: 3355px !important; }

.minwidth-3360 {
  min-width: 3360px !important; }

.minwidth-3365 {
  min-width: 3365px !important; }

.minwidth-3370 {
  min-width: 3370px !important; }

.minwidth-3375 {
  min-width: 3375px !important; }

.minwidth-3380 {
  min-width: 3380px !important; }

.minwidth-3385 {
  min-width: 3385px !important; }

.minwidth-3390 {
  min-width: 3390px !important; }

.minwidth-3395 {
  min-width: 3395px !important; }

.minwidth-3400 {
  min-width: 3400px !important; }

.minwidth-3405 {
  min-width: 3405px !important; }

.minwidth-3410 {
  min-width: 3410px !important; }

.minwidth-3415 {
  min-width: 3415px !important; }

.minwidth-3420 {
  min-width: 3420px !important; }

.minwidth-3425 {
  min-width: 3425px !important; }

.minwidth-3430 {
  min-width: 3430px !important; }

.minwidth-3435 {
  min-width: 3435px !important; }

.minwidth-3440 {
  min-width: 3440px !important; }

.minwidth-3445 {
  min-width: 3445px !important; }

.minwidth-3450 {
  min-width: 3450px !important; }

.minwidth-3455 {
  min-width: 3455px !important; }

.minwidth-3460 {
  min-width: 3460px !important; }

.minwidth-3465 {
  min-width: 3465px !important; }

.minwidth-3470 {
  min-width: 3470px !important; }

.minwidth-3475 {
  min-width: 3475px !important; }

.minwidth-3480 {
  min-width: 3480px !important; }

.minwidth-3485 {
  min-width: 3485px !important; }

.minwidth-3490 {
  min-width: 3490px !important; }

.minwidth-3495 {
  min-width: 3495px !important; }

.minwidth-3500 {
  min-width: 3500px !important; }

.minwidth-3505 {
  min-width: 3505px !important; }

.minwidth-3510 {
  min-width: 3510px !important; }

.minwidth-3515 {
  min-width: 3515px !important; }

.minwidth-3520 {
  min-width: 3520px !important; }

.minwidth-3525 {
  min-width: 3525px !important; }

.minwidth-3530 {
  min-width: 3530px !important; }

.minwidth-3535 {
  min-width: 3535px !important; }

.minwidth-3540 {
  min-width: 3540px !important; }

.minwidth-3545 {
  min-width: 3545px !important; }

.minwidth-3550 {
  min-width: 3550px !important; }

.minwidth-3555 {
  min-width: 3555px !important; }

.minwidth-3560 {
  min-width: 3560px !important; }

.minwidth-3565 {
  min-width: 3565px !important; }

.minwidth-3570 {
  min-width: 3570px !important; }

.minwidth-3575 {
  min-width: 3575px !important; }

.minwidth-3580 {
  min-width: 3580px !important; }

.minwidth-3585 {
  min-width: 3585px !important; }

.minwidth-3590 {
  min-width: 3590px !important; }

.minwidth-3595 {
  min-width: 3595px !important; }

.minwidth-3600 {
  min-width: 3600px !important; }

.minwidth-3605 {
  min-width: 3605px !important; }

.minwidth-3610 {
  min-width: 3610px !important; }

.minwidth-3615 {
  min-width: 3615px !important; }

.minwidth-3620 {
  min-width: 3620px !important; }

.minwidth-3625 {
  min-width: 3625px !important; }

.minwidth-3630 {
  min-width: 3630px !important; }

.minwidth-3635 {
  min-width: 3635px !important; }

.minwidth-3640 {
  min-width: 3640px !important; }

.minwidth-3645 {
  min-width: 3645px !important; }

.minwidth-3650 {
  min-width: 3650px !important; }

.minwidth-3655 {
  min-width: 3655px !important; }

.minwidth-3660 {
  min-width: 3660px !important; }

.minwidth-3665 {
  min-width: 3665px !important; }

.minwidth-3670 {
  min-width: 3670px !important; }

.minwidth-3675 {
  min-width: 3675px !important; }

.minwidth-3680 {
  min-width: 3680px !important; }

.minwidth-3685 {
  min-width: 3685px !important; }

.minwidth-3690 {
  min-width: 3690px !important; }

.minwidth-3695 {
  min-width: 3695px !important; }

.minwidth-3700 {
  min-width: 3700px !important; }

.minwidth-3705 {
  min-width: 3705px !important; }

.minwidth-3710 {
  min-width: 3710px !important; }

.minwidth-3715 {
  min-width: 3715px !important; }

.minwidth-3720 {
  min-width: 3720px !important; }

.minwidth-3725 {
  min-width: 3725px !important; }

.minwidth-3730 {
  min-width: 3730px !important; }

.minwidth-3735 {
  min-width: 3735px !important; }

.minwidth-3740 {
  min-width: 3740px !important; }

.minwidth-3745 {
  min-width: 3745px !important; }

.minwidth-3750 {
  min-width: 3750px !important; }

.minwidth-3755 {
  min-width: 3755px !important; }

.minwidth-3760 {
  min-width: 3760px !important; }

.minwidth-3765 {
  min-width: 3765px !important; }

.minwidth-3770 {
  min-width: 3770px !important; }

.minwidth-3775 {
  min-width: 3775px !important; }

.minwidth-3780 {
  min-width: 3780px !important; }

.minwidth-3785 {
  min-width: 3785px !important; }

.minwidth-3790 {
  min-width: 3790px !important; }

.minwidth-3795 {
  min-width: 3795px !important; }

.minwidth-3800 {
  min-width: 3800px !important; }

.minwidth-3805 {
  min-width: 3805px !important; }

.minwidth-3810 {
  min-width: 3810px !important; }

.minwidth-3815 {
  min-width: 3815px !important; }

.minwidth-3820 {
  min-width: 3820px !important; }

.minwidth-3825 {
  min-width: 3825px !important; }

.minwidth-3830 {
  min-width: 3830px !important; }

.minwidth-3835 {
  min-width: 3835px !important; }

.minwidth-3840 {
  min-width: 3840px !important; }

.minwidth-3845 {
  min-width: 3845px !important; }

.minwidth-3850 {
  min-width: 3850px !important; }

.minwidth-3855 {
  min-width: 3855px !important; }

.minwidth-3860 {
  min-width: 3860px !important; }

.minwidth-3865 {
  min-width: 3865px !important; }

.minwidth-3870 {
  min-width: 3870px !important; }

.minwidth-3875 {
  min-width: 3875px !important; }

.minwidth-3880 {
  min-width: 3880px !important; }

.minwidth-3885 {
  min-width: 3885px !important; }

.minwidth-3890 {
  min-width: 3890px !important; }

.minwidth-3895 {
  min-width: 3895px !important; }

.minwidth-3900 {
  min-width: 3900px !important; }

.minwidth-3905 {
  min-width: 3905px !important; }

.minwidth-3910 {
  min-width: 3910px !important; }

.minwidth-3915 {
  min-width: 3915px !important; }

.minwidth-3920 {
  min-width: 3920px !important; }

.minwidth-3925 {
  min-width: 3925px !important; }

.minwidth-3930 {
  min-width: 3930px !important; }

.minwidth-3935 {
  min-width: 3935px !important; }

.minwidth-3940 {
  min-width: 3940px !important; }

.minwidth-3945 {
  min-width: 3945px !important; }

.minwidth-3950 {
  min-width: 3950px !important; }

.minwidth-3955 {
  min-width: 3955px !important; }

.minwidth-3960 {
  min-width: 3960px !important; }

.minwidth-3965 {
  min-width: 3965px !important; }

.minwidth-3970 {
  min-width: 3970px !important; }

.minwidth-3975 {
  min-width: 3975px !important; }

.minwidth-3980 {
  min-width: 3980px !important; }

.minwidth-3985 {
  min-width: 3985px !important; }

.minwidth-3990 {
  min-width: 3990px !important; }

.minwidth-3995 {
  min-width: 3995px !important; }

.minwidth-4000 {
  min-width: 4000px !important; }

.minheight-5 {
  min-height: 5px !important; }

.minheight-10 {
  min-height: 10px !important; }

.minheight-15 {
  min-height: 15px !important; }

.minheight-20 {
  min-height: 20px !important; }

.minheight-25 {
  min-height: 25px !important; }

.minheight-30 {
  min-height: 30px !important; }

.minheight-35 {
  min-height: 35px !important; }

.minheight-40 {
  min-height: 40px !important; }

.minheight-45 {
  min-height: 45px !important; }

.minheight-50 {
  min-height: 50px !important; }

.minheight-55 {
  min-height: 55px !important; }

.minheight-60 {
  min-height: 60px !important; }

.minheight-65 {
  min-height: 65px !important; }

.minheight-70 {
  min-height: 70px !important; }

.minheight-75 {
  min-height: 75px !important; }

.minheight-80 {
  min-height: 80px !important; }

.minheight-85 {
  min-height: 85px !important; }

.minheight-90 {
  min-height: 90px !important; }

.minheight-95 {
  min-height: 95px !important; }

.minheight-100 {
  min-height: 100px !important; }

.minheight-105 {
  min-height: 105px !important; }

.minheight-110 {
  min-height: 110px !important; }

.minheight-115 {
  min-height: 115px !important; }

.minheight-120 {
  min-height: 120px !important; }

.minheight-125 {
  min-height: 125px !important; }

.minheight-130 {
  min-height: 130px !important; }

.minheight-135 {
  min-height: 135px !important; }

.minheight-140 {
  min-height: 140px !important; }

.minheight-145 {
  min-height: 145px !important; }

.minheight-150 {
  min-height: 150px !important; }

.minheight-155 {
  min-height: 155px !important; }

.minheight-160 {
  min-height: 160px !important; }

.minheight-165 {
  min-height: 165px !important; }

.minheight-170 {
  min-height: 170px !important; }

.minheight-175 {
  min-height: 175px !important; }

.minheight-180 {
  min-height: 180px !important; }

.minheight-185 {
  min-height: 185px !important; }

.minheight-190 {
  min-height: 190px !important; }

.minheight-195 {
  min-height: 195px !important; }

.minheight-200 {
  min-height: 200px !important; }

.minheight-205 {
  min-height: 205px !important; }

.minheight-210 {
  min-height: 210px !important; }

.minheight-215 {
  min-height: 215px !important; }

.minheight-220 {
  min-height: 220px !important; }

.minheight-225 {
  min-height: 225px !important; }

.minheight-230 {
  min-height: 230px !important; }

.minheight-235 {
  min-height: 235px !important; }

.minheight-240 {
  min-height: 240px !important; }

.minheight-245 {
  min-height: 245px !important; }

.minheight-250 {
  min-height: 250px !important; }

.minheight-255 {
  min-height: 255px !important; }

.minheight-260 {
  min-height: 260px !important; }

.minheight-265 {
  min-height: 265px !important; }

.minheight-270 {
  min-height: 270px !important; }

.minheight-275 {
  min-height: 275px !important; }

.minheight-280 {
  min-height: 280px !important; }

.minheight-285 {
  min-height: 285px !important; }

.minheight-290 {
  min-height: 290px !important; }

.minheight-295 {
  min-height: 295px !important; }

.minheight-300 {
  min-height: 300px !important; }

.minheight-305 {
  min-height: 305px !important; }

.minheight-310 {
  min-height: 310px !important; }

.minheight-315 {
  min-height: 315px !important; }

.minheight-320 {
  min-height: 320px !important; }

.minheight-325 {
  min-height: 325px !important; }

.minheight-330 {
  min-height: 330px !important; }

.minheight-335 {
  min-height: 335px !important; }

.minheight-340 {
  min-height: 340px !important; }

.minheight-345 {
  min-height: 345px !important; }

.minheight-350 {
  min-height: 350px !important; }

.minheight-355 {
  min-height: 355px !important; }

.minheight-360 {
  min-height: 360px !important; }

.minheight-365 {
  min-height: 365px !important; }

.minheight-370 {
  min-height: 370px !important; }

.minheight-375 {
  min-height: 375px !important; }

.minheight-380 {
  min-height: 380px !important; }

.minheight-385 {
  min-height: 385px !important; }

.minheight-390 {
  min-height: 390px !important; }

.minheight-395 {
  min-height: 395px !important; }

.minheight-400 {
  min-height: 400px !important; }

.minheight-405 {
  min-height: 405px !important; }

.minheight-410 {
  min-height: 410px !important; }

.minheight-415 {
  min-height: 415px !important; }

.minheight-420 {
  min-height: 420px !important; }

.minheight-425 {
  min-height: 425px !important; }

.minheight-430 {
  min-height: 430px !important; }

.minheight-435 {
  min-height: 435px !important; }

.minheight-440 {
  min-height: 440px !important; }

.minheight-445 {
  min-height: 445px !important; }

.minheight-450 {
  min-height: 450px !important; }

.minheight-455 {
  min-height: 455px !important; }

.minheight-460 {
  min-height: 460px !important; }

.minheight-465 {
  min-height: 465px !important; }

.minheight-470 {
  min-height: 470px !important; }

.minheight-475 {
  min-height: 475px !important; }

.minheight-480 {
  min-height: 480px !important; }

.minheight-485 {
  min-height: 485px !important; }

.minheight-490 {
  min-height: 490px !important; }

.minheight-495 {
  min-height: 495px !important; }

.minheight-500 {
  min-height: 500px !important; }

.minheight-505 {
  min-height: 505px !important; }

.minheight-510 {
  min-height: 510px !important; }

.minheight-515 {
  min-height: 515px !important; }

.minheight-520 {
  min-height: 520px !important; }

.minheight-525 {
  min-height: 525px !important; }

.minheight-530 {
  min-height: 530px !important; }

.minheight-535 {
  min-height: 535px !important; }

.minheight-540 {
  min-height: 540px !important; }

.minheight-545 {
  min-height: 545px !important; }

.minheight-550 {
  min-height: 550px !important; }

.minheight-555 {
  min-height: 555px !important; }

.minheight-560 {
  min-height: 560px !important; }

.minheight-565 {
  min-height: 565px !important; }

.minheight-570 {
  min-height: 570px !important; }

.minheight-575 {
  min-height: 575px !important; }

.minheight-580 {
  min-height: 580px !important; }

.minheight-585 {
  min-height: 585px !important; }

.minheight-590 {
  min-height: 590px !important; }

.minheight-595 {
  min-height: 595px !important; }

.minheight-600 {
  min-height: 600px !important; }

.minheight-605 {
  min-height: 605px !important; }

.minheight-610 {
  min-height: 610px !important; }

.minheight-615 {
  min-height: 615px !important; }

.minheight-620 {
  min-height: 620px !important; }

.minheight-625 {
  min-height: 625px !important; }

.minheight-630 {
  min-height: 630px !important; }

.minheight-635 {
  min-height: 635px !important; }

.minheight-640 {
  min-height: 640px !important; }

.minheight-645 {
  min-height: 645px !important; }

.minheight-650 {
  min-height: 650px !important; }

.minheight-655 {
  min-height: 655px !important; }

.minheight-660 {
  min-height: 660px !important; }

.minheight-665 {
  min-height: 665px !important; }

.minheight-670 {
  min-height: 670px !important; }

.minheight-675 {
  min-height: 675px !important; }

.minheight-680 {
  min-height: 680px !important; }

.minheight-685 {
  min-height: 685px !important; }

.minheight-690 {
  min-height: 690px !important; }

.minheight-695 {
  min-height: 695px !important; }

.minheight-700 {
  min-height: 700px !important; }

.minheight-705 {
  min-height: 705px !important; }

.minheight-710 {
  min-height: 710px !important; }

.minheight-715 {
  min-height: 715px !important; }

.minheight-720 {
  min-height: 720px !important; }

.minheight-725 {
  min-height: 725px !important; }

.minheight-730 {
  min-height: 730px !important; }

.minheight-735 {
  min-height: 735px !important; }

.minheight-740 {
  min-height: 740px !important; }

.minheight-745 {
  min-height: 745px !important; }

.minheight-750 {
  min-height: 750px !important; }

.minheight-755 {
  min-height: 755px !important; }

.minheight-760 {
  min-height: 760px !important; }

.minheight-765 {
  min-height: 765px !important; }

.minheight-770 {
  min-height: 770px !important; }

.minheight-775 {
  min-height: 775px !important; }

.minheight-780 {
  min-height: 780px !important; }

.minheight-785 {
  min-height: 785px !important; }

.minheight-790 {
  min-height: 790px !important; }

.minheight-795 {
  min-height: 795px !important; }

.minheight-800 {
  min-height: 800px !important; }

.minheight-805 {
  min-height: 805px !important; }

.minheight-810 {
  min-height: 810px !important; }

.minheight-815 {
  min-height: 815px !important; }

.minheight-820 {
  min-height: 820px !important; }

.minheight-825 {
  min-height: 825px !important; }

.minheight-830 {
  min-height: 830px !important; }

.minheight-835 {
  min-height: 835px !important; }

.minheight-840 {
  min-height: 840px !important; }

.minheight-845 {
  min-height: 845px !important; }

.minheight-850 {
  min-height: 850px !important; }

.minheight-855 {
  min-height: 855px !important; }

.minheight-860 {
  min-height: 860px !important; }

.minheight-865 {
  min-height: 865px !important; }

.minheight-870 {
  min-height: 870px !important; }

.minheight-875 {
  min-height: 875px !important; }

.minheight-880 {
  min-height: 880px !important; }

.minheight-885 {
  min-height: 885px !important; }

.minheight-890 {
  min-height: 890px !important; }

.minheight-895 {
  min-height: 895px !important; }

.minheight-900 {
  min-height: 900px !important; }

.minheight-905 {
  min-height: 905px !important; }

.minheight-910 {
  min-height: 910px !important; }

.minheight-915 {
  min-height: 915px !important; }

.minheight-920 {
  min-height: 920px !important; }

.minheight-925 {
  min-height: 925px !important; }

.minheight-930 {
  min-height: 930px !important; }

.minheight-935 {
  min-height: 935px !important; }

.minheight-940 {
  min-height: 940px !important; }

.minheight-945 {
  min-height: 945px !important; }

.minheight-950 {
  min-height: 950px !important; }

.minheight-955 {
  min-height: 955px !important; }

.minheight-960 {
  min-height: 960px !important; }

.minheight-965 {
  min-height: 965px !important; }

.minheight-970 {
  min-height: 970px !important; }

.minheight-975 {
  min-height: 975px !important; }

.minheight-980 {
  min-height: 980px !important; }

.minheight-985 {
  min-height: 985px !important; }

.minheight-990 {
  min-height: 990px !important; }

.minheight-995 {
  min-height: 995px !important; }

.minheight-1000 {
  min-height: 1000px !important; }

.minheight-1005 {
  min-height: 1005px !important; }

.minheight-1010 {
  min-height: 1010px !important; }

.minheight-1015 {
  min-height: 1015px !important; }

.minheight-1020 {
  min-height: 1020px !important; }

.minheight-1025 {
  min-height: 1025px !important; }

.minheight-1030 {
  min-height: 1030px !important; }

.minheight-1035 {
  min-height: 1035px !important; }

.minheight-1040 {
  min-height: 1040px !important; }

.minheight-1045 {
  min-height: 1045px !important; }

.minheight-1050 {
  min-height: 1050px !important; }

.minheight-1055 {
  min-height: 1055px !important; }

.minheight-1060 {
  min-height: 1060px !important; }

.minheight-1065 {
  min-height: 1065px !important; }

.minheight-1070 {
  min-height: 1070px !important; }

.minheight-1075 {
  min-height: 1075px !important; }

.minheight-1080 {
  min-height: 1080px !important; }

.minheight-1085 {
  min-height: 1085px !important; }

.minheight-1090 {
  min-height: 1090px !important; }

.minheight-1095 {
  min-height: 1095px !important; }

.minheight-1100 {
  min-height: 1100px !important; }

.minheight-1105 {
  min-height: 1105px !important; }

.minheight-1110 {
  min-height: 1110px !important; }

.minheight-1115 {
  min-height: 1115px !important; }

.minheight-1120 {
  min-height: 1120px !important; }

.minheight-1125 {
  min-height: 1125px !important; }

.minheight-1130 {
  min-height: 1130px !important; }

.minheight-1135 {
  min-height: 1135px !important; }

.minheight-1140 {
  min-height: 1140px !important; }

.minheight-1145 {
  min-height: 1145px !important; }

.minheight-1150 {
  min-height: 1150px !important; }

.minheight-1155 {
  min-height: 1155px !important; }

.minheight-1160 {
  min-height: 1160px !important; }

.minheight-1165 {
  min-height: 1165px !important; }

.minheight-1170 {
  min-height: 1170px !important; }

.minheight-1175 {
  min-height: 1175px !important; }

.minheight-1180 {
  min-height: 1180px !important; }

.minheight-1185 {
  min-height: 1185px !important; }

.minheight-1190 {
  min-height: 1190px !important; }

.minheight-1195 {
  min-height: 1195px !important; }

.minheight-1200 {
  min-height: 1200px !important; }

.minheight-1205 {
  min-height: 1205px !important; }

.minheight-1210 {
  min-height: 1210px !important; }

.minheight-1215 {
  min-height: 1215px !important; }

.minheight-1220 {
  min-height: 1220px !important; }

.minheight-1225 {
  min-height: 1225px !important; }

.minheight-1230 {
  min-height: 1230px !important; }

.minheight-1235 {
  min-height: 1235px !important; }

.minheight-1240 {
  min-height: 1240px !important; }

.minheight-1245 {
  min-height: 1245px !important; }

.minheight-1250 {
  min-height: 1250px !important; }

.minheight-1255 {
  min-height: 1255px !important; }

.minheight-1260 {
  min-height: 1260px !important; }

.minheight-1265 {
  min-height: 1265px !important; }

.minheight-1270 {
  min-height: 1270px !important; }

.minheight-1275 {
  min-height: 1275px !important; }

.minheight-1280 {
  min-height: 1280px !important; }

.minheight-1285 {
  min-height: 1285px !important; }

.minheight-1290 {
  min-height: 1290px !important; }

.minheight-1295 {
  min-height: 1295px !important; }

.minheight-1300 {
  min-height: 1300px !important; }

.minheight-1305 {
  min-height: 1305px !important; }

.minheight-1310 {
  min-height: 1310px !important; }

.minheight-1315 {
  min-height: 1315px !important; }

.minheight-1320 {
  min-height: 1320px !important; }

.minheight-1325 {
  min-height: 1325px !important; }

.minheight-1330 {
  min-height: 1330px !important; }

.minheight-1335 {
  min-height: 1335px !important; }

.minheight-1340 {
  min-height: 1340px !important; }

.minheight-1345 {
  min-height: 1345px !important; }

.minheight-1350 {
  min-height: 1350px !important; }

.minheight-1355 {
  min-height: 1355px !important; }

.minheight-1360 {
  min-height: 1360px !important; }

.minheight-1365 {
  min-height: 1365px !important; }

.minheight-1370 {
  min-height: 1370px !important; }

.minheight-1375 {
  min-height: 1375px !important; }

.minheight-1380 {
  min-height: 1380px !important; }

.minheight-1385 {
  min-height: 1385px !important; }

.minheight-1390 {
  min-height: 1390px !important; }

.minheight-1395 {
  min-height: 1395px !important; }

.minheight-1400 {
  min-height: 1400px !important; }

.minheight-1405 {
  min-height: 1405px !important; }

.minheight-1410 {
  min-height: 1410px !important; }

.minheight-1415 {
  min-height: 1415px !important; }

.minheight-1420 {
  min-height: 1420px !important; }

.minheight-1425 {
  min-height: 1425px !important; }

.minheight-1430 {
  min-height: 1430px !important; }

.minheight-1435 {
  min-height: 1435px !important; }

.minheight-1440 {
  min-height: 1440px !important; }

.minheight-1445 {
  min-height: 1445px !important; }

.minheight-1450 {
  min-height: 1450px !important; }

.minheight-1455 {
  min-height: 1455px !important; }

.minheight-1460 {
  min-height: 1460px !important; }

.minheight-1465 {
  min-height: 1465px !important; }

.minheight-1470 {
  min-height: 1470px !important; }

.minheight-1475 {
  min-height: 1475px !important; }

.minheight-1480 {
  min-height: 1480px !important; }

.minheight-1485 {
  min-height: 1485px !important; }

.minheight-1490 {
  min-height: 1490px !important; }

.minheight-1495 {
  min-height: 1495px !important; }

.minheight-1500 {
  min-height: 1500px !important; }

.minheight-1505 {
  min-height: 1505px !important; }

.minheight-1510 {
  min-height: 1510px !important; }

.minheight-1515 {
  min-height: 1515px !important; }

.minheight-1520 {
  min-height: 1520px !important; }

.minheight-1525 {
  min-height: 1525px !important; }

.minheight-1530 {
  min-height: 1530px !important; }

.minheight-1535 {
  min-height: 1535px !important; }

.minheight-1540 {
  min-height: 1540px !important; }

.minheight-1545 {
  min-height: 1545px !important; }

.minheight-1550 {
  min-height: 1550px !important; }

.minheight-1555 {
  min-height: 1555px !important; }

.minheight-1560 {
  min-height: 1560px !important; }

.minheight-1565 {
  min-height: 1565px !important; }

.minheight-1570 {
  min-height: 1570px !important; }

.minheight-1575 {
  min-height: 1575px !important; }

.minheight-1580 {
  min-height: 1580px !important; }

.minheight-1585 {
  min-height: 1585px !important; }

.minheight-1590 {
  min-height: 1590px !important; }

.minheight-1595 {
  min-height: 1595px !important; }

.minheight-1600 {
  min-height: 1600px !important; }

.minheight-1605 {
  min-height: 1605px !important; }

.minheight-1610 {
  min-height: 1610px !important; }

.minheight-1615 {
  min-height: 1615px !important; }

.minheight-1620 {
  min-height: 1620px !important; }

.minheight-1625 {
  min-height: 1625px !important; }

.minheight-1630 {
  min-height: 1630px !important; }

.minheight-1635 {
  min-height: 1635px !important; }

.minheight-1640 {
  min-height: 1640px !important; }

.minheight-1645 {
  min-height: 1645px !important; }

.minheight-1650 {
  min-height: 1650px !important; }

.minheight-1655 {
  min-height: 1655px !important; }

.minheight-1660 {
  min-height: 1660px !important; }

.minheight-1665 {
  min-height: 1665px !important; }

.minheight-1670 {
  min-height: 1670px !important; }

.minheight-1675 {
  min-height: 1675px !important; }

.minheight-1680 {
  min-height: 1680px !important; }

.minheight-1685 {
  min-height: 1685px !important; }

.minheight-1690 {
  min-height: 1690px !important; }

.minheight-1695 {
  min-height: 1695px !important; }

.minheight-1700 {
  min-height: 1700px !important; }

.minheight-1705 {
  min-height: 1705px !important; }

.minheight-1710 {
  min-height: 1710px !important; }

.minheight-1715 {
  min-height: 1715px !important; }

.minheight-1720 {
  min-height: 1720px !important; }

.minheight-1725 {
  min-height: 1725px !important; }

.minheight-1730 {
  min-height: 1730px !important; }

.minheight-1735 {
  min-height: 1735px !important; }

.minheight-1740 {
  min-height: 1740px !important; }

.minheight-1745 {
  min-height: 1745px !important; }

.minheight-1750 {
  min-height: 1750px !important; }

.minheight-1755 {
  min-height: 1755px !important; }

.minheight-1760 {
  min-height: 1760px !important; }

.minheight-1765 {
  min-height: 1765px !important; }

.minheight-1770 {
  min-height: 1770px !important; }

.minheight-1775 {
  min-height: 1775px !important; }

.minheight-1780 {
  min-height: 1780px !important; }

.minheight-1785 {
  min-height: 1785px !important; }

.minheight-1790 {
  min-height: 1790px !important; }

.minheight-1795 {
  min-height: 1795px !important; }

.minheight-1800 {
  min-height: 1800px !important; }

.minheight-1805 {
  min-height: 1805px !important; }

.minheight-1810 {
  min-height: 1810px !important; }

.minheight-1815 {
  min-height: 1815px !important; }

.minheight-1820 {
  min-height: 1820px !important; }

.minheight-1825 {
  min-height: 1825px !important; }

.minheight-1830 {
  min-height: 1830px !important; }

.minheight-1835 {
  min-height: 1835px !important; }

.minheight-1840 {
  min-height: 1840px !important; }

.minheight-1845 {
  min-height: 1845px !important; }

.minheight-1850 {
  min-height: 1850px !important; }

.minheight-1855 {
  min-height: 1855px !important; }

.minheight-1860 {
  min-height: 1860px !important; }

.minheight-1865 {
  min-height: 1865px !important; }

.minheight-1870 {
  min-height: 1870px !important; }

.minheight-1875 {
  min-height: 1875px !important; }

.minheight-1880 {
  min-height: 1880px !important; }

.minheight-1885 {
  min-height: 1885px !important; }

.minheight-1890 {
  min-height: 1890px !important; }

.minheight-1895 {
  min-height: 1895px !important; }

.minheight-1900 {
  min-height: 1900px !important; }

.minheight-1905 {
  min-height: 1905px !important; }

.minheight-1910 {
  min-height: 1910px !important; }

.minheight-1915 {
  min-height: 1915px !important; }

.minheight-1920 {
  min-height: 1920px !important; }

.minheight-1925 {
  min-height: 1925px !important; }

.minheight-1930 {
  min-height: 1930px !important; }

.minheight-1935 {
  min-height: 1935px !important; }

.minheight-1940 {
  min-height: 1940px !important; }

.minheight-1945 {
  min-height: 1945px !important; }

.minheight-1950 {
  min-height: 1950px !important; }

.minheight-1955 {
  min-height: 1955px !important; }

.minheight-1960 {
  min-height: 1960px !important; }

.minheight-1965 {
  min-height: 1965px !important; }

.minheight-1970 {
  min-height: 1970px !important; }

.minheight-1975 {
  min-height: 1975px !important; }

.minheight-1980 {
  min-height: 1980px !important; }

.minheight-1985 {
  min-height: 1985px !important; }

.minheight-1990 {
  min-height: 1990px !important; }

.minheight-1995 {
  min-height: 1995px !important; }

.minheight-2000 {
  min-height: 2000px !important; }

.minheight-2005 {
  min-height: 2005px !important; }

.minheight-2010 {
  min-height: 2010px !important; }

.minheight-2015 {
  min-height: 2015px !important; }

.minheight-2020 {
  min-height: 2020px !important; }

.minheight-2025 {
  min-height: 2025px !important; }

.minheight-2030 {
  min-height: 2030px !important; }

.minheight-2035 {
  min-height: 2035px !important; }

.minheight-2040 {
  min-height: 2040px !important; }

.minheight-2045 {
  min-height: 2045px !important; }

.minheight-2050 {
  min-height: 2050px !important; }

.minheight-2055 {
  min-height: 2055px !important; }

.minheight-2060 {
  min-height: 2060px !important; }

.minheight-2065 {
  min-height: 2065px !important; }

.minheight-2070 {
  min-height: 2070px !important; }

.minheight-2075 {
  min-height: 2075px !important; }

.minheight-2080 {
  min-height: 2080px !important; }

.minheight-2085 {
  min-height: 2085px !important; }

.minheight-2090 {
  min-height: 2090px !important; }

.minheight-2095 {
  min-height: 2095px !important; }

.minheight-2100 {
  min-height: 2100px !important; }

.minheight-2105 {
  min-height: 2105px !important; }

.minheight-2110 {
  min-height: 2110px !important; }

.minheight-2115 {
  min-height: 2115px !important; }

.minheight-2120 {
  min-height: 2120px !important; }

.minheight-2125 {
  min-height: 2125px !important; }

.minheight-2130 {
  min-height: 2130px !important; }

.minheight-2135 {
  min-height: 2135px !important; }

.minheight-2140 {
  min-height: 2140px !important; }

.minheight-2145 {
  min-height: 2145px !important; }

.minheight-2150 {
  min-height: 2150px !important; }

.minheight-2155 {
  min-height: 2155px !important; }

.minheight-2160 {
  min-height: 2160px !important; }

.minheight-2165 {
  min-height: 2165px !important; }

.minheight-2170 {
  min-height: 2170px !important; }

.minheight-2175 {
  min-height: 2175px !important; }

.minheight-2180 {
  min-height: 2180px !important; }

.minheight-2185 {
  min-height: 2185px !important; }

.minheight-2190 {
  min-height: 2190px !important; }

.minheight-2195 {
  min-height: 2195px !important; }

.minheight-2200 {
  min-height: 2200px !important; }

.minheight-2205 {
  min-height: 2205px !important; }

.minheight-2210 {
  min-height: 2210px !important; }

.minheight-2215 {
  min-height: 2215px !important; }

.minheight-2220 {
  min-height: 2220px !important; }

.minheight-2225 {
  min-height: 2225px !important; }

.minheight-2230 {
  min-height: 2230px !important; }

.minheight-2235 {
  min-height: 2235px !important; }

.minheight-2240 {
  min-height: 2240px !important; }

.minheight-2245 {
  min-height: 2245px !important; }

.minheight-2250 {
  min-height: 2250px !important; }

.minheight-2255 {
  min-height: 2255px !important; }

.minheight-2260 {
  min-height: 2260px !important; }

.minheight-2265 {
  min-height: 2265px !important; }

.minheight-2270 {
  min-height: 2270px !important; }

.minheight-2275 {
  min-height: 2275px !important; }

.minheight-2280 {
  min-height: 2280px !important; }

.minheight-2285 {
  min-height: 2285px !important; }

.minheight-2290 {
  min-height: 2290px !important; }

.minheight-2295 {
  min-height: 2295px !important; }

.minheight-2300 {
  min-height: 2300px !important; }

.minheight-2305 {
  min-height: 2305px !important; }

.minheight-2310 {
  min-height: 2310px !important; }

.minheight-2315 {
  min-height: 2315px !important; }

.minheight-2320 {
  min-height: 2320px !important; }

.minheight-2325 {
  min-height: 2325px !important; }

.minheight-2330 {
  min-height: 2330px !important; }

.minheight-2335 {
  min-height: 2335px !important; }

.minheight-2340 {
  min-height: 2340px !important; }

.minheight-2345 {
  min-height: 2345px !important; }

.minheight-2350 {
  min-height: 2350px !important; }

.minheight-2355 {
  min-height: 2355px !important; }

.minheight-2360 {
  min-height: 2360px !important; }

.minheight-2365 {
  min-height: 2365px !important; }

.minheight-2370 {
  min-height: 2370px !important; }

.minheight-2375 {
  min-height: 2375px !important; }

.minheight-2380 {
  min-height: 2380px !important; }

.minheight-2385 {
  min-height: 2385px !important; }

.minheight-2390 {
  min-height: 2390px !important; }

.minheight-2395 {
  min-height: 2395px !important; }

.minheight-2400 {
  min-height: 2400px !important; }

.minheight-2405 {
  min-height: 2405px !important; }

.minheight-2410 {
  min-height: 2410px !important; }

.minheight-2415 {
  min-height: 2415px !important; }

.minheight-2420 {
  min-height: 2420px !important; }

.minheight-2425 {
  min-height: 2425px !important; }

.minheight-2430 {
  min-height: 2430px !important; }

.minheight-2435 {
  min-height: 2435px !important; }

.minheight-2440 {
  min-height: 2440px !important; }

.minheight-2445 {
  min-height: 2445px !important; }

.minheight-2450 {
  min-height: 2450px !important; }

.minheight-2455 {
  min-height: 2455px !important; }

.minheight-2460 {
  min-height: 2460px !important; }

.minheight-2465 {
  min-height: 2465px !important; }

.minheight-2470 {
  min-height: 2470px !important; }

.minheight-2475 {
  min-height: 2475px !important; }

.minheight-2480 {
  min-height: 2480px !important; }

.minheight-2485 {
  min-height: 2485px !important; }

.minheight-2490 {
  min-height: 2490px !important; }

.minheight-2495 {
  min-height: 2495px !important; }

.minheight-2500 {
  min-height: 2500px !important; }

.bg-eee {
  background: #eee !important; }

.bg-white {
  background: #fff !important; }

.bg-lightgray {
  background: #e9e9e9 !important; }

.bg-green1 {
  background: #d4d7cf !important; }

.bg-purple1 {
  background: #fcf3fb !important; }

.tt-table {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd; }

.tt-table th {
  padding: 2px 4px !important;
  text-align: center;
  background: -webkit-linear-gradient(#008ef3, #0070c0);
  background: -o-linear-gradient(#008ef3, #0070c0);
  background: -moz-linear-gradient(#008ef3, #0070c0);
  background: linear-gradient(#008ef3, #0070c0);
  color: #fff !important;
  font-weight: 400;
  text-shadow: 1px 1px #555; }

.tt-table td {
  padding: 2px 4px !important;
  font-size: 1em;
  text-align: center; }

.tt-table-selected {
  background: #73c5ff !important; }

.section {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 10px auto;
  padding: 0 0 10px 0;
  -webkit-box-shadow: 0 2px 5px #CCC;
  -moz-box-shadow: 0 2px 5px #CCC;
  -o-box-shadow: 0 2px 5px #CCC;
  box-shadow: 0 2px 5px #CCC;
  background: #fff; }

.section-header {
  padding: 5px 10px;
  background: #0d9bff;
  color: #FFF;
  font-size: 1.1em;
  -webkit-border-radius-to: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.section-body {
  padding: 10px; }

.tt-form-input {
  padding: 2px;
  margin: 2px 0;
  border: 1px solid #ddd;
  height: 22px; }

.form-group {
  margin-bottom: 8px !important; }

.form-group label {
  min-width: 76px; }

.border-1 {
  border: 1px solid #444; }

/* LAYOUTS */
@media screen and (max-width: 767px) {
  body {
    margin: 50px 0 0 0; } }
@media screen and (min-width: 768px) {
  body {
    margin: 80px 0 0 0; } }
.navbar-brand {
  padding: 0px;
  font-family: verdana;
  font-style: italic;
  color: white;
  margin-left: 5px; }

.navbar-brand:hover {
  color: #ffb545 !important; }

.navbar {
  background: white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 4px 0 4px #999;
  -moz-box-shadow: 4px 0 4px #999;
  box-shadow: 4px 0 4px #999; }

#navbar-menu {
  border: 0;
  /*margin: 15px 0 0 0 */ }

.navbar a {
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .navbar a {
    color: black; }
    .navbar a:visited {
      color: black; }
    .navbar a:hover {
      color: black; }
    .navbar a:active, .navbar a:focus {
      color: black; }

.navbar-toggle {
  margin: 12px 10px 0 12px !important;
  padding: 0 !important; }

.navbar.animate {
  background: white;
  padding: 0;
  top: 0; }

.icon-bar {
  height: 0 !important; }

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0;
    height: 45px; }

  #navbar-menu {
    background: white; }

  .navbar-brand {
    float: right;
    height: auto;
    line-height: 45px;
    margin: 7px 15px 0 0; }

  #top-buttons {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .navbar {
    padding: 0 0 0 0;
    height: 80px; }

  .navbar-brand {
    margin: 20px 0 0 5px; }

  #top-buttons {
    width: 600px; }

  #top-buttons-bg {
    background-image: url("/img/slider02.jpg");
    padding: 10px 0; } }
@media screen and (min-width: 992px) {
  .navbar a {
    font-size: 16px; } }
.index-full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.index-caption {
  position: absolute; }

.index-caption-box {
  position: relative;
  display: block; }

.index-bar {
  position: relative;
  display: block;
  margin: 2px; }

.index-bar img {
  width: 100%; }

.index-cell {
  background: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  text-align: left;
  -webkit-box-shadow: 2px 2px 4px #999;
  -moz-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;
  letter-spacing: -0.1em;
  border-radius: 6px; }

.index-cell i {
  width: 20px; }

.index-cell:hover {
  background: white;
  cursor: pointer; }

.index-cell.selected {
  background: rgba(12, 107, 181, 0.9);
  cursor: pointer;
  color: #FFF !important; }

.index-cell.selected i {
  color: #FFF !important; }

.index-banner {
  margin: 0 auto; }

.index-banner img {
  margin: 0 auto;
  width: 100%; }

.insu-line {
  padding: 10px 5px;
  margin: 2px 0;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px #888;
  -moz-box-shadow: 0 2px 5px #888;
  box-shadow: 0 2px 5px #888;
  background: #036;
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: -moz-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee); }

.insu-line img {
  width: 100px; }

.insu-line-txt a, .insu-line-txt a:visited, .insu-line-txt a:hover {
  color: #000; }

.insu-cell {
  padding: 15px 5px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px #444;
  -moz-box-shadow: 0 2px 5px #444;
  box-shadow: 0 2px 5px #444;
  background: #036;
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: -moz-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  min-height: 300px; }

.insu-cell img {
  width: 80%; }

.insu-cell a {
  position: relative;
  display: block;
  margin: 5px auto; }

.insu-cell-txt {
  min-height: 60px; }

.insu-img {
  position: relative;
  display: block;
  height: 44px; }

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 767px) {
  .index-cell {
    font-size: 14px; }

  .index-container {
    margin-top: 10px; }

  .index-caption {
    top: 10px;
    width: 100%;
    text-align: center; }

  .index-caption-box {
    width: 100%;
    margin: 0 auto; }

  .index-cell {
    padding: 12px;
    margin: 4px 0;
    font-size: 14px; }

  .index-button {
    margin: 10px auto 0;
    padding: 10px; }

  .index-banner {
    width: 300px;
    height: 67px; } }
@media screen and (min-width: 768px) {
  .index-cell {
    font-size: 14px; }

  .index-container {
    margin-top: 5px; }

  .index-caption {
    top: 20px;
    width: 100%;
    text-align: center; }

  .index-caption-box {
    width: 100%;
    margin: 0 auto; }

  .index-cell {
    padding: 12px;
    margin: 4px 0;
    font-size: 14px; }

  .index-button {
    margin: 20px auto 0;
    padding: 10px; }

  .index-banner {
    width: 400px;
    height: 89px; } }
@media screen and (min-width: 992px) {
  .index-cell {
    font-size: 14px; }

  .index-caption {
    top: 20px;
    width: 100%;
    text-align: center; }

  .index-caption-box {
    width: 70%;
    margin: 0 auto; } }
.sub-image {
  position: absolute;
  width: 100%;
  bottom: 20px; }

.sub-caption h2, .sub-caption h3 {
  color: white;
  font-size: 3em; }

.sub-parallax {
  /* The image used */
  background-image: url("/img/index_slide01.jpg");
  /* Set a specific height */
  height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.sub-parallax-cover {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%; }

#sub-parallax-ment {
  color: white;
  padding-top: 200px; }

#sub-parallax-ment h2, #sub-parallax-ment h3 {
  font-size: 3em;
  margin-bottom: 20px; }

.sub-section {
  background: white;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px; }

.sub-section-logo {
  background: rgba(199, 199, 199, 0.2);
  border: 1px solid #DDD; }

.sub-section-logo img {
  width: 100%;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80); }

.sub-contents {
  margin: 20px 0; }

.sub-contents ul {
  text-align: left;
  padding: 0 0 0 10px; }

.sub-table {
  text-align: left; }

.sub-table th {
  font-size: 1.8em;
  vertical-align: top; }

.sub-image-two img {
  width: 90%; }

.sub-photo {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 5px #ccc;
  -moz-box-shadow: 0 2px 5px #ccc;
  -o-box-shadow: 0 2px 5px #ccc;
  box-shadow: 0 2px 5px #ccc;
  width: 100%; }

.homepage-parallax {
  /* The image used */
  background-image: url("/img/sub_parallax01.jpg");
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.homepage-parallax-cover {
  background: rgba(93, 72, 37, 0.2);
  width: 100%;
  height: 100%; }

.portfolio-cell {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #c4c4c4;
  background: #e5e5e5; }

.portfolio-cell img {
  -webkit-box-shadow: 2px 5px 4px #888;
  -moz-box-shadow: 2px 5px 4px #888;
  box-shadow: 2px 5px 4px #888;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 90%;
  height: 90%; }

.portfolio-cell img:hover {
  -webkit-box-shadow: 1px 3px 2px #aaa;
  -moz-box-shadow: 1px 3px 2px #aaa;
  box-shadow: 1px 3px 2px #aaa;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .sub-section {
    padding-top: 5px;
    padding-bottom: 5px; }

  .sub-section h2, .sub-section h3 {
    font-size: 1.6em;
    margin-top: 5px; }

  .sub-image-one img {
    width: 90%; }

  .homepage-parallax {
    height: 380px; }

  .portfolio-cell img {
    width: 90%; }

  .portfolio-cell {
    padding: 10px; } }
@media screen and (min-width: 768px) {
  .sub-section h2, .sub-section h3 {
    font-size: 2.4em; }

  .portfolio-cell {
    padding: 20px; } }
@media screen and (min-width: 992px) {
  .sub-section h2, .sub-section h3 {
    font-size: 3em; }

  .homepage-parallax {
    height: 340px; } }
#map {
  width: 100%;
  z-index: 15000;
  margin: 20px 0; }

#map iframe {
  width: 100%; }

@media screen and (max-width: 767px) {
  #map iframe {
    height: 200px; } }
@media screen and (max-width: 768px) {
  #map iframe {
    height: 300px; } }
footer {
  position: relative;
  background: #343434;
  text-align: center;
  color: white !important;
  font-weight: 400 !important;
  height: 500px; }

footer a {
  color: white; }
  footer a:visited {
    color: white; }
  footer a:hover {
    color: #ecea3d; }
  footer a:active, footer a:focus {
    color: #ecea3d; }

.footer {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  /* force content to always be a single line */
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis; }

.footer-txt {
  padding: 10px; }

.bottom-button {
  position: relative;
  display: block;
  margin: 10px auto; }

@media screen and (max-width: 767px) {
  footer {
    font-size: 0.8em !important; } }
@media screen and (min-width: 768px) {
  footer {
    font-size: 0.9em !important; } }
/* MODULES */
#contactModalLabel {
  font-size: 1.4em;
  font-weight: 700; }

#counselBody {
  height: 200px; }

.slider-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/pattern-1.png) left top repeat;
  z-index: 15; }

.forvm-table {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table; }

.forvm-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.pattern-overlay {
  background: url(/img/pattern-1.png) repeat; }

.video-player {
  font-size: 1px; }

.blink {
  animation: blink-animation 0.8s steps(20, start) infinite;
  -webkit-animation: blink-animation 0.8s steps(20, start) infinite; }

@keyframes blink-animation {
  to {
    background: rgba(30, 88, 193, 0.8);
    border: 1px rgba(30, 88, 193, 0.8) solid; } }
@-webkit-keyframes blink-animation {
  to {
    background: rgba(30, 88, 193, 0.8);
    border: 1px rgba(30, 88, 193, 0.8) solid; } }
.banner-ani {
  position: relative;
  display: block;
  margin: 0 auto; }

.banner-ani img {
  position: absolute;
  left: 0; }

@keyframes banner-ani {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.banner-ani img.top {
  animation-name: banner-ani;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-direction: alternate; }

/*# sourceMappingURL=app.css.map */
