@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

/*

 追加分

 */
section.st80.sb80 .container .row div.col-sm-6.col-md-6 dl.new-list dd br {
	display: none;
}

section.st80.sb80 .container {
	margin: 0 auto;
	max-width: 1170px;
}

dl.new-list dt {
	width: 90px;
}

button.close {
	display: none;
}

#header > .container,
#footer > .container,
#footer section > .container {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	width: 100%;
}

#header > .container:first-child {
	height: 84px;
}

#header .weblogin a {
	font-size: 10px;
	text-indent: 20px;
}

input#s.form-control {
	font-size: 11px;
}

html {
	font-family: sans-serif;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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 */
.glyphicon {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	top: 1px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: '\2a';
}
.glyphicon-plus:before {
	content: '\2b';
}
.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';
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;

	-webkit-tap-highlight-color: transparent;
}
body {
	background-color: #fff;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;

	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	padding: 4px;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
[role='button'] {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h1 small,
h1 .small,
h2 small,
h2 .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 {
	color: #777;
	font-weight: normal;
	line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-bottom: 10px;
	margin-top: 10px;
}
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,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
.txtBold {
	font-weight: 700;
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.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: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}
ul,
ol {
	margin-bottom: 10px;
	margin-top: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.list-inline {
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

#footer-around {
	background: #DDDDDD;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}
#footer-around h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.04em;
	color: #000;
	margin: 0 0 16px;
}
#footer-around ul {
	list-style-type: none;
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
#footer-around li a {
	color: #000;
	text-decoration: none;
}
.footer-link > li{
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}
dl {
	margin-bottom: 20px;
	margin-top: 0;
}
dt,
dd {
	line-height: 1.42857;
}
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;
}
abbr[title],
abbr[data-original-title] {
	border-bottom: 1px dotted #777;
	cursor: help;
}
.initialism {
	font-size: 90%;
}
blockquote {
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	color: #777;
	display: block;
	font-size: 80%;
	line-height: 1.42857;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	border-left: 0;
	border-right: 5px solid #eee;
	padding-left: 0;
	padding-right: 15px;
	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 {
	font-style: normal;
	line-height: 1.42857;
	margin-bottom: 20px;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}
kbd {
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}
kbd kbd {
	box-shadow: none;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
}
pre {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 10px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable {
	max-height: 340px;

	overflow-y: scroll;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.home .container {
	max-width: 1170px;
}
.container:before,
.container:after {
	content: ' ';
	display: table;
}
.container:after {
	clear: both;
}
.container-fluid {
	margin-left: auto;
	margin-right: 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 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.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.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
table {
	background-color: transparent;
}
caption {
	color: #777;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}
.table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.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: #fff;
}
.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-'] {
	display: table-column;
	float: none;
	position: static;
}
table td[class*='col-'],
table th[class*='col-'] {
	display: table-cell;
	float: none;
	position: static;
}
.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 {
	min-height: 0.01%;

	overflow-x: auto;
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
input[type='search'] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type='file'] {
	display: block;
}
input[type='range'] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;

	outline-offset: -2px;
}
output {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding-top: 7px;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;

	-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: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: none;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.radio label,
.checkbox label {
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 20px;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
	margin-left: -20px;
	margin-top: 4px \9;
	position: absolute;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 10px;
	margin-top: 0;
}
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 {
	margin-bottom: 0;
	min-height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.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 {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
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 {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.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 {
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	min-height: 32px;
	padding: 6px 10px;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
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 {
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.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 {
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	min-height: 38px;
	padding: 11px 16px;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	display: block;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 2;

	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 {
	height: 46px;
	line-height: 46px;
	width: 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 {
	height: 30px;
	line-height: 30px;
	width: 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 {
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.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 {
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.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 {
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.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;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
.btn {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;

	touch-action: manipulation;
	-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: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;

	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	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);
	outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-default:focus,
.btn-default.focus {
	background-color: #e6e6e6;
	border-color: #8c8c8c;
	color: #333;
}
.btn-default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.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 {
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	color: #333;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	background-color: #333;
	color: #fff;
}
.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
	background-color: #286090;
	border-color: #122b40;
	color: #fff;
}
.btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.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 {
	background-color: #204d74;
	border-color: #122b40;
	color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	background-color: #fff;
	color: #337ab7;
}
.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-success:focus,
.btn-success.focus {
	background-color: #449d44;
	border-color: #255625;
	color: #fff;
}
.btn-success:hover {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.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 {
	background-color: #398439;
	border-color: #255625;
	color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	background-color: #fff;
	color: #5cb85c;
}
.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}
.btn-info:focus,
.btn-info.focus {
	background-color: #31b0d5;
	border-color: #1b6d85;
	color: #fff;
}
.btn-info:hover {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.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 {
	background-color: #269abc;
	border-color: #1b6d85;
	color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	background-color: #fff;
	color: #5bc0de;
}
.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn-warning:focus,
.btn-warning.focus {
	background-color: #ec971f;
	border-color: #985f0d;
	color: #fff;
}
.btn-warning:hover {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.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 {
	background-color: #d58512;
	border-color: #985f0d;
	color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	background-color: #fff;
	color: #f0ad4e;
}
.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.btn-danger:focus,
.btn-danger.focus {
	background-color: #c9302c;
	border-color: #761c19;
	color: #fff;
}
.btn-danger:hover {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.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 {
	background-color: #ac2925;
	border-color: #761c19;
	color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	background-color: #fff;
	color: #d9534f;
}
.btn-link {
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}
.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 {
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.btn-sm,
.btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs,
.btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.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 {
	height: 0;
	overflow: hidden;
	position: relative;

	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	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);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;

	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #337ab7;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	text-decoration: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.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 {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	left: auto;
	right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	border-top: 0;
	content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 2px;
	top: auto;
}
.btn-group,
.btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	float: left;
	position: relative;
}
.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-bottom-width: 0;
	border-width: 5px 5px 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;
	max-width: 100%;
	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-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified {
	display: table;
	table-layout: fixed;
	width: 100%;

	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	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'] {
	clip: rect(0, 0, 0, 0);
	position: absolute;

	pointer-events: none;
}
.input-group {
	display: table;
	position: relative;

	border-collapse: separate;
}
.input-group[class*='col-'] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.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 {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.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 {
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
	z-index: 2;
}
.nav {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav:before,
.nav:after {
	content: ' ';
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	display: block;
	position: relative;
}
.nav > li > a {
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #eee;
	text-decoration: none;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	background-color: transparent;
	color: #777;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.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 {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	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 {
	background-color: #337ab7;
	color: #fff;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-left: 0;
	margin-top: 2px;
}
.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 {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	left: auto;
	top: auto;
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	border-radius: 4px;
	margin-right: 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: 1px solid #ddd;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;

	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
}
.navbar:before,
.navbar:after {
	content: ' ';
	display: table;
}
.navbar:after {
	clear: both;
}
.navbar-header:before,
.navbar-header:after {
	content: ' ';
	display: table;
}
.navbar-header:after {
	clear: both;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

	-webkit-overflow-scrolling: touch;
	overflow-x: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-static-top {
	border-width: 0 0 1px;
	z-index: 1000;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 15px 15px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin: 18px 0 0;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-nav > li > a {
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.navbar-form {
	border-bottom: 1px solid transparent;
	border-top: 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-bottom: 8px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 8px;
	padding: 10px 15px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;

	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.navbar-btn {
	margin-bottom: 8px;
	margin-top: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
	margin-bottom: 14px;
	margin-top: 14px;
}
.navbar-text {
	margin-bottom: 15px;
	margin-top: 15px;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #5e5e5e;
}
.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 {
	background-color: transparent;
	color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #ccc;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
.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 {
	background-color: transparent;
	color: #fff;
}
.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 {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #090909;
	color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #444;
}
.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;
}
.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 {
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #ccc;
	content: '/?';
	padding: 0 5px;
}
.breadcrumb > .active {
	color: #777;
}
.pagination {
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #337ab7;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.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 {
	background-color: #eee;
	border-color: #ddd;
	color: #23527c;
	z-index: 3;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	background-color: #fff;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.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 {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.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 {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}
.pager:before,
.pager:after {
	content: ' ';
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
	background-color: #eee;
	text-decoration: none;
}
.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 {
	background-color: #fff;
	color: #777;
	cursor: not-allowed;
}
.label {
	border-radius: 0.25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
a.label:hover,
a.label:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.label-default {
	background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.badge {
	background-color: #777;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
	padding: 1px 5px;
	top: 0;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	background-color: #fff;
	color: #337ab7;
}
.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;
	cursor: pointer;
	text-decoration: none;
}
.jumbotron {
	background-color: #eee;
	color: inherit;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
.thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 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;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.thumbnail .caption {
	color: #333;
	padding: 9px;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7;
}
.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4 {
	color: inherit;
	margin-top: 0;
}
.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 {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.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;
}
.progress {
	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);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.progress-bar {
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	width: 0;

	-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 {
	animation: progress-bar-stripes 2s linear infinite;

	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.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-bottom: 5px;
	margin-top: 0;
}
.media-list {
	list-style: none;
	padding-left: 0;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;

	border-bottom-left-radius: 4px;
	border-bottom-right-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 {
	background-color: #f5f5f5;
	color: #555;
	text-decoration: none;
}
button.list-group-item {
	text-align: left;
	width: 100%;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	z-index: 2;
}
.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: #c7ddef;
}
.list-group-item-success {
	background-color: #dff0d8;
	color: #3c763d;
}
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 {
	background-color: #d0e9c6;
	color: #3c763d;
}
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 {
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}
.list-group-item-info {
	background-color: #d9edf7;
	color: #31708f;
}
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 {
	background-color: #c4e3f3;
	color: #31708f;
}
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 {
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}
.list-group-item-warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
}
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 {
	background-color: #faf2cc;
	color: #8a6d3b;
}
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 {
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}
.list-group-item-danger {
	background-color: #f2dede;
	color: #a94442;
}
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 {
	background-color: #ebcccc;
	color: #a94442;
}
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 {
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}
.list-group-item-heading {
	margin-bottom: 5px;
	margin-top: 0;
}
.list-group-item-text {
	line-height: 1.3;
	margin-bottom: 0;
}
.panel {
	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);
	margin-bottom: 20px;
}
.panel-body {
	padding: 15px;
}
.panel-body:before,
.panel-body:after {
	content: ' ';
	display: table;
}
.panel-body:after {
	clear: both;
}
.panel-heading {
	border-bottom: 1px solid transparent;
	padding: 10px 15px;

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding: 10px 15px;

	border-bottom-left-radius: 3px;
	border-bottom-right-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-radius: 0;
	border-width: 1px 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-left-radius: 3px;
	border-top-right-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-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-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-left-radius: 3px;
	border-top-right-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-left-radius: 3px;
	border-bottom-right-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: 20px;
}
.panel-group .panel {
	border-radius: 4px;
	margin-bottom: 0;
}
.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 #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	background-color: #333;
	color: #f5f5f5;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	background-color: #fff;
	color: #337ab7;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	background-color: #3c763d;
	color: #dff0d8;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	background-color: #31708f;
	color: #d9edf7;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	background-color: #8a6d3b;
	color: #fcf8e3;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	background-color: #a94442;
	color: #f2dede;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	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);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	border-radius: 6px;
	padding: 24px;
}
.well-sm {
	border-radius: 3px;
	padding: 9px;
}
.close {
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}
.close:hover,
.close:focus {
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}
button.close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;

	-webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);

	-o-transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);

	-o-transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content {
	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);
	outline: 0;
	position: relative;

	background-clip: padding-box;
}
.modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
	padding: 15px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	line-height: 1.42857;
	margin: 0;
}
.modal-body {
	padding: 15px;
	position: relative;
}
.modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.modal-footer:before,
.modal-footer:after {
	content: ' ';
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
.tooltip {
	display: block;
	filter: alpha(opacity=0);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.42857;
	opacity: 0;
	position: absolute;
	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;
	z-index: 1070;

	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.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 {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
}
.tooltip-arrow {
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	margin-bottom: -5px;
	right: 5px;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	margin-top: -5px;
	right: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 5px;
	margin-top: -5px;
	top: 0;
}
.popover {
	background-color: #fff;
	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);
	display: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	letter-spacing: normal;
	line-height: 1.42857;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	top: 0;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	z-index: 1060;

	background-clip: padding-box;
	line-break: auto;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: '';
}
.popover.top > .arrow {
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top > .arrow:after {
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: ' ';
	margin-left: -10px;
}
.popover.right > .arrow {
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right > .arrow:after {
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -10px;
	content: ' ';
	left: 1px;
}
.popover.bottom > .arrow {
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom > .arrow:after {
	border-bottom-color: #fff;
	border-top-width: 0;
	content: ' ';
	margin-left: -10px;
	top: 1px;
}
.popover.left > .arrow {
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left > .arrow:after {
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	content: ' ';
	right: 1px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	overflow: hidden;
	position: relative;
	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;
	height: auto;
	line-height: 1;
	max-width: 100%;
}
.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 {
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
}
.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 {
	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;
	left: auto;
	right: 0;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-family: serif;
	height: 20px;
	line-height: 1;
	width: 20px;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li {
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active {
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption {
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
}
.carousel-caption .btn {
	text-shadow: none;
}
.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 {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.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;
}
.visible-print {
	display: none !important;
}
.visible-print-block {
	display: none !important;
}
.visible-print-inline {
	display: none !important;
}
.visible-print-inline-block {
	display: none !important;
}

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/

/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
	direction: ltr;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/* Fix of Webkit flickering */
	z-index: 1;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-wrapper {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	-webkit-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	width: 100%;

	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-property: -webkit-transform, left, top;
	-moz-transition-property: -moz-transform, left, top;
	-ms-transition-property: -ms-transform, left, top;
	-o-transition-property: -o-transform, left, top;
	transition-property: transform, left, top;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;

	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-slide {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */
	/*width:200px;
  height: 100px;*/
}

.swiper-slide {
	/* Specify Slides's Size: */
	/*width: 100%;
  height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
}
.swiper-slide-visible {
	/* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */
}
.swiper-active-switch {
	/* Specific active button style: */
}
.swiper-visible-switch {
	/* Specific visible button style: */
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	text-align: center;
	width: 1.28571429em;
}
.fa-ul {
	list-style-type: none;
	margin-left: 2.14285714em;
	padding-left: 0;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	left: -2.14285714em;
	position: absolute;
	text-align: center;
	top: 0.14285714em;
	width: 2.14285714em;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right {
	margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: 0.3em;
}
.fa.pull-right {
	margin-left: 0.3em;
}
.fa-spin {
	animation: fa-spin 2s infinite linear;

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

	-webkit-animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: '\f000';
}
.fa-music:before {
	content: '\f001';
}
.fa-search:before {
	content: '\f002';
}
.fa-envelope-o:before {
	content: '\f003';
}
.fa-heart:before {
	content: '\f004';
}
.fa-star:before {
	content: '\f005';
}
.fa-star-o:before {
	content: '\f006';
}
.fa-user:before {
	content: '\f007';
}
.fa-film:before {
	content: '\f008';
}
.fa-th-large:before {
	content: '\f009';
}
.fa-th:before {
	content: '\f00a';
}
.fa-th-list:before {
	content: '\f00b';
}
.fa-check:before {
	content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: '\f00d';
}
.fa-search-plus:before {
	content: '\f00e';
}
.fa-search-minus:before {
	content: '\f010';
}
.fa-power-off:before {
	content: '\f011';
}
.fa-signal:before {
	content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
	content: '\f013';
}
.fa-trash-o:before {
	content: '\f014';
}
.fa-home:before {
	content: '\f015';
}
.fa-file-o:before {
	content: '\f016';
}
.fa-clock-o:before {
	content: '\f017';
}
.fa-road:before {
	content: '\f018';
}
.fa-download:before {
	content: '\f019';
}
.fa-arrow-circle-o-down:before {
	content: '\f01a';
}
.fa-arrow-circle-o-up:before {
	content: '\f01b';
}
.fa-inbox:before {
	content: '\f01c';
}
.fa-play-circle-o:before {
	content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: '\f01e';
}
.fa-refresh:before {
	content: '\f021';
}
.fa-list-alt:before {
	content: '\f022';
}
.fa-lock:before {
	content: '\f023';
}
.fa-flag:before {
	content: '\f024';
}
.fa-headphones:before {
	content: '\f025';
}
.fa-volume-off:before {
	content: '\f026';
}
.fa-volume-down:before {
	content: '\f027';
}
.fa-volume-up:before {
	content: '\f028';
}
.fa-qrcode:before {
	content: '\f029';
}
.fa-barcode:before {
	content: '\f02a';
}
.fa-tag:before {
	content: '\f02b';
}
.fa-tags:before {
	content: '\f02c';
}
.fa-book:before {
	content: '\f02d';
}
.fa-bookmark:before {
	content: '\f02e';
}
.fa-print:before {
	content: '\f02f';
}
.fa-camera:before {
	content: '\f030';
}
.fa-font:before {
	content: '\f031';
}
.fa-bold:before {
	content: '\f032';
}
.fa-italic:before {
	content: '\f033';
}
.fa-text-height:before {
	content: '\f034';
}
.fa-text-width:before {
	content: '\f035';
}
.fa-align-left:before {
	content: '\f036';
}
.fa-align-center:before {
	content: '\f037';
}
.fa-align-right:before {
	content: '\f038';
}
.fa-align-justify:before {
	content: '\f039';
}
.fa-list:before {
	content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
	content: '\f03b';
}
.fa-indent:before {
	content: '\f03c';
}
.fa-video-camera:before {
	content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: '\f03e';
}
.fa-pencil:before {
	content: '\f040';
}
.fa-map-marker:before {
	content: '\f041';
}
.fa-adjust:before {
	content: '\f042';
}
.fa-tint:before {
	content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: '\f044';
}
.fa-share-square-o:before {
	content: '\f045';
}
.fa-check-square-o:before {
	content: '\f046';
}
.fa-arrows:before {
	content: '\f047';
}
.fa-step-backward:before {
	content: '\f048';
}
.fa-fast-backward:before {
	content: '\f049';
}
.fa-backward:before {
	content: '\f04a';
}
.fa-play:before {
	content: '\f04b';
}
.fa-pause:before {
	content: '\f04c';
}
.fa-stop:before {
	content: '\f04d';
}
.fa-forward:before {
	content: '\f04e';
}
.fa-fast-forward:before {
	content: '\f050';
}
.fa-step-forward:before {
	content: '\f051';
}
.fa-eject:before {
	content: '\f052';
}
.fa-chevron-left:before {
	content: '\f053';
}
.fa-chevron-right:before {
	content: '\f054';
}
.fa-plus-circle:before {
	content: '\f055';
}
.fa-minus-circle:before {
	content: '\f056';
}
.fa-times-circle:before {
	content: '\f057';
}
.fa-check-circle:before {
	content: '\f058';
}
.fa-question-circle:before {
	content: '\f059';
}
.fa-info-circle:before {
	content: '\f05a';
}
.fa-crosshairs:before {
	content: '\f05b';
}
.fa-times-circle-o:before {
	content: '\f05c';
}
.fa-check-circle-o:before {
	content: '\f05d';
}
.fa-ban:before {
	content: '\f05e';
}
.fa-arrow-left:before {
	content: '\f060';
}
.fa-arrow-right:before {
	content: '\f061';
}
.fa-arrow-up:before {
	content: '\f062';
}
.fa-arrow-down:before {
	content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
	content: '\f064';
}
.fa-expand:before {
	content: '\f065';
}
.fa-compress:before {
	content: '\f066';
}
.fa-plus:before {
	content: '\f067';
}
.fa-minus:before {
	content: '\f068';
}
.fa-asterisk:before {
	content: '\f069';
}
.fa-exclamation-circle:before {
	content: '\f06a';
}
.fa-gift:before {
	content: '\f06b';
}
.fa-leaf:before {
	content: '\f06c';
}
.fa-fire:before {
	content: '\f06d';
}
.fa-eye:before {
	content: '\f06e';
}
.fa-eye-slash:before {
	content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: '\f071';
}
.fa-plane:before {
	content: '\f072';
}
.fa-calendar:before {
	content: '\f073';
}
.fa-random:before {
	content: '\f074';
}
.fa-comment:before {
	content: '\f075';
}
.fa-magnet:before {
	content: '\f076';
}
.fa-chevron-up:before {
	content: '\f077';
}
.fa-chevron-down:before {
	content: '\f078';
}
.fa-retweet:before {
	content: '\f079';
}
.fa-shopping-cart:before {
	content: '\f07a';
}
.fa-folder:before {
	content: '\f07b';
}
.fa-folder-open:before {
	content: '\f07c';
}
.fa-arrows-v:before {
	content: '\f07d';
}
.fa-arrows-h:before {
	content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: '\f080';
}
.fa-twitter-square:before {
	content: '\f081';
}
.fa-facebook-square:before {
	content: '\f082';
}
.fa-camera-retro:before {
	content: '\f083';
}
.fa-key:before {
	content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
	content: '\f085';
}
.fa-comments:before {
	content: '\f086';
}
.fa-thumbs-o-up:before {
	content: '\f087';
}
.fa-thumbs-o-down:before {
	content: '\f088';
}
.fa-star-half:before {
	content: '\f089';
}
.fa-heart-o:before {
	content: '\f08a';
}
.fa-sign-out:before {
	content: '\f08b';
}
.fa-linkedin-square:before {
	content: '\f08c';
}
.fa-thumb-tack:before {
	content: '\f08d';
}
.fa-external-link:before {
	content: '\f08e';
}
.fa-sign-in:before {
	content: '\f090';
}
.fa-trophy:before {
	content: '\f091';
}
.fa-github-square:before {
	content: '\f092';
}
.fa-upload:before {
	content: '\f093';
}
.fa-lemon-o:before {
	content: '\f094';
}
.fa-phone:before {
	content: '\f095';
}
.fa-square-o:before {
	content: '\f096';
}
.fa-bookmark-o:before {
	content: '\f097';
}
.fa-phone-square:before {
	content: '\f098';
}
.fa-twitter:before {
	content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: '\f09a';
}
.fa-github:before {
	content: '\f09b';
}
.fa-unlock:before {
	content: '\f09c';
}
.fa-credit-card:before {
	content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
	content: '\f09e';
}
.fa-hdd-o:before {
	content: '\f0a0';
}
.fa-bullhorn:before {
	content: '\f0a1';
}
.fa-bell:before {
	content: '\f0f3';
}
.fa-certificate:before {
	content: '\f0a3';
}
.fa-hand-o-right:before {
	content: '\f0a4';
}
.fa-hand-o-left:before {
	content: '\f0a5';
}
.fa-hand-o-up:before {
	content: '\f0a6';
}
.fa-hand-o-down:before {
	content: '\f0a7';
}
.fa-arrow-circle-left:before {
	content: '\f0a8';
}
.fa-arrow-circle-right:before {
	content: '\f0a9';
}
.fa-arrow-circle-up:before {
	content: '\f0aa';
}
.fa-arrow-circle-down:before {
	content: '\f0ab';
}
.fa-globe:before {
	content: '\f0ac';
}
.fa-wrench:before {
	content: '\f0ad';
}
.fa-tasks:before {
	content: '\f0ae';
}
.fa-filter:before {
	content: '\f0b0';
}
.fa-briefcase:before {
	content: '\f0b1';
}
.fa-arrows-alt:before {
	content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
	content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
	content: '\f0c1';
}
.fa-cloud:before {
	content: '\f0c2';
}
.fa-flask:before {
	content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
	content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
	content: '\f0c5';
}
.fa-paperclip:before {
	content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
	content: '\f0c7';
}
.fa-square:before {
	content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: '\f0c9';
}
.fa-list-ul:before {
	content: '\f0ca';
}
.fa-list-ol:before {
	content: '\f0cb';
}
.fa-strikethrough:before {
	content: '\f0cc';
}
.fa-underline:before {
	content: '\f0cd';
}
.fa-table:before {
	content: '\f0ce';
}
.fa-magic:before {
	content: '\f0d0';
}
.fa-truck:before {
	content: '\f0d1';
}
.fa-pinterest:before {
	content: '\f0d2';
}
.fa-pinterest-square:before {
	content: '\f0d3';
}
.fa-google-plus-square:before {
	content: '\f0d4';
}
.fa-google-plus:before {
	content: '\f0d5';
}
.fa-money:before {
	content: '\f0d6';
}
.fa-caret-down:before {
	content: '\f0d7';
}
.fa-caret-up:before {
	content: '\f0d8';
}
.fa-caret-left:before {
	content: '\f0d9';
}
.fa-caret-right:before {
	content: '\f0da';
}
.fa-columns:before {
	content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
	content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: '\f0de';
}
.fa-envelope:before {
	content: '\f0e0';
}
.fa-linkedin:before {
	content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
	content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
	content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: '\f0e4';
}
.fa-comment-o:before {
	content: '\f0e5';
}
.fa-comments-o:before {
	content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
	content: '\f0e7';
}
.fa-sitemap:before {
	content: '\f0e8';
}
.fa-umbrella:before {
	content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
	content: '\f0ea';
}
.fa-lightbulb-o:before {
	content: '\f0eb';
}
.fa-exchange:before {
	content: '\f0ec';
}
.fa-cloud-download:before {
	content: '\f0ed';
}
.fa-cloud-upload:before {
	content: '\f0ee';
}
.fa-user-md:before {
	content: '\f0f0';
}
.fa-stethoscope:before {
	content: '\f0f1';
}
.fa-suitcase:before {
	content: '\f0f2';
}
.fa-bell-o:before {
	content: '\f0a2';
}
.fa-coffee:before {
	content: '\f0f4';
}
.fa-cutlery:before {
	content: '\f0f5';
}
.fa-file-text-o:before {
	content: '\f0f6';
}
.fa-building-o:before {
	content: '\f0f7';
}
.fa-hospital-o:before {
	content: '\f0f8';
}
.fa-ambulance:before {
	content: '\f0f9';
}
.fa-medkit:before {
	content: '\f0fa';
}
.fa-fighter-jet:before {
	content: '\f0fb';
}
.fa-beer:before {
	content: '\f0fc';
}
.fa-h-square:before {
	content: '\f0fd';
}
.fa-plus-square:before {
	content: '\f0fe';
}
.fa-angle-double-left:before {
	content: '\f100';
}
.fa-angle-double-right:before {
	content: '\f101';
}
.fa-angle-double-up:before {
	content: '\f102';
}
.fa-angle-double-down:before {
	content: '\f103';
}
.fa-angle-left:before {
	content: '\f104';
}
.fa-angle-right:before {
	content: '\f105';
}
.fa-angle-up:before {
	content: '\f106';
}
.fa-angle-down:before {
	content: '\f107';
}
.fa-desktop:before {
	content: '\f108';
}
.fa-laptop:before {
	content: '\f109';
}
.fa-tablet:before {
	content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: '\f10b';
}
.fa-circle-o:before {
	content: '\f10c';
}
.fa-quote-left:before {
	content: '\f10d';
}
.fa-quote-right:before {
	content: '\f10e';
}
.fa-spinner:before {
	content: '\f110';
}
.fa-circle:before {
	content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
	content: '\f112';
}
.fa-github-alt:before {
	content: '\f113';
}
.fa-folder-o:before {
	content: '\f114';
}
.fa-folder-open-o:before {
	content: '\f115';
}
.fa-smile-o:before {
	content: '\f118';
}
.fa-frown-o:before {
	content: '\f119';
}
.fa-meh-o:before {
	content: '\f11a';
}
.fa-gamepad:before {
	content: '\f11b';
}
.fa-keyboard-o:before {
	content: '\f11c';
}
.fa-flag-o:before {
	content: '\f11d';
}
.fa-flag-checkered:before {
	content: '\f11e';
}
.fa-terminal:before {
	content: '\f120';
}
.fa-code:before {
	content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: '\f123';
}
.fa-location-arrow:before {
	content: '\f124';
}
.fa-crop:before {
	content: '\f125';
}
.fa-code-fork:before {
	content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: '\f127';
}
.fa-question:before {
	content: '\f128';
}
.fa-info:before {
	content: '\f129';
}
.fa-exclamation:before {
	content: '\f12a';
}
.fa-superscript:before {
	content: '\f12b';
}
.fa-subscript:before {
	content: '\f12c';
}
.fa-eraser:before {
	content: '\f12d';
}
.fa-puzzle-piece:before {
	content: '\f12e';
}
.fa-microphone:before {
	content: '\f130';
}
.fa-microphone-slash:before {
	content: '\f131';
}
.fa-shield:before {
	content: '\f132';
}
.fa-calendar-o:before {
	content: '\f133';
}
.fa-fire-extinguisher:before {
	content: '\f134';
}
.fa-rocket:before {
	content: '\f135';
}
.fa-maxcdn:before {
	content: '\f136';
}
.fa-chevron-circle-left:before {
	content: '\f137';
}
.fa-chevron-circle-right:before {
	content: '\f138';
}
.fa-chevron-circle-up:before {
	content: '\f139';
}
.fa-chevron-circle-down:before {
	content: '\f13a';
}
.fa-html5:before {
	content: '\f13b';
}
.fa-css3:before {
	content: '\f13c';
}
.fa-anchor:before {
	content: '\f13d';
}
.fa-unlock-alt:before {
	content: '\f13e';
}
.fa-bullseye:before {
	content: '\f140';
}
.fa-ellipsis-h:before {
	content: '\f141';
}
.fa-ellipsis-v:before {
	content: '\f142';
}
.fa-rss-square:before {
	content: '\f143';
}
.fa-play-circle:before {
	content: '\f144';
}
.fa-ticket:before {
	content: '\f145';
}
.fa-minus-square:before {
	content: '\f146';
}
.fa-minus-square-o:before {
	content: '\f147';
}
.fa-level-up:before {
	content: '\f148';
}
.fa-level-down:before {
	content: '\f149';
}
.fa-check-square:before {
	content: '\f14a';
}
.fa-pencil-square:before {
	content: '\f14b';
}
.fa-external-link-square:before {
	content: '\f14c';
}
.fa-share-square:before {
	content: '\f14d';
}
.fa-compass:before {
	content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
	content: '\f153';
}
.fa-gbp:before {
	content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
	content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
	content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: '\f158';
}
.fa-won:before,
.fa-krw:before {
	content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
	content: '\f15a';
}
.fa-file:before {
	content: '\f15b';
}
.fa-file-text:before {
	content: '\f15c';
}
.fa-sort-alpha-asc:before {
	content: '\f15d';
}
.fa-sort-alpha-desc:before {
	content: '\f15e';
}
.fa-sort-amount-asc:before {
	content: '\f160';
}
.fa-sort-amount-desc:before {
	content: '\f161';
}
.fa-sort-numeric-asc:before {
	content: '\f162';
}
.fa-sort-numeric-desc:before {
	content: '\f163';
}
.fa-thumbs-up:before {
	content: '\f164';
}
.fa-thumbs-down:before {
	content: '\f165';
}
.fa-youtube-square:before {
	content: '\f166';
}
.fa-youtube:before {
	content: '\f167';
}
.fa-xing:before {
	content: '\f168';
}
.fa-xing-square:before {
	content: '\f169';
}
.fa-youtube-play:before {
	content: '\f16a';
}
.fa-dropbox:before {
	content: '\f16b';
}
.fa-stack-overflow:before {
	content: '\f16c';
}
.fa-instagram:before {
	content: '\f16d';
}
.fa-flickr:before {
	content: '\f16e';
}
.fa-adn:before {
	content: '\f170';
}
.fa-bitbucket:before {
	content: '\f171';
}
.fa-bitbucket-square:before {
	content: '\f172';
}
.fa-tumblr:before {
	content: '\f173';
}
.fa-tumblr-square:before {
	content: '\f174';
}
.fa-long-arrow-down:before {
	content: '\f175';
}
.fa-long-arrow-up:before {
	content: '\f176';
}
.fa-long-arrow-left:before {
	content: '\f177';
}
.fa-long-arrow-right:before {
	content: '\f178';
}
.fa-apple:before {
	content: '\f179';
}
.fa-windows:before {
	content: '\f17a';
}
.fa-android:before {
	content: '\f17b';
}
.fa-linux:before {
	content: '\f17c';
}
.fa-dribbble:before {
	content: '\f17d';
}
.fa-skype:before {
	content: '\f17e';
}
.fa-foursquare:before {
	content: '\f180';
}
.fa-trello:before {
	content: '\f181';
}
.fa-female:before {
	content: '\f182';
}
.fa-male:before {
	content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
	content: '\f184';
}
.fa-sun-o:before {
	content: '\f185';
}
.fa-moon-o:before {
	content: '\f186';
}
.fa-archive:before {
	content: '\f187';
}
.fa-bug:before {
	content: '\f188';
}
.fa-vk:before {
	content: '\f189';
}
.fa-weibo:before {
	content: '\f18a';
}
.fa-renren:before {
	content: '\f18b';
}
.fa-pagelines:before {
	content: '\f18c';
}
.fa-stack-exchange:before {
	content: '\f18d';
}
.fa-arrow-circle-o-right:before {
	content: '\f18e';
}
.fa-arrow-circle-o-left:before {
	content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: '\f191';
}
.fa-dot-circle-o:before {
	content: '\f192';
}
.fa-wheelchair:before {
	content: '\f193';
}
.fa-vimeo-square:before {
	content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
	content: '\f195';
}
.fa-plus-square-o:before {
	content: '\f196';
}
.fa-space-shuttle:before {
	content: '\f197';
}
.fa-slack:before {
	content: '\f198';
}
.fa-envelope-square:before {
	content: '\f199';
}
.fa-wordpress:before {
	content: '\f19a';
}
.fa-openid:before {
	content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: '\f19d';
}
.fa-yahoo:before {
	content: '\f19e';
}
.fa-google:before {
	content: '\f1a0';
}
.fa-reddit:before {
	content: '\f1a1';
}
.fa-reddit-square:before {
	content: '\f1a2';
}
.fa-stumbleupon-circle:before {
	content: '\f1a3';
}
.fa-stumbleupon:before {
	content: '\f1a4';
}
.fa-delicious:before {
	content: '\f1a5';
}
.fa-digg:before {
	content: '\f1a6';
}
.fa-pied-piper:before {
	content: '\f1a7';
}
.fa-pied-piper-alt:before {
	content: '\f1a8';
}
.fa-drupal:before {
	content: '\f1a9';
}
.fa-joomla:before {
	content: '\f1aa';
}
.fa-language:before {
	content: '\f1ab';
}
.fa-fax:before {
	content: '\f1ac';
}
.fa-building:before {
	content: '\f1ad';
}
.fa-child:before {
	content: '\f1ae';
}
.fa-paw:before {
	content: '\f1b0';
}
.fa-spoon:before {
	content: '\f1b1';
}
.fa-cube:before {
	content: '\f1b2';
}
.fa-cubes:before {
	content: '\f1b3';
}
.fa-behance:before {
	content: '\f1b4';
}
.fa-behance-square:before {
	content: '\f1b5';
}
.fa-steam:before {
	content: '\f1b6';
}
.fa-steam-square:before {
	content: '\f1b7';
}
.fa-recycle:before {
	content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
	content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
	content: '\f1ba';
}
.fa-tree:before {
	content: '\f1bb';
}
.fa-spotify:before {
	content: '\f1bc';
}
.fa-deviantart:before {
	content: '\f1bd';
}
.fa-soundcloud:before {
	content: '\f1be';
}
.fa-database:before {
	content: '\f1c0';
}
.fa-file-pdf-o:before {
	content: '\f1c1';
}
.fa-file-word-o:before {
	content: '\f1c2';
}
.fa-file-excel-o:before {
	content: '\f1c3';
}
.fa-file-powerpoint-o:before {
	content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: '\f1c8';
}
.fa-file-code-o:before {
	content: '\f1c9';
}
.fa-vine:before {
	content: '\f1ca';
}
.fa-codepen:before {
	content: '\f1cb';
}
.fa-jsfiddle:before {
	content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: '\f1cd';
}
.fa-circle-o-notch:before {
	content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before {
	content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
	content: '\f1d1';
}
.fa-git-square:before {
	content: '\f1d2';
}
.fa-git:before {
	content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: '\f1d4';
}
.fa-tencent-weibo:before {
	content: '\f1d5';
}
.fa-qq:before {
	content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
	content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
	content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: '\f1d9';
}
.fa-history:before {
	content: '\f1da';
}
.fa-circle-thin:before {
	content: '\f1db';
}
.fa-header:before {
	content: '\f1dc';
}
.fa-paragraph:before {
	content: '\f1dd';
}
.fa-sliders:before {
	content: '\f1de';
}
.fa-share-alt:before {
	content: '\f1e0';
}
.fa-share-alt-square:before {
	content: '\f1e1';
}
.fa-bomb:before {
	content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: '\f1e3';
}
.fa-tty:before {
	content: '\f1e4';
}
.fa-binoculars:before {
	content: '\f1e5';
}
.fa-plug:before {
	content: '\f1e6';
}
.fa-slideshare:before {
	content: '\f1e7';
}
.fa-twitch:before {
	content: '\f1e8';
}
.fa-yelp:before {
	content: '\f1e9';
}
.fa-newspaper-o:before {
	content: '\f1ea';
}
.fa-wifi:before {
	content: '\f1eb';
}
.fa-calculator:before {
	content: '\f1ec';
}
.fa-paypal:before {
	content: '\f1ed';
}
.fa-google-wallet:before {
	content: '\f1ee';
}
.fa-cc-visa:before {
	content: '\f1f0';
}
.fa-cc-mastercard:before {
	content: '\f1f1';
}
.fa-cc-discover:before {
	content: '\f1f2';
}
.fa-cc-amex:before {
	content: '\f1f3';
}
.fa-cc-paypal:before {
	content: '\f1f4';
}
.fa-cc-stripe:before {
	content: '\f1f5';
}
.fa-bell-slash:before {
	content: '\f1f6';
}
.fa-bell-slash-o:before {
	content: '\f1f7';
}
.fa-trash:before {
	content: '\f1f8';
}
.fa-copyright:before {
	content: '\f1f9';
}
.fa-at:before {
	content: '\f1fa';
}
.fa-eyedropper:before {
	content: '\f1fb';
}
.fa-paint-brush:before {
	content: '\f1fc';
}
.fa-birthday-cake:before {
	content: '\f1fd';
}
.fa-area-chart:before {
	content: '\f1fe';
}
.fa-pie-chart:before {
	content: '\f200';
}
.fa-line-chart:before {
	content: '\f201';
}
.fa-lastfm:before {
	content: '\f202';
}
.fa-lastfm-square:before {
	content: '\f203';
}
.fa-toggle-off:before {
	content: '\f204';
}
.fa-toggle-on:before {
	content: '\f205';
}
.fa-bicycle:before {
	content: '\f206';
}
.fa-bus:before {
	content: '\f207';
}
.fa-ioxhost:before {
	content: '\f208';
}
.fa-angellist:before {
	content: '\f209';
}
.fa-cc:before {
	content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: '\f20b';
}
.fa-meanpath:before {
	content: '\f20c';
}
.fa-buysellads:before {
	content: '\f20d';
}
.fa-connectdevelop:before {
	content: '\f20e';
}
.fa-dashcube:before {
	content: '\f210';
}
.fa-forumbee:before {
	content: '\f211';
}
.fa-leanpub:before {
	content: '\f212';
}
.fa-sellsy:before {
	content: '\f213';
}
.fa-shirtsinbulk:before {
	content: '\f214';
}
.fa-simplybuilt:before {
	content: '\f215';
}
.fa-skyatlas:before {
	content: '\f216';
}
.fa-cart-plus:before {
	content: '\f217';
}
.fa-cart-arrow-down:before {
	content: '\f218';
}
.fa-diamond:before {
	content: '\f219';
}
.fa-ship:before {
	content: '\f21a';
}
.fa-user-secret:before {
	content: '\f21b';
}
.fa-motorcycle:before {
	content: '\f21c';
}
.fa-street-view:before {
	content: '\f21d';
}
.fa-heartbeat:before {
	content: '\f21e';
}
.fa-venus:before {
	content: '\f221';
}
.fa-mars:before {
	content: '\f222';
}
.fa-mercury:before {
	content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
	content: '\f224';
}
.fa-transgender-alt:before {
	content: '\f225';
}
.fa-venus-double:before {
	content: '\f226';
}
.fa-mars-double:before {
	content: '\f227';
}
.fa-venus-mars:before {
	content: '\f228';
}
.fa-mars-stroke:before {
	content: '\f229';
}
.fa-mars-stroke-v:before {
	content: '\f22a';
}
.fa-mars-stroke-h:before {
	content: '\f22b';
}
.fa-neuter:before {
	content: '\f22c';
}
.fa-genderless:before {
	content: '\f22d';
}
.fa-facebook-official:before {
	content: '\f230';
}
.fa-pinterest-p:before {
	content: '\f231';
}
.fa-whatsapp:before {
	content: '\f232';
}
.fa-server:before {
	content: '\f233';
}
.fa-user-plus:before {
	content: '\f234';
}
.fa-user-times:before {
	content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
	content: '\f236';
}
.fa-viacoin:before {
	content: '\f237';
}
.fa-train:before {
	content: '\f238';
}
.fa-subway:before {
	content: '\f239';
}
.fa-medium:before {
	content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
	content: '\f23b';
}
.fa-optin-monster:before {
	content: '\f23c';
}
.fa-opencart:before {
	content: '\f23d';
}
.fa-expeditedssl:before {
	content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before {
	content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: '\f244';
}
.fa-mouse-pointer:before {
	content: '\f245';
}
.fa-i-cursor:before {
	content: '\f246';
}
.fa-object-group:before {
	content: '\f247';
}
.fa-object-ungroup:before {
	content: '\f248';
}
.fa-sticky-note:before {
	content: '\f249';
}
.fa-sticky-note-o:before {
	content: '\f24a';
}
.fa-cc-jcb:before {
	content: '\f24b';
}
.fa-cc-diners-club:before {
	content: '\f24c';
}
.fa-clone:before {
	content: '\f24d';
}
.fa-balance-scale:before {
	content: '\f24e';
}
.fa-hourglass-o:before {
	content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: '\f253';
}
.fa-hourglass:before {
	content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: '\f256';
}
.fa-hand-scissors-o:before {
	content: '\f257';
}
.fa-hand-lizard-o:before {
	content: '\f258';
}
.fa-hand-spock-o:before {
	content: '\f259';
}
.fa-hand-pointer-o:before {
	content: '\f25a';
}
.fa-hand-peace-o:before {
	content: '\f25b';
}
.fa-trademark:before {
	content: '\f25c';
}
.fa-registered:before {
	content: '\f25d';
}
.fa-creative-commons:before {
	content: '\f25e';
}
.fa-gg:before {
	content: '\f260';
}
.fa-gg-circle:before {
	content: '\f261';
}
.fa-tripadvisor:before {
	content: '\f262';
}
.fa-odnoklassniki:before {
	content: '\f263';
}
.fa-odnoklassniki-square:before {
	content: '\f264';
}
.fa-get-pocket:before {
	content: '\f265';
}
.fa-wikipedia-w:before {
	content: '\f266';
}
.fa-safari:before {
	content: '\f267';
}
.fa-chrome:before {
	content: '\f268';
}
.fa-firefox:before {
	content: '\f269';
}
.fa-opera:before {
	content: '\f26a';
}
.fa-internet-explorer:before {
	content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
	content: '\f26c';
}
.fa-contao:before {
	content: '\f26d';
}
.fa-500px:before {
	content: '\f26e';
}
.fa-amazon:before {
	content: '\f270';
}
.fa-calendar-plus-o:before {
	content: '\f271';
}
.fa-calendar-minus-o:before {
	content: '\f272';
}
.fa-calendar-times-o:before {
	content: '\f273';
}
.fa-calendar-check-o:before {
	content: '\f274';
}
.fa-industry:before {
	content: '\f275';
}
.fa-map-pin:before {
	content: '\f276';
}
.fa-map-signs:before {
	content: '\f277';
}
.fa-map-o:before {
	content: '\f278';
}
.fa-map:before {
	content: '\f279';
}
.fa-commenting:before {
	content: '\f27a';
}
.fa-commenting-o:before {
	content: '\f27b';
}
.fa-houzz:before {
	content: '\f27c';
}
.fa-vimeo:before {
	content: '\f27d';
}
.fa-black-tie:before {
	content: '\f27e';
}
.fa-fonticons:before {
	content: '\f280';
}
#lightboxOverlay {
	background-color: black;
	display: none;
	left: 0;
	opacity: 0.85;
	position: absolute;
	top: 0;
	z-index: 1050;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
#lightbox {
	font-weight: normal;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1060;
}
#lightbox img {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: auto;
	width: auto;

	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
#lightbox a img {
	border: none;
}
#lightbox h4 {
	line-height: 1em;
	margin-top: 0;
}
#lightbox button.close {
	color: #fff;
	font-size: 2em;
	opacity: 0.6;
	outline: none;
	position: absolute;
	right: -20px;
	top: -20px;
}
#lightbox button.close:hover {
	color: #eaa;
	opacity: 1;
}
.lb-outerContainer {
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	max-width: 95%;
	min-height: 250px;
	position: relative;
	width: 250px;

	*zoom: 1;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.lb-outerContainer:after {
	clear: both;
	content: '';
	display: table;
}
.lb-container {
	min-height: 250px;
	padding: 10px;
	position: relative;
}
.lb-loader {
	height: 25%;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}
.lb-nav {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
}
.lb-prev,
.lb-next {
	background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
	cursor: pointer;
	/* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 20%;
}
.lb-prev {
	float: left;
	left: 0;
}
.lb-next {
	float: right;
	right: 0;
}
.lb-prev:hover {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFH0lEQVR42s2aW0xbdRzHPe2hdGzlJgzb2gsairfVG5sLlBZa0MnMXNQx0PngHgwxy6YmPnILoA8t1xhJMOERfDEi46IPmphFwiXhBRU6E00wvkGAFMpFRv02+TX/E87OOZro//SffAI5/LLx6e///Z3/aXkgkUj8J/wPy0AYgUgY6ZpAsJXWIkwiA5joK8mkv4gARGAGFpALHiTywClglnRISDcRARjoVT8JCoADeMATRAldywdZVCsk4SuiLSHSK/4QCZSJovii2Wy+DF7F9yFcexq4SeZEaqulhwjrhAVYwZOg0m63X5+dnZ3f29v76+Dg4HB+fv6O1+u9RjIPk3R6iJCESSJxBgScTueNhYWFXxLH1urq6rLJZAqi5lGQmxoA+oowiWxgA15Q7XK5buLVv5u4z9rd3T3ANnsFdaUgn0RE/iLyYFskEjVut/vDxcXF3xIKKx6Pb0OkjjKUB0QeHdEONpOodTgcH62srPypJLG5ubnV1NQURm05Bd7CS0Q72NQJm832wfLy8h8qEtsVFRWfoDYEngJFIEuvsAuSTljpF6pGsN+fmZlZVpJYX1/fCYVC3ai9AJ4HDpDD/z4il7DRdKpCJm4h2L8qSWxsbOzW1tamJM4CJ02rTGDgKCIPNkmEkp3AiFWUODw8PKqpqelDbR04d0zCyPOsJQ82SRQVFd3CzW5FSWJraysWCAR6UXuRJFy0nUwkIfASkQebJKxWa3I7RVW203Z5eXmYOnEWuFknmAQHEcVgVyW3EzoR1Qh2D2pfBudIIo9lgiQ4iCgFuxrBvjk3N3dXpRNxBDsp8RJ1wnW/THAQkQXbLgl2cjspSsRisR2/3x+hTpQBpyQTBoDFTYQk2HbypoKNTkRVgp282UUoE2zESoLNU0Sg//QEKASPAT+CfUMj2DsIdjdJlAGXQrC5ioi0pZzgDDLxDjrxk5LE2tpaPBgMfobay+A8C7ZMgqMIO5LnGI3GYuz3t5eWln5WkohGozFMpy9Qfx3UglJ6LjdLg62nSG5GRoZ7ZGSkL6GyRkdHf0ftx+BdUMUelCjcOooIFPQcQRCKMzMzg4ODg1/iZ0dAtvb3949aW1t/RP174ALdZ05TxkQg6ClilNw7ngGX+vr6xtU609LS8i3qGoEPlIACkqGM6CeSCfJpq/hAQ39//7SaTHNz823UvQEqSIaywjrD/z7CRnABBdiHzDR0d3dPqcm0t7dPovYKqJR2hsnwFWGdYTIloNxgMNRHIpFJlhn56uzsnEJtPfBLZLKYDC8RuUwWKEzJgKu9vb3fqMl0dHRM0zZLZaZQKsNTRN4ZJuMDjZBRzUxbW9ukJDMepQHA+3lElHTGQ9um8R8MgHHUvU7yMhleImqZ8QCfKIpXKTOKKxwOf0cDwM9k2ADgK6I9AFQ709PT830yWyAAPLLMcBPRHgAN/3YAyDoD+IhoD4A3cZ/RGgATqHsNvAAeAXnApJcIGwBMphQEcD67Njw8fEfjOPMVTtaX6PhjAyc5vtOonRmSqcSb028NDQ39oHFqnkK2UqflHP7v/WpnxgMqaJpNU2bS+GMFuYx4XAbU49Q8xWRkIheplkT07Ii2zJWBgYGv8W/fk3jcm5iYuI2c+CjwOm8t7RNACTiPX7iuq6vr87GxsYXx8fEFfP+pxWIJ0ie8Vv3Drj0A8oGLnhqfBc/RVy94HNilj8X6iWjLmGnbnAYOUEw46Fq27E0KXUW0P4Yw0/bJJk7RNfanHLT+BkS8IzSKgDnWAAAAAElFTkSuQmCC') left 48% no-repeat;
}
.lb-next:hover {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFFklEQVR42s2aXUxbZRjHPf2ig3U43ESK/dgIrU6sU+dHKCvYgjJm5qIbbDov3IUhxjg18ZKvAHpRCoUYSTDhErwxIjLQC03MIuEj4QYVyhJNMN5BgPCNjPpv8m9O85JzGs1yTk/yC015S/jlef7P+54DDwiXRAzACEzECAzkvl7xePy+IF6pEmZg4VfKZL6IlFIBKzgKjoOHyIPABqxcI2WiiETMIBvkAQcoBmeIh++dADlcawBS5ojIrXSEEm7wlMlkClmt1tfAZbx+Ge+do9AjrJhJlskskaPg0YSEz+e7MTU1dWdvb29/Z2fnn4mJianCwsKb+N558AQoADa5MpkgwmAzB0UWiyW4uLg4Fxeu6enp351O5/tYUw6eTJGxUEZ3ERNF8oAXrfTq9vb2nqwgX6jSgsvl+gDrXgI+YAfHZBn9K2LilPJApGZra2sjrnDNzMz84Xa7P8bayqSM0GaS3iI2Br20vr4+vLq6uqYkMz8//7fD4fgEa6tkGWEA6Bj2bJAPSkDI7/d/BhnFyszNzf1lt9s/kisjDACd95Fc7hfPgupQKBRZXl7eVJIZHx+fwwD4kJkpoUyyMpJeIgaQxenlBM+B6qqqqsjKysq2kgwGwF1k5hbWVnCa2QUZXc5aRkHmeVBTWVkZ3d/fP1CSwWi+y8qEKHNoAGgtIlHGwjZzUeZieXl519ra2rqSDDbN+fz8/FuCjDAAtBKhjFAZN9usprS0NIw221Bps1hBQYEsIwwA7UR4CZk5DtyszAUMgE4OAKXKxNhmFQoDQAsR1cy4WJlXMAA6UZktJZnJyckFDACeAA4PAM1FeBlSMuPkKfhCIBDoWF9f31RpswVUJrXNCsUBoJmIOACE0VyDTbMDA2BDpTKxlAHgk9uMMtqKUOZwm53jAEjsM5tpBkDi1BwAj4GT4Ah/nqSZiCgjDIAXweVgMPjF0tKSWmZ+RWbeYYs52WImPUTEAWDlvbyXB8ebmGZfxWIxxX1mdnb2N+TqbaPReIp5swCDjiIMP2/EOGbfBZ8ODg7+GVe5BgYGomaz2c3P6ioiARN7/GHuE9Xgvaampl92d3eVjjEHvb29X2dlZQUlSUpWxKxrRihxAhSDMnC9sbHxB7VKRKPRYay7BM7Ke4ouYWclmA1K+MGVhoaG79Qkuru7x7DuGqWLQB7I0l6EEkIlzoOrLS0tt9UkIpHIKDKRlPDy8xy92uwjokR2ikQA1La1tY2qOBx0dHTcNhgMtVhbCooFCUmrI4oocTIlE1daW1vH1CS6urq+x7q6pAQ/ny1IaCIiBtuTzERzc7NqO0EikYnrlKaEUAkNRJQkysAbCPZwumBTIgA8KZUwaX0/Igbbw1/qajgc/lFNIpEJPCOuo7RHIROaiIiZ8IByUNfZ2flTGomxdMHWQkQSK/E/gn1NLdhai1h4qj0NXgCvI9gjafaJRCbeVAq2Xk8ac4AdnMUJ9RKOHd+oSfT399/BuekG288rSzDYOj77zQVF6PUKnGJH1ST6+vp+xsPut7jDe8VMZPyfFbhjj3E6+YFHKRP6VEQW8UDkooLIAU6xo1hTK0ooPOrRtbVOIx9lIyMjiRPtvRSJez09Pd8m9pP/IqFn2AvAGZvNFmxvb/98eHh4emhoaBqvv4RgDe/RixV2bP1FhNvXQvA48IGnwTP8WgJcIE8MdqaIiA8VjvE21gFOEQffy+UaWSIDRQxy8PnfD5AiOcAqPiXMJJF/AYJfIzT2wWtvAAAAAElFTkSuQmCC') right 48% no-repeat;
}
.lb-dataContainer {
	color: #222;
	margin: 0 auto;
	position: relative;

	*zoom: 1;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
.lb-dataContainer:after {
	clear: both;
	content: '';
	display: table;
}
.lb-data {
	line-height: 1.1em;
	padding: 0 10px;
	text-align: left;
}
.lb-data .lb-number {
	font-size: 11px;
}
.lb-data .close {
	font-size: 11px;
	font-weight: bold;
	opacity: 0.8;
	outline: none;
	position: absolute;
	right: 10px;
}
.lb-data .close:hover {
	opacity: 1;
}
#lightbox {
	margin-right: -30px;
	margin-top: 150px;
}
#lightbox button.close {
	color: gray;
	font-size: 2em;
	opacity: 0.6;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.home,
.page,
#lineupAnchor,
#needsAnchor,
#newReleaseAnchor,
#userSupport,
#userVoiceAnchor,
#userCompaniesAnchor,
#introductionAnchor,
#beforeAfterAnchor,
#planAnchor,
#section01,
#section02,
#section03,
#section04,
#section05,
#section06,
#section07,
#section08,
#newReleaseAnchor,
#smartPhoneTabletAnchor,
#beforeAfterAnchor,
#userVoiceAnchor {
	margin-top: -161px;
	padding-top: 161px;
}
img {
	height: auto;
	max-width: 100%;
}
a:hover,
a:focus {
	background-color: transparent !important;
	text-decoration: underline !important;
}
.btn:active,
.btn.active {
	box-shadow: none;
}
.entry-header {
	display: none;
}
#fixedMenu {
	background-color: rgba(255,255,255,0.85);
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 14px;
	margin-top: -125px;
	position: fixed;
	right: 16px;
	top: 50%;
	width: 30px;
	z-index: 999;
}
#fixedMenu ul {
	margin: 0;
	padding: 0;
}
#fixedMenu ul li {
	color: #d1d1d1;
	font-size: 14px;
	list-style: none;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
#fixedMenu ul li:hover {
	cursor: pointer;
}
#fixedMenu ul li.on a {
	color: #0082c0 !important;
}
#fixedMenu ul li a {
	color: #d1d1d1;
	font-size: 8px;
}
#fixedMenu ul li a:hover {
	color: #0082c0;
}
#fixedMenu ul li .fa:hover {
	color: #0082c0;
}
#header {
	background-color: #fff;
	border-bottom: 1px solid #ececec;
	border-top: 3px solid #2ea7e0;
	padding: 14px 0 10px;
}
#header .weblogin {
	background-color: #fff;
	background-position: 10px center;
	border-radius: 3px;
	display: inline-block;
	float: left;
}
#header .weblogin a {
	border: solid 1px #999 !important;
	color: #999 !important;
	display: inline-block;
	line-height: 14px;
	padding: 5px;
}
#header .weblogin a:hover,
#header .weblogin a:focus {
	background-color: #eee;
}
#header hr {
	border-top: solid 1px #ececec;
	margin: 0;
	padding: 0;
}

#header .nav-aside {
	position: absolute;
	right: 360px;
	top: 5px;
}

#header .nav-aside .select-language .is-current {
	background-color: #999;
	border-radius: 3px;
	color: #fff;
}
#header .nav-aside .select-language .is-current:hover {
	background-color: #aaa !important;
	text-decoration: none !important;
}
#header .nav-aside .select-language .is-current a:hover {
	background-color: #999;
}
#header .nav-aside .select-language li {
	margin: 0;
	padding: 0;
}
#header .nav-aside .select-language li a {
	padding: 1px 8px;
}
#header .bottommenu {
	clear: both;
	padding-top: 10px;
}
#header .bottommenu div h4 {
	text-align: center;
}
#header .bottommenu div h4 a {
	color: #333;
}
#header .nav-aside-lead {
	color: #666;
	font-size: 10px;
	margin: 4px 0 5px;
	padding: 0;
	white-space: pre;
}
#header h1 {
	float: left;
	margin: 0;
}

#header .logo-default {
	display: inline-block;
	font-size: 10px;
	padding-top: 13px;
}
#header .logo-mypage {
	width: 240px;
}
#header .logo-mypage .heading-sub {
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
}
#header .sign-in-btn {
	background-color: transparent;
	border-color: #999;
	color: #999;
}
#header p {
	margin-bottom: 20px;
	margin-top: 15px;
}
#header .select-language {
	font-size: 12px;
}
#header .select-language li {
	float: left;
	margin-left: 8px;
}
#header .select-language li:hover {
	background-color: #999;
	border-radius: 3px;
}
#header .select-language li:hover a:hover {
	color: #fff;
}
#header .select-language a {
	color: #333;
	display: block;
	padding: 8px;
	text-decoration: none;
}
#header .wrap-nav-list {
	position: absolute;
	right: 0;
	top: 0;
}
#header .wrap-nav-list .form-group {
	width: 100%;
}
#header .wrap-nav-list .form-group .input-group-addon {
	border-color: #999;
	width: 25px;
}
#header .wrap-nav-list .form-group .input-group {
	width: 100%;
}
#header .wrap-nav-list .form-control {
	border-color: #999;
	border-left: none;
	height: 32px;
}
#header .wrap-nav-list .nav-list-aside {
	float: right;
	margin-left: 10px;
	padding-left: 0;
	width: 324px;
}
#header .wrap-nav-list .nav-list-aside li {
	display: inline-block;
}
#header .nav-item-btn {
	border-radius: 3px;
	display: table-cell;
	float: left;
	margin: 0 5px 5px 0;
	width: 48%;
}
#header .nav-item-btn:hover,
#header .nav-item-btn:focus {
	opacity: 0.7;
}
#header .nav-item-btn a {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
}
#header .nav-item-btn a:hover,
#header .nav-item-btn a:focus {
	text-decoration: none !important;
}
#header .nav-item-btn a.sign-in-btn {
	color: #999;
}
#header .nav-list {
	float: right;
	padding: 37px 15px 0 0;
	text-align: right;
}
#header .nav-list li {
	border-right: solid 1px #cdcdcd;
	display: inline-block;
	margin: 10px 0;
	padding: 0 20px;
	vertical-align: middle;
}
#header .nav-list li:first-child {
	border-left: solid 1px #cdcdcd;
}
#header .nav-list li.addlist {
	display: none;
}
#header .nav-list a {
	color: #333;
	line-height: 1em;
	outline: none;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#header .nav-list a:focus {
	outline: none;
}
#header .nav-list a:active,
#header .nav-list a:hover {
	text-decoration: underline;
}
#header .nav-list a.nav-btn,
#header .nav-list a.search {
	border-bottom: none;
	padding: 0;
}
#header .dropdown-search .dropdown-menu {
	padding: 0;
}
#header .dropdown-search .dropdown-menu .form-control {
	border: none;
}
#header .dropdown-search .dropdown-menu .btn-default,
#header .dropdown-search .dropdown-menu .btn-ghost {
	background: #f6f6f6;
	border: none;
}
#header .dropdown-search .dropdown-menu .btn-default:hover,
#header .dropdown-search .dropdown-menu .btn-ghost:hover {
	background: #eee;
}

/* コンテンツ */
html,
body {
	height: 100%;
	position: relative;
}
body {
	color: #000;
	font-family: 'Hiragino Kaku Gothic ProN','メイリオ',Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;

	overflow-x: hidden;
}
.main-container {
	background: url('../../shared/images/renew/slider_iMac.png') center top #d1dbe3 no-repeat;
	background-size: auto;
	height: 100%;
	width: 100%;
}
#main-content {
	margin-top: 159px;
	min-height: 600px;
}
#main-content .container {
	max-width: 1170px;
}
#main-content .lead {
	color: #232323;
	font-size: 35px;
	line-height: 1.31;
	margin-bottom: 24px;
	padding-top: 70px;
}
#main-content div {
	color: #222;
	font-size: 16.08px;
	line-height: 34.162px;
}
.pickup {
	width: 100%;
}
.pickup .container {
	max-width: 1170px;
	padding-top: 0 !important;
}
.pickup .container h2 {
	color: #02547a;
	display: table-cell;
	font-size: 16px;
	height: 84px;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
	vertical-align: middle;
}
.pickup .container .kazari {
	color: #ccc;
	font-size: 51px;
	padding-left: 10px;
	padding-right: 20px;
}
.pickup .left-border {
	position: relative;
}
.pickup .left-border:after {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	content: '';
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	width: 1px;
}
.pickup p {
	display: table-cell;
	font-size: 100%;
	height: 84px;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
	vertical-align: middle;
}
.pickup p span {
	font-size: 84px;
}
.pickup a {
	color: #333;
	text-decoration: none;
}
.pickup a:hover {
	text-decoration: underline;
}

/* movie */
.movie {
	background: #d1dbe3;
	overflow: hidden;
	padding: 60px 0 80px;
	position: relative;
}
.movie:before {
	background: url(../images/renew/bg_movie_01.png) no-repeat 0 0;
	content: ' ';
	display: block;
	height: 474px;
	left: 50%;
	margin: -245px 0 0 -130px;
	position: absolute;
	top: 50%;
	width: 589px;
}
.movie .container {
	position: relative;
	z-index: 1;
}
.movie .lead {
	color: #222;
	font-size: 44px;
	line-height: 52px;
	margin: 35px 0 30px 180px;
	text-align: left;
}
.movie .button-gray {
	height: auto;
	margin: 0 0 0 180px;
	position: relative;
	width: 350px;
}
.movie .button-gray .btn {
	background: none;
	display: block;
	height: 100%;
	padding: 15px 36px 15px 15px;
	position: relative;
	text-align: center;
}
.movie .movie-modal {
	left: 50%;
	margin: 0 0 0 50px;
	position: absolute;
	top: 20px;
}
.movie .movie-modal a {
	display: block;
}
.needs .button-gray .btn {
	background: none;
	position: relative;
}
.movie .button-gray,
.needs .button-gray {
	padding-left: 0;
}
.needs .button-gray .btn {
	font-size: 14px;
	padding: 0 36px 0 20px;
}
.movie .button-gray .btn:before,
.needs .button-gray .btn:before {
	color: #a3a3a3;
	content: '\f03d';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	margin: -15px 0 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
}

/* needs */
.needs {
	background-color: #ececec;
}
.needs .lead {
	color: #222;
	font-size: 44px;
	line-height: 52px;
	text-align: center;
}
.needs img {
	display: block;
	margin: auto;
	margin-bottom: 7px;
}
.needs div {
	margin: auto;
}
.needs .row > div {
	margin: 30px auto;
	padding: 0 10px;
}
.lineup {
	background: url('../../shared/images/renew/300smartphone.png') center bottom no-repeat white;
	min-height: 505px;
}
.lineup .container {
	padding: 85px 0 0 365px;
}
.lineup .container .lead {
	color: #232323;
	font-size: 44px;
	text-align: center;
}
.lineup .container p {
	font-size: 18px;
}
.lineup2 {
	background: url('../../shared/images/renew/300smartphone2.png') right bottom no-repeat white;
	min-height: 544px;
}
.lineup2 .container {
	padding: 164px 0 0 0;
}
.lineup2 .container .lead {
	color: #232323;
	font-size: 44px;
	text-align: center;
}
.lineup2 .container .row {
	text-align: center;
}
.lineup2 .container .row .button-gray-anchor {
	margin-left: 15px;
	margin-right: 15px;
}
.lineup2 .container p {
	font-size: 18px;
}
.newRelease {
	background: url('../../shared/images/renew/newRelease.png') center bottom no-repeat #ececec;
	min-height: 505px;
}
.newRelease .container {
	padding: 0;
}
.newRelease .container .lead {
	color: #232323;
	font-size: 44px;
	text-align: center;
}
.newRelease .container p {
	font-size: 18px;
}
.newRelease2 {
	background: url('../../shared/images/renew/newRelease2.png') center bottom no-repeat #ececec;
	min-height: 646px;
}
.newRelease2 .container {
	padding: 0;
}
.newRelease2 .container .lead {
	color: #232323;
	font-size: 44px;
	text-align: center;
}
.newRelease2 .container .text {
	font-size: 18px;
	line-height: 24px;
}
.newRelease2 .container .text span {
	color: #e7245d;
	font-size: 20px;
}
.newRelease2 .container .text small {
	color: #222;
	font-size: 12px;
}
.newRelease3 {
	background: url('../../shared/images/renew/newRelease3.png') center bottom no-repeat #fff;
	margin-top: 190px;
	min-height: 390px;
}
.newRelease3 .container {
	padding: 0;
}
.newRelease3 .container .lead {
	color: #232323;
	font-size: 44px;
	text-align: center;
}
.newRelease3 .container .text {
	font-size: 18px;
	line-height: 24px;
}
.newRelease3 .container .text span {
	color: #e7245d;
	font-size: 20px;
}
.newRelease3 .container .text small {
	color: #222;
	font-size: 12px;
}
.userSupport {
	background: url('../../shared/images/renew/UserSupport.png') 65% bottom no-repeat #fcfcfc;
	min-height: 505px;
}
.userSupport .container {
	margin-right: 0;
	padding: 0;
	padding-left: 420px;
}
.userSupport .container .lead {
	color: #232323;
	font-size: 44px;
	margin-top: 140px;
	text-align: center;
}
.userSupport .container p {
	font-size: 18px;
}
.userSupport2 {
	background: url('../../shared/images/renew/UserSupport.png') 65% bottom no-repeat #fcfcfc;
	margin-top: 133px;
	min-height: 505px;
}
.userSupport2 .container {
	margin-right: 0;
	padding: 0;
	padding-left: 330px;
}
.userSupport2 .container .lead {
	color: #232323;
	font-size: 44px;
	margin-top: 140px;
	text-align: center;
}
.userSupport2 .container p {
	font-size: 18px;
}
.userSupport2 .container .button-gray-anchor {
	display: block;
	margin: 10px auto;
}
.userCompanies .container {
	padding: 0;
}
.userCompanies .container .lead {
	color: #232323;
	font-size: 39.95px;
	line-height: 51.937px;
	text-align: center;
}
.userCompanies .container hr {
	border-color: #ececec;
}
.userCompanies .container p {
	font-size: 18px;
}
.userCompanies .container div {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.smartPhoneTablet .container {
	padding: 0;
}
.smartPhoneTablet .container .lead {
	color: #232323;
	font-size: 39.95px;
	line-height: 51.937px;
	text-align: center;
}
.smartPhoneTablet .container hr {
	border-color: #ececec;
}
.smartPhoneTablet .container p {
	font-size: 18px;
}
.smartPhoneTablet .container div {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.smartPhoneTablet2 div {
	background-size: 98%;
	color: #222;
	font-size: 16px;
	line-height: 28px;
}
.smartPhoneTablet2 div.text {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 390px;
	min-height: 277px;
	padding: 20px 45px;
	padding-top: 159px;
}
.smartPhoneTablet2 div.text:nth-child(1) {
	background: url('../../shared/images/renew/smartPhoneTablet1.png') center top no-repeat #fff;
}
.smartPhoneTablet2 div.text:nth-child(2) {
	background: url('../../shared/images/renew/smartPhoneTablet2.png') center top no-repeat #fff;
}
.smartPhoneTablet2 div.text:nth-child(3) {
	background: url('../../shared/images/renew/smartPhoneTablet3.png') center top no-repeat #fff;
}
.smartPhoneTablet2 .caption {
	color: #222;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 18px;
	text-align: right;
}
.smartPhoneTablet3 .container {
	padding: 0;
}
.smartPhoneTablet3 .container .lead {
	color: #232323;
	font-size: 23.97px;
	line-height: 50.238px;
	text-align: center;
}
.smartPhoneTablet3 .container hr {
	border-color: #ececec;
}
.smartPhoneTablet3 .container p {
	font-size: 18px;
}
.smartPhoneTablet3 .container div {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.smartPhoneTablet3 .container .button-blue-large a {
	padding-left: 120px;
}
.userVoice {
	letter-spacing: -0.4em;
	text-align: center;
}
.userVoice .voice {
	color: #222;
	display: inline-block;
	float: none;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 28px;
	margin-bottom: 40px;
	max-width: 390px;
	min-height: 360px;
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
	transition: all 0.3s ease-in-out;
}
.userVoice .voice .voice-balloon {
	position: relative;
	z-index:3;
	min-height: 150px;
	padding: 18px 23px;
	border-radius: 15px;
	background-color: white;
}
.userVoice .voice .voice-balloon:after {
	content: ' ';
	display: block;
	position:absolute;
	top:-1px;
	left:-1px;
	right:-3px;
	bottom:-3px;
	z-index: 4;
	border: 1px solid #e8e8e8;
	border-color: rgba(33,33,33,.1);
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-radius: 15px;
}
.userVoice .voice .voice-balloon:before {
	content: ' ';
	display: block;
	position:absolute;
	bottom: -26px;
	left: 50%;
	z-index: 5;
	margin-left: -20px;
	border: 8px solid transparent;
	border-top: 20px solid white;
}
.userVoice .voice .voice-image {
	display: block;
	position: relative;
	z-index:2;
	margin: -10px auto 10px;
	border-radius:200px;
}
.userVoice .voice .voice-logo {
	display: block;
	position: relative;
	z-index:1;
	margin: -10px auto 10px;
}
/*
.userVoice .voice:nth-child(1) {
	background: url('../../shared/images/renew/UserVoice1.png') center top no-repeat #fff;
}
.userVoice .voice:nth-child(2) {
	background: url('../../shared/images/renew/UserVoice2.png') center top no-repeat #fff;
}
.userVoice .voice:nth-child(3) {
	background: url('../../shared/images/renew/UserVoice3.png') center top no-repeat #fff;
}
*/
.userVoice2 div {
	color: #222;
	font-size: 16px;
	line-height: 28px;
}
.userVoice2 .voice {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	min-height: 360px;
	padding: 20px 45px;
}
.userVoice2 .voice .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 495px;
	padding: 12px;
}
.userVoice2 .voice:nth-child(1) {
	background: url('../../shared/images/renew/UserVoice2-1.png') center bottom no-repeat #fff;
}
.userVoice2 .voice:nth-child(2) {
	background: url('../../shared/images/renew/UserVoice2-2.png') center bottom no-repeat #fff;
}
.userVoice2 .lead {
	color: #232323;
	font-size: 39.95px;
	line-height: 55.932px;
	margin-top: 50px;
	text-align: center;
}
.introduction {
	background: url('../../shared/images/renew/introduction.png') center top no-repeat #ececec;
	min-height: 937px;
}
.introduction .container {
	padding: 0;
}
.introduction .container .lead {
	color: #232323;
	font-size: 39.95px;
	line-height: 51.937px;
	text-align: center;
}
.introduction .container p {
	font-size: 18px;
}
.introduction .container .row {
	padding: 2.2em 2.4em;
}
.introduction .container .row div:last-child {
	color: #006ea2;
	font-size: 39.95px;
	line-height: 70px;
}
.introduction .container div {
	color: #232323;
	font-size: 29.96px;
	line-height: 50.238px;
	margin: 0 auto;
	max-width: 1120px;
	text-align: center;
}
.introduction .container ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
.introduction .container ul li {
	color: #41af3d;
	font-size: 21.97px;
	line-height: 72px;
	list-style: none;
	text-align: center;
}
.introduction .container ul li:first-child {
	padding-top: 4.7em;
}
.introduction .container ul li p {
	color: #232323;
	font-size: 15.98px;
	line-height: 21.973px;
}
.introduction .container ul:nth-child(2) li {
	color: #e7245d;
}
.beforeAfter {
	background: url('../../shared/images/renew/beforeAfter.png') center top no-repeat #ececec;
	min-height: 1277px;
}
.beforeAfter .container {
	padding: 0;
}
.beforeAfter .container .lead {
	font-size: 39.95px;
	line-height: 51.937px;
	text-align: center;
}
.beforeAfter .container .lead2 {
	padding-bottom: 134px;
	text-align: center;
}
.beforeAfter .container .lead3 {
	color: #232323;
	font-size: 35.96px;
	line-height: 51.937px;
	text-align: center;
}
.beforeAfter .container .text1 {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 234px;
}
.beforeAfter .container .text1 span {
	color: #e64e5c;
}
.beforeAfter .container .text2 {
	font-size: 24px;
	line-height: 50px;
	padding-bottom: 241px;
}
.beforeAfter .container p {
	font-size: 18px;
}
.beforeAfter .container .row {
	padding: 2.2em  0 0 0;
}
.beforeAfter .container .row .textblock {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin: 0 105px;
}
.beforeAfter .container .row .last {
	margin-left: 67px;
	margin-right: 150px;
}
.beforeAfter .container div {
	color: #232323;
	font-size: 29.96px;
	line-height: 50.238px;
	text-align: center;
}
.beforeAfter .container ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
.beforeAfter .container ul li {
	color: #41af3d;
	font-size: 21.97px;
	line-height: 72px;
	list-style: none;
	text-align: center;
}
.beforeAfter .container ul li:first-child {
	padding-top: 4.7em;
}
.beforeAfter .container ul li p {
	color: #232323;
	font-size: 15.98px;
	line-height: 21.973px;
}
.beforeAfter .container ul:nth-child(2) li {
	color: #e7245d;
}
.beforeAfter2 {
	background: url('../../shared/images/renew/beforeAfter2.png') center top no-repeat #ececec;
	min-height: 982px;
	padding: 40px 0;
}
.beforeAfter2 .container {
	padding: 0;
}
.beforeAfter2 .container .lead {
	color: #232323;
	font-size: 35.96px;
	line-height: 51.937px;
	padding-bottom: 131px;
	padding-top: 40px;
	text-align: center;
}
.beforeAfter2 .container .lead2 {
	text-align: center;
}
.beforeAfter2 .container .text2 {
	font-size: 24px;
	line-height: 50px;
	padding-bottom: 241px;
}
.beforeAfter2 .container p {
	font-size: 18px;
}
.beforeAfter2 .container .row {
	padding: 1.3em  0 0 0;
}
.beforeAfter2 .container .row .textblock {
	color: #222;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	padding: 0 60px;
}
.beforeAfter2 .container .first {
	padding-bottom: 138px;
}
.beforeAfter2 .container .first .thread {
	margin-top: 10px;
}
.beforeAfter2 .container .last {
	padding-bottom: 50px;
}
.beforeAfter2 .container .last .first {
	color: #128ec9;
}
.beforeAfter2 .container .last .second {
	color: #e7245d;
	padding-left: 89px;
}
.beforeAfter2 .container .last .thread {
	color: #41af3d;
	padding-left: 77px;
	padding-right: 44px;
}
.beforeAfter2 .container div {
	color: #232323;
	font-size: 29.96px;
	line-height: 50.238px;
	text-align: center;
}
.plan {
	min-height: 505px;
}
.plan .container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0;
}
.plan .container .planimage {
	background: #fff url('../../shared/images/renew/planimage_x2.png') no-repeat 50% 0 / 1024px 310px;
	background-size: contain;
	color: #fff;
	margin: 0 auto;
	min-height: 305px;
	padding: 0 0 0 40px;
	width: 1023px;
}
.plan .container .planimage h4 {
	display: inline-block;
	float: left;
	height: 94px;
	text-align: center;
	width: 87px;
}
.plan .container .planimage .title {
	color: #0082c0;
	font-size: 16px;
	line-height: 17px;
	padding-top: 6px;
	text-align: center;
	width: 130px;
}
.plan .container .planimage .lead {
	color: #fff;
	padding-top: 42px;
	text-align: center;
	width: 547px;
	margin-bottom:0;
}
.plan .container .planimage .price {
	color: #fff;
	font-size: 24px;
	line-height: 50.238px;
	padding-top: 10px;
}
.plan .container .planimage .price span {
	color: #fff775;
	font-size: 28px;
	line-height: 1;
	vertical-align: middle;
	margin: 0 5px;
	letter-spacing: -.02em;
}
.plan .container .planimage .price small {
	font-size: 12px;
	vertical-align: middle;
}
.plan .container .planimage .text {
	clear: both;
	padding-left: 5px;
}
.plan .container .planimage .flag {
	line-height: 24px;
}
.plan .container .planimage .flag span {
	letter-spacing: 5px;
}
.plan .container .lead {
	color: #232323;
	font-size: 35.96px;
	line-height: 49.94px;
	text-align: center;
}
.plan .container p {
	font-size: 18px;
}
.plan .container .row {
	clear: both;
	margin-left: -3%;
	padding: 0 15px;
}
.plan .container .row * {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.plan .container .card {
	border: solid 2px #4f9cad;
	border-radius: 6px;
	margin: 0 0 24px 3%;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	width: 22%;
}
.plan .container .card.mostPopular {
	border-color: #fe1d60;
}
.plan .container .card.mostPopular .price span {
 	/*color: #e64e5c;*/
}
.plan .container .card .mostPopular {
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
}
.plan .container .card h2 {
	color: #0082c0;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 38px;
}
.plan .container .card .campaign {
	color: #e64e5c;
	font-size: 10px;
	height: 0.4em;
}
.plan .container .card .campaign s {
	color: #666;
}
.plan .container .card .price {
	line-height: 1.2;
	margin-bottom: 0;
}
.plan .container .card .price small {
	display: inline-block;
	width: 100%;
}
.plan .container .card .price span {
	font-size: 23.5px;
}
.plan .container .card .initial {
	background: url('../../shared/images/renew/initialCost.png') center center no-repeat transparent;
	color: #fff;
	font-size: 15px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.plan .container .card .exp-icon {
	color: #0086bd;
	font-size: 70px;
	line-height: 1;
}
.plan .container .card .exp-icon i {
	margin: 0 3px;
}
.plan .container .card .availableNumber {
	font-size: 18px;
	margin: 0 0 10px;
}
.plan .container .card .availableNumber span {
	font-size: 23.5px;
	font-weight: bold;
}
.plan .container .card .detail {
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.plan .container .card .button-blue-small {
	text-align: center;
	width: 90%;
}
.plan .container .card .button-blue-small a {
	padding: 10px 16px 9px 0;
	text-align: center;
}
.plan .container .button-blue-large {
	margin: auto;
}
.buttonArea {
	background-color: #ececec;
	text-align: center;
}
.buttonArea div {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

/* コンテンツここまで */
#footer .footer-nav {
	background-color: #424242;
	overflow: hidden;
}
#footer .footer-nav a {
	color: #fff;
	text-decoration: none;
}
#footer .footer-nav a:link,
#footer .footer-nav a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .footer-nav a:hover {
	text-decoration: underline;
}
#footer .footer-nav .btn:hover {
	text-decoration: none;
}
#footer .footer-nav ul {
	padding-left: 0;
}
#footer .footer-nav li {
	font-size: 11px;
	margin-bottom: 15px;
}
#footer .footer-nav button {
	margin-bottom: 10px;
}
#footer .footer-nav .footer-nav-item {
	font-size: 16px;
	margin-bottom: 20px;
}
#footer .footer-nav .fa-facebook {
	color: #6480b8;
	font-size: 28px;
	margin-right: 20px;
	vertical-align: middle;
}
#footer .footer-nav .fa-twitter {
	color: #5dc0ec;
	font-size: 28px;
	margin-right: 10px;
	vertical-align: middle;
}
#footer .footer-nav .button-green:hover {
	background-image: linear-gradient(0deg, #2f9c4a 0%, #3dcc61 100%);
	opacity: 1 !important;
}
#footer .footer-nav .button-green:hover a:hover {
	text-decoration: none !important;
}
#footer .footer-nav .button-red:hover {
	background-image: linear-gradient(0deg, #cc3d68 0%, #ff6190 100%);
	opacity: 1 !important;
}
#footer .footer-nav .button-red:hover a:hover {
	text-decoration: none !important;
}
#footer .footer-link {
	text-align: center;
}
#footer .footer-link li {
	display: inline-block;
}
#footer .footer-link a {
	color: #000000;
	text-decoration: none;
}
#footer .footer-link a:link,
#footer .footer-link a:visited {
	color: #000000;
	text-decoration: none;
}
#footer .footer-link a:hover {
	text-decoration: underline;
}
#footer .footer-copy {
	margin-bottom: 0;
}
#footer .footer-copy img {
	margin-right: 10px;
	vertical-align: middle;
}
.new-list dt {
	font-weight: 400;
	text-align: left;
}
.new-list dt,
.new-list dd {
	margin-bottom: 1em;
}
.new-list a {
	color: #333;
	text-decoration: none;
}
.new-list a:hover {
	text-decoration: underline;
}
.new-list.new-list-vertical dt {
	margin-bottom: 0.3em;
}
.text-more {
	color: #02547a !important;
	font-size: 14px;
	margin-left: 20px;
	text-decoration: none !important;
	vertical-align: middle;
}
.text-more:hover {
	text-decoration: underline !important;
}
.text-more i {
	margin-right: 5px;
	vertical-align: middle;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: ' ';
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
h1,
.h1 {
	font-size: 32px;
}
h2,
.h2 {
	font-size: 26px;
}
h3,
.h3 {
	font-size: 20px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 11.5px;
}
section.st80 {
	padding-top: 40px;
}
section.sb80 {
	padding-bottom: 50px;
}
section.st50 {
	padding-top: 50px;
}
section.sb50 {
	padding-bottom: 50px;
}
section.st20 {
	padding-top: 20px;
}
section.sb20 {
	padding-bottom: 20px;
}
section.col-b {
	background-color: #46bce0;
	color: #fff;
}
section.col-r {
	background-color: #f1516a;
	color: #fff;
}
section.col-g {
	background-color: #f2f1eb;
	color: #333;
}
section.col-lg {
	background-color: #48cfad;
	color: #fff;
}
section.col-w {
	background-color: #fff;
	color: #333;
}
section.col-g2 {
	background-color: #ddd;
}
section.col-g3 {
	background-color: #f2f1ec;
	color: #666;
}
.mb80 {
	margin-bottom: 80px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb23 {
	margin-bottom: 23px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb0 {
	margin-bottom: 0;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mr10 {
	margin-right: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.fw-light {
	font-weight: 100;
}
.fw-bold {
	font-weight: 400;
}
.fw-u-bold {
	font-weight: 900;
}
.button-green {
	background-color: #009b27;
	background-image: linear-gradient(0deg, #009b27 0%, #0c3 100%);
	border-radius: 3px;
}
.button-green:hover,
.button-green:focus {
	background-color: #fff;
	opacity: 0.7;
	text-decoration: none !important;
}
.button-green a {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	position: relative;
	width: 100%;
}
.button-green a:hover {
	text-decoration: none !important;
}
.button-red {
	background-color: #cb003c;
	background-image: linear-gradient(0deg, #cb003c 0%, #ff1e61 100%);
	border-radius: 3px;
}
.button-red:hover,
.button-red:focus {
	opacity: 0.7;
	text-decoration: none !important;
}
.button-red a {
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	position: relative;
	width: 100%;
}
.button-red a:hover,
.button-red a:focus {
	text-decoration: none !important;
}
.button-green a:before,
.button-red a:before {
	content: '\f061';
	display: block;
	font-family: FontAwesome;
	font-size: 11px;
	margin: -9px 0 0;
	position: absolute;
	right: 5px;
	top: 50%;
}
.button-gray {
	background-color: #dbdbdb;
	background-image: linear-gradient(0deg, #dbdbdb 0%, #fff 100%);
	border: solid 1px #bbb;
	border-radius: 3px;
	height: 58px;
	line-height: 58px;
	width: 231px;
}
.button-gray a {
	background: url('../../shared/images/renew/CopySmall.png') 98% center no-repeat;
	color: #232323;
	font-size: 16px;
	padding-left: 28px;
	text-align: left;
	width: 100%;
}
.button-gray-anchor {
	background-color: #ececec;
	border: solid 1px #bbb;
	border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	width: 331px;
}
.button-gray-anchor a {
	background: url('../../shared/images/renew/arrowDown.png') 98% center no-repeat;
	color: #232323;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
.button-blue {
	background-color: #0083c1;
	background-image: linear-gradient(0deg, #006b9d 0%, #0083c1 100%);
	border: solid 1px #006da1;
	border-radius: 3px;
	height: 58px;
	line-height: 55px;
	margin: auto;
	position: relative;
	width: 231px;
}
.button-blue a {
	color: #fff;
	font-size: 16px;
	padding: 17px 18px 17px 0;
	text-align: center;
	width: 100%;
}
.button-blue a:hover,
.button-blue a:focus {
	color: #fff;
	text-decoration: none !important;
}
.button-blue-small {
	background-color: #006b9d;
	background-image: linear-gradient(0deg, #006b9d 0%, #0083c1 100%);
	border-radius: 3px;
	margin: auto;
	width: 200px;
}
.button-blue-small a {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 26px 10px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.button-blue a:before,
.button-blue-small a:before {
	content: '\f061';
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	margin: -12px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
}
.button-blue-small a:hover,
.button-blue-small a:focus {
	color: #fff;
	text-decoration: none !important;
}
.button-white-small {
	background-color: #fff;
	border: solid 1px #999;
	border-radius: 3px;
	margin: auto;
}
.button-white-small:hover,
.button-white-small:focus {
	opacity: 0.9;
}
.button-white-small a {
	color: #999 !important;
	font-size: 11px;
	line-height: 18px;
	padding-left: 10px;
	padding-left: 30px;
	width: 100%;
}
.button-white-small a:hover,
.button-white-small a:focus {
	text-decoration: none !important;
}

.button-blue-large,
.button-green-large,
.button-red-large {
	border-radius: 3px;
	height: 68px;
	width: 371px;
}

.button-blue-large {
	background: -webkit-linear-gradient(top,  #006b9d 0%,#0083c1 100%);
	background-color: #006b9d;
	background-image: linear-gradient(0deg, #006b9d 0%, #0083c1 100%);
}
.button-green-large {
	background: -webkit-linear-gradient(top,  #009b27 0%,#0c3 100%);
	background-color: #009b27;
	background-image: linear-gradient(0deg, #009b27 0%, #0c3 100%);
}
.button-red-large {
	background-color: #cb003c;
	background-image: linear-gradient(0deg, #cb003c 0%, #ff1e61 100%);
}
.button-blue-large .button-wrapper,
.button-green-large .button-wrapper,
.button-red-large .button-wrapper {
	display: block;
}
.button-blue-large a,
.button-green-large a,
.button-red-large a {
	color: #fff;
	font-size: 20px;
	height: auto;
	line-height: 1.4;
	padding: 20px 26px 18px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.button-blue-large a:before,
.button-green-large a:before,
.button-red-large a:before {
	content: '\f061';
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	margin: -12px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
}
.button-blue-large a:hover,
.button-blue-large a:focus,
.button-green-large a:hover,
.button-green-large a:focus,
.button-red-large a:hover,
.button-red-large a:focus {
	color: #fff;
	text-decoration: none !important;
}
#section08 .button-blue-large {
	margin: auto;
}
.button-green-large:hover,
.button-red-large:hover,
.button-blue:hover,
.button-blue-small:hover,
.button-blue-large:hover {
	background-color: #fff;
	opacity: 0.7;
}
.button-green-large:hover a:hover,
.button-green-large:hover a:focus,
.button-red-large:hover a:hover,
.button-red-large:hover a:focus,
.button-blue:hover a:hover,
.button-blue:hover a:focus,
.button-blue-small:hover a:hover,
.button-blue-small:hover a:focus,
.button-blue-large:hover a:hover,
.button-blue-large:hover a:focus {
	color: #fff;
	text-decoration: none !important;
}
.button-gray:hover,
.button-gray-anchor:hover {
	background-color: #fff;
	opacity: 0.7;
}
.button-gray:hover:hover,
.button-gray:hover:focus,
.button-gray-anchor:hover:hover,
.button-gray-anchor:hover:focus {
	color: #333;
	text-decoration: none !important;
}
.button-green-large.mod-multi,
.button-red-large.mod-multi {
	border-radius: 3px;
	display: inline-block;
	height: auto;
	margin-bottom: 11px;
	text-align: center;
	width: 371px;
}
.button-green-large.mod-multi span,
.button-red-large.mod-multi span {
	font-size: 20px;
	font-weight: normal;
}
.button-green-large.mod-multi hr,
.button-red-large.mod-multi hr {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	border-top: none;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
	margin: 3px auto 5px;
	padding: 0;
	width: 80%;
}
.mod-multi a {
	font-size: 12px;
	padding: 6px 26px 7px 0;
	width: 100%;
}
.iconDocument {
	background: url('../../shared/images/renew/iconDocument.png') 10px center no-repeat #fff;
}
.iconDownload {
	background: url('../../shared/images/renew/iconDownload.png') 10px center no-repeat #fff;
}
.iconLogin {
	background: url('../../shared/images/renew/iconLogin.png') 10px center no-repeat #fff;
}
.iconAlc {
        background: url('../../shared/images/renew/iconAlc.png') 10px center no-repeat #fff;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border: none !important;
}
.thumbnail {
	border: none;
	display: inline-block;
	margin-bottom: 0;
}
.thumbnail:hover,
.thumbnail:focus {
	text-decoration: none;
}

/*# sourceMappingURL=main.css.map */

/*追加 20151004*/

/*追加 20151003*/
.ua_firefox #main-content.mb40 {
	margin-bottom: 0;
}

/* Add : 2016/11/22 */
.main-container {
	background: url('../../shared/images/renew/slider_macbookpro.png') center top #d1dbe3 no-repeat;
}
#main-content .lead {
	font-size: 35px !important;
}
#main-content .lead + p {
	line-height: 1.94;
}
#main-content .row {
	display: table;
	table-layout: fixed;
}
#main-content .col-sm-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	width: 50%;
}
#main-content .col-sm-3 {
	display: table-cell;
	float: none;
	/*padding: 107px 15px 0 0;
	vertical-align: top;*/
	vertical-align: middle;
	width: 100%;
}
#main-content .button-green-large {
	margin-top: 23px;
}
#main-content .button-green-large a:hover,
#main-content .button-green-large a:focus {
	color: #fff;
	text-decoration: none !important;
}
.modCase {
	transition: all 0.3s ease-in-out;
}
.modCase ul,
.modCase li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.modCase li {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3);
	float: right;
	margin: 7px 0 8px;
	width: 356px;
}
.modCase li a {
	display: table;
	padding: 16px 16px 13px 21px;
	/*table-layout: fixed;*/
	width: 100%;
}
.modCase li a:hover,
.modCase li a:active {
	opacity: 0.7;
	text-decoration: none !important;
}
/*
.modCase li a:after {
	background: url(../../shared/images/renew/ph_case_01.png);
	background-size: contain;
	content: '';
	display: table-cell;
	height: 122px;
	width: 122px;
}
.modCase li + li a:after {
	background-image: url(../../shared/images/renew/ph_case_02.png);
}
*/
.modCase li div {
	display: table-cell;
	vertical-align: middle;
	padding:0 10px 0 0;
}
.modCase li div:first-child img {
	margin:0 10px 0 0;
}
.modCase li div:last-child img {
	margin:0 0 0 10px;
}
.modCase h2 {
	background: #5c76a6;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 12px;
	padding-right: 5px;
	position: relative;
	text-align: center;
	/*width: 174px;*/
}
.modCase h2:after {
	background: url(../../shared/images/renew/ArrowLarge.png) no-repeat center center;
	background-size: contain;
	content: '';
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 11px;
	top: 50%;
	width: 11px;
}
.modCase p {
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 0 4px;
}

.jsYoutube {
	transition: all 0.3s ease-in-out;
}

.jsYoutube:hover {
	opacity: 0.7;
}

/* br */
.pc{
	display: block;
}
.sp{
	display: none;
}


@font-face {
	font-family: 'Glyphicons Halflings';

	src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot');
}
@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;

	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type='date'].form-control,
	input[type='time'].form-control,
	input[type='datetime-local'].form-control,
	input[type='month'].form-control {
		line-height: 34px;
	}
	input[type='date'].input-sm,
	.input-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;
	}
}


@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}


@media screen and (width: 768px) {
	.lineup {
		background-position-x: -200px;
	}
}


@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
		-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;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


@media print,screen and (min-width: 769px) {
	.lineup2 .text-center br,
	.smartPhoneTablet3 .lead br,
	.smartPhoneTablet .lead br,
	.smartPhoneTablet3 .container .lead br {
		display: none;
	}
	.userVoice2 .voice .inner {
		margin-top: 8px;
	}
	.newRelease3 .text-center {
		font-size: 16px;
	}
	.lead {
		font-size: 21px;
	}
	.dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
	.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.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.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-bottom: 0;
		margin-top: 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'] {
		margin-left: 0;
		position: relative;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
	.form-horizontal .control-label {
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}
	.form-horizontal .form-group-lg .control-label {
		font-size: 18px;
		padding-top: 14.33333px;
	}
	.form-horizontal .form-group-sm .control-label {
		font-size: 12px;
		padding-top: 6px;
	}
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
	.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 > 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: #fff;
	}
	.navbar {
		border-radius: 4px;
	}
	.navbar-header {
		float: left;
	}
	.navbar-collapse {
		border-top: 0;
		box-shadow: none;
		width: auto;
	}
	.navbar-collapse.collapse {
		display: block;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}
	#header .nav-list li.addlist.orgmenu {
		display: inline-block;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-static-top {
		border-radius: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
	.navbar-toggle {
		display: none;
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.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-bottom: 0;
		margin-top: 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'] {
		margin-left: 0;
		position: relative;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
	.navbar-form {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		width: auto;
	}
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
	.modal-dialog {
		margin: 30px auto;
		width: 600px;
	}
	.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;
	}
	.dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 80px;
	}
	.dl-horizontal dd {
		margin-left: 100px;
	}
	.userSupport,
	.userSupport2 {
		background-position: 45% bottom;
	}

	.jumbotron {
		padding-bottom: 48px;
		padding-top: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators {
		bottom: 20px;
	}
	img.forSP {
		display: none;
	}
	#footer-around {
		padding: 28px;
	}
	#footer-around li {
		display: inline-block;
		margin-right: 24px;
	}	
	#footer-around li:last-child {
		margin-right: 0;
	}	
	#footer .footer-nav ul li {
		min-width: 165px;
	}
}


@media (min-width: 769px) 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;
	}
	.visible-sm-block {
		display: block !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}


@media print,screen and (min-width: 769px) and (max-width: 1200px) {
	.beforeAfter2 {
		background-size: 980px;
		min-height: 680px;
	}
	.beforeAfter2 .container .lead {
		font-size: 26px;
		margin-bottom: 0;
		padding-bottom: 105px;
		padding-top: 10px;
	}
	.beforeAfter2 .container .first {
		padding-bottom: 75px;
		padding-top: 0;
	}
	.beforeAfter2 .container .row .textblock {
		font-size: 12px;
		padding: 0 30px;
	}
	.beforeAfter2 .container .row.last .textblock {
		padding: 0 45px;
	}
	.beforeAfter2 .container .last {
		margin-right: -25px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 0.8em;
	}
	.beforeAfter2 .container .row.last .textblock.thread {
		margin-left: -20px;
		text-align: left;
		text-indent: 35px;
	}
	.lineup2 {
		background-position-x: -250px;
	}
}


@media screen and (min-width: 769px) and (max-width: 992px) {
	#main-content {
		margin-top: 206px;
	}
	.lineup2 .container {
		padding-top: 184px;
	}
	.smartPhoneTablet3 .lead {
		font-size: 23.97px!important;
	}
	.beforeAfter .container .row .textblock {
		margin: 0;
	}
	.beforeAfter .container .row .textblock.last {
		margin-left: 180px;
		margin-right: 20px;
	}
	.newRelease3 {
		margin-top: 230px;
	}
	.introduction {
		background-size: 1000px;

		background-position-y: 40px;
	}
	.introduction .container .row {
		padding: 1.2em 1.2em;
	}
	.introduction .container ul li {
		font-size: 16px;
	}
	.introduction .container ul li:first-child {
		padding-top: 3.6em;
	}
	.introduction .container .row div:last-child {
		font-size: 31px;
		line-height: 46px;
	}
	.introduction .container ul li p {
		font-size: 11px;
	}
	.introduction .container ul li {
		line-height: 52px;
	}
	.ua_firefox .introduction .container .row {
		padding-top: 0.5em;
	}
	.ua_firefox .introduction .container .lead {
		line-height: 41px;
	}
	.ua_firefox .plan .container .planimage .lead {
		padding-top: 10px;
	}
	.ua_firefox .plan .container p {
		margin-bottom: 6px;
	}
	.ua_firefox .introduction .container ul {
		margin-bottom: 10px;
	}
	.ua_firefox .introduction .container ul li {
		line-height: 49px;
	}
	.ua_firefox .plan .container .row {
		padding-left: 100px;
	}
	.ua_firefox .plan .container .card {
		float: left;
	}
}


@media print,screen and (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.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.modal-lg {
		width: 900px;
	}
	#header .dropdown-search .dropdown-menu {
		left: auto;
		right: -14px;
		width: 250px;
	}
}


@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;
	}
	.visible-md-block {
		display: block !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}


@media screen and (min-width: 993px) and (max-width: 1199px) {
	#header .nav-aside {
		margin-left: 512px;
	}
	.userSupport,
	.userSupport2 {
		background-position: 55% bottom;
	}
	.introduction {
		background-size: 1237px;

		background-position-y: 27px;
	}
	.introduction .container ul li:first-child {
		padding-top: 4.4em;
	}
	.introduction .container ul li p {
		font-size: 13px;
	}
	.introduction .container ul li {
		font-size: 19px;
		line-height: 63px;
	}
	.ua_firefox .introduction .container .row {
		padding-top: 1.2em;
	}
	.ua_firefox .introduction .container ul {
		margin-bottom: 8px;
	}
	.ua_firefox .introduction .container ul li {
		line-height: 61px;
	}
}


@media print,screen and (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.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-block {
		display: block !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}


@media print,screen and (min-width: 1700px) {
	.userSupport2 .container {
		margin-left: 35%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 1260px) {
	#main-content .col-sm-3 {
		/*padding: 127px 50px 0 0;*/
		padding: 0 50px 0 0;
	}
	.plan .container .row {
		padding: 0 45px;
	}
}

@media only screen and (max-width: 1200px) {
	.plan .container .planimage {
		padding: 0 0 0 37px;
		width: 970px;
	}
	.plan .container .planimage .flag {
		padding-top: 10px;
	}
	.plan .container .planimage .lead {
		padding-top: 20px;
	}
	.plan .container .planimage .title {
		height: 97px;
		padding-top: 7px;
	}
	.plan .container .row {
		padding: 0 55px;
	}
}

@media only screen and (max-width: 1120px) {
	#header > .container:first-child {
		height: 124px;
	}
	#header .wrap-nav-list {
		width: 400px;
	}
	#header .nav-list {
		float: none;
	}
	#main-content {
		margin-top: 202px;
	}

	.card {
		margin-bottom: 30px;
	}
	.plan .container .card .detail {
		padding: 0 10px;
	}
	.plan .container .card .exp-icon {
		font-size: 56px;
	}

	.userSupport .container {
		padding-left: 330px;
	}
}

@media only screen and (max-width: 992px) {
	#header .logo-default {
		width: 135px;
	}
	#header .wrap-nav-list {
		margin-left: 140px;
	}
	#footer .footer-nav .footer-aside {
		clear: both;
		padding-top: 20px;
	}
	#footer .footer-nav .footer-aside:before {
		border-top: 1px solid #666;
		content: '';
		display: block;
		padding-top: 20px;
	}

	.plan .container .planimage {
		min-height: 225px;
		padding: 0;
		position: relative;
		width: 750px;
	}
	.plan .container .planimage > * {
		position: absolute;
	}
	.plan .container .planimage .flag {
		font-size: 14px;
		left: 27px;
		margin: 0;
		padding: 0;
		top: 5px;
	}
	.plan .container .planimage .lead {
		font-size: 28px !important;
		left: 105px;
		line-height: 1.7;
		margin: 0;
		padding: 0;
		text-align: left;
		top: 5px;
	}
	.plan .container .planimage .title {
		font-size: 14px;
		height: auto;
		left: 52px;
		text-align: left;
		top: 101px;
		width: auto;
	}
	.plan .container .planimage .price {
		font-size: 20px;
		height: auto;
		left: 122px;
		text-align: left;
		top: 95px;
		width: auto;
	}
	.plan .container .planimage .price span {
		font-size: 38px;
	}
	.plan .container .planimage .text {
		bottom: 10px;
		font-size: 14px;
		height: auto;
		left: 20px;
		text-align: left;
		width: auto;
	}

	.plan .container .card {
		padding: 0 0 10px;
	}
	.plan .container .card .price,
	.plan .container .card .price span {
		font-size: 17px;
	}
	.plan .container .card .price small {
		font-size: 14px;
	}
	.plan .container .card .initial {
		background-size: auto 24px;
		font-size: 12px;
		height: 24px;
		line-height: 1;
		margin: 10px 0 8px;
		padding: 7px 10px 0;
	}
	.plan .container .card .exp-icon {
		font-size: 48px;
	}
	.plan .container .card .availableNumber {
		font-size: 16px;
	}
	.plan .container .card .detail {
		font-size: 13px;
	}

	.lead {
		font-size: 36px !important;
	}

	#main-content .lead {
		font-size: 28px !important;
	}
	#main-content .lead + p {
		font-size: 15px;
	}

	.userSupport .container {
		font-size: 32px !important;
	}

	.movie:before {
		background-size: auto 400px;
		margin: -200px 0 0 -50px;
	}
	.movie .lead {
		margin: 35px 0 30px 100px;
	}
	.movie .button-gray {
		margin: 0 0 0 100px;
		width: 290px;
	}
	.movie .button-gray .btn {
		font-size: 14px;
	}
	.needs .button-gray .btn {
		background: none;
		position: relative;
	}
	.movie .button-gray .btn:before,
	.needs .button-gray .btn:before {
		font-size: 18px;
		margin: -12px 0 0 0;
	}
}


@media only screen and (max-width: 856px) {
	.main-container {
		background-image: url('../../shared/images/renew/slider_macbookpro_small.png');
		background-size: cover;
		-webkit-background-size: cover;
	}
	#main-content .row {
		padding: 0 13px 0 22px;
	}
	#main-content .col-sm-9 {
		padding-right: 0;
		width: 43%;
	}
	#main-content .col-sm-3 {
		padding-top: 74px;
	}
	.main-container #main-content .container .lead {
		font-size: 26px !important;
		line-height: 1.5 !important;
		margin-bottom: 4px;
		padding-top: 72px;
	}
	.main-container #main-content .container .lead br,
	.main-container #main-content .container .lead + p br {
		display: none;
	}
	.main-container #main-content .container .lead + p {
		font-size: 14px;
		line-height: 1.8;
		margin: 4px 0 40px;
	}

	#main-content .button-blue-large,
	#main-content .button-green-large {
		margin-left: 25px;
		max-width: 260px;
	}
	#main-content .button-blue-large a,
	#main-content .button-green-large a {
		background-size: 15px auto;
		-webkit-background-size: 15px auto;
	}
	.userVoice {
		margin-left: -3%;
	}
	.userVoice .voice {
		background-size: contain !important;
		margin-left: 3%;
		padding: 20px;
		width: 45%;
	}
}


@media only screen and (max-width: 768px) {
	html.open {
		position: fixed;
	}
	#header {
		padding: 0;
		border-bottom: none;
	}
	#header hr {
		display: none;
	}
	#header > .container:first-child {
		height: 100%;
	}
	p.lead.mb60.mt30 {
		font-size: 18px!important;
	}
	.home .lead,
	.page .lead {
		font-size: 18px!important;
		line-height: 2em !important;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.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: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
	.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 {
		background-color: transparent;
		color: #333;
	}
	.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 {
		background-color: #e7e7e7;
		color: #555;
	}
	.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 {
		background-color: transparent;
		color: #ccc;
	}
	.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 {
		background-color: transparent;
		color: #fff;
	}
	.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 {
		background-color: #090909;
		color: #fff;
	}
	.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 {
		background-color: transparent;
		color: #444;
	}
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-block {
		display: block !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
	#header .wrap-nav-list {
		margin: 0 -15px;
		position: static;
		width: auto;
		border-top: 1px solid #ececec;
		overflow: scroll;
		height: calc(100% - 67px);
		-webkit-overflow-scrolling: touch;
	}
	#header #navbar-collapse {
		height: 100%;
		overflow: scroll;
	}
	#header .select-language{
		display: block;
	}
	#header .nav-list-aside,
	#header .select-language,
	#header #bottommenu {
		display: none;
	}
	#header .wrap-nav-list .navbar-collapse {
		border: none;
	}
	#header .wrap-nav-list .nav-list-aside {
		width: 100%;
	}
	#header .nav-list {
		background: #fff;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#header .nav-list li {
		display: block;
		margin: 0;
		padding: 12px 0;
	}
	#header .nav-item-btn.weblogin,#header .nav-item-btn.search{
		width: 41%;
	}
	#header .nav-item-btn.weblogin{
		padding: 30px 4px 20px 10px;
		margin-left: 9%;
	}
	#header .nav-item-btn.search{
		padding: 30px 10px 20px 4px;
		margin-right: 9%;
	}
	#header .nav-list .search .form-group {
		margin-bottom: 0;
	}
	#header .wrap-nav-list .form-control{
		height: 43px;
		line-height: 18px;
	}
	#header .nav-list li.addlist {
		display: block;
	}
	#header .nav-list li.addlist a {
		padding: 8px;
	}
	#header .nav-list .copied li.weblogin a{
		padding: 15px 0;
	}
	#header .nav-list li .nav-list-aside {
		display: block;
	}
	#header .nav-list li .nav-list-aside .button-green,
	#header .nav-list li .nav-list-aside .button-red {
		margin: 0 10% 5px;
		width: 80%;
	}
	#header .nav-list li .nav-list-aside .button-green a,
	#header .nav-list li .nav-list-aside .button-red a {
		font-size: 20px;
	}
	#header .nav-list li .nav-list-aside .button-green a:hover,
	#header .nav-list li .nav-list-aside .button-green a:focus,
	#header .nav-list li .nav-list-aside .button-red a:hover,
	#header .nav-list li .nav-list-aside .button-red a:focus {
		text-decoration: none;
	}
	#footer .footer-nav .footer-nav-section ~ .footer-nav-section {
		border-top: 1px solid #666;
		margin-top: 30px;
		padding-top: 30px;
	}
	#newReleaseAnchor,
	#smartPhoneTabletAnchor,
	#beforeAfterAnchor,
	#userVoiceAnchor {
		margin-top: -98px;
		padding-top: 98px;
	}
	.beforeAfter {
		background: url('../../shared/images/renew/beforeAfter4sp2.png') center top no-repeat #ececec;
		background-size: 450px;
		min-height: 420px;
	}
	.button-blue-large,
	.button-red-large,
	.button-blue-large,
	.button-gray-anchor,
	.button-green-large {
		max-width: 280px;
	}
	.button-blue-large a,
	.button-red-large a,
	.button-blue-large a,
	.button-gray-anchor a,
	.button-green-large a {
		padding-left: 10px;
	}
	.button-blue:hover {
		background-color: #4a95c8;
	}
	.button-blue-small:hover {
		background-color: #488bb7;
	}
	.button-green-large:hover {
		background-color: #44a751;
	}
	.button-red-large:hover {
		background-color: #e83c70;
	}
	.button-blue-large:hover {
		background-color: #488bb7;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.introduction,
	.planimage {
		background-size: contain;
	}
	#header #navbar-collapse {
		padding-top: 0;
	}
	#header .nav-aside {
		margin-left: 315px !important;
	}
	#header .nav-list {
		padding-top: 117px;
	}
	#header .addlist {
		text-align: center;
	}
	#header .button-green,
	#header .button-red {
		border-radius: 6px;
	}
	#header .button-green a,
	#header .button-red a {
		color: #fff;
		font-size: 18px;
	}
	#header .button-green a:before,
	#header .button-red a:before {
		font-size: 16px;
		margin: -11px 0 0;
		right: 10px;
	}
	#header .weblogin {
		background-position: 20px 41px;
	}
	#header .addlist.orgmenu,
	#header .addlist.first {
		background-color: #fff;
		padding: 0;
	}
	#header .addlist.orgmenu{
		float: left;
		width: 50%;
		padding: 10px 0;
		background-color: #e7e7e7;
	}
	#header .addlist.lang{
		float: left;
		width: 50%;
		display: flex;
	}
	#header .addlist.lang:nth-child(2n + 1){
		justify-content: flex-end;
		border-left: none !important;
		padding: 15px 0 15px 20px;
	}
	#header .addlist.lang:nth-child(2n + 1) a{
		text-align: left;
	}
	#header .addlist.lang:nth-child(2n){
		justify-content: flex-end;
		border-right: none !important;
		padding:15px 20px 15px 0;
		position: relative;
	}
	#header .addlist.lang:nth-child(2n) a{
		text-align: right;
	}
	#header .addlist.lang:nth-child(2n)::after{
		content:"";
		position:absolute;
		top:50%;
		right:0;
		width:100%;
		height:50%;
		transform: translateY(-50%);
		border-right: 1px solid #cdcdcd;
	}
	#header .addlist {
		background-color: #fff;
		border-left: 1px solid #cdcdcd !important;
		border-right: 1px solid #cdcdcd !important;
		border-top: 1px solid #cdcdcd !important;
	}
	#header .addlist.orgmenu:nth-child(2n) {
		border-left: 1px solid #cdcdcd !important;
		border-right: none !important;
		border-top: 1px solid #cdcdcd !important;
	}
	#header .addlist.first {
		border: none !important;
	}
	#header .nav-item-btn {
		border: none !important;
	}
	#header .nav-item-btn .search {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	#header .nav-item-btn .weblogin {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	#header li,
	#header .addlist.first {
		border: none !important;
	}
	#content .button-green-large,
	#content .button-red-large {
		margin: 10px auto;
	}
	#content .main-container .button-green-large {
		margin: 23px 0 0 25px;
	}
	.main-container {
		background-position: -95px bottom;
		background-size: contain;
		margin-top: 72px;
	}
	.main-container #main-content {
		margin-top: 72px;
		min-height: 600px;
	}
	.main-container #main-content .container .lead {
		line-height: 45px;
		padding-top: 40px;
	}
	.main-container #main-content .container .lead br {
		display: none;
	}
	.main-container #main-content .container p br {
		display: none;
	}
	.pickup .container h2 {
		display: block;
		height: 20px;
	}
	.movie {
		padding: 30px 0 !important;
	}
	.movie:before {
		background-size: auto 300px;
		margin: -150px 0 0 0;
	}
	.movie .movie-modal {
		left: auto;
		margin: 0;
		right: 20px;
		top: 5px;
		width: 200px;
	}
	.movie .lead {
		line-height: 1.5 !important;
		margin: 0 0 18px 50px;
		padding: 0;
	}
	.movie .button-gray {
		margin: 0 0 0 50px;
	}
	.needs .container .lead.mb60.mt30 {
		font-size: 20px !important;
		margin: 10px auto 30px auto;
	}
	.needs .row {
		letter-spacing: -0.4em;
		margin-left: -4%;
		text-align: center;
	}
	.needs .row > div {
		display: inline-block;
		letter-spacing: normal;
		margin: 0 0 36px 4%;
		text-align: left;
	}
	.lineup {
		background-image: url('../../shared/images/renew/300smartphone4sp.png');
		background-position: -400px top;
		background-size: 1000px;
		min-height: 205px;
		padding-bottom: 20px;
		padding-top: 170px;
	}
	.lineup .container {
		padding: 0;
	}
	.lineup .container p {
		display: none;
	}
	.lineup .container p .button-blue {
		margin: 10% 0 0 50%;
	}
	.newRelease {
		background-size: contain;
		min-height: 347px;
	}
	.newRelease .container {
		padding: 0;
	}
	.userSupport {
		background-size: 700px;
		min-height: 335px;
	}
	.userSupport .container {
		padding: 0;
	}
	.userSupport .container .lead {
		margin-top: 30px;
	}
	.userSupport2 {
		background-size: contain;
		min-height: 425px;
	}
	.userSupport2 .container {
		padding: 0;
	}
	.userSupport2 .container .lead {
		margin-top: 30px;
	}
	.introduction {
		background-image: url(../../shared/images/renew/introduction4sp.png);
		background-position: center 150px;
		background-size: 400px;
		min-height: 587px;
	}
	.introduction .container {
		font-size: 12px;
		padding: 0;
	}
	.introduction .container .lead {
		font-size: 19px !important;
	}
	.introduction .container .row {
		display: none;
	}
	.userCompanies {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.userCompanies hr {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	/*.userCompanies .container.logo {
		background: url('../../shared/images/renew/logo4sp.png') center center no-repeat;
		background-size: contain;
	}*/
	/*.userCompanies .container .col-sm-2 {
		display: none;
	}*/
	.userCompanies .container .row {
		margin: 0;
		padding-bottom: 0;
	}
	.userCompanies .container .row div {
		min-height:60px;
	}
	.userVoice .voice {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 0;
		min-height: 320px;
		padding: 10px 15px;
	}
	.plan {
		padding-top: 0;
	}
	.plan .container .planimage {
		background-image: url('../../shared/images/renew/planimage4sp.png');
		background-position: top center;
		background-size: contain;
		min-height: 150px;
		padding-left: 0;
		width: 100%;
	}
	.plan .container .planimage > * {
		position: static;
	}
	.plan .container .planimage h4,
	.plan .container .planimage div {
		display: none;
	}
	.plan .container .row {
		margin-bottom: 20px;
		margin-left: -2%;
		padding: 0 10px;
	}
	.plan .container .card {
		float: left;
		margin: 0 0 24px 2%;
		width: 48%;
	}
	.plan .container .card .initial {
		background-size: auto 35px;
		font-size: 15px;
		height: 35px;
		padding: 12px 0 0;
	}
	.buttonArea .button-wrapper {
		display: block;
	}
	.smartPhoneTablet3 .container .button-blue-large a {
		padding-left: 70px;
	}
	.beforeAfter .container .text1 {
		font-size: 18px;
	}
	.beforeAfter .container .lead3 {
		font-size: 25px;
	}
	.newRelease3 .container .lead {
		font-size: 22px;
	}
	.newRelease2 {
		background-size: contain;
		min-height: 300px;
	}
	.beforeAfter .container .row {
		padding: 0.6em  0 0 0;
	}
	.beforeAfter .container .lead2 {
		padding-bottom: 126px;
	}
	.beforeAfter .container .text1 {
		line-height: 24px;
	}
	#header .nav-list li.addlist .button-green a {
		font-size: 18px;
	}
	.button-green-large hr,
	.button-red-large hr {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.userSupport {
		background-position: 40% bottom;
	}
	.lineup2 .container .row .button-gray-anchor {
		margin: 10px auto;
	}
	.userVoice2 .voice .inner {
		font-size: 14px;
		line-height: 18px;
	}
	main .userVoice2 .voice {
		font-size: 14px;
		line-height: 24px;
		padding: 20px 5px;
	}
	main .userVoice2 .voice div.lead {
		font-size: 20px !important;
	}
	.userSupport2 {
		background-size: 750px;

		background-position-x: -100px;
	}
	.userVoice2 .voice .inner {
		padding-top: 30px;
	}
	.newRelease3 {
		background-size: contain;
		margin-top: 140px;
		min-height: 180px;
	}
	.beforeAfter .lead,
	.beforeAfter .lead2,
	.beforeAfter .lead3,
	.beforeAfter .text1,
	.beforeAfter .text2,
	.beforeAfter .text3,
	.beforeAfter .textblock {
		display: none !important;
	}
	.beforeAfter .leadtext {
		font-size: 18px;
		text-align: center;
	}
	.newRelease {
		min-height: 230px;
	}
	.newRelease3 .text-center {
		font-size: 11px;
	}
	.lineup2 .container {
		min-height: 500px;
		padding-top: 100px;

		background-position-y: 180px;
	}
	.smartPhoneTablet2 div.text {
		margin-bottom: 0;
	}
	.beforeAfter2 {
		background: url('../../shared/images/renew/beforeAfter24sp.png') center top no-repeat #ececec;
		background-size: 450px;
		min-height: 310px;
	}
	.beforeAfter2 .container {
		display: none;
	}
	.userVoice2 .lead {
		font-size: 18px!important;
	}
	#main-content .col-sm-9 {
		width: 55%;
	}
	#main-content .col-sm-3 {
		padding-right: 0;
		padding-top: 45px;
	}
	.modCase li {
		margin: 5px 0 6px;
		width: 290px;
	}
	.modCase li a {
		padding: 13px 13px 11px 11px;
	}
	.modCase li a:after {
		height: 99px;
		width: 99px;
	}
	.modCase h2 {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 11.36px;
		line-height: 19px;
		margin: 0 0 9px 6px;
		width: 141px;
	}
	.modCase h2:after {
		height: 8px;
		right: 8px;
		width: 10px;
	}
	.modCase p {
		font-size: 10px;
		margin-left: 0;
	}

	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 15px;
		width: 100%;

		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-y: hidden;
	}
	.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;
	}
	img.forSP {
		display: block;
	}
	.newRelease {
		background-image: none;
	}
	.introduction {
		background-image: none;
		min-height: 200px;
		padding-bottom: 0!important;
	}
	.planimage {
		background-image: none!important;
	}
	.newRelease2 {
		background-image: none;
		padding-bottom: 0!important;
	}
	.beforeAfter {
		background-image: none;
		padding-bottom: 0!important;
		padding-top: 0!important;
	}
	.beforeAfter .container {
		display: none;
	}
	.beforeAfter2 {
		background-image: none;
		padding-bottom: 0!important;
		padding-top: 0!important;
	}
	.lineup2 {
		padding-top: 9px;
	}

	.lead {
		font-size: 23px !important;
	}
	#footer-around {
		padding: 28px;
	}
	#footer-around h3 {
		margin-bottom: 16px;
	}
	#footer-around li {
		display: block;
		margin-bottom: 12px;
	}
	#footer-around li:last-child {
		margin-bottom: 0;
	}
}


@media only screen and (max-width: 640px) {
	.main-container {
		background-position: center bottom;
		background-size: contain;
		-webkit-background-size: contain;
		padding-bottom: 65%;
	}
	#main-content .row {
		display: block;
		padding: 0;
	}
	#main-content .col-sm-9,
	#main-content .col-sm-3 {
		display: block;
		padding: 0;
		width: auto;
	}
	#main-content .col-sm-3 {
		margin-top: 30px;
	}
	.main-container #main-content .container .lead {
		font-size: 18px!important;
		line-height: 2em !important;
		padding-top: 40px;
	}
	.main-container #main-content .container .lead + p {
		font-size: 16px;
		line-height: 34.162px;
		margin-top: 20px;
	}
	#main-content .button-blue-large,
	#main-content .button-green-large {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	#main-content .button-green-large {
		margin-top: 10px;
	}
	.modCase li {
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}
	#main-content div {
		padding-right: 10px;
	}
	.modCase h2 {
		-webkit-border-radius: 12px;
		border-radius: 12px;
		font-size: 14px;
		line-height: 24px;
		margin: 0 6px 9px;
		width: auto;
	}
	.modCase p {
		font-size: 12px;
	}
	#content .main-container .button-green-large {
		margin: 10px auto;
	}
	.userVoice {
		margin-left: 0;
	}
	.userVoice .voice {
		display: block;
		font-size: 16px;
		line-height: 1.8;
		margin: 0 auto 32px;
		min-height: 360px;
		padding: 15px 35px;
		width: auto;
	}
	.button-green-large.mod-multi hr,
	.button-red-large.mod-multi hr {
		width: 95%;
	}
	.movie .lead {
		margin: 0 0 10px;
		text-align: center;
	}
	.movie .lead br {
		display: none;
	}
	.movie .button-gray {
		display: none;
	}
	.movie .movie-modal {
		margin: 20px auto 0;
		position: static;
	}
}


@media only screen and (max-width: 480px) {
	#header .select-language {
		display: none;
	}
	#header .logo-default {
		padding-top: 7px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 280px;
		height: 55px;
		margin-bottom: 12px;
	}
	#header .logo-default a{
		display: block;
		flex-shrink: 0;
		width: 80px;
	}

	#header .nav-aside-lead {
		line-height: 1.4;
		margin: 6px 0 0;
	}
	#header .nav-aside-lead span {
		display: block;
	}
	#header .navbar-toggle {
		margin-top: 15px;
	}
	#header .addlist {
		border-left: none !important;
		border-right: none !important;
	}
	#header .addlist.orgmenu:nth-child(2n) {
		border-right: 1px solid #cdcdcd !important;
		border-left: none !important;
	}
	.navbar-fixed-top .navbar-collapse{
		max-height: 100%;
	}
	#header .nav-item-btn.weblogin,#header .nav-item-btn.search{
		width: 43%;
	}
	#header .nav-item-btn.weblogin{
		margin-left: 7%;
	}
	#header .nav-item-btn.search{
		margin-right: 7%;
	}
	#main-content {
		margin-top: 81px;
	}
	#main-content .inq_btn div{
		padding-right: 0;
	}
	.main-container #main-content .container .lead {
		line-height: 1.7em !important;
		font-size: 21px !important;
	}
	.main-container #main-content .container .lead br {
		display: block;
	}
	.main-container ul.mt10.mb20 a{
		letter-spacing: -1px;
	}
	.main-container .inq_btn{
		display: flex;
	}
	.main-container .inq_btn > li{
		width: 165px;
		margin: 0 auto;
	}
	.main-container .inq_btn .txtBold{
		font-size: 16px;
	}
	.box .container .lead{
		font-size: 24px !important;
		line-height: 1.3 !important;
	}
	.pickup{
		margin-bottom: 55px;
	}
	.pickup .container h2 {
		font-size: 18px;
	}
	.pickup .container .col-sm-10{
		padding-left: 0;
		padding-right: 0;
	}
	.pickup .container .pickup-news{
		display: block;
    	padding-top: 20px;
	}
	.pickup .container .pickup-news a{
		display: block;
	}
	.pickup .container .kazari {
		padding-left: 10px;
		padding-right: 10px;
		width: 10%;
	}
	.userVoice .voice {
		font-size: 14px;
		line-height: 1.6;
		min-height: 300px;
		padding: 15px 11% 0;
	}
	.userSupport {
		background-size: 600px;
		min-height: 350px;
		background-position: 15% -20%;
		padding-top: 28%;
		background-color: #f5f5f5;
	}
	.plan .card h2{
		margin-bottom: 0px;
	}
	.plan .card .campaign{
		display: none;
	}
	.plan .container .lead {
		padding: 40px 15px 20px;
		margin-bottom: 0;
	}
	.plan .container .row {
		margin-bottom: 20px;
		margin-left: 0;
		padding: 0 10px;
		margin-top: 0;
	}
	.plan .container .card {
		float: none;
		margin: 0 0 10px;
		width: 100%;
		padding: 0 0 30px;
	}
	.plan .container .card .availableNumber{
		margin: 15px 0 0;
	}
	.plan .container .card .detail{
		line-height: 1.5;
		margin-top: 5px;
	}
	.plan .container .card .button-blue-small {
		width: 80%;
		height: 60px;
		display: flex;
		align-items: center;
	}
	.button-blue-large,
	.button-red-large,
	.button-blue-large,
	.button-gray-anchor,
	.button-green-large {
		max-width: 315px;
	}
	.button-blue-large a{
		font-size: 16px;
	}
	.button-green-large a,
	.button-red-large a {
	font-size: 14px;
	}
	.plan .container .button-blue-large {
		display: flex;
		align-items: center;
	}
	.plan .container .card .price,
	.plan .container .card .price span {
		font-size: 16px;
	}
	.plan .container .card .price span.txtLarge{
		font-size: 21px;
		margin-left: 5px;
	}
	.movie:before {
		display: none;
	}
	.movie .button-gray {
		margin: 0;
		width: 100%;
	}

	.needs .container .lead.mb60.mt30 {
		font-size: 24px !important;
	}
	.needs .row {
		margin-left: 0;
	}
	.needs .row > div {
		margin-left: 0;
	}

	.lineup .container .lead{
		text-align: center;
	}

	.info-title{
		text-align: center;
	}
	.info-title .inline-block {
		font-size: 24px;
		display: block;
		color: #333;
		font-weight: 600;
		margin-bottom: 2.5rem;
	}
	.info-title .text-more {
		font-size: 16px;
		margin-left: 0px;
	}
	.new-list dt{
		margin-bottom: 0.5rem;
	}
	.new-list dd{
		margin-bottom: 2.5rem;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.button-blue {
		width: 285px;
	}
}


@media only screen and (max-width: 320px) {
	#header .logo-default {
		width: 240px;
	}
	#header .nav-aside-lead{
		font-size: 8px;
	}
	#header .navbar-toggle {
		margin-top: 16px;
	}
	.navbar-fixed-top .navbar-collapse{
		max-height: 400px;
	}
	.box .container .lead{
		font-size: 21px !important;
	}
	#main-content .mt10.mb20 a .sp{
		display: none;
	}
	.main-container .inq_btn > li{
		width: 50%;
		margin: 0 5px;
	}
	.needs .container .lead.mb60.mt30{
		font-size: 21px !important;
	}
	.pickup .container .kazari {
		width: 13%;
	}
	.userSupport {
		background-size: 600px;
		min-height: 355px;
		padding-top: 35%;
	}
	.plan .container .row {
	}
	.plan .container .planimage {
		min-height: 100px;
	}
	.button-blue-large,
	.button-red-large,
	.button-blue-large,
	.button-gray-anchor,
	.button-green-large {
		max-width: 280px;
	}
	.userVoice .voice {
		padding: 15px 7% 0;
	}
}

@-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;
	}
}
@-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);
	}
}

/*170309*/

.gnav_style{
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
	line-height: 1.1;
	font-weight:500;
	}

.gnav_style a{
	color:#000;
	}

/*170330*/
div.button-gray{
	margin-bottom: 15px;
}

.description_box{
	background-color: #ececec;
  border-radius: 3px;
  height: 131px;
  line-height: 24px;
  width: 231px;
  box-sizing: border-box;
  padding: 6px 9px;
}
