/* -- general - begin -- */

	body {
		background-color: #ffffff;
		color: #ffffff;
		font-family: 'Roboto', sans-serif;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}

	h1, h2, h3, h4, p {
		margin: 0;
		padding: 0;
	}

	.wrapper {
		margin: 0 auto;
		overflow: hidden;
		padding: 0 15px;
	}

	.wrapper-type-01 {
		max-width: 1186px;
	}

	.wrapper-type-02 {
		max-width: 1310px;
	}

	.wrapper-type-03 {
		max-width: 790px;
	}

	.wrapper-type-04 {
		max-width: 1530px;
	}

	@media (max-width: 991px) {
		.wrapper {
			padding: 0;
		}

		.wrapper-type-01 {
			max-width: 1156px;
		}

		.wrapper-type-02 {
			max-width: 1280px;
		}

		.wrapper-type-03 {
			max-width: 760px;
		}

		.wrapper-type-04 {
			max-width: 1500px;
		}
	}

	.main-container {
		min-width: 320px;
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.no-offsets {
		margin: 0;
		padding: 0;
	}

	.section {
		clear: both;
		overflow: hidden;
		width: 100%;
	}

	.section-theme-01 {
		background-color: #000000;
	}

	.section-theme-02 {
		background-color: transparent;
	}

	.section-theme-03 {
		background-color: #ffffff;
	}

	.section-theme-04 {
		background-color: #8f6d35;
	}

	.section-theme-05 {
		background-color: #222222;
	}

	.section-position-under {
		position: relative;
		z-index: 1;
	}

	.section-position-over {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 2;
	}

	@media (max-width: 1199px) {
		.section-position-over {
			position: relative;
			z-index: 1;
		}

		.section-theme-02 {
			background-color: #8f6d35;
		}
	}

/* -- general - end -- */
/* -- section-01 - begin -- */

	.section-01 {
		margin-top: 144px;
	}

	.section-01-background {
		background-image: url('../img/bg-01.png');
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		min-height: 690px;
		width: 100%;
	}

	.section-01 img {
		margin: 0 auto;
	}

	.section-01 h1 {
		font-size: 36px;
		font-weight: 800;
		margin: 20px 0 0 0;
		text-align: center;
	}

	.section-01 h2, .section-01 .to-hide {
		color: #d7b46a;
		font-size: 24px;
		font-weight: 300;
		margin: 8px 0 0 0;
		text-align: center;
	}

	@media (max-width: 1199px) {
		.section-01 {
			margin-top: 144px;
		}

		.section-01-background {
			min-height: 560px;
		}

		.section-01 img {
			max-width: 260px;
		}

		.section-01 h1 {
			font-size: 32px;
		}

		.section-01 h2 {
			font-size: 20px;
		}

		.section-01 h2, .section-01 h2 > .to-hide {
			font-size: 20px;
		}
	}

	@media (max-width: 991px) {
		.section-01 {
			margin-top: 164px;
		}

		.section-01-background {
			min-height: 480px;
		}

		.section-01 img {
			max-width: 220px;
		}

		.section-01 h1 {
			font-size: 28px;
		}

		.section-01 h2 {
			font-size: 18px;
		}

		.section-01 h2, .section-01 h2 > .to-hide {
			font-size: 18px;
		}
	}

	@media (max-width: 767px) {
		.section-01 {
			margin-top: 182px;
		}

		.section-01-background {
			min-height: 400px;
		}

		.section-01 img {
			max-width: 200px;
		}

		.section-01 h1 {
			font-size: 24px;
		}

		.section-01 h2 {
			font-size: 16px;
		}

		.section-01 h2, .section-01 h2 > .to-hide {
			font-size: 16px;
		}
	}

	@media (max-width: 575px) {
		.section-01 {
			margin-top: 198px;
		}

		.section-01-background {
			min-height: 320px;
		}

		.section-01 img {
			max-width: 180px;
		}

		.section-01 h1 {
			font-size: 22px;
		}

		.section-01 h2, .section-01 h2 > .to-hide {
			font-size: 14px;
		}
	}

	@media (max-width: 320px) {
		.section-01 {
			margin-top: 342px;
		}

		.section-01-background {
			min-height: 300px;
		}

		.section-01 h2 > .to-hide {
			display: none;
		}
	}

/* -- section-01 - end -- */
/* -- section-02 - begin -- */

	.section-02 {
		background-color: #8f6d35;
		margin-top: 580px;
		padding: 15px 0;
	}

	.section-02 .formbox-window-normal {
		display: block;
	}

	.section-02 .formbox-window-success {
		display: none;
	}

	.section-02 .formbox-window-error {
		display: none;
	}

	.section-02 .formbox-window h1 {
		font-weight: 300;
		margin: 0 auto;
		text-align: center;
	}

	.section-02 .formbox-window-normal h1 {
		font-size: 26px;
		line-height: 34px;
		padding: 15px 94px 0 94px;
	}

	.section-02 .formbox-window-success h1, .section-02 .formbox-window-error h1 {
		font-size: 32px;
		line-height: 48px;
		padding: 70px 45px;
	}

	.section-02 .formbox {
		margin: 0 auto;
		max-width: 722px;
		padding: 18px 0;
	}

	.section-02 .formbox-inputs > .input-wrapper {
		float: left;
		position: relative;
	}

	.section-02 .input-wrapper > input[type="text"] {
		border: 1px solid #ffffff;
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
		font-weight: 400;
		line-height: 15px;
		margin: 6px 8px;
		min-height: 44px;
		min-width: 245px;
		padding: 0 15px;
		-webkit-transition: background-color .3s, border .3s;
		-moz-transition: background-color .3s, border .3s;
		-o-transition: background-color .3s, border .3s;
		transition: background-color .3s, border .3s;
	}

	.section-02 .input-status-01 > input[type="text"] {
		color: #404040;
	}

	.section-02 .input-status-01 > input[type="text"]::-webkit-input-placeholder {
		color: #404040;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-01 > input[type="text"]::-moz-placeholder {
		color: #404040;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-01 > input[type="text"]:-ms-input-placeholder {
		color: #404040;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-01 > input[type="text"]:-moz-placeholder {
		color: #404040;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-01 > input[type="text"]:hover {
		border: 1px solid #222222;
		color: #404040;
	}

	.section-02 .input-status-01 > input[type="text"]:focus {
		background-color: #222222;
		border: 1px solid #ffffff;
		color: #ffffff;
		outline: none;
	}

	.section-02 .input-status-01 > input[type="text"]:focus::-webkit-input-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-01 > input[type="text"]:focus::-moz-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-01 > input[type="text"]:focus:-ms-input-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-01 > input[type="text"]:focus:-moz-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-02 > input[type="text"] {
		color: #b10b0b;
	}

	.section-02 .input-status-02 > input[type="text"]::-webkit-input-placeholder {
		color: #b10b0b;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-02 > input[type="text"]::-moz-placeholder {
		color: #b10b0b;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-02 > input[type="text"]:-ms-input-placeholder {
		color: #b10b0b;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-02 > input[type="text"]:-moz-placeholder {
		color: #b10b0b;
		font-size: 13px;
		opacity: 1;
	}

	.section-02 .input-status-02 > input[type="text"]:hover {
		border: 1px solid #b10b0b;
		color: #b10b0b;
	}

	.section-02 .input-status-02 > input[type="text"]:focus {
		background-color: #222222;
		border: 1px solid #b10b0b;
		color: #ffffff;
		outline: none;
	}

	.section-02 .input-status-02 > input[type="text"]:focus::-webkit-input-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-02 > input[type="text"]:focus::-moz-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-02 > input[type="text"]:focus:-ms-input-placeholder {
		color: #ffffff;
	}

	.section-02 .input-status-02 > input[type="text"]:focus:-moz-placeholder {
		color: #ffffff;
	}

	.section-02 .input-wrapper > input[type="submit"] {
		background-color: #000000;
		border: none;
		color: #ffffff;
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 800;
		line-height: 18px;
		margin: 6px 8px;
		padding: 10px 15px;
		min-width: 184px;
		min-height: 44px;
		text-transform: uppercase;
		-webkit-transition: background-color .3s, border .3s;
		-moz-transition: background-color .3s, border .3s;
		-o-transition: background-color .3s, border .3s;
		transition: background-color .3s, border .3s;
	}

	.section-02 .input-wrapper > input[type="submit"]:hover {
		background-color: #ffffff;
		color: #000000;
	}

	.section-02 .formbox-inputs, .section-02 .formbox-checkboxes {
		clear: both;
	}

	.section-02 .formbox-checkboxes {
		padding: 20px 8px 0 8px;
	}

	.section-02 .checkbox-wrapper {
		clear: both;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.section-02 .checkbox-wrapper > div {
		float: left;
	}

	.section-02 .checkbox-input {
		height: 14px;
		width: 14px;
	}

	.section-02 .checkbox-input > input {
		display: none;
	}

	.section-02 .checkbox-input > label {
		background-color: #ffffff;
		border: 1px solid #ffffff;
		display: block;
		height: 13px;
		margin: 0;
		-webkit-transition: background-color .5s, border .5s;
		-moz-transition: background-color .5s, border .5s;
		-o-transition: background-color .5s, border .5s;
		transition: background-color .5s, border .5s;
		width: 13px;
	}

	.section-02 .checkbox-input > label:hover {
		border: 1px solid #404040;
		cursor: pointer;
	}

	.section-02 .checkbox-input input:checked + label {
		background-color: #404040;
	}

	.section-02 .checkbox-label {
		font-size: 11px;
		line-height: 15px;
		margin-top: -2px;
		padding-left: 10px;
		text-align: justify;
		text-transform: none;
		-moz-user-select: none;
		user-select: none;
		width: 692px;
	}

	@media (max-width: 1199px) {
		.section-02 {
			margin-top: 0;
			padding: 25px 0;
		}

		.section-02 .formbox-window-normal h1 {
			font-size: 26px;
			padding: 15px 95px 0 95px;
		}
	}

	@media (max-width: 767px) {
		.section-02 {
			padding: 35px 0;
		}

		.section-02 .formbox-window-normal h1 {
			font-size: 20px;
			line-height: 30px;
			margin: 0 auto 15px auto;
			max-width: 500px;
			padding: 0 15px;
		}

		.section-02 .formbox-window-success h1, .section-02 .formbox-window-error h1 {
			font-size: 28px;
			line-height: 42px;
			padding: 40px 45px;
		}

		.section-02 .formbox {
			clear: both;
			margin: 0 auto;
			max-width: 500px;
			padding: 0 15px;
		}

		.section-02 .formbox-inputs > .input-wrapper {
			clear: both;
			float: none;
		}

		.section-02 .input-wrapper > input[type="text"] {
			margin: 14px 0;
			min-height: 38px;
			width: 100%;
		}

		.section-02 .input-wrapper > input[type="submit"] {
			font-size: 16px;
			line-height: 18px;
			margin: 20px 0 0 0;
			min-height: 40px;
			width: 100%;
		}

		.section-02 .formbox-checkboxes {
			padding: 20px 0 0 0;
		}

		.section-02 .checkbox-input {
			width: 5%;
		}

		.section-02 .checkbox-label {
			max-width: 95%;
			padding-left: 5px;
		}
	}

	@media (max-width: 575px) {
		.section-02 .formbox-window-normal h1 {
			font-size: 18px;
		}

		.section-02 .formbox-window-success h1, .section-02 .formbox-window-error h1 {
			font-size: 26px;
			line-height: 40px;
			padding: 25px 45px;
		}

		.section-02 .input-wrapper > input[type="text"] {
			font-size: 11px;
		}

		.section-02 .input-wrapper > input[type="text"]::-webkit-input-placeholder {
			font-size: 11px;
		}

		.section-02 .input-wrapper > input[type="text"]::-moz-placeholder {
			font-size: 11px;
		}

		.section-02 .input-wrapper > input[type="text"]:-ms-input-placeholder {
			font-size: 11px;
		}

		.section-02 .input-wrapper > input[type="text"]:-moz-placeholder {
			font-size: 11px;
		}

		.section-02 .checkbox-label {
			font-size: 10px;
			line-height: 14px;
			padding-left: 10px;
		}
	}

/* -- section-02 - end -- */
/* -- section-03 - begin -- */

	.section-03 {
		margin-bottom: 20px;
	}

	.section-03 img {
		margin: 0 auto;
	}

	@media (max-width: 320px) {
		.section-03 {
			margin-bottom: 15px;
		}
	}

/* -- section-03 - end -- */
/* -- section-04 - begin -- */

	.section-04 {
		margin: 45px 0;
	}

	.section-04 h1 {
		font-size: 48px;
		font-weight: 300;
		margin: 15px 0 45px 0;
		text-align: center;
	}

	.section-04 h2 {
		font-size: 28px;
		font-weight: 400;
		margin-bottom: 18px;
	}

	.section-04 p {
		font-size: 16px;
		font-weight: 300;
	}

	.section-04 .offer-line {
		padding: 25px 0;
		overflow: hidden;
	}

	.section-04 .photobox, .section-04 .textbox {
		margin: 0 auto;
		max-width: 578px;
	}

	.section-04 .textbox-background-rt {
		background-image: url('../img/arrow-left.png');
		background-position: 15px top;
		background-repeat: no-repeat;
		padding: 12px 100px 0 80px;
		text-align: left;
	}

	.section-04 .textbox-background-lt {
		background-image: url('../img/arrow-right.png');
		background-position: 512px top;
		background-repeat: no-repeat;
		padding: 12px 80px 0 100px;
		text-align: right;
	}

	@media (max-width: 1199px) {
		.section-04 {
			margin: 35px 0;
		}

		.section-04 h1 {
			font-size: 44px;
			margin: 15px 0 40px 0;
		}

		.section-04 h2 {
			font-size: 26px;
		}

		.section-04 p {
			font-size: 16px;
		}

		.section-04 .offer-line {
			padding: 0;
		}

		.section-04 .photobox {
			max-width: 478px;
		}

		.section-04 .textbox {
			max-width: 478px;
		}

		.section-04 .textbox-background-lt, .section-04 .textbox-background-rt {
			background-image: none;
			padding: 30px 60px 45px 60px;
			text-align: center;
		}
	}

	@media (max-width: 991px) {
		.section-04 h1 {
			font-size: 40px;
		}

		.section-04 h2 {
			font-size: 24px;
		}

		.section-04 p {
			font-size: 14px;
		}
	}

	@media (max-width: 767px) {
		.section-04 {
			margin: 25px 0;
		}

		.section-04 h1 {
			font-size: 36px;
		}

		.section-04 h2 {
			font-size: 22px;
			margin-bottom: 12px;
		}
	}

	@media (max-width: 575px) {
		.section-04 h1 {
			font-size: 32px;
		}

		.section-04 h2 {
			font-size: 20px;
		}

		.section-04 .textbox-background-lt, .section-04 .textbox-background-rt {
			padding: 25px 40px 35px 40px;
		}
	}

/* -- section-04 - end -- */
/* -- section-05 - begin -- */

	.section-05 {
		margin: 45px 0;
	}

	.section-05 h1 {
		color: #7c7c7c;
		font-size: 48px;
		font-weight: 300;
		margin: 35px 0;
		text-align: center;
	}

	@media (max-width: 1199px) {
		.section-05 {
			margin: 35px 0;
		}

		.section-05 h1 {
			font-size: 44px;
			margin: 25px 0;
		}
	}

	@media (max-width: 991px) {
		.section-05 h1 {
			font-size: 40px;
		}
	}

	@media (max-width: 767px) {
		.section-05 h1 {
			font-size: 36px;
		}
	}

	@media (max-width: 575px) {
		.section-05 {
			margin: 25px 0;
		}

		.section-05 h1 {
			font-size: 30px;
			margin: 20px 0;
		}
	}

/* -- section-05 - end -- */
/* -- section-06 - begin -- */

	.section-06 {
		margin: 35px 0 45px 0;
	}

	.section-06 img {
		margin: 0 auto;
	}

	.section-06 p {
		font-size: 18px;
		font-weight: 300;
		margin: 15px 0;
		text-align: center;
	}

	.section-06 p > b {
		font-weight: 500;
	}

	@media (max-width: 1199px) {
		.section-06 img {
			max-width: 260px;
		}

		.section-06 p {
			font-size: 20px;
		}
	}

	@media (max-width: 991px) {
		.section-06 img {
			max-width: 220px;
		}

		.section-06 p {
			font-size: 18px;
		}
	}

	@media (max-width: 767px) {
		.section-06 img {
			max-width: 200px;
		}

		.section-06 p {
			font-size: 16px;
		}
	}

	@media (max-width: 575px) {
		.section-06 {
			margin: 30px 0 30px 0;
		}

		.section-06 img {
			max-width: 180px;
		}

		.section-06 p {
			font-size: 14px;
		}
	}

/* -- section-06 - end -- */
/* -- section-07 - begin -- */

	.section-07 {
		min-height: 66px;
	}

	.section-07 .textbox {
		font-size: 14px;
		font-weight: 300;
		line-height: 66px;
		text-align: left;
	}

	.section-07 .iconbox {
		font-size: 0;
		line-height: 0;
		white-space: nowrap;
		text-align: right;
	}

	.section-07 .iconbox > a {
		border-left: 1px solid #ffffff;
		display: inline-block;
		padding: 8px 10px;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-o-transition: background-color .3s;
		transition: background-color .3s;
		height: 66px;
		width: 70px;
	}

	.section-07 .iconbox > a:last-child {
		border-right: 1px solid #ffffff;
	}

	.section-07 .iconbox > a:hover {
		background-color: #222222;
	}

	@media (max-width: 991px) {
		.section-07 .textbox {
			text-align: center;
		}

		.section-07 .iconbox {
			text-align: center;
		}

		.section-07 .iconbox > a {
			border-left: none;
		}

		.section-07 .iconbox > a:last-child {
			border-right: none;
		}
	}

	@media (max-width: 767px) {
		.section-07 .textbox {
			font-size: 13px;
		}
	}

	@media (max-width: 575px) {
		.section-07 .iconbox > a {
			height: 56px;
			width: 60px;
		}
	}

/* -- section-07 - end -- */
/* -- popup-window - begin -- */

	.popup-window-container {
		background: rgba(0,0,0,0.9);
		display: none;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 4;
	}

	.popup-window-wrapper {
		margin: 3% auto;
		max-width: 1156px;
		padding-bottom: 25px;
	}

	.popup-window-header {
		background-color: #8f6d35;
		clear: both;
		overflow: hidden;
		padding: 20px;
		-moz-user-select: none;
		user-select: none;
	}

	.popup-window-header > div {
		float: left;
		font-size: 0;
		line-height: 0;
		min-height: 18px;
	}

	.popup-window-header > .header-name {
		font-size: 16px;
		line-height: 22px;
		text-align: left;
		text-transform: none;
		width: 90%;
	}

	.popup-window-header > .header-button {
		text-align: right;
		width: 10%;
	}

	.popup-window-header .header-button > span {
		border: 1px solid #ffffff;
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		height: 22px;
		line-height: 20px;
		text-align: center;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-o-transition: background-color .3s;
		transition: background-color .3s;
		-moz-user-select: none;
		user-select: none;
		width: 22px;
	}

	.popup-window-header .header-button > span:hover {
		background-color: #ffffff;
		color: #000000;
		cursor: pointer;
	}

	.popup-window-body {
		background-color: #ffffff;
		color: #000000;
		font-size: 13px;
		line-height: 20px;
		padding: 30px 20px;
		text-align: left;
		text-transform: none;
		-moz-user-select: none;
		user-select: none;
	}

	.popup-window-body > .body-wrapper {
		max-height: 600px;
		overflow-x: hidden;
		overflow-y: auto;
		padding-right: 25px;
	}

	.popup-window-body p {
		padding-bottom: 15px;
	}

	.popup-window-body .cookie-info-link {
		text-decoration: none;
	}

	.popup-window-body .cookie-info-link:hover {
		cursor: pointer;
		text-decoration: underline;
	}

	@media (max-width: 1156px) {
		.popup-window-container {
			background-color: #ffffff;
		}

		.popup-window-wrapper {
			margin: 0 auto;
		}

		.popup-window-body > .body-wrapper {
			max-height: none;
		}
	}

	@media (max-width: 991px) {
		.popup-window-body {
			font-size: 12px;
			line-height: 18px;
		}
	}

/* -- popup-window - end -- */
/* -- cookie - begin -- */

	.cookie-container {
		background: rgba(0,0,0,0.9);
		left: 0;
		min-height: 90px;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 3;
	}
	.cookie-wrapper {
		margin: 0 auto;
		max-width: 1156px;
		padding-bottom: 24px;
	}

	.cookie-header {
		clear: both;
		overflow: hidden;
		padding: 10px;
	}

	.cookie-header > div {
		float: left;
		font-size: 0;
		line-height: 0;
		min-height: 18px;
	}

	.cookie-header > .header-name {
		text-align: right;
		width: 90%;
	}

	.cookie-header > .header-button {
		text-align: right;
		width: 10%;
	}

	.cookie-header .header-button > span {
		border: 1px solid #ffffff;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		height: 18px;
		line-height: 16px;
		text-align: center;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-o-transition: background-color .3s;
		transition: background-color .3s;
		-moz-user-select: none;
		user-select: none;
		width: 18px;
	}

	.cookie-header .header-button > span:hover {
		background-color: #ffffff;
		color: #000000;
		cursor: pointer;
	}

	.cookie-body {
		color: #ffffff;
		font-size: 11px;
		line-height: 18px;
		padding: 0 10px;
		text-align: center;
		text-transform: none;
		-moz-user-select: none;
		user-select: none;
	}

	.cookie-body > .body-wrapper {
		padding: 5px 18px;
	}

	.cookie-body .policy-link {
		text-decoration: underline;
	}

	.cookie-body .policy-link:hover {
		cursor: pointer;
		text-decoration: none;
	}

	@media (max-width: 991px) {
		.cookie-body {
			font-size: 10px;
			line-height: 18px;
		}
	}

/* -- cookie - end -- */
/* -- scroll_button - begin -- */

	.scroll-container {
		bottom: 68px;
		display: none;
		right: 0;
		overflow: hidden;
		position: fixed;
		z-index: 2;
	}

	.scroll-button {
		background-color: #222222;
		background-image: url('../img/arrow-up.png');
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-o-transition: background-color .3s;
		transition: background-color .3s;
		width: 50px;
	}

	.scroll-button:hover {
		background-color: #454545;
		cursor: pointer;
	}

	.scroll-button-01 {
		margin-right: 10px;
	}

	.scroll-button-02 {
		display: none;
	}

	@media (max-width: 1199px) {
		.scroll-container {
			background-color: #222222;
			bottom: 0;
			width: 100%;
		}

		.scroll-button {
			background-color: #222222;
			background-image: url('../img/arrow-up.png');
			background-position: center center;
			background-repeat: no-repeat;
			width: 100%;
		}

		.scroll-button-01 {
			display: none;
		}

		.scroll-button-02 {
			display: block;
		}
	}

/* -- scroll_button - end -- */
/* -- error_label - begin -- */

	.error-label {
		background-color: #b10b0b;
		display: block;
		font-size: 11px;
		font-weight: bold;
		margin: -4px 8px 0 0;
		max-width: 120px;
		padding: 2px 8px;
		position: absolute;
		right: 0;
		text-align: center;
		text-transform: none;
		top: 0;
		-moz-user-select: none;
		user-select: none;
		z-index: 2;
	}

	@media (max-width: 767px) {
		.error-label {
			margin: -12px 0 0 0;
		}
	}

	@media (max-width: 575px) {
		.error-label {
			font-size: 10px;
		}
	}

/* -- error_label - end -- */
