/******************************************************************************************************
 * General
 *****************************************************************************************************/

.block-box {
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
}

.thumb-ph > .remove { padding-top: 75%; }
.thumb-ph > .remove.dammy { font-size: 1em; text-align: center; text-indent: 0; background-color: #ddd; }
.thumb-ph > .remove.dammy:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	color: #999;
	font-size: 0.875em;
	line-height: 1em;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "No Image";
}

@media screen and (min-width: 768px) {
	.block-box { padding-top: 60px; padding-bottom: 60px; }
}

@media screen and (min-width: 992px) {
	.block-box { padding-top: 90px; padding-bottom: 90px; }
}



/******************************************************************************************************
 * Header
 *****************************************************************************************************/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 50px 0 0;
	margin-top: -50px;
	z-index: 990;
}

nav#menu_row {
	position: relative;
	background: none;
	width: 100%;
	min-height: inherit !important;
	max-height: none;
	border: none;
	box-shadow: none;
	padding: 0;
	z-index: 990;
}

body.global-menu-bp__lg header > .container { width: auto !important; padding-right: 0; }

body.global-menu-bp__lg .navbar-header { float: none; padding: 0; vertical-align: top; }
body.global-menu-bp__lg .navbar-toggle {
	display: block;
	float: right;
	line-height: 1em;
	vertical-align: top;
	padding: 10px 10px 7px;
	margin: 0;
	background: #599677;
	border: none !important;
	border-radius: 0;
	box-shadow: none;
	z-index: 990;
}
body.global-menu-bp__lg .navbar-toggle:active,
body.global-menu-bp__lg .navbar-toggle:hover,
body.global-menu-bp__lg .navbar-toggle:focus { background-color: #3c7757; }
body.global-menu-bp__lg .navbar-toggle .icon-bar {
	width: 26px;
	background-color: #fff !important;
	margin-left: auto;
	margin-right: auto;
}
body.global-menu-bp__lg .navbar-toggle .icon-bar + * { margin-top: 5px !important; }
body.global-menu-bp__lg .navbar-toggle .icon-text {
	display: block;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1em;
	text-align: center;
	text-shadow: none !important;
}
body.global-menu-bp__lg .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
body.global-menu-bp__lg .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-moz-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}
body.global-menu-bp__lg nav#menu_row { position: fixed; background: #444; }
body.global-menu-bp__lg ul#menu-global-menu {
	position: relative;
	float: none !important;
	display: block;
	width: 100%;
	list-style: none;
	line-height: 1em;
	text-align: left;
	padding: 0;
	margin: 0;
}
body.global-menu-bp__lg ul#menu-global-menu li {
	float: none;
	display: block;
	margin: 0;
}
body.global-menu-bp__lg ul#menu-global-menu li + li {
	border-top: dotted 1px #666;
}
body.global-menu-bp__lg ul#menu-global-menu li a {
	display: block;
	color: #333;
	font-size: 1em;
	line-height: 1em;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
	margin: 0;
}
body.global-menu-bp__lg ul#menu-global-menu > li a:hover { background-color: #ff9900 !important; }
body.global-menu-bp__lg ul#menu-global-menu > li > a:before {
	display: inline-block;
	color: #777;
	font-size: 0.875em;
	font-family: dashicons;
	margin-right: 3px;
	content: "\f345";
}
body.global-menu-bp__lg ul#menu-global-menu > li > a { padding: 15px; background-image: none !important; }
body.global-menu-bp__lg ul#menu-global-menu > li.active > a,
body.global-menu-bp__lg ul#menu-global-menu > li > a {
	color: #fff;
	font-weight: bold;
	background-color: #bbb;
}
body.global-menu-bp__lg .caret { display: none !important; }
body.global-menu-bp__lg .dropdown-menu {
	position: relative;
	top: auto;
	left: auto;
	float: none;
	display: inherit;
	font-size: 1em;
	list-style: disc;
	padding: 0 !important;
	background-color: #f9f9f9;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
body.global-menu-bp__lg .dropdown-menu > li { display: block !important; border-top: none !important; }
body.global-menu-bp__lg .dropdown-menu > li + li { border-top: dotted 1px #444 !important; }
body.global-menu-bp__lg .dropdown-menu > li > a {
	display: block;
	color: #333;
	font-size: 1em;
	line-height: 1.7em;
	padding: 15px !important;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	background-image: none !important;
	background-color: #f9f9f9;
	margin: 0;
}
body.global-menu-bp__lg .dropdown-menu > li > a:before { color: #73a659; }

@media screen and (min-width: 992px) {
	header {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1199px) {
	body.global-menu-bp__md header > .container { width: auto !important; padding-right: 0; }
	body.global-menu-bp__md .navbar-header { float: none; padding: 0; vertical-align: top; }
	body.global-menu-bp__md .navbar-toggle {
		display: block;
		float: right;
		line-height: 1em;
		vertical-align: top;
		padding: 10px 10px 7px;
		margin: 0;
		background: #599677;
		border: none !important;
		border-radius: 0;
		box-shadow: none;
		z-index: 990;
	}
	body.global-menu-bp__md .navbar-toggle:active,
	body.global-menu-bp__md .navbar-toggle:hover,
	body.global-menu-bp__md .navbar-toggle:focus { background-color: #3c7757; }
	body.global-menu-bp__md .navbar-toggle .icon-bar {
		width: 26px;
		background-color: #fff !important;
		margin-left: auto;
		margin-right: auto;
	}
	body.global-menu-bp__md .navbar-toggle .icon-bar + * { margin-top: 5px !important; }
	body.global-menu-bp__md .navbar-toggle .icon-text {
		display: block;
		color: #fff;
		font-size: 0.75em;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif";
		line-height: 1em;
		text-align: center;
		text-shadow: none !important;
	}
	body.global-menu-bp__md .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}
	body.global-menu-bp__md .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
		-moz-transform: rotate(-45deg) translate(5px, -5px);
		transform: rotate(-45deg) translate(5px, -5px);
	}
	body.global-menu-bp__md nav#menu_row { position: fixed; background: #444; }
	body.global-menu-bp__md ul#menu-global-menu {
		position: relative;
		float: none !important;
		display: block;
		width: 100%;
		list-style: none;
		line-height: 1em;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	body.global-menu-bp__md ul#menu-global-menu li {
		float: none;
		display: block;
		margin: 0;
	}
	body.global-menu-bp__md ul#menu-global-menu li + li {
		border-top: dotted 1px #666;
	}
	body.global-menu-bp__md ul#menu-global-menu li a {
		display: block;
		color: #333;
		font-size: 1em;
		line-height: 1em;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		background-color: transparent;
		background-image: none;
		padding: 0;
		margin: 0;
	}
	body.global-menu-bp__md ul#menu-global-menu > li a:hover { background-color: #ff9900 !important; }
	body.global-menu-bp__md ul#menu-global-menu > li > a:before {
		display: inline-block;
		color: #777;
		font-size: 0.875em;
		font-family: dashicons;
		margin-right: 3px;
		content: "\f345";
	}
	body.global-menu-bp__md ul#menu-global-menu > li > a { padding: 15px; background-image: none !important; }
	body.global-menu-bp__md ul#menu-global-menu > li.active > a,
	body.global-menu-bp__md ul#menu-global-menu > li > a {
		color: #fff;
		font-weight: bold;
		background-color: #bbb;
	}
	body.global-menu-bp__md .caret { display: none !important; }
	body.global-menu-bp__md .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		display: inherit;
		font-size: 1em;
		list-style: disc;
		padding: 0 !important;
		background-color: #f9f9f9;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	body.global-menu-bp__md .dropdown-menu > li { display: block !important; border-top: none !important; }
	body.global-menu-bp__md .dropdown-menu > li + li { border-top: dotted 1px #444 !important; }
	body.global-menu-bp__md .dropdown-menu > li > a {
		display: block;
		color: #333;
		font-size: 1em;
		line-height: 1.7em;
		padding: 15px !important;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		background-image: none !important;
		background-color: #f9f9f9;
		margin: 0;
	}
	body.global-menu-bp__md .dropdown-menu > li > a:before { color: #73a659; }
}
@media screen and (max-width: 991px) {
	body:not(.global-menu-bp__md):not(.global-menu-bp__lg) header > .container {
		width: auto !important;
		padding-right: 0;
	}
	body.global-menu-bp__sm .navbar-header { float: none; padding: 0; vertical-align: top; }
	body.global-menu-bp__sm .navbar-toggle {
		display: block;
		float: right;
		line-height: 1em;
		vertical-align: top;
		padding: 10px 10px 7px;
		margin: 0;
		background: #599677;
		border: none !important;
		border-radius: 0;
		box-shadow: none;
		z-index: 990;
	}
	body.global-menu-bp__sm .navbar-toggle:active,
	body.global-menu-bp__sm .navbar-toggle:hover,
	body.global-menu-bp__sm .navbar-toggle:focus { background-color: #3c7757; }
	body.global-menu-bp__sm .navbar-toggle .icon-bar {
		width: 26px;
		background-color: #fff !important;
		margin-left: auto;
		margin-right: auto;
	}
	body.global-menu-bp__sm .navbar-toggle .icon-bar + * { margin-top: 5px !important; }
	body.global-menu-bp__sm .navbar-toggle .icon-text {
		display: block;
		color: #fff;
		font-size: 0.75em;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif";
		line-height: 1em;
		text-align: center;
		text-shadow: none !important;
	}
	body.global-menu-bp__sm .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}
	body.global-menu-bp__sm .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
		-moz-transform: rotate(-45deg) translate(5px, -5px);
		transform: rotate(-45deg) translate(5px, -5px);
	}
	body.global-menu-bp__sm nav#menu_row { position: fixed; background: #444; }
	body.global-menu-bp__sm ul#menu-global-menu {
		position: relative;
		float: none !important;
		display: block;
		width: 100%;
		list-style: none;
		line-height: 1em;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	body.global-menu-bp__sm ul#menu-global-menu li {
		float: none;
		display: block;
		margin: 0;
	}
	body.global-menu-bp__sm ul#menu-global-menu li + li {
		border-top: dotted 1px #666;
	}
	body.global-menu-bp__sm ul#menu-global-menu li a {
		display: block;
		color: #333;
		font-size: 1em;
		line-height: 1em;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		background-color: transparent;
		background-image: none;
		padding: 0;
		margin: 0;
	}
	body.global-menu-bp__sm ul#menu-global-menu > li a:hover { background-color: #ff9900 !important; }
	body.global-menu-bp__sm ul#menu-global-menu > li > a:before {
		display: inline-block;
		color: #777;
		font-size: 0.875em;
		font-family: dashicons;
		margin-right: 3px;
		content: "\f345";
	}
	body.global-menu-bp__sm ul#menu-global-menu > li > a { padding: 15px; background-image: none !important; }
	body.global-menu-bp__sm ul#menu-global-menu > li.active > a,
	body.global-menu-bp__sm ul#menu-global-menu > li > a {
		color: #fff;
		font-weight: bold;
		background-color: #bbb;
	}
	body.global-menu-bp__sm .caret { display: none !important; }
	body.global-menu-bp__sm .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		display: inherit;
		font-size: 1em;
		list-style: disc;
		padding: 0 !important;
		background-color: #f9f9f9;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	body.global-menu-bp__sm .dropdown-menu > li { display: block !important; border-top: none !important; }
	body.global-menu-bp__sm .dropdown-menu > li + li { border-top: dotted 1px #444 !important; }
	body.global-menu-bp__sm .dropdown-menu > li > a {
		display: block;
		color: #333;
		font-size: 1em;
		line-height: 1.7em;
		padding: 15px !important;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		background-image: none !important;
		background-color: #f9f9f9;
		margin: 0;
	}
	body.global-menu-bp__sm .dropdown-menu > li > a:before { color: #73a659; }
}

@media screen and (max-width: 767px) {
	body:not([class*='global-menu-bp__']) .navbar-toggle, .navbar-header { vertical-align: top; }
	body:not([class*='global-menu-bp__']) .navbar-header { padding: 0; }
	body:not([class*='global-menu-bp__']) .navbar-toggle {
		float: right;
		line-height: 1em;
		padding: 10px 10px 7px;
		margin: 0;
		background: #24743e;
		border: none !important;
		border-radius: 0;
		box-shadow: none;
		z-index: 990;
	}
	body:not([class*='global-menu-bp__']) .navbar-toggle:active,
	body:not([class*='global-menu-bp__']) .navbar-toggle:hover,
	body:not([class*='global-menu-bp__']) .navbar-toggle:focus { background-color: #24743e; }
	body:not([class*='global-menu-bp__']) .navbar-toggle .icon-bar {
		width: 26px;
		background-color: #fff !important;
		margin-left: auto;
		margin-right: auto;
	}
	body:not([class*='global-menu-bp__']) .navbar-toggle .icon-bar + * { margin-top: 5px !important; }
	body:not([class*='global-menu-bp__']) .navbar-toggle .icon-text {
		display: block;
		color: #fff;
		font-size: 0.75em;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif";
		line-height: 1em;
		text-align: center;
		text-shadow: none !important;
	}
	body:not([class*='global-menu-bp__']) .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}
	body:not([class*='global-menu-bp__']) .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
		-moz-transform: rotate(-45deg) translate(5px, -5px);
		transform: rotate(-45deg) translate(5px, -5px);
	}

	body:not([class*='global-menu-bp__']) nav#menu_row { position: fixed; background: #fff; }
	body:not([class*='global-menu-bp__']) ul#menu-global-menu {
		position: relative;
		display: block;
		width: 100%;
		list-style: none;
		line-height: 1em;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	body:not([class*='global-menu-bp__']) ul#menu-global-menu li {
		float: none;
		display: block;
		margin: 0;
	}
	body:not([class*='global-menu-bp__']) ul#menu-global-menu li + li {
		border-top: dotted 1px #666;
	}
	body:not([class*='global-menu-bp__']) ul#menu-global-menu li a {
		display: block;
		color: #333;
		font-size: 1em;
		line-height: 1em;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		background-color: transparent;
		background-image: none;
		padding: 0;
		margin: 0;
	}
	body:not([class*='global-menu-bp__']) ul#menu-global-menu > li > a:before {
		display: inline-block;
		color: #777;
		font-size: 0.875em;
		font-family: dashicons;
		margin-right: 3px;
		content: "\f345";
	}
	body:not([class*='global-menu-bp__']) ul#menu-global-menu > li > a { padding: 15px; background-image: none !important; }
	body:not([class*='global-menu-bp__']) ul#menu-global-menu > li.active > a,
	body:not([class*='global-menu-bp__']) ul#menu-global-menu > li > a {
		color: #fff;
		font-weight: bold;
		background-color: #fff;
	}

	body:not([class*='global-menu-bp__']) .caret { display: none !important; }
	body:not([class*='global-menu-bp__']) .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		display: inherit;
		font-size: 1em;
		list-style: disc;
		padding: 0 !important;
		background-color: #f9f9f9;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	body:not([class*='global-menu-bp__']) .dropdown-menu > li { display: block !important; border-top: none !important; }
	body:not([class*='global-menu-bp__']) .dropdown-menu > li + li { border-top: dotted 1px #444 !important; }
	body:not([class*='global-menu-bp__']) .dropdown-menu > li > a {
		display: block;
		color: #333;
		font-size: 1em;
		line-height: 1.7em;
		padding: 15px !important;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		background-image: none !important;
		background-color: #f9f9f9;
		margin: 0;
	}
	body:not([class*='global-menu-bp__']) .dropdown-menu > li > a:before { color: #73a659; }
}



/******************************************************************************************************
Contact
******************************************************************************************************/

label {
	position: relative;
	/* display: block !important; */
	padding: 0;
	margin: 0;
	font-weight: normal !important;
	cursor: pointer;
}

.lbl label {
	display: inline !important;
}

.lbl label.cols,
.lbl label.cols-long {
	display: block !important;
	width: 170px;
	float: left;
}

label.cols-long {
	width: 180px !important;
}

.rows {
	margin-top: 7px !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select
{
	font-size: 16px;
	padding: 3px;
	border: solid 1px #cfc2b7;
	border-radius: 2px;
	background: #fff;
}

input[type="radio"], 
input[type="checkbox"] {
	width: auto !important;
	margin: 0 5px 0 0 !important;
	vertical-align: baseline;
}

select { padding-right: 15px; }

label:hover input[type="text"],
label:hover input[type="tel"],
label:hover input[type="email"],
label:hover input[type="password"],
label:hover input[type="file"],
label:hover textarea,
span:hover select
{
	border: solid 1px #866b57;
	background: #fff;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus
{
	border: solid 1px #866b57 !important;
	background: #ffd !important;
}

input[type="text"][readonly='readonly'],
input[type="tel"][readonly='readonly'],
input[type="email"][readonly='readonly'],
input[type="password"][readonly='readonly'],
input[type="file"][readonly='readonly'],
textarea[readonly='readonly'],
select[readonly='readonly'],
input[type="text"][readonly='readonly']:focus,
input[type="tel"][readonly='readonly']:focus,
input[type="email"][readonly='readonly']:focus,
input[type="password"][readonly='readonly']:focus,
input[type="file"][readonly='readonly']:focus,
textarea[readonly='readonly']:focus,
select[readonly='readonly']:focus
{
	color: #585657 !important;
	border: none !important;
	background: transparent !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #aaa !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #aaa !important;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder
{
    color: #aaa !important;
}

input.error,
textarea.error,
select.error,
input.error:focus,
textarea.error:focus,
select.error:focus
{
	border: solid 3px #cc0000 !important;
	background: #ffeeee !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"]
{
	width: 60%;
}

input.zip1 { width: 10%; }
input.zip2 { width: 15%; }
input.ptit { width: 25%; }
input.small { width: 40%; }
input.middle { width: 50%; }
input.long { width: 95%; }
textarea.ta { width: 95%; height: 100px; }
textarea.large { height: 200px; }

input.submit {
	display: inline-block;
	color: #fff !important;
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
	line-height: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	padding: 12px;
}

input.error, textarea.error, select.error, input.error:focus, textarea.error:focus, select.error:focus {
	border: solid 2px #da5959 !important;
}

.hasDatepicker { margin-right: 5px; }

a.fair-button {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
	padding: 15px;
	background-color: #66a385;
	border-radius: 6px;
	cursor: pointer;
}
a.fair-button:hover { background-color: #ff9900; }

a.to_back {
	color: #a48b77;
	margin-top: 0;
	background-color: #e8e2dd;
}
a.to_back:hover { background-color: #f1eeea; }

.zip-btn {
	position: relative;
	display: inline-block;
	color: #775a46;
	font-size: 14px;
	line-height: 1em;
	padding: 8px 15px 9px;
	background-color: #e8e2dd;
	border-radius: 4px;
	border: none !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.zip-btn:hover {
	color: #fff;
	background-color: #775a46;
}

ul.send_button {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0 0 30px;
	text-align: center;
	letter-spacing: -.40em;
	margin-top: 30px;
}

ul.send_button li {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
	letter-spacing: 0.05em;
}

ul.send_button li:first-child { margin-left: 0; }

ul.send_button li input.button {
	text-align: center;
	padding: 15px 30px;
	background-color: #a48b77;
	border: none;
	border-radius: 6px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	text-shadow: none !important;
}
ul.send_button li input.to_confirm {
}
ul.send_button li input.to_regist {}
ul.send_button li input.button:hover { background-color: #f4aeb9; }
ul.send_button li input.submit { background-color: #66a385; }
ul.send_button li input.submit:hover { background-color: #ff9900; }

ul.send_button li input.to_back {
	background-color: #e8e2dd;
}

ul.send_button li input.to_back:hover { background-color: #faf9f8 !important; }

.alert {
	position: relative;
	border: none;
	padding: 10px 0 0 !important;
	margin: 0 !important;
	box-shadow: none;
}
.alert ul {
	width: 100%;
	min-height: 35px;
	padding-left: 20px;
	margin-bottom: 5px;
	list-style: disc;
}

.alert ul li {
	color: #da5959;
	width: 100%;
	font-size: 1.125em;
	padding: 4px 0;
}
.alert ul li:first-child { margin-top: 0; }

.warning {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	background: #ffeeee;
	border: solid 1px #ff0000;
	margin-top: 30px;
}

.success {
	color: #a48b77;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: dotted 2px #c4b3a6;
	margin-bottom: 15px;
}

#ui-datepicker-div { font-size: 0.875em; }
.ui-datepicker th { padding: 0 !important; }
.ui-datepicker-trigger {
	border: solid 1px #bbb;
	border-radius: 2px;
}

.ui-state-default {
    color: #666 !important;
}

.sunday .ui-state-default,
.holiday .ui-state-default {
    color: #da5959 !important;
}
.saturday .ui-state-default {
    color: #0071a8 !important;
}

#contact-block > .container {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#step-image {
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: -.40em;
	vertical-align: middle;
}
#step-image > * {
	width: 32%;
	text-align: center;
	line-height: 70px;
	white-space: nowrap;
	letter-spacing: normal;
	vertical-align: middle;
	background-color:#e0eae2;
	color: #25743e;
}
#step-image > .step-2 { width: 36%; }
#step-image > *:not(.step-1) { padding-left: 30px; }
#step-image > .active { background-color: #24743e; }
#step-image > *:not(.active) > span { color: #25743e; }

#step-image > .step-1.active + .step-2:before,
#step-image > .step-1:not(.active) + .step-2.active:before,
#step-image > .step-2.active + .step-3:before,
#step-image > .step-2:not(.active) + .step-3.active:before {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 30px;
	border-color: transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}
#step-image > .step-1.active + .step-2:before,
#step-image > .step-2.active + .step-3:before { border-left-color: #24743e; }
#step-image > .step-1:not(.active) + .step-2.active:before,
#step-image > .step-2:not(.active) + .step-3.active:before { border-left-color: #dcf0ff; }
#step-image > .step-1:not(.active) + .step-2:not(.active):before,
#step-image > .step-1:not(.active) + .step-2:not(.active):after,
#step-image > .step-2:not(.active) + .step-3:not(.active):before,
#step-image > .step-2:not(.active) + .step-3:not(.active):after {
	position: absolute;
	left: 30px;
	display: block;
	height: 100%;
	border-left: solid 2px #fff;
	content: "";
}
#step-image > .step-1:not(.active) + .step-2:not(.active):before,
#step-image > .step-2:not(.active) + .step-3:not(.active):before {
	bottom: 48.5%;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-40.5deg);
	-moz-transform: rotate(-40.5deg);
	transform: rotate(-40.5deg);
}
#step-image > .step-1:not(.active) + .step-2:not(.active):after,
#step-image > .step-2:not(.active) + .step-3:not(.active):after {
	top: 48.5%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(40.5deg);
	-moz-transform: rotate(40.5deg);
	transform: rotate(40.5deg);
}

.form-guide { margin-top: 30px; margin-bottom: 30px; }
.form-guide > p { margin: 0; }

table.form-table {
	width: 100%;
	border-collapse: separate;
	padding: 0px;
	margin: 0;
}

table.form-table th, 
table.form-table td {
	padding: 20px 10px;
	border-top: dotted 1px #a48b77;
}
table.form-table th { width: 27%; padding-right: 15px; }
table.form-table tr:first-child > *, table.form-table tr.border-none > * { border-top: none !important; }
table.form-table tr:first-child > * { padding-top: 0 !important; }
table.form-table tr.border-none > * { padding-top: 0 !important; }
table.form-table tr.border-none th { vertical-align: top; padding-top: 6px !important; }

table.form-table .box { position: relative; }
table.form-table th .box { padding-right: 50px; }

table.form-table .need {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	padding: 0px 7px;
	color: #fff;
	font-size: 0.78em;
	line-height: 2em;
	background: #ff3d3a;
}

table.form-table td .row { margin: 5px 0 !important; padding: 0 !important; }
table.form-table td .notice { color: #866b57; }
table.form-table td span.notice { margin-left: 10px; }

table.form-table td .inner-label {
	display: inline-block;
	width: 130px;
	color: #fff;
	font-size: 0.9375em;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	border-radius: 3px;
	padding: 11px 0;
	margin-right: 7px;
	background: #bbb;
}

table.form-table td .alert ul {
	min-height: inherit;
}

table.form-table td .alert ul li {
	font-size: 1em;
	line-height: 1.3em;
}
table.form-table td .alert ul li:first-child { padding-top: 0; margin-top: 0; }

@media screen and (max-width: 767px) {
	
	*:not(.except-xs) > input[type="text"],
	*:not(.except-xs) > input[type="password"],
	*:not(.except-xs) > input[type="file"],
	*:not(.except-xs) > input[type="tel"],
	*:not(.except-xs) > input[type="email"],
	*:not(.except-xs) > textarea,
	*:not(.except-xs) > select {
		width: 100% !important;
		line-height: normal;
	}

	.lbl label {
		display: block !important;
	}
	
	label.except-xs { display: inline !important; }
	select.except-xs { width: auto !important; }
	
	.except-xs > input[type="text"]:not(.zip1):not(.zip2):not(.ptit):not(.except-xs) { width: 60% !important; }
	
	input.zip1 { width: 20% !important; }
	input.zip2 { width: 30% !important; }
	input.ptit { width: 45% !important; }
	input.except-xs { width: 100% !important; }

	table.form-table td .inner-label { font-size: 0.875em; width: 100%; margin-bottom: 7px; }

	#step-image { font-size: 10px; }
	#step-image > *:not(.step-1) { padding-left: 17px; }
	#step-image > *.step-2 { width: 38%; }
	#step-image > *.step-3 { width: 30%; }
	#step-image > * { line-height: normal; padding-top: 7px; padding-bottom: 7px; }
	#step-image > .step-1.active + .step-2:before,
	#step-image > .step-1:not(.active) + .step-2.active:before,
	#step-image > .step-2.active + .step-3:before,
	#step-image > .step-2:not(.active) + .step-3.active:before { border-width: 28px 0 28px 22px; }
	
	#step-image > .step-1:not(.active) + .step-2:not(.active):before, 
	#step-image > .step-1:not(.active) + .step-2:not(.active):after, 
	#step-image > .step-2:not(.active) + .step-3:not(.active):before, 
	#step-image > .step-2:not(.active) + .step-3:not(.active):after { left: 22px; }

	.form-guide { margin-top: 15px; margin-bottom: 15px; }
	table.form-table,
	table.form-table tbody,
	table.form-table tr,
	table.form-table th,
	table.form-table td {
		display: block;
		width: 100%;
	}
		
	table.form-table th {
		padding-bottom: 5px !important;
	}

	table.form-table td {
		border-top: none;
		padding-top: 0 !important;
	}
	
	table.form-table td span.notice { display: block; margin-left: 0 !important; }
	
	input[type="text"], input[type="password"], input[type="file"], textarea, select {
		width: 100%;
	}

}



/******************************************************************************************************
 * Privacy Policy
******************************************************************************************************/

#policy-block > h1,
#policy-block > h2,
#policy-block > h3,
#policy-block > h4,
#policy-block > h5,
#policy-block > h6,
#policy-block .policy-index {
	font-size: 1.3125em;
	font-weight: bold;
	line-height: 1.4em;
	border-left: solid 5px #66a385;
	border-bottom: solid 1px #66a385;
	padding-left: 10px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

* + #policy-block > h1,
* + #policy-block > h2,
* + #policy-block > h3,
* + #policy-block > h4,
* + #policy-block > h5,
* + #policy-block > h6,
* + #policy-block .policy-index {
	margin-top: 60px;
}

#policy-block ul { padding-left: 30px; }

@media screen and (max-width: 991px) {
	#policy-block > h1,
	#policy-block > h2,
	#policy-block > h3,
	#policy-block > h4,
	#policy-block > h5,
	#policy-block > h6,
	#policy-block .policy-index {
		font-size: 1.125em;
	}
	* + #policy-block > h1,
	* + #policy-block > h2,
	* + #policy-block > h3,
	* + #policy-block > h4,
	* + #policy-block > h5,
	* + #policy-block > h6,
	* + #policy-block .policy-index {
		margin-top: 45px;
	}
}
@media screen and (max-width: 767px) {
	* + #policy-block > h1,
	* + #policy-block > h2,
	* + #policy-block > h3,
	* + #policy-block > h4,
	* + #policy-block > h5,
	* + #policy-block > h6,
	* + #policy-block .policy-index {
		margin-top: 30px;
	}
}

/******************************************************************************************************
 * Pager
******************************************************************************************************/

.pagination {
	display: block;
	clear: both;
	padding: 20px 0;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.28em;
	letter-spacing: -.40em;
	text-align: center;
}

.pagination span, .pagination a {
	display: inline-block;
	margin-left: 2px;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color: #333;
	border: solid 1px #fff;
	background: #eee;
	letter-spacing: normal;
	vertical-align: bottom;
}

.pagination > *:first-child { margin-left: 0px; }

.pagination a:hover { color:#fff; background: #f2a9b0; }
 
.pagination .current { background: #fff; color:#333; border-color: #ccc; }

.pagination .no-navi { color: #ccc !important; background: none; padding-left: 0; padding-right: 0; }

.pagination .navi-co { font-size: 1.28em; background: none !important; }
.pagination .navi-co:hover { color:#f2a9b0; }

@media screen and (max-width: 767px) {
	.pagination { font-size: 0.875em; }
}

