@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	-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;
}

article.main {
	width: 100%;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

samp {
	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[type='checkbox'],
input[type='radio'] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.table {
	display: table !important;
	width: 100%;
}
table.table thead,
table.table tbody {
	width: 100%;
}
td,
th {
	padding: 0;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	background-color: #fff;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #46bce0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #1f96ba;
	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,
.entry-contents img {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-rounded,
.img-thumbnail {
	border-radius: 4px;
}

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	height: auto;
	line-height: 1.7;
	max-width: 100%;
	padding: 4px;
	-webkit-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: 23px;
	margin-top: 23px;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: 1.4;
}

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: 400;
	line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-bottom: 11.5px;
	margin-top: 23px;
}

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: 11.5px;
	margin-top: 11.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 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;
}

.lead {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 23px;
}

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 {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #46bce0;
}

a.text-primary:hover {
	color: #23a8d0;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	background-color: #46bce0;
	color: #fff;
}

a.bg-primary:hover {
	background-color: #23a8d0;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	border-bottom: 1px solid #eee;
	margin: 46px 0 23px;
	padding-bottom: 10.5px;
}

ul,
ol {
	margin-bottom: 11.5px;
	margin-top: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled,
.side-nav > li > ul,
.list-inline {
	list-style: none;
	padding-left: 0;
}

.list-inline {
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-bottom: 23px;
	margin-top: 0;
}

dt,
dd {
	line-height: 1.7;
}

dt {
	font-weight: 700;
}

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%;
	text-transform: uppercase;
}

blockquote {
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 23px;
	padding: 11.5px 23px;
}

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.7;
}

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.7;
	margin-bottom: 23px;
}

code,
kbd,
pre,
samp {
	font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
}

code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
}

code,
kbd {
	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;
}

kbd kbd {
	box-shadow: none;
	font-size: 100%;
	font-weight: 700;
	padding: 0;
}

pre {
	background-color: whitesmoke;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.7;
	margin: 0 0 11.5px;
	padding: 11px;
	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;
}

.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.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.3333333333%;
}

.col-xs-push-2 {
	left: 16.6666666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.3333333333%;
}

.col-xs-push-5 {
	left: 41.6666666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.3333333333%;
}

.col-xs-push-8 {
	left: 66.6666666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.3333333333%;
}

.col-xs-push-11 {
	left: 91.6666666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

table {
	background-color: transparent;
}

caption {
	color: #777;
	padding-bottom: 8px;
	padding-top: 8px;
}

caption,
th {
	text-align: left;
}

.table {
	margin-bottom: 23px;
	max-width: 100%;
	width: 100%;
}

.table > thead > tr > th {
	border-top: 1px solid #ddd;
	line-height: 1.7;
	padding: 8px;
}

.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.7;
	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,
.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-child(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: whitesmoke;
}

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: whitesmoke;
}

.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: 23px;
	padding: 0;
	width: 100%;
}

label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%;
}

input[type='search'] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
	line-height: normal;
	margin: 1px 0 0;
}

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 {
	padding-top: 7px;
}

output,
.form-control {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.7;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	height: 37px;
	padding: 6px 12px;
	width: 100%;
	-webkit-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;
	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;
	cursor: not-allowed;
	opacity: 1;
}

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: 400;
	margin-bottom: 0;
	min-height: 23px;
	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: 400;
	margin-bottom: 0;
	padding-left: 20px;
	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'],
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline,
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	margin-bottom: 0;
	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 {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 1.5;
}

.input-group-sm > .input-group-btn > .btn,
.form-group-sm .form-control {
	border-radius: 3px;
	font-size: 12px;
	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,
.form-group-sm .form-control {
	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,
.form-group-sm .form-control {
	height: auto;
}

.input-lg,
.input-group-lg > .form-control {
	border-radius: 4px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33;
	padding: 10px 16px;
}

.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 1.33;
}

.input-group-lg > .input-group-btn > .btn,
.form-group-lg .form-control {
	border-radius: 4px;
	font-size: 18px;
	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,
.form-group-lg .form-control {
	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,
.form-group-lg .form-control {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 46.25px;
}

.form-control-feedback {
	display: block;
	height: 37px;
	line-height: 37px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 37px;
	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 {
	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 {
	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;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
	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;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	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;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 28px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	color: #959595;
	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: 30px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:before {
	content: ' ';
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
	content: ' ';
	display: table;
}

.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: 400;
	line-height: 1.7;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	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: #46bce0;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
}

.btn-default {
	border-color: #ddd;
	color: #46bce0;
}

.btn-default,
.btn-ghost {
	background-color: transparent;
}

.btn-default:hover,
.btn-ghost:hover,
.btn-default:focus,
.btn-ghost:focus,
.btn-default.focus,
.focus.btn-ghost,
.btn-default:active,
.btn-ghost:active,
.btn-default.active,
.active.btn-ghost,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.btn-ghost {
	background-color: transparent;
	border-color: #bebebe;
	color: #46bce0;
}

.btn-default:active,
.btn-ghost:active,
.btn-default.active,
.active.btn-ghost,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.btn-ghost {
	background-image: none;
}

.btn-default.disabled,
.disabled.btn-ghost,
.btn-default.disabled:hover,
.disabled.btn-ghost:hover,
.btn-default.disabled:focus,
.disabled.btn-ghost:focus,
.btn-default.disabled.focus,
.disabled.focus.btn-ghost,
.btn-default.disabled:active,
.disabled.btn-ghost:active,
.btn-default.disabled.active,
.disabled.active.btn-ghost,
.btn-default[disabled],
[disabled].btn-ghost,
.btn-default[disabled]:hover,
[disabled].btn-ghost:hover,
.btn-default[disabled]:focus,
[disabled].btn-ghost:focus,
.btn-default[disabled].focus,
[disabled].focus.btn-ghost,
.btn-default[disabled]:active,
[disabled].btn-ghost:active,
.btn-default[disabled].active,
[disabled].active.btn-ghost,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-ghost,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-ghost:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-ghost:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .focus.btn-ghost,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-ghost:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .active.btn-ghost {
	background-color: transparent;
	border-color: #ddd;
}

.btn-default .badge,
.btn-ghost .badge {
	background-color: #46bce0;
	color: transparent;
}

.btn-primary {
	background-color: #46bce0;
	border-color: #46bce0;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-color: #23a8d0;
	border-color: #21a1c7;
	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: #46bce0;
	border-color: #46bce0;
}

.btn-primary .badge {
	background-color: #fff;
	color: #46bce0;
}

.btn-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
	color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-color: #25a25a;
	border-color: #239a55;
	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: #2ecc71;
	border-color: #2ecc71;
}

.btn-success .badge {
	background-color: #fff;
	color: #2ecc71;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-color: #31b0d5;
	border-color: #2aabd2;
	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: #5bc0de;
}

.btn-info .badge {
	background-color: #fff;
	color: #5bc0de;
}

.btn-warning {
	background-color: #f1c40f;
	border-color: #f1c40f;
	color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-color: #c29d0b;
	border-color: #b8960b;
	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: #f1c40f;
	border-color: #f1c40f;
}

.btn-warning .badge {
	background-color: #fff;
	color: #f1c40f;
}

.btn-danger,
.btn-register {
	background-color: #f1516a;
	border-color: #f1516a;
	color: #fff;
}

.btn-danger:hover,
.btn-register:hover,
.btn-danger:focus,
.btn-register:focus,
.btn-danger.focus,
.focus.btn-register,
.btn-danger:active,
.btn-register:active,
.btn-danger.active,
.active.btn-register,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.btn-register {
	background-color: #ed2242;
	border-color: #ec1839;
	color: #fff;
}

.btn-danger:active,
.btn-register:active,
.btn-danger.active,
.active.btn-register,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.btn-register {
	background-image: none;
}

.btn-danger.disabled,
.disabled.btn-register,
.btn-danger.disabled:hover,
.disabled.btn-register:hover,
.btn-danger.disabled:focus,
.disabled.btn-register:focus,
.btn-danger.disabled.focus,
.disabled.focus.btn-register,
.btn-danger.disabled:active,
.disabled.btn-register:active,
.btn-danger.disabled.active,
.disabled.active.btn-register,
.btn-danger[disabled],
[disabled].btn-register,
.btn-danger[disabled]:hover,
[disabled].btn-register:hover,
.btn-danger[disabled]:focus,
[disabled].btn-register:focus,
.btn-danger[disabled].focus,
[disabled].focus.btn-register,
.btn-danger[disabled]:active,
[disabled].btn-register:active,
.btn-danger[disabled].active,
[disabled].active.btn-register,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-register,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-register:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-register:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .focus.btn-register,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-register:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .active.btn-register {
	background-color: #f1516a;
	border-color: #f1516a;
}

.btn-danger .badge,
.btn-register .badge {
	background-color: #fff;
	color: #f1516a;
}

.btn-link {
	border-radius: 0;
	color: #46bce0;
	font-weight: 400;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	color: #1f96ba;
	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: 4px;
	font-size: 18px;
	line-height: 1.33;
	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;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

/*.collapse {*/

/*display: none;*/

/*visibility: hidden;*/

/*}
*/
.collapse.in {
	display: block;
	visibility: visible;
}

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 solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}

.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;
	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: 10.5px 0;
	overflow: hidden;
}

.dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.7;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: whitesmoke;
	color: #262626;
	text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #46bce0;
	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.7;
	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 solid;
	border-top: 0;
	content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}

.btn-group,
.btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.btn-group > .btn {
	float: left;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	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-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	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 {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
	display: block;
	max-width: 100%;
	width: 100%;
}

.btn-group-vertical > .btn-group:before {
	content: ' ';
	display: table;
}

.btn-group-vertical > .btn-group:after {
	clear: both;
	content: ' ';
	display: table;
}

.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 {
	white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
	vertical-align: middle;
	width: 1%;
}

.input-group-addon {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	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: 4px;
	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;
	white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}

.nav {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.nav:before,
.nav:after {
	content: ' ';
	display: table;
}

.nav:after {
	clear: both;
}

.nav > li,
.nav > li > a {
	display: block;
	position: relative;
}

.nav > li > a {
	padding: 10px 18px;
}

.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: #46bce0;
}

.nav .nav-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 10.5px 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;
	line-height: 1.7;
}

.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: 0;
}

.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: #46bce0;
	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 {
	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;
	visibility: hidden;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	border: 1px solid transparent;
	margin-bottom: 23px;
	min-height: 124px;
	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);
	padding-left: 15px;
	padding-right: 15px;
	-webkit-overflow-scrolling: touch;
	overflow-x: visible;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: ' ';
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	/*max-height: 380px;*/
	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: 124px;
	line-height: 23px;
	padding: 0 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;
	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 {
	margin: 0 -15px;
}

.navbar-nav > li > a {
	line-height: 23px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-form {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin: 43.5px -15px;
	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 {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.navbar-btn {
	margin-bottom: 43.5px;
	margin-top: 43.5px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
	margin-bottom: 47px;
	margin-top: 47px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
	margin-bottom: 51px;
	margin-top: 51px;
}

.navbar-text {
	margin-bottom: 50.5px;
	margin-top: 50.5px;
}

.navbar-default {
	background-color: rgba(0,0,255,0);
	border-color: rgba(0,0,222,0);
}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #e6e6e6;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: rgba(0,0,222,0);
	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: rgba(0,0,222,0);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: rgba(0,0,222,0);
	color: #555;
}

.navbar-default .navbar-link {
	color: #fff;
}

.navbar-default .navbar-link:hover {
	color: #fff;
}

.navbar-default .btn-link {
	color: #fff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #fff;
}

.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: #777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav > li > a {
	color: #777;
}

.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: #777;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #777;
}

.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: whitesmoke;
	list-style: none;
	padding: 8px 15px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	color: #ccc;
	content: '/\00a0';
	padding: 0 5px;
}

.breadcrumb > .active {
	color: #777;
}

.pagination {
	border-radius: 4px;
	display: inline-block;
	margin: 23px 0;
	padding-left: 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #46bce0;
	float: left;
	line-height: 1.7;
	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: #1f96ba;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	background-color: #46bce0;
	border-color: #46bce0;
	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;
	padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	font-size: 12px;
	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: 23px 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: 700;
	line-height: 1;
	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: #46bce0;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #23a8d0;
}

.label-success {
	background-color: #2ecc71;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #25a25a;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f1c40f;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #c29d0b;
}

.label-danger {
	background-color: #f1516a;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #ed2242;
}

.badge {
	background-color: #777;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .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: #46bce0;
}

.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;
	margin-bottom: 30px;
	padding: 30px 15px;
}

.jumbotron,
.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: 4px;
}

.jumbotron .container {
	max-width: 100%;
}

.thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.7;
	margin-bottom: 23px;
	padding: 4px;
	-webkit-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: #555;
	padding: 9px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #46bce0;
}

.alert {
	margin-bottom: 23px;
}

.alert,
div.wpcf7-response-output {
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 15px;
}

.alert h4,
div.wpcf7-response-output h4 {
	color: inherit;
	margin-top: 0;
}

.alert .alert-link,
div.wpcf7-response-output .alert-link {
	font-weight: 700;
}

.alert > p,
div.wpcf7-response-output > p,
.alert > ul,
div.wpcf7-response-output > ul {
	margin-bottom: 0;
}

.alert > p + p,
div.wpcf7-response-output > 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,
div.wpcf7-mail-sent-ok {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr,
div.wpcf7-mail-sent-ok hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link,
div.wpcf7-mail-sent-ok .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger,
div.wpcf7-validation-errors {
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr,
div.wpcf7-validation-errors hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link,
div.wpcf7-validation-errors .alert-link {
	color: #843534;
}

.progress {
	background-color: whitesmoke;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	height: 23px;
	margin-bottom: 23px;
	overflow: hidden;
}

.progress-bar {
	background-color: #46bce0;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 23px;
	text-align: center;
	width: 0;
	-webkit-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: 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;
}

.progress-bar-success {
	background-color: #2ecc71;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
}

.progress-bar-warning {
	background-color: #f1c40f;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
}

.progress-bar-danger {
	background-color: #f1516a;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)50%,rgba(255,255,255,0.15)75%,transparent 75%,transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.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 #eee;
	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 {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
	background-color: whitesmoke;
	color: #555;
	text-decoration: none;
}

.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: #46bce0;
	border-color: #46bce0;
	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: #f5fbfd;
}

.list-group-item-success {
	background-color: #dff0d8;
	color: #3c763d;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	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 {
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}

.list-group-item-info {
	background-color: #d9edf7;
	color: #31708f;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	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 {
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}

.list-group-item-warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	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 {
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}

.list-group-item-danger {
	background-color: #f2dede;
	color: #a94442;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	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 {
	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;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 23px;
}

.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 {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}

.panel-title,
.panel-title > a {
	color: inherit;
}

.panel-footer {
	background-color: whitesmoke;
	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-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,
.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,
.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: 23px;
}

.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: whitesmoke;
	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: whitesmoke;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #46bce0;
}

.panel-primary > .panel-heading {
	background-color: #46bce0;
	border-color: #46bce0;
	color: #fff;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #46bce0;
}

.panel-primary > .panel-heading .badge {
	background-color: #fff;
	color: #46bce0;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #46bce0;
}

.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.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	background-color: whitesmoke;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	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: 4px;
	padding: 24px;
}

.well-sm {
	border-radius: 3px;
	padding: 9px;
}

.close {
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: 700;
	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: 0 0;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.modal-open,
.modal {
	overflow: hidden;
}

.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
}

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

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	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: 4px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	outline: 0;
	position: relative;
	background-clip: padding-box;
}

.modal-backdrop {
	background-color: #000;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.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.7px;
	padding: 15px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	line-height: 1.7;
	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-weight: 400;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1070;
}

.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;
	text-decoration: none;
}

.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 {
	right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
	left: 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 #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	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-weight: 400;
	left: 0;
	line-height: 1.7;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	white-space: normal;
	z-index: 1060;
	background-clip: padding-box;
}

.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: 3px 3px 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,
.carousel-inner {
	position: relative;
}

.carousel-inner {
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
}

.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 {
	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: 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: 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;
	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;
	margin-top: -10px;
	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;
	visibility: hidden!important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.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;
}

.btn:focus {
	outline: dotted 2px #000;
}

div.active:focus,
a:focus {
	outline: dotted 1px #000;
}

.close:hover,
.close:focus,
.nav > li > a:hover,
.nav > li > a:focus {
	outline: dotted 1px #000;
}

.carousel-inner > .item {
	display: block;
	position: absolute;
	top: -999999em;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .active {
	position: relative;
	top: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.alert-success,
div.wpcf7-mail-sent-ok {
	color: #2d4821;
}

.alert-info {
	color: #214c62;
}

.alert-warning {
	background-color: #f9f1c6;
	color: #6c4a00;
}

.alert-danger,
div.wpcf7-validation-errors {
	color: #d2322d;
}

.alert-danger:hover,
div.wpcf7-validation-errors:hover {
	color: #a82824;
}

.fa,
.side-nav-title a:before {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.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,
.side-nav-title a.pull-left:before {
	margin-right: 0.3em;
}

.fa.pull-right,
.side-nav-title a.pull-right:before {
	margin-left: 0.3em;
}

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
	-webkit-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;
}

.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:before {
	content: '\f09a';
}

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

.fa-unlock:before {
	content: '\f09c';
}

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

.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 {
	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-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';
}

.mfp-bg {
	background: #0b0b0b;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}

.mfp-wrap {
	outline: none!important;
	position: fixed;
	z-index: 1043;
	-webkit-backface-visibility: hidden;
}

.mfp-wrap,
.mfp-container {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.mfp-container {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	position: absolute;
	text-align: center;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
	width: 100%;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none!important;
}

.mfp-preloader {
	color: #ccc;
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: none;
	overflow: visible;
	padding: 0;
	z-index: 1046;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.mfp-close {
	color: #fff;
	font-family: Arial,Baskerville,monospace;
	font-size: 28px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}

.mfp-counter {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.mfp-arrow {
	height: 110px;
	margin: -55px 0 0;
	opacity: 0.65;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 90px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	border: medium inset transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	width: 0;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-bottom-width: 21px;
	border-top-width: 21px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	border-right: 27px solid #3f3f3f;
	margin-left: 25px;
}

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-bottom: 40px;
	padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 900px;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}

.mfp-iframe-scaler iframe {
	background: #000;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

img.mfp-img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: auto;
}

img.mfp-img,
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	background: #444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	content: '';
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-bottom-bar {
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}

.mfp-title {
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 600px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	padding-top: 0;
	right: 0;
	top: 0;
}

.white-popup-block {
	background: #fff;
	margin: 40px auto;
	max-width: 1000px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-slider,
.slick-list {
	display: block;
	position: relative;
}

.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #fff url(../images/new/ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	zoom: 1;
}

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-prev,
.slick-next {
	background: 0 0;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin-top: -10px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: 0 0;
	color: transparent;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: '\f104';
}

[dir='rtl'] .slick-prev:before {
	content: '\f105';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: '\f105';
}

[dir='rtl'] .slick-next:before {
	content: '\f104';
}

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -45px;
	display: block;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: 0 0;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	color: #fff;
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 0.7;
}

html,
body {
	font-family: 'Roboto',"Hiragino Kaku Gothic ProN","メイリオ",Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
}

body {
	background: #fff;
	min-width: inherit;
	padding-top: 100px;
	position: relative;
}

body.home,
body.secure {
	padding-top: 0 !important;
}

.wrap {
	padding: 40px 0;
}

.wrap .container {
	width: 100%;
	max-width: 1170px;
}

.panel-body-x2 {
	padding-left: 30px;
	padding-right: 30px;
}

ul,
ol {
	padding-left: 20px;
}

.img-responsive,
.entry-contents img {
	width: auto;
}

object.img-responsive {
	width: 100%;
}

section.st80 {
	padding-top: 80px;
}

section.sb80 {
	padding-bottom: 70px;
}

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;
	color: #666;
}

section.col-g3 {
	background-color: #f2f1ec;
	color: #666;
}

.mb80 {
	margin-bottom: 80px;
}

.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;
}

#scrollUp {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTAwNUNDRkQ0MEIwMTFFNEExQzdFOTVFNDI0OUJGMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTAwNUNDRkU0MEIwMTFFNEExQzdFOTVFNDI0OUJGMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMDA1Q0NGQjQwQjAxMUU0QTFDN0U5NUU0MjQ5QkYyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMDA1Q0NGQzQwQjAxMUU0QTFDN0U5NUU0MjQ5QkYyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvVm8s4AAAD4SURBVHjaYmRgYGhgGMSAiWGQg1EHjjpw1IGjDhx14KgDRx046sBRB8LB3LlzLYDYkppmslDLoKVLl9pGRUU5gdjs7OzMMTExRwaNAzdu3Oji5+dn/Q0IQPzo6GhnXl5eDn9//z0DHsXIjouIiFgIwiA2SAwkN6AORHfc5s2bX4EwNR3JRE3HweSo6UhmIHYgVVNvb69BQkKCKzbHwcCtW7e+Xr58+Q4wHWrr6Ogo8/Hxfdq1a9cLujjw4cOHnywtLQVzc3M3YnMcuiPV1NS4q6urj799+/Y3qXYxjvaLRx046sBRB446cNSBow4cdeCoA0e0AwECDADAZob+VoG+zgAAAABJRU5ErkJggg==) no-repeat center top;
	bottom: 20px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 20px;
	width: 40px;
}

.fw-light {
	font-weight: 100;
}

.fw-bold {
	font-weight: 400;
}

.fw-u-bold {
	font-weight: 900;
}

.color-primary {
	color: #46bce0;
}

.color-success {
	color: #2ecc71;
}

.color-info {
	color: #5bc0de;
}

.color-warning {
	color: #f1c40f;
}

.color-danger {
	color: #f1516a;
}

.lead {
	line-height: 1.7;
}

.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}

.navbar-toggle {
	border: 0;
}

.breadcrumb {
	background-color: #f5f5f0;
	border-radius: 0;
	margin-bottom: 0;
}

.breadcrumb .container {
	width: 100% !important;
	max-width: 1170px;
}

.cover-images {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f0',GradientType=0 );
}

.cover-images .container {
	display: table;
	position: relative;
	width: 100%;
	height: 120px;
	padding: 20px 0;
}
.cover-images .container:before,
.cover-images .container:after {
	content: ' ';
	display: block;
	position: absolute;
}
.cover-images .container:before {
	bottom: 0;
	left: 50%;
	background: url(../images/bg_imgCover_01_01.png) no-repeat 0 0;
	width: 257px;
	height: 120px;
	margin: 0 0 0 290px;
	opacity: .75;
}
.cover-images.mod-type01 .container:before {
	bottom: 0;
	left: 50%;
	background: url(../images/bg_imgCover_02_01.png) no-repeat 0 0;
	width: 627px;
	height: 285px;
	margin: 0 0 0 -780px;
}
.cover-images.mod-type01 .container:after {
	top: 0;
	right: 50%;
	background: url(../images/bg_imgCover_02_02.png) no-repeat 0 0;
	width: 323px;
	height: 83px;
	margin: 0 -610px 0 0;
	opacity: .75;
}

.cover-images.mod-type02 .container:before {
	bottom: 0;
	background: url(../images/bg_imgCover_03_01.png) no-repeat 0 0;
	width: 533px;
	height: 95px;
	margin: 0 0 0 -830px;
}
.cover-images.mod-type02 .container:after {
	bottom: 0;
	right: 50%;
	background: url(../images/bg_imgCover_03_02.png) no-repeat 0 0;
	width: 533px;
	height: 95px;
	margin: 0 -830px 0 0;
	opacity: .75;
}
.cover-images.mod-type03 .container:before {
	bottom: 0;
	left: 0;
	background: url(../images/bg_imgCover_04_01.png) no-repeat 0 0;
	width: 382px;
	height: 120px;
	margin: 0;
}
.cover-images.mod-type04 .container:before {
	top: 0;
	bottom: auto;
	background: url(../images/bg_imgCover_05_01.png) no-repeat 0 0;
	width: 227px;
	height: 119px;
	margin: 0 0 0 -540px;
}
.cover-images.mod-type05 .container:before {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	background: url(../images/bg_imgCover_06_01.png) no-repeat 0 0;
	background-size: 345px 120px;
	width: 345px;
	height: 119px;
	margin: 0;
}

.cover-images .container .inner {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.cover-images .inner {
	text-shadow: 0 0 6px rgba(255,255,255,1);
}
.cover-images .container .inner > *:last-child {
	margin-bottom: 0;
}

.cover-images .title,
.cover-images .lead {
	position: relative;
	z-index: 1;
}

.cover-images .title {
	color: #333;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}

.cover-images .lead {
	font-size: 16px;
}

.panel-icon {
	float: left;
	margin-right: 10px;
}

.panel-description {
	min-height: 50px;
}

.top-ticket-plan-section {
	padding-left: 15px;
	padding-right: 15px;
}

.cover-contents1 {
	color: #fff;
	padding-top: 50px;
}

.cover-contents1 .title {
	border: 0;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
}

.ja .cover-contents1 .title {
	font-weight: 300;
}

.cover-contents1 .title br {
	display: none;
}

.cover-contents1 .lead {
	font-size: 12px;
	margin-top: 0;
}

.cover-contents1 p {
	margin-top: 10px;
}

.cover-contents1 .text-link {
	color: #fff;
	margin-left: 0.5em;
	text-decoration: none;
}

.cover-contents1 .text-link:hover {
	text-decoration: underline;
}

.cover-contents1 .img-link {
	margin-left: 0.5em;
}

.cover-contents1 .img-link:hover {
	opacity: 0.6;
}

.cover-contents2 .get-free-btn {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 10px;
	padding-top: 10px;
}

.cover-contents2 .dl-client-btn {
	color: #fff!important;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.cover-contents2 .dl-client-btn:hover {
	background-color: #f3f3f3;
	border-color: #46bce0;
	color: #46bce0!important;
}

.new-list dt {
	color: #777;
	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: #46bce0!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;
}

.pickup {
	background: #000;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 200;
}

.pickup .container {
	padding-top: 0 !important;
}

.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,
.pickup h2 {
	font-size: 100%;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pickup h2 {
	color: #f1516a;
}

.pickup a {
	color: #fff;
	text-decoration: none;
}

.pickup a:hover {
	text-decoration: underline;
}

.main-content .row {
	margin-left: 0;
	margin-right: 0;
}

.main-content .content-title {
	font-size: 32px;
	font-weight: 700;
}

.main-content .content-sub-title {
	font-size: 32px;
	font-weight: 400;
}

.btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-ghost {
	border-color: #fff;
	color: #fff;
}

.btn-ghost:hover {
	background-color: #fff;
	border-color: #fff;
	color: #46bce0;
}

.top-content-button-1,
.top-content-button-2 {
	min-height: 95px;
	padding: 16px 0;
}

.top-content-button-1 small,
.top-content-button-2 small {
	font-size: 16px;
}

.top-content-button-1 .title,
.top-content-button-2 .title {
	font-size: 26px;
	font-weight: 700;
	vertical-align: middle;
}

.top-content-button-1 .arrow-text,
.top-content-button-2 .arrow-text {
	font-size: 14px;
	position: relative;
}

.top-content-button-1 .arrow-text i,
.top-content-button-2 .arrow-text i {
	margin-left: 10px;
}

.top-content-button-1 {
	background-color: #fff;
	border-color: #46bce0;
	color: #46bce0!important;
}

.top-content-button-1:hover {
	background-color: #f3f3f3;
	border-color: #46bce0;
	color: #46bce0;
}

.top-content-button-2 {
	background-color: #46bce0;
	color: #fff!important;
}

.top-content-button-2:hover {
	background-color: #23a8d0;
	color: #fff;
}

.top-content-button-3 {
	background-color: #fff;
	border-color: #46bce0;
	color: #46bce0!important;
	font-size: 16px;
	padding: 10px 0;
}

.top-content-button-3:hover {
	background-color: #f3f3f3;
	border-color: #46bce0;
	color: #46bce0;
}

.top-content-button-4 {
	background-color: #46bce0;
	color: #fff!important;
	font-size: 16px;
	padding: 10px 0;
}

.top-content-button-4:hover {
	background-color: #23a8d0;
	color: #fff;
}

.top-content-button-5 {
	background-color: #fff;
	border-color: #46bce0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #46bce0!important;
	font-size: 16px;
	padding: 10px 0;
}

.top-content-button-5:hover {
	background-color: #f3f3f3;
	border-color: #46bce0;
	color: #46bce0;
}

.top-content-button-6 {
	background-color: #fff;
	border-color: #46bce0;
	color: #46bce0!important;
	font-size: 18px;
	padding: 10px 0;
}

.top-content-button-6:hover {
	background-color: #f3f3f3;
	border-color: #46bce0;
	color: #46bce0;
}

.pricing-button-1 {
	background-color: #46bce0;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pricing-button-1:hover {
	background-color: #23a8d0;
	color: #fff;
}

.pricing-button-2 {
	background-color: #46bce0;
	color: #fff;
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pricing-button-2:hover {
	background-color: #23a8d0;
	color: #fff;
}

.pricing-button-3 {
	background-color: #f1516a;
	color: #fff;
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pricing-button-3:hover {
	background-color: #ed2242;
	color: #fff;
}

.pricing-button-4 {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pricing-button-4:hover {
	background-color: #3b3b3b;
	color: #fff;
}

.wrap-button-mypage {
	margin: 0 20px;
}

.pricing-button-mypage {
	margin: 0;
	width: 100%;
}

.btn-group .btn:not(:last-child) {
	border-right: 0;
}

.top-tabs {
	border-bottom: none;
	padding-left: 0;
}

.top-tabs li {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 18px;
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
	width: 25%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.top-tabs li:hover {
	background: #f7f7f7;
}

.top-tabs li p {
	margin-bottom: 0;
}

.top-tabs li a {
	border: none;
	color: #333;
	display: block;
	line-height: 1.2;
	outline: none;
	text-decoration: none;
}

.top-tabs li a:hover {
	border: none;
}

.top-tabs li a:focus {
	outline: none;
}

.top-tabs li:first-child {
	border-left: 0;
}

.top-tabs li.active {
	border-bottom: none;
}

.top-tabs li.active:hover {
	background: 0 0;
}

.top-tabs li.active a {
	border: none;
}

.top-tabs li.active a:hover {
	border: none;
}

.top-tabs li .tab-title-icon {
	display: block;
	margin: auto auto 10px;
}

.top-tabs li .tab-title {
	display: block;
}

.top-tab-contents .row {
	margin-bottom: 50px;
}

.top-tab-contents .row h2 {
	line-height: 1.4;
	margin-top: 0;
}

.top-tab-contents .img-responsive,
.top-tab-contents .entry-contents img,
.entry-contents .top-tab-contents img {
	margin-left: auto;
	margin-right: auto;
}

.top-tab-contents a {
	color: #46bce0;
	text-decoration: none;
	vertical-align: middle;
}

.top-tab-contents a:hover {
	text-decoration: underline;
}

.top-tab-contents a i {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

#tabContent {
	outline: none;
}

#tabContent:focus {
	outline: none;
}

#tabContent div {
	outline: none;
}

#tabContent div:focus {
	outline: none;
}

.plan-cover-wrap {
	margin-top: -40px;
}

.pricing-icon {
	position: relative;
	z-index: 250;
}

.plan-cover-anc {
	color: #333;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.plan-cover-anc:link,
.plan-cover-anc:visited {
	color: #555;
	text-decoration: none!important;
}

.plan-cover-anc:hover {
	color: #888;
	margin-top: -10px;
}

.type3 .plan-cover-anc {
	color: #fff;
}

.type3 .plan-cover-anc:link,
.type3 .plan-cover-anc:visited,
.type3 .plan-cover-anc:hover {
	color: #fff;
}

.plan-title {
	font-size: 14px;
	margin-top: 0;
}

.plan-title.type1 {
	color: #46bce0;
}

.plan-title.type2 {
	color: #f1516a;
}

.plan-title.type3 {
	color: #48cfad;
}

.plan-label {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
}

.plan-label.type1 {
	background-color: #46bce0;
}

.plan-label.type2 {
	background-color: #f1516a;
}

.plan-label.type3 {
	background-color: #48cfad;
}

.plan-arrow {
	color: #d5d5d5;
	font-size: 25px;
}

.free-tag {
	background-color: #48cfad;
	border-radius: 4px;
	font-size: 18px;
	margin-left: 20px;
	padding: 4px 12px;
	vertical-align: middle;
}

.free-tag.my-page {
	font-size: 13px;
	padding: 4px 6px;
}

.ticket-plan-title {
	font-size: 46px;
}

.ticket-plan-title img {
	margin-right: 20px;
	vertical-align: -12px;
}

.ticket-plan-title.my-page {
	font-size: 32px;
}

.ticket-plan-title.my-page img {
	vertical-align: top;
}

.tab-boder:before {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	content: '';
	height: 1px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.pricing-tab a {
	color: #333;
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
}

.pricing-tab .active {
	overflow: hidden;
	position: relative;
}

.pricing-tab .active:after {
	background-color: #cfcbbc;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.monthly-label {
	border-bottom-left-radius: 24.5px;
	border-top-left-radius: 24.5px;
}

.monthly-label,
.annual-label {
	background-color: #f2f1eb;
	color: #333;
	margin-bottom: 50px;
	margin-top: 40px;
	text-align: center;
	width: 50%;
}

.annual-label {
	border-bottom-right-radius: 24.5px;
	border-top-right-radius: 24.5px;
}

.annual-label .save {
	color: #1ebe85;
	font-weight: 700;
	margin-left: 10px;
}

.check-title i {
	font-size: 28px;
	margin-right: 0.5em;
	vertical-align: middle;
}

.check-title span {
	font-size: 13px;
}

.customize-title {
	color: #333;
	margin-bottom: 19px;
}

.remarks-list.my-page li {
	font-size: 14px;
}

.credit-panel {
	background-color: rgba(255,255,255,0.4);
	border-radius: 4px;
	color: #333;
	padding: 10px 0;
}

.plan-panel {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	color: #333;
	padding-bottom: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.plan-panel.type-case:hover,
.plan-panel.type-case:focus {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	text-decoration: none;
}

.plan-panel.type-case:hover p,
.plan-panel.type-case:focus p {
	color: #333;
}

.plan-panel.type2 {
	padding-bottom: 0;
}

.plan-panel.type2 p {
	border-bottom: none;
	padding: 10px 0;
}

.plan-panel .recommend {
	border-bottom: none;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 12px;
	left: 50%;
	margin: -12px 0 0 -44px;
	padding: 2px 0;
	position: absolute;
	text-align: center;
	width: 88px;
}

.plan-panel .recommend.type1 {
	background-color: #e15263;
}

.plan-panel .recommend.type2 {
	background-color: #48cfad;
}

.plan-panel .plan-name {
	border-bottom: none;
	margin-bottom: -20px;
	padding-bottom: 0;
}

.plan-panel .plan-title {
	font-size: 30px;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

.plan-panel .plan-title.type1 {
	border-bottom: 2px solid #46bce0;
	color: #46bce0;
}

.plan-panel .plan-title.type2 {
	border-bottom: 2px solid #f1516a;
	color: #f1516a;
}

.plan-panel .plan-title.type3 {
	border-bottom: 2px solid #ccc;
	color: #333;
}

.plan-panel .plan-title.type4 {
	border-bottom: 2px solid #48cfad;
	color: #48cfad;
}

.plan-panel .plan-title.type-case {
	border: 0;
	color: #c1b293;
	padding: 20px 0 0;
}

.plan-panel p {
	border-bottom: 1px solid #ddd;
	color: #666;
	margin: 0 20px;
	padding: 14px 0;
	vertical-align: middle;
}

.plan-panel ul,
.plan-panel ol {
	margin: 0 20px 20px;
	text-align: left;
}

.plan-panel .price {
	color: #333;
	font-size: 18px;
	letter-spacing: -0.04em;
	margin: 0 10px;
	padding: 20px 0;
}

.plan-panel .price span {
	font-size: 32px;
	font-weight: 700;
}

.plan-panel .price.my-page {
	border-bottom: none;
}

.plan-panel .price.type-case {
	padding: 0;
}

.plan-panel .price-double {
	line-height: 1.3;
	padding: 20px 0;
}

.plan-panel .price-double .price-before {
	display: block;
	font-size: 12px;
	font-weight: 700;
}

.plan-panel .my-page-hour {
	border-bottom: none;
	font-size: 20px;
}

.plan-panel .hour {
	font-size: 14px;
}

.plan-panel .hour span {
	font-size: 20px;
}

.plan-panel .my-page-run-device {
	border-bottom: none;
}

.plan-panel .run-device-ico {
	font-size: 40px;
	line-height: 1;
}

.plan-panel .run-device-ico i {
	margin: 0 4px;
}

.plan-panel i {
	margin-right: 0.5em;
}

.plan-panel .sm-ico {
	font-size: 20px;
	vertical-align: middle;
}

.plan-panel .credit {
	margin-bottom: 20px;
	margin-top: 20px;
}

.plan-panel .learn-more {
	border-top: 1px solid #ddd;
	color: #46bce0;
	margin: 0;
	padding: 0 !important;
	vertical-align: middle;
}

.plan-panel .learn-more a {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	text-decoration: none;
}

.plan-panel .learn-more i {
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
}

.pricing-enterprise {
	text-align: right;
}

.pricing-enterprise h2 {
	letter-spacing: 0.02em;
	line-height: 1.5;
}

/*
#footer .footer-nav {
	overflow: hidden;
	background-color: #424242;
}

#footer .footer-nav a,
#footer .footer-nav a:link,
#footer .footer-nav a:visited {
	text-decoration: none;
	color: #fff;
}

#footer .footer-nav a:hover {
	text-decoration: underline;
}

#footer .footer-nav .btn:hover {
	text-decoration: none;
}

#footer .footer-nav ul {
	padding-left: 0;
	list-style: none;
}

#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;
	font-weight: 700;
	margin-bottom: 30px;
}



@media (max-width:768px) {
	#footer .footer-nav .footer-nav-section~.footer-nav-section {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #666;
	}

}



@media (max-width:992px) {
	#footer .footer-nav .footer-aside {
		clear: both;
		padding-top: 20px;
	}

	#footer .footer-nav .footer-aside:before {
		display: block;
		padding-top: 20px;
		content: '';
		border-top: 1px solid #666;
	}

}

#footer .footer-nav .fa-facebook {
	font-size: 28px;
	margin-right: 20px;
	vertical-align: middle;
	color: #6480b8;
}

#footer .footer-nav .fa-twitter {
	font-size: 28px;
	margin-right: 10px;
	vertical-align: middle;
	color: #5dc0ec;
}

#footer .footer-link {
	text-align: center;
}

#footer .footer-link li {
	display: inline-block;
}

#footer .footer-link a,
#footer .footer-link a:link,
#footer .footer-link a:visited {
	text-decoration: none;
	color: #666;
}

#footer .footer-link a:hover {
	text-decoration: underline;
}

#footer .footer-copy {
	margin-bottom: 0;
}

#footer .footer-copy img {
	margin-right: 10px;
	vertical-align: middle;
}
*/
.box-s {
	box-shadow: 5px 0 5px rgba(242,241,236,0.9);
	overflow: hidden;
}

.top-slider img {
	margin: 0 auto;
}

.top-slider .slick-dots {
	bottom: 0;
	height: 20px;
	top: -40px;
}

.top-slider .slick-dots li {
	border-top: none;
}

.top-slider .slick-dots li button {
	background-color: transparent;
	border: none;
}

.top-slider .slick-dots li button:before {
	font-size: 10px;
	text-decoration: none;
}

.presented-text {
	margin-top: -20px !important;
}

.presented-text img {
	margin-left: 5px;
}

.section-feature {
	background: #f6f6f6;
	border-top: 2px solid #46bce0;
	margin-bottom: 30px;
	padding: 10px 30px;
}

.section-feature.white {
	background: #fff;
}

.section-feature h1 {
	color: #111;
	margin: 10px -30px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.section-feature h1 small {
	color: #46bce0;
	display: block;
	font-size: 14px;
	margin-right: 1em;
}

.section-feature .feature-image {
	margin: 15px -30px;
	text-align: center;
}
.section-feature .feature-image img {
	display: inline-block;
}
.section-feature dd img {
	display: block;
	margin: 12px 0;
}

.side-contents {
	padding: 0 15px;
}

.side-contents a {
	color: #333;
	text-decoration: none;
}

.side-contents a:hover {
	text-decoration: underline;
}

.side-contents-page {
	padding-left: 30px;
}

.side-affix-nav.affix {
	position: fixed;
	top: 191px;
}

.ie8 .side-affix-nav.affix {
	position: static!important;
	top: 0;
}

.side-affix-nav.affix-bottom {
	position: absolute;
}

.ie8 .side-affix-nav.affix-bottom {
	position: static!important;
	top: 0;
}

.side-nav-title {
	border-bottom: 1px solid #999;
	font-weight: 700;
	margin-bottom: 20px;
	margin-left: 19px;
	margin-top: 0;
	padding-bottom: 20px;
}

.side-nav-title .fa,
.side-nav-title a:before {
	margin-right: 8px;
}

.side-nav-title a:link,
.side-nav-title a:visited {
	color: #333;
	display: block;
	position: relative;
}

.side-nav-title a:before {
	content: '\f104';
	display: block;
	left: -20px;
	position: absolute;
	top: 2px;
}

.side-nav > li > a {
	border-left: 1px solid #eee;
	color: #666;
	display: block;
	font-size: 13px;
	padding: 10px 0 10px 19px;
	text-decoration: none;
}

.side-nav > li > a:hover {
	background-color: transparent;
	border-left: 1px solid #46bce0;
	color: #46bce0;
	outline: none;
}

.side-nav > li > ul {
	margin-left: 20px;
}

.side-nav > li > ul > li>a {
	border-left: 1px solid #eee;
	color: #666;
	display: block;
	padding: 10px 0 10px 19px;
	text-decoration: none;
}

.side-nav > li > ul > li > a:hover {
	background-color: transparent;
	border-left: 1px solid #46bce0;
	color: #46bce0;
	outline: none;
}

.side-nav > .active > a {
	background-color: transparent;
	border-left: 3px solid #46bce0;
	color: #46bce0;
	font-weight: 700;
	padding-left: 17px;
}

.side-nav > .active > a:hover {
	padding-left: 19px;
}

.device-assort {
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
}

.device-assort > a {
	text-decoration: none;
}

.device-assort > a:hover img {
	opacity: 0.6;
}

.device-assort .device-name {
	display: inline-block;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	width: 55%;
}

.device-assort .device-name .maker-name {
	background-color: #ccc;
	border-radius: 20px;
	color: #333;
	display: inline-block;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding: 4px 15px;
	text-align: center;
}

.device-assort .device-name .maker-name.dc {
	background-color: #f1516a;
	color: #fff;
}

.device-assort .device-name .maker-name.au {
	background-color: #eb5505;
	color: #fff;
}

.device-assort .device-name .maker-name.sb {
	background-color: #ccc;
	color: #333;
}

.device-assort .device-image {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	width: 40%;
}

.device-assort .device-image p {
	position: relative;
	text-align: center;
}

.device-assort .device-image p img {
	display: inline-block;
	max-width: 45px;
}

.device-assort .device-image p.new:after {
	background-color: #f1516a;
	border-radius: 75px;
	color: #fff;
	content: 'new';
	height: 38px;
	padding-top: 7px;
	position: absolute;
	right: -15px;
	text-align: center;
	top: -15px;
	width: 38px;
}

.form .control-label,
.form-horizontal .control-label,
.form .wpcf7-list-item,
.form-horizontal .wpcf7-list-item {
	display: block;
}

.form .wpcf7-list-item label,
.form-horizontal .wpcf7-list-item label {
	cursor: pointer;
	display: block;
	font-weight: 400;
	margin-bottom: 12px;
}

.form .ajax-loader,
.form-horizontal .ajax-loader {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.form.secure,
.form-horizontal.secure {
	margin-top: 40px;
}

.form .secure-title,
.form-horizontal .secure-title {
	border-left: 7px solid #46bce0;
	color: #000;
	padding: 6px 0 6px 8px;
}

.form .ex-secure-form,
.form-horizontal .ex-secure-form {
	display: none;
}

.form .secure-required:after,
.form-horizontal .secure-required:after {
	color: #e32;
	content: '*';
	display: inline;
}

.panel .form-horizontal {
	margin-top: 15px;
}

.panel .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.wpcf7-not-valid {
	border: 1px solid #f1516a;
}

div.wpcf7-response-output {
	border: 0;
	margin: 15px;
}

.label {
	padding: 0.2em 0.6em;
	vertical-align: 0.2em;
}

.nav-tabs > li > a {
	background: #f5f5f0;
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-right: 0;
}

.entry-contents > h1 > h1,
.entry-contents > h1 > h2,
.entry-contents > h1 > h3,
.entry-contents > h1 > h4,
.entry-contents > h1 > h5,
.entry-contents > h1 > h6,
.entry-contents > h1 .h2-page,
.entry-contents > h1 .h3-page,
.entry-contents > h2 > h1,
.entry-contents > h2 > h2,
.entry-contents > h2 > h3,
.entry-contents > h2 > h4,
.entry-contents > h2 > h5,
.entry-contents > h2 > h6,
.entry-contents > h2 .h2-page,
.entry-contents > h2 .h3-page,
.entry-contents > h3 > h1,
.entry-contents > h3 > h2,
.entry-contents > h3 > h3,
.entry-contents > h3 > h4,
.entry-contents > h3 > h5,
.entry-contents > h3 > h6,
.entry-contents > h3 .h2-page,
.entry-contents > h3 .h3-page,
.entry-contents > h4 > h1,
.entry-contents > h4 > h2,
.entry-contents > h4 > h3,
.entry-contents > h4 > h4,
.entry-contents > h4 > h5,
.entry-contents > h4 > h6,
.entry-contents > h4 .h2-page,
.entry-contents > h4 .h3-page,
.entry-contents > h5 > h1,
.entry-contents > h5 > h2,
.entry-contents > h5 > h3,
.entry-contents > h5 > h4,
.entry-contents > h5 > h5,
.entry-contents > h5 > h6,
.entry-contents > h5 .h2-page,
.entry-contents > h5 .h3-page,
.entry-contents > h6 > h1,
.entry-contents > h6 > h2,
.entry-contents > h6 > h3,
.entry-contents > h6 > h4,
.entry-contents > h6 > h5,
.entry-contents > h6 > h6,
.entry-contents > h6 .h2-page,
.entry-contents > h6 .h3-page,
.entry-contents .hentry > h1,
.entry-contents .hentry > h2,
.entry-contents .hentry > h3,
.entry-contents .hentry > h4,
.entry-contents .hentry > h5,
.entry-contents .hentry > h6,
.entry-contents .hentry .h2-page,
.entry-contents .hentry .h3-page,
.entry-contents .document > h1,
.entry-contents .document > h2,
.entry-contents .document > h3,
.entry-contents .document > h4,
.entry-contents .document > h5,
.entry-contents .document > h6,
.entry-contents .document .h2-page,
.entry-contents .document .h3-page,
.entry-contents .row > h1,
.entry-contents .row > h2,
.entry-contents .row > h3,
.entry-contents .row > h4,
.entry-contents .row > h5,
.entry-contents .row > h6,
.entry-contents .row .h2-page,
.entry-contents .row .h3-page,
.entry-contents .tab-pane > h1,
.entry-contents .tab-pane > h2,
.entry-contents .tab-pane > h3,
.entry-contents .tab-pane > h4,
.entry-contents .tab-pane > h5,
.entry-contents .tab-pane > h6,
.entry-contents .tab-pane .h2-page,
.entry-contents .tab-pane .h3-page,
.entry-contents .h1title div > h1,
.entry-contents .h1title div > h2,
.entry-contents .h1title div > h3,
.entry-contents .h1title div > h4,
.entry-contents .h1title div > h5,
.entry-contents .h1title div > h6,
.entry-contents .h1title div .h2-page,
.entry-contents .h1title div .h3-page,
.entry-contents .h2title div > h1,
.entry-contents .h2title div > h2,
.entry-contents .h2title div > h3,
.entry-contents .h2title div > h4,
.entry-contents .h2title div > h5,
.entry-contents .h2title div > h6,
.entry-contents .h2title div .h2-page,
.entry-contents .h2title div .h3-page,
.entry-contents .h3title div > h1,
.entry-contents .h3title div > h2,
.entry-contents .h3title div > h3,
.entry-contents .h3title div > h4,
.entry-contents .h3title div > h5,
.entry-contents .h3title div > h6,
.entry-contents .h3title div .h2-page,
.entry-contents .h3title div .h3-page,
.entry-contents .h4title div > h1,
.entry-contents .h4title div > h2,
.entry-contents .h4title div > h3,
.entry-contents .h4title div > h4,
.entry-contents .h4title div > h5,
.entry-contents .h4title div > h6,
.entry-contents .h4title div .h2-page,
.entry-contents .h4title div .h3-page,
.entry-contents .h5title div > h1,
.entry-contents .h5title div > h2,
.entry-contents .h5title div > h3,
.entry-contents .h5title div > h4,
.entry-contents .h5title div > h5,
.entry-contents .h5title div > h6,
.entry-contents .h5title div .h2-page,
.entry-contents .h5title div .h3-page,
.entry-contents .h6title div > h1,
.entry-contents .h6title div > h2,
.entry-contents .h6title div > h3,
.entry-contents .h6title div > h4,
.entry-contents .h6title div > h5,
.entry-contents .h6title div > h6,
.entry-contents .h6title div .h2-page,
.entry-contents .h6title div .h3-page {
	clear: both;
	margin-bottom: 1.5em;
	margin-top: 3em;
}

.entry-contents > h1 > h1.mt0,
.entry-contents > h1 > h2.mt0,
.entry-contents > h1 > h3.mt0,
.entry-contents > h1 > h4.mt0,
.entry-contents > h1 > h5.mt0,
.entry-contents > h1 > h6.mt0,
.entry-contents > h1 .h2-page.mt0,
.entry-contents > h1 .h3-page.mt0,
.entry-contents > h2 > h1.mt0,
.entry-contents > h2 > h2.mt0,
.entry-contents > h2 > h3.mt0,
.entry-contents > h2 > h4.mt0,
.entry-contents > h2 > h5.mt0,
.entry-contents > h2 > h6.mt0,
.entry-contents > h2 .h2-page.mt0,
.entry-contents > h2 .h3-page.mt0,
.entry-contents > h3 > h1.mt0,
.entry-contents > h3 > h2.mt0,
.entry-contents > h3 > h3.mt0,
.entry-contents > h3 > h4.mt0,
.entry-contents > h3 > h5.mt0,
.entry-contents > h3 > h6.mt0,
.entry-contents > h3 .h2-page.mt0,
.entry-contents > h3 .h3-page.mt0,
.entry-contents > h4 > h1.mt0,
.entry-contents > h4 > h2.mt0,
.entry-contents > h4 > h3.mt0,
.entry-contents > h4 > h4.mt0,
.entry-contents > h4 > h5.mt0,
.entry-contents > h4 > h6.mt0,
.entry-contents > h4 .h2-page.mt0,
.entry-contents > h4 .h3-page.mt0,
.entry-contents > h5 > h1.mt0,
.entry-contents > h5 > h2.mt0,
.entry-contents > h5 > h3.mt0,
.entry-contents > h5 > h4.mt0,
.entry-contents > h5 > h5.mt0,
.entry-contents > h5 > h6.mt0,
.entry-contents > h5 .h2-page.mt0,
.entry-contents > h5 .h3-page.mt0,
.entry-contents > h6 > h1.mt0,
.entry-contents > h6 > h2.mt0,
.entry-contents > h6 > h3.mt0,
.entry-contents > h6 > h4.mt0,
.entry-contents > h6 > h5.mt0,
.entry-contents > h6 > h6.mt0,
.entry-contents > h6 .h2-page.mt0,
.entry-contents > h6 .h3-page.mt0,
.entry-contents .hentry > h1.mt0,
.entry-contents .hentry > h2.mt0,
.entry-contents .hentry > h3.mt0,
.entry-contents .hentry > h4.mt0,
.entry-contents .hentry > h5.mt0,
.entry-contents .hentry > h6.mt0,
.entry-contents .hentry .h2-page.mt0,
.entry-contents .hentry .h3-page.mt0,
.entry-contents .document > h1.mt0,
.entry-contents .document > h2.mt0,
.entry-contents .document > h3.mt0,
.entry-contents .document > h4.mt0,
.entry-contents .document > h5.mt0,
.entry-contents .document > h6.mt0,
.entry-contents .document .h2-page.mt0,
.entry-contents .document .h3-page.mt0,
.entry-contents .row > h1.mt0,
.entry-contents .row > h2.mt0,
.entry-contents .row > h3.mt0,
.entry-contents .row > h4.mt0,
.entry-contents .row > h5.mt0,
.entry-contents .row > h6.mt0,
.entry-contents .row .h2-page.mt0,
.entry-contents .row .h3-page.mt0,
.entry-contents .tab-pane > h1.mt0,
.entry-contents .tab-pane > h2.mt0,
.entry-contents .tab-pane > h3.mt0,
.entry-contents .tab-pane > h4.mt0,
.entry-contents .tab-pane > h5.mt0,
.entry-contents .tab-pane > h6.mt0,
.entry-contents .tab-pane .h2-page.mt0,
.entry-contents .tab-pane .h3-page.mt0,
.entry-contents .h1title div > h1.mt0,
.entry-contents .h1title div > h2.mt0,
.entry-contents .h1title div > h3.mt0,
.entry-contents .h1title div > h4.mt0,
.entry-contents .h1title div > h5.mt0,
.entry-contents .h1title div > h6.mt0,
.entry-contents .h1title div .h2-page.mt0,
.entry-contents .h1title div .h3-page.mt0,
.entry-contents .h2title div > h1.mt0,
.entry-contents .h2title div > h2.mt0,
.entry-contents .h2title div > h3.mt0,
.entry-contents .h2title div > h4.mt0,
.entry-contents .h2title div > h5.mt0,
.entry-contents .h2title div > h6.mt0,
.entry-contents .h2title div .h2-page.mt0,
.entry-contents .h2title div .h3-page.mt0,
.entry-contents .h3title div > h1.mt0,
.entry-contents .h3title div > h2.mt0,
.entry-contents .h3title div > h3.mt0,
.entry-contents .h3title div > h4.mt0,
.entry-contents .h3title div > h5.mt0,
.entry-contents .h3title div > h6.mt0,
.entry-contents .h3title div .h2-page.mt0,
.entry-contents .h3title div .h3-page.mt0,
.entry-contents .h4title div > h1.mt0,
.entry-contents .h4title div > h2.mt0,
.entry-contents .h4title div > h3.mt0,
.entry-contents .h4title div > h4.mt0,
.entry-contents .h4title div > h5.mt0,
.entry-contents .h4title div > h6.mt0,
.entry-contents .h4title div .h2-page.mt0,
.entry-contents .h4title div .h3-page.mt0,
.entry-contents .h5title div > h1.mt0,
.entry-contents .h5title div > h2.mt0,
.entry-contents .h5title div > h3.mt0,
.entry-contents .h5title div > h4.mt0,
.entry-contents .h5title div > h5.mt0,
.entry-contents .h5title div > h6.mt0,
.entry-contents .h5title div .h2-page.mt0,
.entry-contents .h5title div .h3-page.mt0,
.entry-contents .h6title div > h1.mt0,
.entry-contents .h6title div > h2.mt0,
.entry-contents .h6title div > h3.mt0,
.entry-contents .h6title div > h4.mt0,
.entry-contents .h6title div > h5.mt0,
.entry-contents .h6title div > h6.mt0,
.entry-contents .h6title div .h2-page.mt0,
.entry-contents .h6title div .h3-page.mt0 {
	margin-top: 0;
}

.entry-contents > h1,
.entry-contents .hentry > h1,
.entry-contents .document > h1,
.entry-contents .row > h1,
.entry-contents .tab-pane > h1,
.entry-contents .h1title > h1,
.entry-contents > h2,
.entry-contents .hentry > h2,
.entry-contents .document > h2,
.entry-contents .row > h2,
.entry-contents .tab-pane > h2,
.entry-contents .h2title div > h2,
.entry-contents .h2-page {
	border-left: 7px solid #46bce0;
	color: #000;
	margin-left: -15px;
	padding: 6px 0 6px 8px;
}

.entry-contents > h1.innner,
.entry-contents .hentry > h1.innner,
.entry-contents .document > h1.innner,
.entry-contents .row > h1.innner,
.entry-contents .tab-pane > h1.innner,
.entry-contents .h1title > h1.innner,
.entry-contents > h2.innner,
.entry-contents .hentry > h2.innner,
.entry-contents .document > h2.innner,
.entry-contents .row > h2.innner,
.entry-contents .tab-pane > h2.innner,
.entry-contents .h2title div > h2.innner,
.entry-contents .h2-page.innner {
	margin-left: 0 !important;
}

.entry-contents > h3,
.entry-contents .hentry > h3,
.entry-contents .document > h3,
.entry-contents .row > h3,
.entry-contents .tab-pane > h3,
.entry-contents .h3title div > h3,
.entry-contents .h3-page {
	border-bottom: 1px solid #46bce0;
	padding-bottom: 5px;
}

.entry-contents li {
	margin-bottom: 0.5em;
}

.entry-contents li.list-group-item {
	margin-bottom: -1px;
}

.entry-contents li.list-group-item > a {
	display: block;
}

.entry-contents li.list-group-item > h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.entry-contents .long-list > li {
	margin-bottom: 40px;
}

.entry-contents dt {
	margin-bottom: 0.5em;
}

.entry-contents dd {
	margin-bottom: 1em;
}

.entry-contents .nav-tabs > li {
	margin-bottom: -1px;
}

.entry-contents .table-th-nowrap th {
	white-space: nowrap;
}

.entry-contents blockquote {
	border-left: 5px solid #eee;
	font-size: 14px;
	margin: 40px 0;
	padding: 12px 23px;
}

.entry-contents .alignleft {
	float: left;
}

.entry-contents .alignright {
	float: right;
}

.entry-contents .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-contents blockquote.alignleft,
.entry-contents figure.wp-caption.alignleft,
.entry-contents img.alignleft {
	margin: 7px 24px 7px 0;
}

.entry-contents .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.entry-contents blockquote.alignright,
.entry-contents figure.wp-caption.alignright,
.entry-contents img.alignright {
	margin: 7px 0 7px 24px;
}

.entry-contents .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.entry-contents blockquote.aligncenter,
.entry-contents img.aligncenter,
.entry-contents .wp-caption.aligncenter {
	margin-bottom: 7px;
	margin-top: 7px;
}

.entry-contents .site-content blockquote.alignleft,
.entry-contents .site-content blockquote.alignright {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 17px;
	width: 50%;
}

.entry-contents .site-content blockquote.alignleft p,
.entry-contents .site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.entry-contents .wp-caption {
	margin-bottom: 24px;
}

.entry-contents .wp-caption img[class*='wp-image-'] {
	display: block;
	margin: 0;
}

.entry-contents .wp-caption {
	color: #767676;
}

.entry-contents .wp-caption-text {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

.entry-contents div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

.entry-contents div.wp-caption.alignright img[class*='wp-image-'],
.entry-contents div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.entry-contents .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.secure-form {
	background-color: #f6f6f6;
	padding: 15px;
}

.secure-form hr {
	border-color: #eee;
}

.secure-form .error {
	background: #f2dede;
	padding-top: 10px;
}

.secure-form .error .error-message {
	color: #d2322d;
}

.secure-login {
	background-color: #f6f6f6;
	padding-bottom: 15px;
	padding-top: 30px;
}

.secure-login h2 {
	display: none;
}

.secure-login .control-label {
	text-align: left;
}

.secure-plan {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	padding-top: 5px;
}

.secure-plan.ticket-plan {
	color: #46bce0;
}

.secure-plan.flat-plan {
	color: #f1516a;
}

.secure-btn {
	font-size: 16px;
}

.secure-credit-text {
	font-size: 13px;
	margin-top: 5px;
}

.secure-table th {
	background-color: #46bce0;
	color: #fff;
	white-space: nowrap;
}

.secure-plan-title {
	vertical-align: middle;
}

.secure-plan-title.flat-plan {
	border-color: #f1516a;
	color: #f1516a;
	font-size: 24px;
	font-weight: 700;
}

.secure-plan-title.ticket-plan {
	border-color: #46bce0;
	color: #46bce0;
	font-size: 24px;
	font-weight: 700;
}

.secure-plan-title .free-tag {
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
	padding: 4px 8px;
}

.secure-plan-table th,
.secure-plan-table td {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
}

.secure-plan-table .free-tag {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 0;
}

.secure-plan-table th {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.secure-plan-table th,
.secure-plan-table.flat-plan th {
	background-color: #f1516a;
}

.secure-plan-table.ticket-plan th {
	background-color: #46bce0;
}

.secure-plan-table.add-ticket-plan tr:first-child th:first-child {
	width: 20%;
}

.secure-plan-table.add-ticket-plan tr:first-child th:last-child {
	width: 80%;
}

.secure-plan-table p {
	vertical-align: middle;
}

.secure-plan-table .btn {
	background: #ed2242;
}

.secure-plan-table .btn:hover {
	background: #e44e4e;
	border-color: #e44e4e;
}

.secure-plan-table .price-before {
	display: block;
	font-size: 12px;
}

.secure-plan-table .plan-price {
	font-size: 20px;
	font-weight: 600;
	margin-right: 2px;
}

.secure-pager {
	margin-bottom: 0;
	margin-top: 0;
}

.secure-timeline {
	list-style-type: none;
	margin-top: -28px;
	padding-left: 0;
	position: relative;
	width: 100%;
}

.secure-timeline li {
	margin-bottom: 0;
}

.secure-timeline-item {
	float: left;
	font-size: 13px;
	text-align: center;
	width: 25%;
}

.secure-timeline-item.current {
	color: #46bce0;
}

.secure-timeline-item.current:before,
.secure-timeline-item.current:after {
	background-color: #46bce0;
}

.secure-timeline-item:before {
	background-color: #d5d5d5;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	margin: 0 auto 8px;
	position: relative;
	width: 16px;
	z-index: 20;
}

.secure-timeline-block {
	margin-bottom: 20px;
}

.secure-timeline-item2:after {
	background-color: #d5d5d5;
	content: '';
	display: block;
	height: 4px;
	left: 12.5%;
	margin-left: 0;
	margin-top: 6px;
	position: absolute;
	top: 50%;
	width: 25%;
	z-index: 10;
}

.secure-timeline-item3:after {
	left: 37.5%;
	margin-right: 0;
}

.secure-timeline-item3:after,
.secure-timeline-item4:after {
	background-color: #d5d5d5;
	content: '';
	display: block;
	height: 4px;
	margin-left: 0;
	margin-top: 6px;
	position: absolute;
	top: 50%;
	width: 25%;
	z-index: 10;
}

.secure-timeline-item4:after {
	left: 62.5%;
}

.secure-account dt {
	text-align: left!important;
	width: 160px;
}

.device-image img {
	padding: 10px;
}

.device-image img,
.device-console {
	border: 1px solid #ddd;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.device-console {
	background: #f6f6f6;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

.device-console .device-image,
.device-console .btn-default,
.device-console .btn-ghost {
	background: #fff;
}

.device-spec-table th {
	background: #f6f6f6;
}

.device-info th {
	background: #f6f6f6;
}

.device-tipcs dt {
	text-align: left;
}

.ie8 .device-tipcs dt {
	padding-left: 0;
	padding-right: 0;
	width: auto!important;
	zoom: 1;
}

.device-tipcs .tipcs-lead {
	color: #aaa;
	font-size: 12px;
}

.device-tipcs .tipcs-lead a {
	color: #aaa;
}

.device-tipcs .label {
	display: inline-block;
	min-width: 54px;
}

.device-side-ranking {
	padding-left: 20px;
}

.ie8 .device-side-ranking {
	zoom: 1;
}

.device-side-ranking dt {
	text-align: left;
	width: 30px;
}

.ie8 .device-side-ranking dt {
	padding-right: 0;
	width: auto!important;
	zoom: 1;
}

.device-side-ranking dd {
	margin-left: 30px;
}

.ie8 .device-side-ranking dd {
	margin-left: 30px;
	padding-right: 0;
	zoom: 1;
}

.device-side-ranking dd a {
	color: #666;
	font-size: 13px;
}

.about-group-logo {
	display: inline-block!important;
	max-width: 220px!important;
}

.about-table th {
	background: #f6f6f6;
}

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
}

@font-face {
	font-family: 'font-family: \'FontAwesome\';';
	font-style: normal;
	font-weight: 400;

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type='date'],
	input[type='time'],
	input[type='datetime-local'],
	input[type='month'] {
		line-height: 37px;
	}

	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[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[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[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 {
		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[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[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[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 {
		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 all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
		-webkit-transition: -webkit-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 (min-width:480px) {
	.plan-cover-wrap {
		margin-top: -80px;
	}

	.plan-cover-wrap .col-sm-4 {
		margin-bottom: 40px;
	}

	.plan-title {
		font-size: 30px;
	}

	.side-contents {
		padding: 0;
	}

	.side-affix-nav.affix {
		width: auto;
	}
}

@media print,screen and (min-width:768px) {
	.lead {
		font-size: 21px;
	}

	.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;
	}

	.container {
		width: 750px;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.3333333333%;
	}

	.col-sm-2 {
		width: 16.6666666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.3333333333%;
	}

	.col-sm-5 {
		width: 41.6666666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.3333333333%;
	}

	.col-sm-8 {
		width: 66.6666666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.3333333333%;
	}

	.col-sm-11 {
		width: 91.6666666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.3333333333%;
	}

	.col-sm-pull-2 {
		right: 16.6666666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.3333333333%;
	}

	.col-sm-pull-5 {
		right: 41.6666666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.3333333333%;
	}

	.col-sm-pull-8 {
		right: 66.6666666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.3333333333%;
	}

	.col-sm-pull-11 {
		right: 91.6666666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.3333333333%;
	}

	.col-sm-push-2 {
		left: 16.6666666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.3333333333%;
	}

	.col-sm-push-5 {
		left: 41.6666666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.3333333333%;
	}

	.col-sm-push-8 {
		left: 66.6666666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.3333333333%;
	}

	.col-sm-push-11 {
		left: 91.6666666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.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 {
		padding-top: 14.3px;
	}

	.form-horizontal .form-group-sm .control-label {
		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!important;
	   visibility: visible!important;
	   overflow: visible!important;
	   height: auto!important;
	   padding-bottom: 0;
   }
*/
	.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: 0;
		padding-top: 0;
	}

	.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;
		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 {
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}

	.modal-sm {
		width: 300px;
	}

	body {
		padding-top: 123px;
	}

	.top-ticket-plan-section {
		margin-right: -45px;
	}

	.top-ticket-plan-section__inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cover-contents1 {
		padding-top: 120px;
	}

	.cover-contents1 .title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.cover-contents1 .title br {
		display: inline;
	}

	.main-contents__main {
		padding-right: 45px;
	}

	.main-contents__side {
		padding-left: 45px;
	}

	.top-tabs li {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.top-tabs li img {
		margin-bottom: 12px;
	}

	.section-feature {
		margin-bottom: 60px;
		padding: 30px 60px;
	}

	.section-feature h1 {
		color: #111;
		margin: 10px -60px 40px;
		padding-bottom: 0;
		padding-left: 60px;
		padding-right: 60px;
	}

	.section-feature h1 small {
		display: inline-block;
	}

	.section-feature .feature-image {
		margin: 40px -60px;
	}

	.side-affix-nav.affix {
		width: auto;
	}

	.form .secure-title,
	.form-horizontal .secure-title {
		padding: 10px 0 10px 18px;
	}

	.entry-contents > h1,
	.entry-contents .hentry > h1,
	.entry-contents .document > h1,
	.entry-contents .row > h1,
	.entry-contents .tab-pane > h1,
	.entry-contents .h1title > h1,
	.entry-contents > h2,
	.entry-contents .hentry > h2,
	.entry-contents .document > h2,
	.entry-contents .row > h2,
	.entry-contents .tab-pane > h2,
	.entry-contents .h2title div > h2,
	.entry-contents .h2-page {
		margin-left: -25px;
		padding: 10px 0 10px 18px;
	}

	.device-spec-table th {
		width: 300px;
	}

	.about-table th {
		width: 220px;
	}
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding: 48px 0;
	}

	.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;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row!important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell!important;
	}

	.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:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.3333333333%;
	}

	.col-md-2 {
		width: 16.6666666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.3333333333%;
	}

	.col-md-5 {
		width: 41.6666666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.3333333333%;
	}

	.col-md-8 {
		width: 66.6666666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.3333333333%;
	}

	.col-md-11 {
		width: 91.6666666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.3333333333%;
	}

	.col-md-pull-2 {
		right: 16.6666666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.3333333333%;
	}

	.col-md-pull-5 {
		right: 41.6666666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.3333333333%;
	}

	.col-md-pull-8 {
		right: 66.6666666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.3333333333%;
	}

	.col-md-pull-11 {
		right: 91.6666666667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.3333333333%;
	}

	.col-md-push-2 {
		left: 16.6666666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.3333333333%;
	}

	.col-md-push-5 {
		left: 41.6666666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.3333333333%;
	}

	.col-md-push-8 {
		left: 66.6666666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.3333333333%;
	}

	.col-md-push-11 {
		left: 91.6666666667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.modal-lg {
		width: 900px;
	}

	.section-feature-reciprocally:nth-child(even) {
		margin-left: 60px;
	}

	.section-feature-reciprocally:nth-child(odd) {
		margin-right: 60px;
	}

	.side-affix-nav.affix {
		width: 198px;
	}

	.device-assort .device-image p img {
		max-width: 65px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row!important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell!important;
	}

	.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 (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.3333333333%;
	}

	.col-lg-2 {
		width: 16.6666666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.3333333333%;
	}

	.col-lg-5 {
		width: 41.6666666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.3333333333%;
	}

	.col-lg-8 {
		width: 66.6666666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.3333333333%;
	}

	.col-lg-11 {
		width: 91.6666666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.3333333333%;
	}

	.col-lg-pull-2 {
		right: 16.6666666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.3333333333%;
	}

	.col-lg-pull-5 {
		right: 41.6666666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.3333333333%;
	}

	.col-lg-pull-8 {
		right: 66.6666666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.3333333333%;
	}

	.col-lg-pull-11 {
		right: 91.6666666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.3333333333%;
	}

	.col-lg-push-2 {
		left: 16.6666666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.3333333333%;
	}

	.col-lg-push-5 {
		left: 41.6666666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.3333333333%;
	}

	.col-lg-push-8 {
		left: 66.6666666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.3333333333%;
	}

	.col-lg-push-11 {
		left: 91.6666666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.visible-lg {
		display: block!important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row!important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell!important;
	}

	.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;
	}

	.side-affix-nav.affix {
		width: 248px;
	}
}

@media only screen and (max-width: 1199px) {
	.panel-icon {
		float: none;
		margin-right: 0;
		text-align: center;
	}

	.panel-description {
		min-height: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 992px) {
	.top-tabs li .tab-title {
		font-size: 12px;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		transform-origin: 0;
		-webkit-transform-origin: 0;
	}

	.mfp-arrow-right {
		transform-origin: 100%;
		-webkit-transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		bottom: 0;
		top: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,0.6);
		bottom: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		position: fixed;
		top: auto;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		background: rgba(0,0,0,0.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}

@media only screen and (max-width: 768px) {
	.cover-images .container:before {
		width: 257px;
		height: 120px;
		margin: 0 0 0 180px;
	}

	.cover-images.mod-type01 .container:before {
		width: 470px;
		height: 214px;
		margin: 0 0 0 -550px;
		background-size: 470px 214px;
	}
	.cover-images.mod-type01 .container:after {
		width: 242px;
		height: 62px;
		margin: 0 -380px 0 0;
		background-size: 242px 62px;
	}

	.cover-images.mod-type02 .container:before {
		margin: 0 0 0 -750px;
	}
	.cover-images.mod-type02 .container:after {
		margin: 0 -750px 0 0;
	}

	.cover-images.mod-type03 .container:before {
		left: -180px;
	}

	.cover-images.mod-type04 .container:before {
		margin: 0 0 0 -420px;
	}

	.cover-images.mod-type05 .container:before {
		right: -180px;
	}

	.cover-images .title {
		font-size: 28px;
		margin: 0 0 4px;
	}
	.cover-images .lead {
		font-size: 14px;
	}


	.pricing-enterprise {
		text-align: left;
	}

	.secure-form {
		background: 0 0;
	}

	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 17.25px;
		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;
	}

	.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: 23px;
	}

	.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: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #fff;
	}

	.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: rgba(0,0,222,0);
		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: #777;
	}

	.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;
	}

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

	h1,
	.h1 {
		font-size: 22.4px;
	}

	h2,
	.h2 {
		font-size: 18.2px;
	}

	h3,
	.h3 {
		font-size: 16px;
	}

	h4,
	.h4 {
		font-size: 14.4px;
	}

	h5,
	.h5 {
		font-size: 14px;
	}

	.top-content-button-5 {
		margin-left: 0;
		margin-right: 0;
	}

	.top-tabs li .tab-title-icon {
		height: auto;
		width: 30px;
	}

	.ticket-plan-title {
		font-size: 26px;
	}

	.ticket-plan-title img {
		margin-right: 10px;
		vertical-align: -5px;
		width: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.cover-images .container {
		height: 80px;
		padding: 15px;
	}
	.cover-images .container:before {
		width: 171px;
		height: 80px;
		margin: 0 0 0 130px;
		background-size: 171px 80px;
	}

	.cover-images.mod-type01 .container:before {
		width: 235px;
		height: 107px;
		margin: 0 0 0 -310px;
		background-size: 235px 107px;
	}
	.cover-images.mod-type01 .container:after {
		width: 121px;
		height: 31px;
		margin: 0 -200px 0 0;
		background-size: 121px 31px;
	}

	.cover-images.mod-type02 .container:before {
		width: 449px;
		height: 80px;
		margin: 0 0 0 -585px;
		background-size: 449px 80px;
	}
	.cover-images.mod-type02 .container:after {
		width: 449px;
		height: 80px;
		margin: 0 -585px 0 0;
		background-size: 449px 80px;
	}

	.cover-images.mod-type03 .container:before {
		left: -140px;
		width: 255px;
		height: 80px;
		background-size: 255px 80px;
	}

	.cover-images.mod-type04 .container:before {
		width: 153px;
		height: 80px;
		margin: 0 0 0 -280px;
		background-size: 153px 80px;
	}

	.cover-images.mod-type05 .container:before {
		right: -140px;
		width: 232px;
		height: 80px;
		background-size: 232px 80px;
	}

	.cover-images .title {
		font-size: 18px;
		margin: 0 0 2px;
	}
	.cover-images .lead {
		font-size: 12px;
	}

	.btn {
		width: 100%;
		line-height: 1.2;
		white-space: normal;
	}
}

@-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(0);
		transform: rotate(0);
	}

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

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

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

/* ------------------------------------------------------------------- */
/* 2016.03.28:以下、最新デザイン合わせ用。後日構成を変える際すべて削除 */
/* ------------------------------------------------------------------- */
/* .ttl-Aと同内容 */
.h2title h2,
.entry-contents h2 {
	margin: 32px 0 24px !important;
	border: none !important;
	font-size: 30px;
	text-align: center;
}
.indexmenu h2 {
	margin: 12px 0;
	font-size: 18px;
	text-align: left;
}

/* ttl-Eと同内容 */
h3.h3title,
.entry-contents h3 {
	margin: 54px 0 32px !important;
	padding: 12px 4px 0 !important;
	border-top: 2px #2EA7E0 solid;
	border-bottom: none !important;
	font-size: 25px;
	font-weight: normal;
}

/* ttl-Cと同内容 */
h4.h4title,
.entry-contents h4 {
	font-size: 24px;
	line-height: 1.4;
}

/* item-btnと同内容 */
.entry-contents a.btn.btn-primary,
.entry-contents a.btn.btn-danger {
	position: relative;
	padding: 20px 36px 18px 18px;
	border-radius: 3px;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	max-width: 487px;
	margin-right: auto;
	margin-left: auto;
}
.entry-contents a.btn-primary:before,
.entry-contents a.btn-danger:before {
	content: '\f061';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -14px 0 0;
	font-family: FontAwesome;
	font-size: 16px;
}

.entry-contents a.btn.btn-primary {
	border: 1px #0580b9 solid;
	background: #0580b9;
	background: -moz-linear-gradient(top, #0580b9 0%, #03669d 100%);
	background: -webkit-linear-gradient(top, #0580b9 0%,#03669d 100%);
	background: linear-gradient(to bottom, #0580b9 0%,#03669d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0580b9', endColorstr='#03669d',GradientType=0 );
	color: #FFF;
}
.entry-contents a.btn.btn-danger {
	border: 1px #CC013D solid;
	background: #CC013D;
	background: -moz-linear-gradient(top, #FD1D60 0%, #CC013D 100%);
	background: -webkit-linear-gradient(top, #FD1D60 0%,#CC013D 100%);
	background: linear-gradient(to bottom, #FD1D60 0%,#CC013D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD1D60', endColorstr='#CC013D',GradientType=0 );
	color: #FFF;
}

.entry-contents p img {
	margin: 16px auto;
}

@media only screen and (max-width: 640px) {
	.h2title h2,
	.entry-contents h2 {
		font-size: 24px;
	}

	h3.h3title,
	.entry-contents h3 {
		font-size: 18px;
	}
}


/*170308*/

/*.cover-images{
	margin-bottom:30px;
	}*/
		
.device_content_text{
	width:100%;
	text-align:center;
	}
	
.no_peag-container{
	height:600px;
	text-align:center;
	}
	
.no_peag_text_p{
	padding: 43px;
	font-size: 32px;
	font-weight: 700;
	text-shadow: 0px 0px 6px #fff, 1px 1px 6px #fff, -1px -1px 6px #fff;
	}

/*170317*/
.section-feature h2 small{
	color: #46bce0;
  display: inline-block;
  font-size: 14px;
  margin-right: 1em;
}

/*170330*/
.supporttop12{
  width: 387px;
	margin: 0 auto;
}

.supporttop12 input[type="search"]{
  height: 50px;
  width: 287px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #d1d7e0;
  font-size: 14px;
  padding-left: 23px;
  float: left;
}

.supporttop12 input[type="submit"]{
  height: 50px;
  width: 100px;
  background: #1763da url(../../images/supporttop2.png) no-repeat center center;
  border-radius: 0 2px 2px 0;
  border: none;
}

/*170410*/
.device_content_text{
	padding-top: 30px;
}

/*doc-appium*/
.entry-contents h3.appium-ttl {margin-top:0;padding-top:30px !important;}
.entry-contents h4.appium-ttl {font-size:20px;}
.entry-contents img.appium-img {width:780px;float:right;margin-left:40px;margin-bottom:50px;}
.entry-contents img.appium-img.appium-img2 {width:740px;margin-bottom:70px;}
.appium-cr {clear:right;}
small.appium-note {color:#fe1d60;font-size:75%;}
.entry-contents ol.appium-list li {margin-bottom:25px;}
*.appium-lastp {margin-bottom:200px;}
p.appium-button {margin-bottom:50px;margin-top:30px;}
p.appium-button.appium-lastp {margin-bottom:200px;margin-top:30px;}

@media only screen and (max-width: 1140px) {

.entry-contents img.appium-img {width:100%;float:none;margin-left:0;}
.entry-contents img.appium-img.appium-img2 {width:100%;margin-bottom:50px;margin-top:50px;}

}
