@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100);
/* =============================================================================
	Main

	01.IMPORT
	02.FRAMED LAYERS
	99.MISK
============================================================================= */
/*========  01.IMPORT  ========*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #06e;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
	-webkit-touch-callout: none;
}
.pressed {
	background-color: rgba(0, 0, 0, 0.7);
}
/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
	-webkit-appearance: none;
}
/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
	position: absolute;
	left: -100%;
}
/*
 * Image replacement
 */
.ir {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}
.ir br {
	display: none;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility: hidden;
}
/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.modal-footer::before,
.modal-footer::after {
	content: "";
	display: table;
}
.clearfix::after,
.form-horizontal .form-group::after,
.modal-footer::after {
	clear: both;
}
/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group,
article {
	zoom:1;
}

.group:after,
article:after {
    content: "";
    display: block;
    clear: both;
}
#pagetop-ie8 {
	display: none;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 800px) {
	/* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	/* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
	Components	-	Main Stylesheet
============================================================================= */
/*************************************
@import "normalize.less";
@import "print.less";
@import "glyphicons.less";
*************************************/
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #777777;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #777777;
}
.form-control::-webkit-input-placeholder {
	color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	line-height: 34px;
	line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
	line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
	line-height: 46px;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 800px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 800px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}
@media (min-width: 800px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}
@media (min-width: 800px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}
/*************************************
@import "scaffolding.less";
@import "type.less";
@import "code.less";
@import "grid.less";
@import "tables.less";
@import "buttons.less";
*************************************/
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
/*************************************
@import "component-animations.less";
@import "dropdowns.less";
@import "button-groups.less";
@import "input-groups.less";
@import "navs.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "responsive-embed.less";
@import "wells.less";
*************************************/
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	/*#gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));*/
}
.carousel-control.right {
	left: auto;
	right: 0;
	/*#gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));*/
}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #DBD9C2;
	border-radius: 18px;
	cursor: pointer;
	background-color: #fff;
}
.carousel-indicators .active {
	margin: 0;
	width: 18px;
	height: 18px;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 800px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 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%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 0px;
	}
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 800px) {
	.modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		padding: 35px 50px;
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
/*************************************
@import "tooltip.less";
@import "popovers.less";
*************************************/
/*************************************
@import "utilities.less";
@import "responsive-utilities.less";
*************************************/
/* =============================================================================
	Utility

	01.VARIABLES
	02.MIXINS
============================================================================= */
/*========  01.VARIABLES  ========*/
/*========  02.MIXINS  ========*/
.text-0x {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}
.text-1x {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
}
.text-2x {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}
.text-3x {
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 10px;
}
.text-4x {
	font-size: 20px;
	line-height: 35px;
	padding-bottom: 10px;
}
.text-5x {
	font-size: 32px;
	line-height: 43px;
	padding-bottom: 10px;
}
.radius {
	border-radius: 15px;
}
.box-shadow {
	outline: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.box-shadow-in-out {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(102, 175, 233, 0.6);
}
.box-shadow-in-out-inverse {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
}
.box-shadow-transition {
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.background-color-transition {
	-webkit-transition: background-color-color ease-in-out 0.15s;
	-o-transition: background-color-color ease-in-out 0.15s;
	transition: background-color-color ease-in-out 0.15s;
}
.backgroundColor-default {
	background-color: #000000;
	color: #ffffff;
}
.backgroundColor-primary {
	background-color: #fccf00;
	color: #000000;
}
.backgroundColor-secondary {
	background-color: #023894;
	color: #ffffff;
}
.backgroundColor-tertiary {
	background-color: #e7212a;
	color: #ffffff;
}
.backgroundColor-inverse {
	background-color: #eeeeee;
	color: #000000;
}
.backgroundColor-success {
	background-color: #259b24;
	color: #ffffff;
}
.backgroundColor-warning {
	background-color: #ff9800;
	color: #ffffff;
}
.backgroundColor-danger {
	background-color: #e7212a;
	color: #ffffff;
}
.backgroundColor-info {
	background-color: #023894;
	color: #ffffff;
}
.backgroundColor-vanilla {
	background-color: #ffffff;
}
.backgroundGradient-default {
	color: #ffffff;
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(50%, #1a1a1a), color-stop(51%, #000000), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-default', endColorstr='@gradientEnd-default', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-primary {
	color: #ffffff;
	background: #fccf00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffda30), color-stop(50%, #ffda30), color-stop(51%, #fccf00), color-stop(100%, #fccf00));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-primary', endColorstr='@gradientStart-primary', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-secondary {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034bc6), color-stop(50%, #034bc6), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-secondary', endColorstr='@gradientEnd-secondary', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-tertiary {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-tertiary', endColorstr='@gradientEnd-tertiary', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-inverse {
	color: #ffffff;
	background: #eeeeee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #eeeeee), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-inverse', endColorstr='@gradientEnd-inverse', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-success {
	color: #ffffff;
	background: #259b24;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc42e), color-stop(50%, #2fc42e), color-stop(51%, #259b24), color-stop(100%, #259b24));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* IE10+ */
	background: linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-warning {
	color: #ffffff;
	background: #ff9800;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad33), color-stop(50%, #ffad33), color-stop(51%, #ff9800), color-stop(100%, #ff9800));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-warning', endColorstr='@gradientEnd-warning', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-danger {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-danger', endColorstr='@gradientEnd-danger', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-info {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0242ad), color-stop(50%, #0242ad), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-info', endColorstr='@gradientEnd-info', GradientType=0);
	/* IE6-9 */
}
.backgroundGradient-vanilla {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

.grid-panel:hover,
.grid2:hover,
.grid-panel-flux:hover,
.grid-panel-slide:hover,
.grid-panel-news .unit-footer:hover,
.grid-panel-infomation a:hover {
	opacity: 0.7 !important;
}

.grid-panel-news:hover {
	opacity: 1 !important;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/* =============================================================================
	Reset
============================================================================= */
/* =============================================================================
	Global
============================================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html,
body,
button {
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	position: relative;
	min-height: 100%;
	color: #000000;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 0;
	box-sizing: border-box;
	background-color: #ffffff;
}
p {
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
ul,
ol,
dl {
	padding-left: 0;
}
/* ========================================================================== */
/* 	ColorPalette
/* ========================================================================== */
/* =============================================================================
	Accordion
============================================================================= */
/* =============================================================================
	Carousel
============================================================================= */
.grid-panel-slide {
	position: relative;
	width: 700px;
	height: 460px;
	z-index: 10;
	background-color: transparent;
	color: #ffffff;
}
.grid-panel-slide .mask {
	position: absolute;
	top: -55px;
	overflow: hidden;
	border-top-left-radius: 0 0;
	border-top-right-radius: 0 0;
	border-bottom-right-radius: 60% 3%;
	border-bottom-left-radius: 60% 3%;
}
.grid-panel-slide .mask > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.grid-panel-slide .mask > a img {
	position: relative;
	top: 55px;
	z-index: -1;
}
.grid-panel-slide .unit-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.grid-panel-slide .unit-footer a.short {
	display: block;
	position: absolute;
	top: -20px;
	left: 25px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 30px 0 0;
}
.grid-panel-slide .unit-footer a.long {
	display: block;
	position: absolute;
	top: -28px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 30px 0 0;
}
@media (max-width: 800px) {
	.grid-panel-slide {
		position: relative;
		width: 100%;
		height: inherit;
		padding-top: 50%;
	}
	.grid-panel-slide .mask {
		position: absolute;
		top: 0;
		overflow: hidden;
		border-top-left-radius: 0 0;
		border-top-right-radius: 0 0;
		border-bottom-right-radius: 60% 3%;
		border-bottom-left-radius: 60% 3%;
	}
	.grid-panel-slide .mask > a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.grid-panel-slide .mask > a img {
		position: relative;
		top: 55px;
		z-index: -1;
	}
	.grid-panel-slide .unit-footer {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.grid-panel-slide .unit-footer a.short {
		display: block;
		position: absolute;
		top: -16px;
		font-weight: 600;
		color: #ffffff;
		padding: 0 30px 0 0;
	}
	.grid-panel-slide .unit-footer a.long {
		display: block;
		position: absolute;
		top: -28px;
		font-weight: 600;
		color: #ffffff;
		padding: 0 30px 0 0;
	}
}
.grid-panel-slide .mask .carousel {
	width: 700px;
	height: 460px;
}
.grid-panel-slide .mask .carousel .carousel-inner {
	width: 700px;
	height: 460px;
}
.grid-panel-slide .mask .carousel .carousel-inner img {
	height: 460px;
}
@media (max-width: 800px) {
	.grid-panel-slide .mask .carousel {
		width: 100%;
	}
	.grid-panel-slide .mask .carousel .carousel-inner {
		width: 100%;
	}
	.grid-panel-slide .mask .carousel .carousel-inner img {
		width: 100%;
		height: auto;
	}
}
/* =============================================================================
	Collapse
============================================================================= */
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height ease-in-out 0.15s;
	-o-transition: height ease-in-out 0.15s;
	transition: height ease-in-out 0.15s;
}
/* =============================================================================
	Dropdown menus
============================================================================= */
/* =============================================================================
	Modal
============================================================================= */
/* =============================================================================
	Nav
============================================================================= */
.nav {
	position: relative;
	padding: 0 10px;
	background: url(../img/common/nav/nav_bg.png) center top no-repeat;
	/**********************************************
	background-color: @backgroundColor-primary;
	border-top-left-radius: 0 0;
	border-top-right-radius: 0 0;
	border-bottom-right-radius: 100% 350%;
	border-bottom-left-radius: 100% 350%;
	**********************************************/
	margin: 0 auto;
	border-top: 8px solid #e7212a;
}
.navbar > ul {
	display: table;
	list-style: none;
	width: 940px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
}
.navbar > ul > li {
	display: table-cell;
	/*20141029*/
	/*	padding: 10px;*/
	width: 120px;
	height: 132px;
}
.navbar > ul > li.nav-service {
	height: 134px;
}
.navbar > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}
.navbar > ul .nav-logo {
	width: 219px;
}
.page-name {
	display: none;
}
@media (max-width: 800px) {
	.page-name {
		display: inline;
	}
	.nav {
		position: relative;
		padding: 20px;
		background-color: #fccf00;
		color: #000000;
		background-image: none;
		margin: 0 auto;
		border-top: 8px solid #e7212a;
	}
	.navbar > ul {
		list-style: none;
		margin: 0 auto;
		font-size: 15px;
		line-height: 30px;
		padding-bottom: 10px;
		width: 100%;
	}
	.navbar > ul > li {
		padding: 10px 0;
		display: block;
		padding: 10px;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #000000;
	}
	.navbar > ul > li > a {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	.navbar > ul .hidden {
		display: block !important;
		visibility: visible;
		height: auto;
		margin-top: 0;
		font-size: 15px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.navbar > ul .nav-logo {
		display: none;
		width: 220px;
	}
}
@media (min-width: 800px) {
	.navbar-collapse {
		display: block !important;
		height: 142px !important;
	}
}
.appbar .navbar-toggle {
	display: inline-block;
	line-height: inherit;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: inherit;
	margin: 5px;
	margin-bottom: -10px;
}
.appbar .navbar-toggle:focus,
.appbar .navbar-toggle:active {
	box-shadow: none;
}
.appbar .nav-logo {
	color: #ffffff;
}
@media (min-width: 800px) {
	.appbar .navbar-toggle {
		display: none;
	}
	.page-name {
		float: left;
		margin: 10px 10px 0 10px;
	}
}
.nav-shop {
	background: url(../img/common/nav/nav_shop.png) no-repeat -1px top;
	/***********************************************************************************
	&:hover {
	  background: url(../img/common/nav/nav_shop_hover.png) no-repeat center 35px;
   }
  ***********************************************************************************/
}
.nav-campaign {
	background: url(../img/common/nav/nav_campaign.png) no-repeat -1px top;
	/***********************************************************************************
	&:hover {
	  background: url(../img/common/nav/nav_campaign_hover.png) no-repeat center top;
   }
  ***********************************************************************************/
}
.nav-service {
	background: url(../img/common/nav/nav_service.png) no-repeat -1px top;
	/***********************************************************************************
	&:hover {
	  background: url(../img/common/nav/nav_service_hover.png) no-repeat center top;
   }
  ***********************************************************************************/
}
.nav-logo {
	background: url(../img/common/nav/nav_logo.png) no-repeat center top;
}
.nav-food {
	background: url(../img/common/nav/nav_food.png) no-repeat center top;
	/***********************************************************************************
	&:hover {
	  background: url(../img/common/nav/nav_food_hover.png) no-repeat center top;
   }
  ***********************************************************************************/
}
.nav-staff {
	background: url(../img/common/nav/nav_staff.png) no-repeat center top;
	/***********************************************************************************
	&:hover {
	  background: url(../img/common/nav/nav_staff_hover.png) no-repeat center top;
   }
  ***********************************************************************************/
}
.nav-support {
	position: relative;
	/*	20141029 add*/
	padding:10px;
}
.nav-support ul {
	position: absolute;
	top: 40px;
}
.nav-support ul li {
	margin-bottom: 10px;
}
@media (max-width: 800px) {
	.nav-shop {
		background-image: none;
	}
	.nav-campaign {
		background-image: none;
	}
	.nav-service {
		background-image: none;
	}
	.nav-logo {
		background-image: none;
	}
	.nav-food {
		background-image: none;
	}
	.nav-staff {
		background-image: none;
	}
	.nav-support {
		position: relative;
		height: 144px !important;
	}
	.nav-support ul {
		position: absolute;
		top: 40px;
	}
	.nav-support ul li {
		margin-bottom: 10px;
	}
}
/* =============================================================================
	UNIT

	01.BASIC UNIT
	02.SECTION UNIT
	03.SUBMIT UNIT
	04.BANNER UNIT
============================================================================= */
/*==========  01.BASIC UNIT  ==========*/
.unit-container {
	position: relative;
	margin-top: 20px;
}
.unit-inner {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;

	color: #000000;
	border-radius: 15px;
}
.unit-inner:last-child:not(:first-child) {
	margin-top: 20px;
}
.unit-header {
	padding: 0 20px;
}
.unit-header h2 {
	padding-bottom: 0;
	margin: 0;
}
.unit-header small {
	color: #ffffff;
}
.unit-body {
	position: relative;
	padding: 10px 30px;
}
.unit-footer {
	padding: 10px 30px 10px 10px;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}
.unit-footer .badge-piece {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/*==========  02.SECTION UNIT  ==========*/
.unit-section {
	border-left: 20px solid #fccf00;
	padding: 10px;
	background-color: #eeeeee;
	color: #000000;
}
.unit-section h1,
.unit-section h2,
.unit-section h3,
.unit-section h4,
.unit-section h5,
.unit-section p {
	padding-bottom: 0;
	font-weight: bold;
}
/*==========  03.SUBMIT UNIT  ==========*/
.unit-submit button {
	padding: 20px;
	background-color: #023894;
	color: #ffffff;
	font-weight: bold;
}
/*==========  04.BANNER UNIT  ==========*/
.banner a {
	padding: 40px;
	background-color: #fccf00;
	color: #000000;
	font-weight: bold;
	border-radius: 15px;
}
/* =============================================================================
	Alert
============================================================================= */
.alert {
	padding: 5px 10px;
	border-bottom: 1px solid transparent;
	border-radius: 15px;
}
.alert:first-child:not(:last-child) {
	margin-bottom: 20px;
}
.alert:not(first-child):not(:last-child) {
	margin-bottom: 20px;
}
.alert-success {
	background: #cbf3cb;
}
.alert-warning {
	background: #ffeacc;
}
.alert-danger {
	background: #fbd9db;
}
.alert-info {
	background: #659dfd;
}
/* =============================================================================
	Animation
============================================================================= */
/* =============================================================================
	Badge
============================================================================= */
.badge {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: 700;
	line-height: 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	display: inline-block;
	min-width: 10px;
	border-radius: 60px;
	padding: 5px 10px;
}
.badge-piece {
	position: relative;
	width: 20px;
	height: 20px;
	background: url(/common/img/common/btn-arrow/btn-arrow.png) no-repeat scroll left top;
	background-size: 20px 20px;
}
.badge-piece > i {
	position: absolute;
	top: 3px;
	left: 8px;
	color: #000000;
}
.badge-default {
	background-color: #000000;
	color: #ffffff;
}
.badge-primary {
	background-color: #fccf00;
	color: #000000;
}
.badge-secondary {
	background-color: #023894;
	color: #ffffff;
}
.badge-tertiary {
	background-color: #e7212a;
	color: #ffffff;
}
.badge-inverse {
	background-color: #eeeeee;
	color: #000000;
}
.badge-success {
	background-color: #259b24;
	color: #ffffff;
}
.badge-warning {
	background-color: #ff9800;
	color: #ffffff;
}
.badge-danger {
	background-color: #e7212a;
	color: #ffffff;
}
.badge-info {
	background-color: #023894;
	color: #ffffff;
}
.badge-vanilla {
	background-color: #ffffff;
}
.badge-default-gradient {
	color: #ffffff;
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(50%, #1a1a1a), color-stop(51%, #000000), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-default', endColorstr='@gradientEnd-default', GradientType=0);
	/* IE6-9 */
}
.badge-primary-gradient {
	color: #ffffff;
	background: #fccf00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffda30), color-stop(50%, #ffda30), color-stop(51%, #fccf00), color-stop(100%, #fccf00));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-primary', endColorstr='@gradientStart-primary', GradientType=0);
	/* IE6-9 */
}
.badge-secondary-gradient {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034bc6), color-stop(50%, #034bc6), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-secondary', endColorstr='@gradientEnd-secondary', GradientType=0);
	/* IE6-9 */
}
.badge-tertiary-gradient {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-tertiary', endColorstr='@gradientEnd-tertiary', GradientType=0);
	/* IE6-9 */
}
.badge-inverse-gradient {
	color: #ffffff;
	background: #eeeeee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #eeeeee), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-inverse', endColorstr='@gradientEnd-inverse', GradientType=0);
	/* IE6-9 */
}
.badge-success-gradient {
	color: #ffffff;
	background: #259b24;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc42e), color-stop(50%, #2fc42e), color-stop(51%, #259b24), color-stop(100%, #259b24));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* IE10+ */
	background: linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
.badge-warning-gradient {
	color: #ffffff;
	background: #ff9800;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad33), color-stop(50%, #ffad33), color-stop(51%, #ff9800), color-stop(100%, #ff9800));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-warning', endColorstr='@gradientEnd-warning', GradientType=0);
	/* IE6-9 */
}
.badge-danger-gradient {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-danger', endColorstr='@gradientEnd-danger', GradientType=0);
	/* IE6-9 */
}
.badge-info-gradient {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0242ad), color-stop(50%, #0242ad), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-info', endColorstr='@gradientEnd-info', GradientType=0);
	/* IE6-9 */
}
.badge-vanilla-gradient {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
/* =============================================================================
	Breadcrumb
============================================================================= */
.breadcrumb {
	padding: 10px 20px;
	list-style: none;
	background-color: #000000;
	color: #ffffff;
	border-radius: 15px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li.active {
	color: #ffffff;
}
.breadcrumb > li + li:before {
	padding: 0 2px;
	color: #eeeeee;
	content: "/\00a0";
}
/* =============================================================================
	Button
============================================================================= */
.btn,
.btn-1x {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	width: auto;
	border: 1px solid #000000;
	border-radius: 15px;
	background-image: none;
	padding: 5px 10px;
}
.btn:focus,
.btn-1x:focus,
.btn:active,
.btn-1x:active {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-0x {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	padding: 3.33333333px 5px;
}
.btn-2x {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
	padding: 10px 20px;
}
.btn-joint.btn:first-child:not(:last-child) {
	margin-right: -6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-joint.btn:not(:first-child):not(:last-child) {
	margin-right: -6px;
	border-radius: 0;
}
.btn-joint.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-default {
	background-color: #000000;
	color: #ffffff;
}
.btn-primary {
	background-color: #fccf00;
	color: #000000;
}
.btn-secondary {
	background-color: #023894;
	color: #ffffff;
}
.btn-tertiary {
	background-color: #e7212a;
	color: #ffffff;
}
.btn-inverse {
	background-color: #eeeeee;
	color: #000000;
}
.btn-success {
	background-color: #259b24;
	color: #ffffff;
}
.btn-warning {
	background-color: #ff9800;
	color: #ffffff;
}
.btn-danger {
	background-color: #e7212a;
	color: #ffffff;
}
.btn-info {
	background-color: #023894;
	color: #ffffff;
}
.btn-vanilla {
	background-color: #ffffff;
}
.btn-default-gradient {
	color: #ffffff;
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(50%, #1a1a1a), color-stop(51%, #000000), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-default', endColorstr='@gradientEnd-default', GradientType=0);
	/* IE6-9 */
}
.btn-primary-gradient {
	color: #ffffff;
	background: #fccf00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffda30), color-stop(50%, #ffda30), color-stop(51%, #fccf00), color-stop(100%, #fccf00));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-primary', endColorstr='@gradientStart-primary', GradientType=0);
	/* IE6-9 */
}
.btn-secondary-gradient {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034bc6), color-stop(50%, #034bc6), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-secondary', endColorstr='@gradientEnd-secondary', GradientType=0);
	/* IE6-9 */
}
.btn-tertiary-gradient {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-tertiary', endColorstr='@gradientEnd-tertiary', GradientType=0);
	/* IE6-9 */
}
.btn-inverse-gradient {
	color: #ffffff;
	background: #eeeeee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #eeeeee), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-inverse', endColorstr='@gradientEnd-inverse', GradientType=0);
	/* IE6-9 */
}
.btn-success-gradient {
	color: #ffffff;
	background: #259b24;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc42e), color-stop(50%, #2fc42e), color-stop(51%, #259b24), color-stop(100%, #259b24));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* IE10+ */
	background: linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
.btn-warning-gradient {
	color: #ffffff;
	background: #ff9800;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad33), color-stop(50%, #ffad33), color-stop(51%, #ff9800), color-stop(100%, #ff9800));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-warning', endColorstr='@gradientEnd-warning', GradientType=0);
	/* IE6-9 */
}
.btn-danger-gradient {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-danger', endColorstr='@gradientEnd-danger', GradientType=0);
	/* IE6-9 */
}
.btn-info-gradient {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0242ad), color-stop(50%, #0242ad), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-info', endColorstr='@gradientEnd-info', GradientType=0);
	/* IE6-9 */
}
.btn-vanilla-gradient {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
/* =============================================================================
	Footer
============================================================================= */
footer {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #eeeeee;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}
footer ul > li {
	display: inline-block;
	margin: 14.28571429px;
}
footer ul > li:first-child:not(:last-child) {
	margin-left: 0;
}
footer ul > li:last-child:not(:first-child) {
	margin-right: 0;
}
@media (max-width: 800px) {
	footer ul > li {
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #000000;
	}
	footer ul > li:first-child:not(:last-child) {
		margin-left: 14.28571429px;
	}
	footer ul > li:last-child:not(:first-child) {
		margin-right: 0;
		float: inherit;
	}
	footer ul > li > a {
		padding: 20px 0;
	}
}
/* =============================================================================
	Form
============================================================================= */
input,
select,
textarea,
button,
optgroup {
	vertical-align: middle;
}
input,
select,
textarea,
button {
	color: #000000;
	line-height: 20px;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #000000;
	border-radius: 15px;
}
input,
select,
textarea {
	padding: 5px 10px;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(102, 175, 233, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
button {
	padding: 5px 10px;
}
button:focus,
button:active {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	box-shadow: none;
	padding: 5px 10px;
}
textarea {
	resize: both;
	max-width: 100%;
	min-width: 50%;
}
label + input {
	margin-right: 10px;
}
label + label {
	margin-left: 10px;
}
input,
select,
textarea {
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
}
/* =============================================================================
	Grid

	01.SETTING
	02.GENERIC COLUMN
	03.SMALL COLUMN
	03.MIDIUM COLUMN
	04.LARGE COLUMN
============================================================================= */
/*==========  01.SETTING  ==========*/
.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
	position: relative;
	min-height: 1px;
	float: left;
}
/*==========  02.GENERIC COLUMN  ==========*/
.col-xs-1 {
	width: 4.16666667%;
}
.col-xs-2 {
	width: 8.33333333%;
}
.col-xs-3 {
	width: 12.5%;
}
.col-xs-4 {
	width: 16.66666667%;
}
.col-xs-5 {
	width: 20.83333333%;
}
.col-xs-6 {
	width: 25%;
}
.col-xs-7 {
	width: 29.16666667%;
}
.col-xs-8 {
	width: 33.33333333%;
}
.col-xs-9 {
	width: 37.5%;
}
.col-xs-10 {
	width: 41.66666667%;
}
.col-xs-11 {
	width: 45.33333333%;
}
.col-xs-12 {
	width: 50%;
}
.col-xs-13 {
	width: 54.16666667%;
}
.col-xs-14 {
	width: 58.33333333%;
}
.col-xs-15 {
	width: 62.5%;
}
.col-xs-16 {
	width: 56.66666667%;
}
.col-xs-17 {
	width: 70.83333333%;
}
.col-xs-18 {
	width: 75%;
}
.col-xs-19 {
	width: 79.16666667%;
}
.col-xs-20 {
	width: 83.33333333%;
}
.col-xs-21 {
	width: 87.5%;
}
.col-xs-22 {
	width: 91.66666667%;
}
.col-xs-23 {
	width: 95.33333333%;
}
.col-xs-24 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 4.16666667%;
}
.col-xs-pull-2 {
	right: 8.33333333%;
}
.col-xs-pull-3 {
	right: 12.5%;
}
.col-xs-pull-4 {
	right: 16.66666667%;
}
.col-xs-pull-5 {
	right: 20.83333333%;
}
.col-xs-pull-6 {
	right: 25%;
}
.col-xs-pull-7 {
	right: 29.16666667%;
}
.col-xs-pull-8 {
	right: 33.33333333%;
}
.col-xs-pull-9 {
	right: 37.5%;
}
.col-xs-pull-10 {
	right: 41.66666667%;
}
.col-xs-pull-11 {
	right: 45.33333333%;
}
.col-xs-pull-12 {
	right: 50%;
}
.col-xs-pull-13 {
	right: 54.16666667%;
}
.col-xs-pull-14 {
	right: 58.33333333%;
}
.col-xs-pull-15 {
	right: 62.5%;
}
.col-xs-pull-16 {
	right: 56.66666667%;
}
.col-xs-pull-17 {
	right: 70.83333333%;
}
.col-xs-pull-18 {
	right: 75%;
}
.col-xs-pull-19 {
	right: 79.16666667%;
}
.col-xs-pull-20 {
	right: 83.33333333%;
}
.col-xs-pull-21 {
	right: 87.5%;
}
.col-xs-pull-22 {
	right: 91.66666667%;
}
.col-xs-pull-23 {
	right: 95.33333333%;
}
.col-xs-pull-24 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 4.16666667%;
}
.col-xs-push-2 {
	left: 8.33333333%;
}
.col-xs-push-3 {
	left: 12.5%;
}
.col-xs-push-4 {
	left: 16.66666667%;
}
.col-xs-push-5 {
	left: 20.83333333%;
}
.col-xs-push-6 {
	left: 25%;
}
.col-xs-push-7 {
	left: 29.16666667%;
}
.col-xs-push-8 {
	left: 33.33333333%;
}
.col-xs-push-9 {
	left: 37.5%;
}
.col-xs-push-10 {
	left: 41.66666667%;
}
.col-xs-push-11 {
	left: 45.33333333%;
}
.col-xs-push-12 {
	left: 50%;
}
.col-xs-push-13 {
	left: 54.16666667%;
}
.col-xs-push-14 {
	left: 58.33333333%;
}
.col-xs-push-15 {
	left: 62.5%;
}
.col-xs-push-16 {
	left: 56.66666667%;
}
.col-xs-push-17 {
	left: 70.83333333%;
}
.col-xs-push-18 {
	left: 75%;
}
.col-xs-push-19 {
	left: 79.16666667%;
}
.col-xs-push-20 {
	left: 83.33333333%;
}
.col-xs-push-21 {
	left: 87.5%;
}
.col-xs-push-22 {
	left: 91.66666667%;
}
.col-xs-push-23 {
	left: 95.33333333%;
}
.col-xs-push-24 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 4.16666667%;
}
.col-xs-offset-2 {
	margin-left: 8.33333333%;
}
.col-xs-offset-3 {
	margin-left: 12.5%;
}
.col-xs-offset-4 {
	margin-left: 16.66666667%;
}
.col-xs-offset-5 {
	margin-left: 20.83333333%;
}
.col-xs-offset-6 {
	margin-left: 25%;
}
.col-xs-offset-7 {
	margin-left: 29.16666667%;
}
.col-xs-offset-8 {
	margin-left: 33.33333333%;
}
.col-xs-offset-9 {
	margin-left: 37.5%;
}
.col-xs-offset-10 {
	margin-left: 41.66666667%;
}
.col-xs-offset-11 {
	margin-left: 45.33333333%;
}
.col-xs-offset-12 {
	margin-left: 50%;
}
.col-xs-offset-13 {
	margin-left: 54.16666667%;
}
.col-xs-offset-14 {
	margin-left: 58.33333333%;
}
.col-xs-offset-15 {
	margin-left: 62.5%;
}
.col-xs-offset-16 {
	margin-left: 56.66666667%;
}
.col-xs-offset-17 {
	margin-left: 70.83333333%;
}
.col-xs-offset-18 {
	margin-left: 75%;
}
.col-xs-offset-19 {
	margin-left: 79.16666667%;
}
.col-xs-offset-20 {
	margin-left: 83.33333333%;
}
.col-xs-offset-21 {
	margin-left: 87.5%;
}
.col-xs-offset-22 {
	margin-left: 91.66666667%;
}
.col-xs-offset-23 {
	margin-left: 95.33333333%;
}
.col-xs-offset-24 {
	margin-left: 100%;
}
/*==========  03.SMALL COLUMN  ==========*/
@media (min-width: 800px) {
	.col-sm-1 {
		width: 4.16666667%;
	}
	.col-sm-2 {
		width: 8.33333333%;
	}
	.col-sm-3 {
		width: 12.5%;
	}
	.col-sm-4 {
		width: 16.66666667%;
	}
	.col-sm-5 {
		width: 20.83333333%;
	}
	.col-sm-6 {
		width: 25%;
	}
	.col-sm-7 {
		width: 29.16666667%;
	}
	.col-sm-8 {
		width: 33.33333333%;
	}
	.col-sm-9 {
		width: 37.5%;
	}
	.col-sm-10 {
		width: 41.66666667%;
	}
	.col-sm-11 {
		width: 45.33333333%;
	}
	.col-sm-12 {
		width: 50%;
	}
	.col-sm-13 {
		width: 54.16666667%;
	}
	.col-sm-14 {
		width: 58.33333333%;
	}
	.col-sm-15 {
		width: 62.5%;
	}
	.col-sm-16 {
		width: 56.66666667%;
	}
	.col-sm-17 {
		width: 70.83333333%;
	}
	.col-sm-18 {
		width: 75%;
	}
	.col-sm-19 {
		width: 79.16666667%;
	}
	.col-sm-20 {
		width: 83.33333333%;
	}
	.col-sm-21 {
		width: 87.5%;
	}
	.col-sm-22 {
		width: 91.66666667%;
	}
	.col-sm-23 {
		width: 95.33333333%;
	}
	.col-sm-24 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 4.16666667%;
	}
	.col-sm-pull-2 {
		right: 8.33333333%;
	}
	.col-sm-pull-3 {
		right: 12.5%;
	}
	.col-sm-pull-4 {
		right: 16.66666667%;
	}
	.col-sm-pull-5 {
		right: 20.83333333%;
	}
	.col-sm-pull-6 {
		right: 25%;
	}
	.col-sm-pull-7 {
		right: 29.16666667%;
	}
	.col-sm-pull-8 {
		right: 33.33333333%;
	}
	.col-sm-pull-9 {
		right: 37.5%;
	}
	.col-sm-pull-10 {
		right: 41.66666667%;
	}
	.col-sm-pull-11 {
		right: 45.33333333%;
	}
	.col-sm-pull-12 {
		right: 50%;
	}
	.col-sm-pull-13 {
		right: 54.16666667%;
	}
	.col-sm-pull-14 {
		right: 58.33333333%;
	}
	.col-sm-pull-15 {
		right: 62.5%;
	}
	.col-sm-pull-16 {
		right: 56.66666667%;
	}
	.col-sm-pull-17 {
		right: 70.83333333%;
	}
	.col-sm-pull-18 {
		right: 75%;
	}
	.col-sm-pull-19 {
		right: 79.16666667%;
	}
	.col-sm-pull-20 {
		right: 83.33333333%;
	}
	.col-sm-pull-21 {
		right: 87.5%;
	}
	.col-sm-pull-22 {
		right: 91.66666667%;
	}
	.col-sm-pull-23 {
		right: 95.33333333%;
	}
	.col-sm-pull-24 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 4.16666667%;
	}
	.col-sm-push-2 {
		left: 8.33333333%;
	}
	.col-sm-push-3 {
		left: 12.5%;
	}
	.col-sm-push-4 {
		left: 16.66666667%;
	}
	.col-sm-push-5 {
		left: 20.83333333%;
	}
	.col-sm-push-6 {
		left: 25%;
	}
	.col-sm-push-7 {
		left: 29.16666667%;
	}
	.col-sm-push-8 {
		left: 33.33333333%;
	}
	.col-sm-push-9 {
		left: 37.5%;
	}
	.col-sm-push-10 {
		left: 41.66666667%;
	}
	.col-sm-push-11 {
		left: 45.33333333%;
	}
	.col-sm-push-12 {
		left: 50%;
	}
	.col-sm-push-13 {
		left: 54.16666667%;
	}
	.col-sm-push-14 {
		left: 58.33333333%;
	}
	.col-sm-push-15 {
		left: 62.5%;
	}
	.col-sm-push-16 {
		left: 56.66666667%;
	}
	.col-sm-push-17 {
		left: 70.83333333%;
	}
	.col-sm-push-18 {
		left: 75%;
	}
	.col-sm-push-19 {
		left: 79.16666667%;
	}
	.col-sm-push-20 {
		left: 83.33333333%;
	}
	.col-sm-push-21 {
		left: 87.5%;
	}
	.col-sm-push-22 {
		left: 91.66666667%;
	}
	.col-sm-push-23 {
		left: 95.33333333%;
	}
	.col-sm-push-24 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 4.16666667%;
	}
	.col-sm-offset-2 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 12.5%;
	}
	.col-sm-offset-4 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-5 {
		margin-left: 20.83333333%;
	}
	.col-sm-offset-6 {
		margin-left: 25%;
	}
	.col-sm-offset-7 {
		margin-left: 29.16666667%;
	}
	.col-sm-offset-8 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 37.5%;
	}
	.col-sm-offset-10 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-11 {
		margin-left: 45.33333333%;
	}
	.col-sm-offset-12 {
		margin-left: 50%;
	}
	.col-sm-offset-13 {
		margin-left: 54.16666667%;
	}
	.col-sm-offset-14 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-15 {
		margin-left: 62.5%;
	}
	.col-sm-offset-16 {
		margin-left: 56.66666667%;
	}
	.col-sm-offset-17 {
		margin-left: 70.83333333%;
	}
	.col-sm-offset-18 {
		margin-left: 75%;
	}
	.col-sm-offset-19 {
		margin-left: 79.16666667%;
	}
	.col-sm-offset-20 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-21 {
		margin-left: 87.5%;
	}
	.col-sm-offset-22 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-23 {
		margin-left: 95.33333333%;
	}
	.col-sm-offset-24 {
		margin-left: 100%;
	}
}
/*==========  04.MIDIUM COLUMN  ==========*/
@media (min-width: 800px) {
	.col-md-1 {
		width: 4.16666667%;
	}
	.col-md-2 {
		width: 8.33333333%;
	}
	.col-md-3 {
		width: 12.5%;
	}
	.col-md-4 {
		width: 16.66666667%;
	}
	.col-md-5 {
		width: 20.83333333%;
	}
	.col-md-6 {
		width: 25%;
	}
	.col-md-7 {
		width: 29.16666667%;
	}
	.col-md-8 {
		width: 33.33333333%;
	}
	.col-md-9 {
		width: 37.5%;
	}
	.col-md-10 {
		width: 41.66666667%;
	}
	.col-md-11 {
		width: 45.33333333%;
	}
	.col-md-12 {
		width: 50%;
	}
	.col-md-13 {
		width: 54.16666667%;
	}
	.col-md-14 {
		width: 58.33333333%;
	}
	.col-md-15 {
		width: 62.5%;
	}
	.col-md-16 {
		width: 56.66666667%;
	}
	.col-md-17 {
		width: 70.83333333%;
	}
	.col-md-18 {
		width: 75%;
	}
	.col-md-19 {
		width: 79.16666667%;
	}
	.col-md-20 {
		width: 83.33333333%;
	}
	.col-md-21 {
		width: 87.5%;
	}
	.col-md-22 {
		width: 91.66666667%;
	}
	.col-md-23 {
		width: 95.33333333%;
	}
	.col-md-24 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 4.16666667%;
	}
	.col-md-pull-2 {
		right: 8.33333333%;
	}
	.col-md-pull-3 {
		right: 12.5%;
	}
	.col-md-pull-4 {
		right: 16.66666667%;
	}
	.col-md-pull-5 {
		right: 20.83333333%;
	}
	.col-md-pull-6 {
		right: 25%;
	}
	.col-md-pull-7 {
		right: 29.16666667%;
	}
	.col-md-pull-8 {
		right: 33.33333333%;
	}
	.col-md-pull-9 {
		right: 37.5%;
	}
	.col-md-pull-10 {
		right: 41.66666667%;
	}
	.col-md-pull-11 {
		right: 45.33333333%;
	}
	.col-md-pull-12 {
		right: 50%;
	}
	.col-md-pull-13 {
		right: 54.16666667%;
	}
	.col-md-pull-14 {
		right: 58.33333333%;
	}
	.col-md-pull-15 {
		right: 62.5%;
	}
	.col-md-pull-16 {
		right: 56.66666667%;
	}
	.col-md-pull-17 {
		right: 70.83333333%;
	}
	.col-md-pull-18 {
		right: 75%;
	}
	.col-md-pull-19 {
		right: 79.16666667%;
	}
	.col-md-pull-20 {
		right: 83.33333333%;
	}
	.col-md-pull-21 {
		right: 87.5%;
	}
	.col-md-pull-22 {
		right: 91.66666667%;
	}
	.col-md-pull-23 {
		right: 95.33333333%;
	}
	.col-md-pull-24 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 4.16666667%;
	}
	.col-md-push-2 {
		left: 8.33333333%;
	}
	.col-md-push-3 {
		left: 12.5%;
	}
	.col-md-push-4 {
		left: 16.66666667%;
	}
	.col-md-push-5 {
		left: 20.83333333%;
	}
	.col-md-push-6 {
		left: 25%;
	}
	.col-md-push-7 {
		left: 29.16666667%;
	}
	.col-md-push-8 {
		left: 33.33333333%;
	}
	.col-md-push-9 {
		left: 37.5%;
	}
	.col-md-push-10 {
		left: 41.66666667%;
	}
	.col-md-push-11 {
		left: 45.33333333%;
	}
	.col-md-push-12 {
		left: 50%;
	}
	.col-md-push-13 {
		left: 54.16666667%;
	}
	.col-md-push-14 {
		left: 58.33333333%;
	}
	.col-md-push-15 {
		left: 62.5%;
	}
	.col-md-push-16 {
		left: 56.66666667%;
	}
	.col-md-push-17 {
		left: 70.83333333%;
	}
	.col-md-push-18 {
		left: 75%;
	}
	.col-md-push-19 {
		left: 79.16666667%;
	}
	.col-md-push-20 {
		left: 83.33333333%;
	}
	.col-md-push-21 {
		left: 87.5%;
	}
	.col-md-push-22 {
		left: 91.66666667%;
	}
	.col-md-push-23 {
		left: 95.33333333%;
	}
	.col-md-push-24 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 4.16666667%;
	}
	.col-md-offset-2 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 12.5%;
	}
	.col-md-offset-4 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-5 {
		margin-left: 20.83333333%;
	}
	.col-md-offset-6 {
		margin-left: 25%;
	}
	.col-md-offset-7 {
		margin-left: 29.16666667%;
	}
	.col-md-offset-8 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 37.5%;
	}
	.col-md-offset-10 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-11 {
		margin-left: 45.33333333%;
	}
	.col-md-offset-12 {
		margin-left: 50%;
	}
	.col-md-offset-13 {
		margin-left: 54.16666667%;
	}
	.col-md-offset-14 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-15 {
		margin-left: 62.5%;
	}
	.col-md-offset-16 {
		margin-left: 56.66666667%;
	}
	.col-md-offset-17 {
		margin-left: 70.83333333%;
	}
	.col-md-offset-18 {
		margin-left: 75%;
	}
	.col-md-offset-19 {
		margin-left: 79.16666667%;
	}
	.col-md-offset-20 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-21 {
		margin-left: 87.5%;
	}
	.col-md-offset-22 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-23 {
		margin-left: 95.33333333%;
	}
	.col-md-offset-24 {
		margin-left: 100%;
	}
}
/*==========  05.LARGE COLUMN  ==========*/
@media (min-width: 800px) {
	.col-lg-1 {
		width: 4.16666667%;
	}
	.col-lg-2 {
		width: 8.33333333%;
	}
	.col-lg-3 {
		width: 12.5%;
	}
	.col-lg-4 {
		width: 16.66666667%;
	}
	.col-lg-5 {
		width: 20.83333333%;
	}
	.col-lg-6 {
		width: 25%;
	}
	.col-lg-7 {
		width: 29.16666667%;
	}
	.col-lg-8 {
		width: 33.33333333%;
	}
	.col-lg-9 {
		width: 37.5%;
	}
	.col-lg-10 {
		width: 41.66666667%;
	}
	.col-lg-11 {
		width: 45.33333333%;
	}
	.col-lg-12 {
		width: 50%;
	}
	.col-lg-13 {
		width: 54.16666667%;
	}
	.col-lg-14 {
		width: 58.33333333%;
	}
	.col-lg-15 {
		width: 62.5%;
	}
	.col-lg-16 {
		width: 56.66666667%;
	}
	.col-lg-17 {
		width: 70.83333333%;
	}
	.col-lg-18 {
		width: 75%;
	}
	.col-lg-19 {
		width: 79.16666667%;
	}
	.col-lg-20 {
		width: 83.33333333%;
	}
	.col-lg-21 {
		width: 87.5%;
	}
	.col-lg-22 {
		width: 91.66666667%;
	}
	.col-lg-23 {
		width: 95.33333333%;
	}
	.col-lg-24 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 4.16666667%;
	}
	.col-lg-pull-2 {
		right: 8.33333333%;
	}
	.col-lg-pull-3 {
		right: 12.5%;
	}
	.col-lg-pull-4 {
		right: 16.66666667%;
	}
	.col-lg-pull-5 {
		right: 20.83333333%;
	}
	.col-lg-pull-6 {
		right: 25%;
	}
	.col-lg-pull-7 {
		right: 29.16666667%;
	}
	.col-lg-pull-8 {
		right: 33.33333333%;
	}
	.col-lg-pull-9 {
		right: 37.5%;
	}
	.col-lg-pull-10 {
		right: 41.66666667%;
	}
	.col-lg-pull-11 {
		right: 45.33333333%;
	}
	.col-lg-pull-12 {
		right: 50%;
	}
	.col-lg-pull-13 {
		right: 54.16666667%;
	}
	.col-lg-pull-14 {
		right: 58.33333333%;
	}
	.col-lg-pull-15 {
		right: 62.5%;
	}
	.col-lg-pull-16 {
		right: 56.66666667%;
	}
	.col-lg-pull-17 {
		right: 70.83333333%;
	}
	.col-lg-pull-18 {
		right: 75%;
	}
	.col-lg-pull-19 {
		right: 79.16666667%;
	}
	.col-lg-pull-20 {
		right: 83.33333333%;
	}
	.col-lg-pull-21 {
		right: 87.5%;
	}
	.col-lg-pull-22 {
		right: 91.66666667%;
	}
	.col-lg-pull-23 {
		right: 95.33333333%;
	}
	.col-lg-pull-24 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 4.16666667%;
	}
	.col-lg-push-2 {
		left: 8.33333333%;
	}
	.col-lg-push-3 {
		left: 12.5%;
	}
	.col-lg-push-4 {
		left: 16.66666667%;
	}
	.col-lg-push-5 {
		left: 20.83333333%;
	}
	.col-lg-push-6 {
		left: 25%;
	}
	.col-lg-push-7 {
		left: 29.16666667%;
	}
	.col-lg-push-8 {
		left: 33.33333333%;
	}
	.col-lg-push-9 {
		left: 37.5%;
	}
	.col-lg-push-10 {
		left: 41.66666667%;
	}
	.col-lg-push-11 {
		left: 45.33333333%;
	}
	.col-lg-push-12 {
		left: 50%;
	}
	.col-lg-push-13 {
		left: 54.16666667%;
	}
	.col-lg-push-14 {
		left: 58.33333333%;
	}
	.col-lg-push-15 {
		left: 62.5%;
	}
	.col-lg-push-16 {
		left: 56.66666667%;
	}
	.col-lg-push-17 {
		left: 70.83333333%;
	}
	.col-lg-push-18 {
		left: 75%;
	}
	.col-lg-push-19 {
		left: 79.16666667%;
	}
	.col-lg-push-20 {
		left: 83.33333333%;
	}
	.col-lg-push-21 {
		left: 87.5%;
	}
	.col-lg-push-22 {
		left: 91.66666667%;
	}
	.col-lg-push-23 {
		left: 95.33333333%;
	}
	.col-lg-push-24 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 4.16666667%;
	}
	.col-lg-offset-2 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 12.5%;
	}
	.col-lg-offset-4 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-5 {
		margin-left: 20.83333333%;
	}
	.col-lg-offset-6 {
		margin-left: 25%;
	}
	.col-lg-offset-7 {
		margin-left: 29.16666667%;
	}
	.col-lg-offset-8 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 37.5%;
	}
	.col-lg-offset-10 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-11 {
		margin-left: 45.33333333%;
	}
	.col-lg-offset-12 {
		margin-left: 50%;
	}
	.col-lg-offset-13 {
		margin-left: 54.16666667%;
	}
	.col-lg-offset-14 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-15 {
		margin-left: 62.5%;
	}
	.col-lg-offset-16 {
		margin-left: 56.66666667%;
	}
	.col-lg-offset-17 {
		margin-left: 70.83333333%;
	}
	.col-lg-offset-18 {
		margin-left: 75%;
	}
	.col-lg-offset-19 {
		margin-left: 79.16666667%;
	}
	.col-lg-offset-20 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-21 {
		margin-left: 87.5%;
	}
	.col-lg-offset-22 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-23 {
		margin-left: 95.33333333%;
	}
	.col-lg-offset-24 {
		margin-left: 100%;
	}
}
/* =============================================================================
	Google maps
============================================================================= */
#map_canvas {
	width: 100%;
	height: 346px;
	padding: 0 10px;
}
/* =============================================================================
	Header
============================================================================= */
header {
	max-width: 940px;
	margin: 10px auto 0 auto;
	color: #023894;
	position: relative;
}
header h1 {
	font-size: 32px;
	line-height: 43px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
header h2 {
	font-size: 20px;
	line-height: 35px;
	padding-bottom: 10px;
}
/* =============================================================================
	Label
============================================================================= */
.label {
	display: inline;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: 700;
	line-height: 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 7.5px;
	padding: 5px 10px;
}
.label-default {
	background-color: #000000;
	color: #ffffff;
}
.label-primary {
	background-color: #fccf00;
	color: #000000;
}
.label-secondary {
	background-color: #023894;
	color: #ffffff;
}
.label-tertiary {
	background-color: #e7212a;
	color: #ffffff;
}
.label-inverse {
	background-color: #eeeeee;
	color: #000000;
}
.label-success {
	background-color: #259b24;
	color: #ffffff;
}
.label-warning {
	background-color: #ff9800;
	color: #ffffff;
}
.label-danger {
	background-color: #e7212a;
	color: #ffffff;
}
.label-info {
	background-color: #023894;
	color: #ffffff;
}
.label-vanilla {
	background-color: #ffffff;
}
.label-default-gradient {
	color: #ffffff;
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(50%, #1a1a1a), color-stop(51%, #000000), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(top, #1a1a1a 0%, #1a1a1a 50%, #000000 51%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-default', endColorstr='@gradientEnd-default', GradientType=0);
	/* IE6-9 */
}
.label-primary-gradient {
	color: #ffffff;
	background: #fccf00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffda30), color-stop(50%, #ffda30), color-stop(51%, #fccf00), color-stop(100%, #fccf00));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffda30 0%, #ffda30 50%, #fccf00 51%, #fccf00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-primary', endColorstr='@gradientStart-primary', GradientType=0);
	/* IE6-9 */
}
.label-secondary-gradient {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034bc6), color-stop(50%, #034bc6), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #034bc6 0%, #034bc6 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-secondary', endColorstr='@gradientEnd-secondary', GradientType=0);
	/* IE6-9 */
}
.label-tertiary-gradient {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-tertiary', endColorstr='@gradientEnd-tertiary', GradientType=0);
	/* IE6-9 */
}
.label-inverse-gradient {
	color: #ffffff;
	background: #eeeeee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #eeeeee), color-stop(100%, #eeeeee));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-inverse', endColorstr='@gradientEnd-inverse', GradientType=0);
	/* IE6-9 */
}
.label-success-gradient {
	color: #ffffff;
	background: #259b24;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc42e), color-stop(50%, #2fc42e), color-stop(51%, #259b24), color-stop(100%, #259b24));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* IE10+ */
	background: linear-gradient(top, #2fc42e 0%, #2fc42e 50%, #259b24 51%, #259b24 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
.label-warning-gradient {
	color: #ffffff;
	background: #ff9800;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad33), color-stop(50%, #ffad33), color-stop(51%, #ff9800), color-stop(100%, #ff9800));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffad33 0%, #ffad33 50%, #ff9800 51%, #ff9800 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-warning', endColorstr='@gradientEnd-warning', GradientType=0);
	/* IE6-9 */
}
.label-danger-gradient {
	color: #ffffff;
	background: #e7212a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f56), color-stop(50%, #ec4f56), color-stop(51%, #e7212a), color-stop(100%, #e7212a));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* IE10+ */
	background: linear-gradient(top, #ec4f56 0%, #ec4f56 50%, #e7212a 51%, #e7212a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-danger', endColorstr='@gradientEnd-danger', GradientType=0);
	/* IE6-9 */
}
.label-info-gradient {
	color: #ffffff;
	background: #023894;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0242ad), color-stop(50%, #0242ad), color-stop(51%, #023894), color-stop(100%, #023894));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* IE10+ */
	background: linear-gradient(top, #0242ad 0%, #0242ad 50%, #023894 51%, #023894 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-info', endColorstr='@gradientEnd-info', GradientType=0);
	/* IE6-9 */
}
.label-vanilla-gradient {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientStart-vanilla', endColorstr='@gradientEnd-vanilla', GradientType=0);
	/* IE6-9 */
}
/* =============================================================================
	Link
============================================================================= */
a,
a.active,
.active a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a.active:hover,
.active a:hover,
a:active,
a.active:active,
.active a:active {
	color: #666666;
}
a:visited,
a.active:visited,
.active a:visited {
	color: #000000;
}
/* =============================================================================
	List
============================================================================= */
ul,
ol {
	list-style: none;
	margin: 0;
}
ul li {
	position: relative;
}
ol li {
	position: relative;
}
ul ol,
ol ul {
	padding-top: 0;
}
ul.inline li {
	display: inline-block;
}
ol.inline li {
	display: inline-block;
}
ul.cell {
	display: table;
}
ul.cell li {
	display: table-cell;
}
ol.cell {
	display: table;
}
ol.cell li {
	display: table-cell;
}
/* =============================================================================
	Media	-	imgs + videos
============================================================================= */
img,
video,
object {
	max-width: 100%;
}
.content img {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* =============================================================================
	Pagination
============================================================================= */
.pagination {
	display: block;
	text-align: center;
	padding-left: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > button {
	display: inline-block;
	color: #000000;
	line-height: 20px;
	vertical-align: middle;
	width: auto;
	border: 1px solid #000000;
	border-radius: 15px;
	background-color: #ffffff;
	background-image: none;
	padding: 5px 10px;
}
.pagination > li > a:focus,
.pagination > li > button:focus,
.pagination > li > a:hover,
.pagination > li > button:hover,
.pagination > li > a:active,
.pagination > li > button:active {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pagination > li:first-child:not(:last-child) > a,
.pagination > li:first-child:not(:last-child) > button {
	margin-right: -6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li:not(:first-child):not(:last-child) > a,
.pagination > li:not(:first-child):not(:last-child) > button {
	margin-right: -6px;
	border-radius: 0;
}
.pagination > li:last-child:not(:first-child) > a,
.pagination > li:last-child:not(:first-child) > button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pager > li {
	display: block;
}
.pager > li .previous {
	float: left;
}
.pager > li .next {
	float: right;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #000000;
	border-radius: 15px;
	background-color: #ffffff;
}
.pager li > a:hover,
.pager li > span:hover {
	background-color: #eeeeee;
	color: #000000;
}
/* =============================================================================
	Table
============================================================================= */
table {
	text-align: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table tr:nth-child( even ) {
	background: #fff9dd;
}
table th {
	background-color: #fccf00;
	color: #000000;
}
table td {
	background: ;
}
table th,
table td {
	position: relative;
	padding: 5px;
	border: 1px solid #eeeeee;
}
@media (max-width: 800px) {
	.table-01 {
		overflow-x: scroll;
	}
	.table-01 th,
	.table-01 td {
		white-space: nowrap;
	}
}
@media (max-width: 800px) {
	.table-02 th,
	.table-02 td {
		display: block;
		border: none;
		border-bottom: 1px solid #000000;
	}
	.table-02 th {
		display: none;
	}
}
/* =============================================================================
	Typography

	01.HEADING TEXT
	02.SEMANTIC TEXT
============================================================================= */
/*==========  01.HEADING TEXT  ==========*/
h1 {
	font-size: 32px;
	line-height: 43px;
	padding-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 35px;
	padding-bottom: 10px;
}
h3 {
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 10px;
}
h4,
h5,
h6 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}
/*==========  02.SEMANTIC TEXT  ==========*/
small {
	font-size: 75%;
}
strong {
	font-weight: bold;
}
abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
address {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-style: normal;
}
/* =============================================================================
	Main page
============================================================================= */
.grid-panel .unit-header,
.grid-panel-flux .unit-header,
.grid-panel-news .unit-header,
.grid-panel-infomation .unit-header {
	padding: 30px;
}
.grid-panel-news .unit-header {
	padding-top: 13%;
}
.grid-panel {
	position: relative;
	width: 220px;
	height: 220px;
	z-index: 10;
}
.grid-panel .mask img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.grid-panel .mask > a {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
}
.grid-panel .mask > a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.grid-panel img {
	position: absolute;
	z-index: -1;
}
.grid-panel ul {
	padding-top: 5px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
@media (max-width: 800px) {
	.grid-panel {
		position: relative;
		width: 100%;
		height: inherit;
		z-index: 10;
		padding-top: 91%;
	}
	.grid-panel .unit-header {
		padding: 0;
	}
	.grid-panel .mask img {
		width: 100%;
	}
	.grid-panel .mask > a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	.grid-panel .mask > a img {
		width: 100%;
	}
	.grid-panel img {
		position: absolute;
		z-index: -1;
	}
	.grid-panel ul {
		padding-top: 5px;
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 10px;
		font-weight: bold;
		color: #000000;
	}
	.grid-panel-news .unit-body {
		position: absolute;
		top: 30%;
	}
}
.grid-panel-flux {
	position: relative;
	width: 220px;
	height: 220px;
	z-index: 10;
	color: #ffffff;
}
.grid-panel-flux .mask {
	position: absolute;
	top: -55px;
	overflow: hidden;
	border-top-left-radius: 0 0;
	border-top-right-radius: 0 0;
	border-bottom-right-radius: 60% 3%;
	border-bottom-left-radius: 60% 3%;
}
.grid-panel-flux .mask > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.grid-panel-flux .mask > a img {
	position: relative;
	top: 55px;
	z-index: -1;
}
.grid-panel-flux .unit-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.grid-panel-flux .unit-footer a.short {
	display: block;
	position: absolute;
	top: -18px;
	left: 20px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 30px 0 0;
}
.grid-panel-flux .unit-footer a.long {
	display: block;
	position: absolute;
	top: -28px;
	left: 20px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 37px 0 0;
}
@media (max-width: 800px) {
	.grid-panel-flux {
		position: relative;
		width: 100%;
		height: inherit;
	}
	.grid-panel-flux .mask {
		position: relative;
		top: -55px;
	}
	.grid-panel-flux .mask > a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.grid-panel-flux .mask > a img {
		position: relative;
		top: 55px;
		width: 100%;
		z-index: -1;
	}
}
.news {
	background-color: #eeeeee;
	color: #000000;
	border-radius: 10px;
}
.grid-panel-news p {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.grid-panel-news p.news-left {
	color: #ffffff;
	padding-right: 10px;
	border-radius: 0;
}
.grid-panel-news p.news-right {
	padding-left: 10px;
}
.infomation {
	background-color: #ffffff;
}
.infomation ul .num {
	color: #023894;
	margin-right: 10px;
}
.grid-panel-infomation {
	position: relative;
	width: 460px;
	height: 220px;
	z-index: 10;
}
.grid-panel-infomation > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.grid-panel-infomation > a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.grid-panel-infomation .unit-header {
	border-left: 20px solid #fccf00;
	padding: 10px;
	background-color: #eeeeee;
	color: #000000;
	border-radius: 15px;
}
.grid-panel-infomation .unit-header h2 {
	line-height: 30px;
	margin-left: 5px;
	float: left;
}
.grid-panel-infomation .unit-header a {
	float: right;
}
@media (max-width: 800px) {
	.grid-panel-infomation {
		width: 100%;
		height: inherit;
	}
}
footer .grid-panel {
	position: relative;
	width: 220px;
	height: 100px;
	z-index: 10;
}
footer .grid-panel > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
footer .grid-panel > a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
footer .grid-panel img {
	position: absolute;
	z-index: -1;
}
footer .grid-panel ul {
	padding-top: 5px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
footer .grid-panel .unit-footer .badge-piece {
	position: absolute;
	top: 40px;
	left: 15px;
}
@media (max-width: 800px) {
	footer .grid-panel {
		padding: 0;
	}
}
/* =============================================================================
	Shop page
============================================================================= */
.icon-shop-search-help-l {
	width: 60px;
	height: 60px;
	display: block;
	background-image: url("http://www.karaokemanekineko.jp/common/img/icon_shop_search_help.png");
	background-repeat: no-repeat;
}
.icon-shop-search-help-l-01 {
	background-position: 0 0;
}
.icon-shop-search-help-l-02 {
	background-position: 0 -60px;
}
.icon-shop-search-help-l-03 {
	background-position: 0 -120px;
}
.icon-shop-search-help-l-04 {
	background-position: 0 -180px;
}
.icon-shop-search-help-l-05 {
	background-position: 0 -240px;
}
.icon-shop-search-help-l-06 {
	background-position: 0 -300px;
}
.icon-shop-search-help-l-07 {
	background-position: 0 -360px;
}
.icon-shop-search-help-l-08 {
	background-position: 0 -420px;
}
.icon-shop-search-help-l-09 {
	background-position: 0 -480px;
}
.icon-shop-search-help-l-10 {
	background-position: 0 -540px;
}
.icon-shop-search-help-m {
	width: 35px;
	height: 35px;
	display: block;
	background-image: url("http://www.karaokemanekineko.jp/common/img/icon_shop_search_help.png");
	background-repeat: no-repeat;
}
.icon-shop-search-help-m-01 {
	background-position: -60px 0;
}
.icon-shop-search-help-m-02 {
	background-position: -60px -60px;
}
.icon-shop-search-help-m-03 {
	background-position: -60px -120px;
}
.icon-shop-search-help-m-04 {
	background-position: -60px -180px;
}
.icon-shop-search-help-m-05 {
	background-position: -60px -240px;
}
.icon-shop-search-help-m-06 {
	background-position: -60px -300px;
}
.icon-shop-search-help-m-07 {
	background-position: -60px -360px;
}
.icon-shop-search-help-m-08 {
	background-position: -60px -420px;
}
.icon-shop-search-help-m-09 {
	background-position: -60px -480px;
}
.icon-shop-search-help-m-10 {
	background-position: -60px -540px;
}
.icon-shop-search-help-s {
	width: 25px;
	height: 25px;
	display: block;
	background-image: url("http://www.karaokemanekineko.jp/common/img/icon_shop_search_help.png");
	background-repeat: no-repeat;
}
.icon-shop-search-help-s-01 {
	background-position: -95px 0;
}
.icon-shop-search-help-s-02 {
	background-position: -95px -60px;
}
.icon-shop-search-help-s-03 {
	background-position: -95px -120px;
}
.icon-shop-search-help-s-04 {
	background-position: -95px -180px;
}
.icon-shop-search-help-s-05 {
	background-position: -95px -240px;
}
.icon-shop-search-help-s-06 {
	background-position: -95px -300px;
}
.icon-shop-search-help-s-07 {
	background-position: -95px -360px;
}
.icon-shop-search-help-s-08 {
	background-position: -95px -420px;
}
.icon-shop-search-help-s-09 {
	background-position: -95px -480px;
}
.icon-shop-search-help-s-10 {
	background-position: -95px -540px;
}
.shop-icons {
	border-radius: 0;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.shop-icons .unit-body {
	padding: 0 10px;
}
.shop-icons .unit-body p {
	margin-top: 10px;
}
.shop-icons .unit-body ul li {
	margin-top: 10px;
	margin-right: 10px;
}
.shop-topics {
	border: 4px solid #fccf00;
	background-color: #ffffff;
	border-radius: 15px;
}
.shop-topics .unit-header {
	position: relative;
	width: 80%;
	color: #023894;
	text-align: center;
	margin: 0 auto;
}
.shop-topics .unit-header p {
	position: absolute;
	top: 0;
	right: 0;
	color: #000000;
	font-weight: bold;
}
.shop-topics .unit-body {
	margin-top: 5%;
}
.shop-topics .divider::after {
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 6px;
	box-shadow: none;
	left: 10%;
	bottom: -5px;
	background: url("http://192.168.11.21:8085/common/img/common/nav/nav_bg.png") -13px -18px no-repeat;
}
.shop-carousel {
	padding: 0 10px;
}
.shop-carousel #carousel-example-generic > .carousel-inner {
	max-height: 346px;
}
.shop-carousel img {
	width: 100%;
}
.shop-carousel .shop-carousel-thumbnail {
	padding-left: 20px;
}
.shop-carousel .shop-carousel-thumbnail ul > li {
	margin-bottom: 20px;
	text-align: center;
}
.shop-carousel .shop-carousel-thumbnail ul > li:last-child {
	margin-bottom: 0;
}
@media (max-width: 800px) {
	.shop-carousel {
		padding: 0 20px;
	}
	.shop-carousel #carousel-example-generic > .carousel-inner {
		max-height: inherit;
	}
	.shop-carousel img {
		width: 100%;
	}
	.shop-carousel .shop-carousel-thumbnail {
		display: none;
	}
}
.shop-table-top table,
.shop-table-left table,
.shop-table-right table {
	margin: 0;
}
.shop-table-top tr {
	text-align: center;
}
.shop-table-top th {
	width: 113px;
}
.shop-table-left tr:first-child,
.shop-table-right tr:first-child {
	display: none;
}
.shop-table-left tr:nth-child( even ),
.shop-table-right tr:nth-child( even ) {
	background: #ffffff;
}
.shop-table-left tr:nth-child( odd ),
.shop-table-right tr:nth-child( odd ) {
	background: #fff9dd;
}
.shop-table-right th {
	display: none;
}
@media (max-width: 800px) {
	.shop-table-top {
		display: none;
	}
	.shop-table-left tr:first-child,
	.shop-table-right tr:first-child {
		display: table-row;
	}
	.shop-table-right th {
		display: table-cell;
	}
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body p {
	margin: 0;
}
.modal-body > ul > li {
	margin-bottom: 100px;
}
.modal-body > .caption > li {
	margin-bottom: 30px;
}
.modal-body > ol > li {
	margin-bottom: 100px;
}
/* =============================================================================
	Helper

	01.COLORING
	02.DIVIDER
	03.POSITION
	04.BORDER
	05.ANIMATE
	06.SCALING
	07.GROUPING
	08.LAYOUT
	09.FUNCTION
	99.MISC
============================================================================= */
/*==========  01.COLORING  ==========*/
.default {
	color: #000000;
}
.primary {
	color: #fccf00;
}
.secondary {
	color: #023894;
}
.tertiary {
	color: #e7212a;
}
.success {
	color: #259b24;
}
.warning {
	color: #ff9800;
}
.danger {
	color: #e7212a;
}
.info {
	color: #023894;
}
.inverse {
	color: #eeeeee;
}
.vanilla {
	color: #ffffff;
}
.default:hover {
	color: #000000;
}
.primary:hover {
	color: #c9a500;
}
.secondary:hover {

}
.tertiary:hover {
	color: #c0151d;
}
.success:hover {
	color: #1b721a;
}
.warning:hover {
	color: #cc7a00;
}
.danger:hover {
	color: #c0151d;
}
.info:hover {
	color: #012562;
}
.inverse:hover {
	color: #d5d5d5;
}
.vanilla:hover {
	color: #e6e6e6;
}
.default:active {
	color: #000000;
}
.primary:active {
	color: #c9a500;
}
.secondary:active {
	color: #012562;
}
.tertiary:active {
	color: #c0151d;
}
.success:active {
	color: #1b721a;
}
.warning:active {
	color: #cc7a00;
}
.danger:active {
	color: #c0151d;
}
.info:active {
	color: #012562;
}
.inverse:active {
	color: #d5d5d5;
}
.vanilla:active {
	color: #e6e6e6;
}
.bg-default {
	background-color: #000000;
}
.bg-primary {
	background-color: #fccf00;
}
.bg-secondary {
	background-color: #023894;
}
.bg-tertiary {
	background-color: #e7212a;
}
.bg-success {
	background-color: #259b24;
}
.bg-warning {
	background-color: #ff9800;
}
.bg-danger {
	background-color: #e7212a;
}
.bg-info {
	background-color: #023894;
}
.bg-inverse {
	background-color: #eeeeee;
}
.bg-vanilla {
	background-color: #ffffff;
}
.bg-default:active {
	background-color: #000000;
}
.bg-primary:active {
	background-color: #c9a500;
}
.bg-secondary:active {
	background-color: #012562;
}
.bg-tertiary:active {
	background-color: #c0151d;
}
.bg-success:active {
	background-color: #1b721a;
}
.bg-warning:active {
	background-color: #cc7a00;
}
.bg-danger:active {
	background-color: #c0151d;
}
.bg-info:active {
	background-color: #012562;
}
.bg-inverse:active {
	background-color: #d5d5d5;
}
.bg-vanilla:active {
	background-color: #e6e6e6;
}
/*==========  02.DIVIDER  ==========*/
.divider {
	position: relative;
	margin-bottom: 20px;
}
.divider::after {
	content: "";
	display: block;
	position: absolute;
	width: 40%;
	height: 1px;
	box-shadow: 0 1px 0 0 ;
	left: 30%;
	bottom: -10px;
}
/*==========  03.POSITIONING  ==========*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
/*==========  04.BORDER  ==========*/
.border {
	border: 1px solid #000000;
}
/*==========  05.ANIMATE  ==========*/
.rotate-45 {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/*==========  06.SCALING  ==========*/
.small {
	font-size: 75%;
}
.large {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
.num {
	font-size: 75%;
	font-family: 'Roboto';
}
/*==========  07.GROUPING  ==========*/
.bundle {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*==========  08.LAYOUT  ==========*/
.table-cell > * {
	display: table-cell;
}
/*==========  09.FUNCTION  ==========*/
.disabled > a,
.disabled > a:hover,
.disabled > a:focus,
.disabled > span {
	color: #eeeeee;
	cursor: not-allowed;
	background-color: #fff;
}
/*==========  99.MISC  ==========*/
.clear::before,
.clear::after {
	content: "";
	display: table;
}
.clear::after {
	clear: both;
}
.hidden {
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
}
.no-bg {
	background: transparent;
}
.no-padding {
	padding: 0;
}
/*========  02.FRAMED LAYERS  ========*/
.container {
	margin: 0 5px;
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
}
@media (max-width: 800px) {
	.container {
		min-width: 480px;
		margin: 0 5px;
	}
}
/*========  99.MISK  ========*/
header::before,
article::before,
footer::before,
.container::before,
.pager::before,
.unit-container::before,
.unit-inner::before,
.unit-header::before,
.unit-body::before,
.unit-footer::before,
.mask::before,
.bundle::before,
header::after,
article::after,
footer::after,
.container::after,
.pager::after,
.unit-container::after,
.unit-inner::after,
.unit-header::after,
.unit-body::after,
.unit-footer::after,
.mask::after,
.bundle::after {
	content: "";
	display: table;
}
header::after,
article::after,
footer::after,
.container::after,
.pager::after,
.unit-container::after,
.unit-inner::after,
.unit-header::after,
.unit-body::after,
.unit-footer::after,
.mask::after,
.bundle::after {
	clear: both;
}
