html, body {
	min-width: 1130px; min-height: 100%;
}
body {
	position: relative; 
	background: #fff url(../i/bkg-body-w.jpg) center top repeat-y; 
	font-family: 'FuturaBookC'; font-size: 20px; color: #272425;
}
* {
	outline: none;
}
img {
	border: none; vertical-align: top;
}
html, body, ol, ul, li, form, input, textarea, select, button, p {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	font-family: 'FuturaBookC';
}
button::-moz-focus-inner {
    padding: 0; border: 0;
}
button {
	*overflow: visible;
}
ul > li {
	list-style: none;
}
label {
	cursor: pointer;
}
a {
	color: #0681fe;
}
a:hover {
	text-decoration: none;
}
.clear_fix {
	clear: both; display: block; height: 0;
}
.hidden {
	display: none;
}
.wrapper {
	position: relative; width: 1110px; margin: 0 auto; padding: 0 10px;
}


/* site style
------------------------------------------------ */
.viewport-wrapper {
	position: relative; min-width: 1130px; max-width: 1700px; margin: 0 auto; overflow: hidden; box-shadow: 0px 0px 20px rgba(0, 0, 0, .7);
}

H1, H2, H3, H4, H5 {
	margin: 0; padding: 0; line-height: 1; font-weight: 400;
}
H1 {
	font-size: 70px; text-align: center; text-transform: uppercase;
}
H2 {
	font-size: 50px; text-align: center;
}
H2 span {
	color: #cd4b2b;
}
H3 {
	font-size: 30px; text-align: center; color: #cd4b2b; text-transform: uppercase;
}

input[type='text'], textarea {
	box-shadow: inset 1px 1px 1px rgba(43,41,42,.47); font-style: italic; font-family: 'Myriad Pro'; font-size: 20px;
}
input[type='text'] {
	background: url(../i/input-bkg.png) repeat-x; width: 340px; height: 48px; border: 0; padding: 0 15px;
}
textarea {
	background: url(../i/textarea-bkg.png) repeat-x; height: 148px; padding: 10px 15px; border: 0; overflow: auto; resize: none;
}

select {
	height: 46px;
}
.ui-selectmenu-button {
	position: relative; display: inline-block; vertical-align: middle; background: url(../i/input-bkg.png) repeat-x; height: 48px; line-height: 48px; cursor: pointer; box-shadow: inset 1px 1px 1px rgba(43,41,42,.47); 
	text-decoration: none; font-size: 20px; font-style: italic; font-family: 'Myriad Pro'; color: #000; text-align: left; white-space: nowrap;
}
.ui-selectmenu-text {
	position: relative; margin: 0 0 0 15px; display: block; overflow: hidden;
}
.ui-selectmenu-button .ui-icon {
	background: url(../i/select-arr.png) no-repeat; width: 32px; height: 48px; position: absolute; right: 0px; top: 0px;
}
.ui-selectmenu-menu {
	position: absolute; top: 0; margin: 0; border: 0; display: none; z-index: 1500;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-menu ul {
	position: relative; margin: 2px 0 0; max-height: 270px; overflow: auto; background: #fff;
}
.ui-selectmenu-menu li {
	padding: 6px 0px 6px 15px; cursor: pointer; font-size: 20px; font-style: italic; font-family: 'Myriad Pro'; color: #000;
}
.ui-selectmenu-menu li:hover {
	background: #ebe7e8;
}
.ui-selectmenu-menu li.ui-state-active {
	background: #ebe7e8;
}

a.button, button {
	background: url(../i/bt.png) -0px -184px repeat-x; height: 74px; box-shadow: 3px 2px 3px rgba(134,134,134,.55); border-radius: 10px; border: 1px solid #fff; font-size: 27px; color: #fff;
}
button {
	cursor: pointer; box-sizing: content-box; 
}
a.button {
	display: inline-block; vertical-align: top; line-height: 74px; text-decoration: none; text-align: center;
}
a.button:hover, button:hover {
	background: #ff5729; box-shadow: 3px 2px 3px rgba(134,134,134,.55), inset 1px 1px 1px rgba(57,57,57,.75);
}

.jq-radio {
	position: relative; cursor: pointer; vertical-align: middle;
}
.jq-radio {
	background: url(../i/radio.png) no-repeat; width: 22px; height: 22px;
}
.jq-radio.checked {
	background-position: -22px 0;
}
.jq-checkbox {
	position: relative; cursor: pointer; vertical-align: middle;
}
.jq-checkbox {
	background: url(../i/radio.png) no-repeat; width: 22px; height: 22px;
}
.jq-checkbox.checked {
	background-position: -22px 0;
}

.mobile-menu {
	position: absolute; left: 50%; top: 80px; margin-left: -850px; width: 1700px; height: 58px; background: #007cc1; font-family: 'Trebuchet MS'; z-index: 100;
}
.mobile-menu ul {
	float: left; line-height: 58px;
}
.mobile-menu li {
	display: inline-block; height: 58px; vertical-align: middle;
}
.mobile-menu li.sep {
	background: url(../i/header-menu-sep.png) left center no-repeat; width: 2px; margin: 0 28px;
}
.mobile-menu li a {
	font-size: 20px; color: #fff; text-decoration: none;
}
.mobile-menu li a:hover {
	text-decoration: underline;
}
.mobile-menu .call {
	float: right; padding-top: 10px; line-height: 1; text-align: right;
}
.mobile-menu .call .phone {
	font-size: 25px;
}
.mobile-menu .call .phone a {
	color: #fff; text-decoration: none;
}
.mobile-menu .call .phone span {
	font-size: 20px;
}
.mobile-menu .call .back {
	font-size: 15px;
}
.mobile-menu .call .back a {
	color: #fff;
}

@media screen and (max-device-width: 480px){
	body{
		-webkit-text-size-adjust: none;
	}
}
/* end site style */


/* header
------------------------------------------------ */
.site-header {
	position: relative; min-width: 1130px; height: 80px; padding-bottom: 58px;
}
.site-header .logo {
	padding-top: 32px; float: left; width: 320px;
}
.site-header .text {
	padding-top: 30px; float: left; font-size: 26.8px; color: #78223d;
}
.site-header .order {
	padding-top: 32px; float: right;
}
.site-header .order a {
	display: block; background: url(../i/bt.png) repeat-x; width: 286px; height: 62px; line-height: 62px; box-shadow: 3px 2px 3px rgba(134,134,134,.55); border-radius: 10px; border: 1px solid #fff; 
	font-size: 23px; color: #fff; text-align: center; text-decoration: none;
}
.site-header .order a:hover {
	background: #ff5729; box-shadow: 3px 2px 3px rgba(134,134,134,.55), inset 1px 1px 1px rgba(57,57,57,.75);
}
/* end header */


/* step-1
------------------------------------------------ */
.step-1 {
	position: relative; min-width: 1130px; height: 786px;
  background: #fff url("../i/bkg-top.jpg") no-repeat scroll center 50px;
}

.step-1 .wrapper {
	height: 786px;
}
.step-1 .title-1 {
	width: 1027px; height: 213px; background: url(../i/step1-title-1.png) no-repeat; position: absolute; left: -285px; bottom: 36px;
}
.step-1 .title-2 {
	width: 1150px; height: 237px; background: url(../i/step1-title-2.png) no-repeat; position: absolute; right: -285px; bottom: -8px;
}
/* end step-1 */


/* step-2
------------------------------------------------ */
.step-2 {
	position: relative;
}
.step-2 ul {
	position: relative; width: 540px; float: right;
}
.step-2 ul:first-child {
	float: left;
}
.step-2 li {
	position: relative; padding-top: 70px;
}
.step-2 li:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.step-2 li .img {
	display: table-cell; vertical-align: middle; width: 166px;
}
.step-2 li .entry {
	display: table-cell; vertical-align: middle;
}
.step-2 li .title {
	font-size: 25px; color: #000; text-transform: uppercase;
}
.step-2 li .text {
	padding-top: 14px; line-height: 28px; color: #000;
}
/* end step-2 */


/* step-3
------------------------------------------------ */
.step-3 {
	position: relative; min-width: 1130px; height: 206px; background: #1976bc; margin-top: 76px; color: #fff; text-align: center;
}
.step-3:after {
	display: block; content: ''; background: url(../i/step3-bkg.png) center top no-repeat; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;
}
.step-3 ul {
	padding-top: 16px;
}
.step-3 li {
	display: inline-block; vertical-align: top; padding-left: 30px; width: 250px;
}
.step-3 li:first-child {
	padding-left: 0px;
}
.step-3 li .num {
	line-height: 1; font-size: 80px; text-shadow: 0 0 18px rgba(57,57,57,.58); font-weight: 700; letter-spacing: -4px; padding-right: 4px;
}
.step-3 li .num span {
	font-size: 105px;
}
.step-3 li .txt {
	font-size: 25px;
}
/* end step-3 */


/* step-4
------------------------------------------------ */
.step-4 {
	position: relative; padding-top: 84px;
}
.step-4 ul {
	position: relative; padding-top: 50px;
}
.step-4 ul:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.step-4 li {
	position: relative; width: 348px; margin: 0 0 0 33px; float: left; text-align: center;
}
.step-4 li:first-child {
	margin-left: 0px;
}
.step-4 li .entry {
	background: url(../i/step4-blue.png) repeat; position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 0 20px; border-radius: 15px; white-space: nowrap; display: none;
}
.step-4 li .entry:before {
	display: inline-block; content: ''; width: 0px; height: 100%; vertical-align: middle;
}
.step-4 li .inner {
	display: inline-block; vertical-align: middle; color: #fff; white-space: normal;
}
.step-4 li .text-1 {
	padding: 0 60px 26px 0; text-align: left;
}
.step-4 li .text-2 {
	
}
.step-4 li .detail {
	padding-top: 30px;
}
.step-4 li .detail a {
	display: inline-block; background: url(../i/bt.png) -0px -62px repeat-x; width: 206px; height: 44px; line-height: 44px; box-shadow: 3px 2px 3px rgba(134,134,134,.55); border-radius: 10px; border: 1px solid #fff; 
	font-size: 17px; color: #fff; text-decoration: none;
}
.step-4 li .detail a:hover {
	background: #ff5729; box-shadow: 3px 2px 3px rgba(134,134,134,.55), inset 1px 1px 1px rgba(57,57,57,.75);
}
.step-4 li .ic {
	position: absolute; right: -5px; top: -5px; background: url(../i/step4-ic.png) no-repeat; width: 147px; height: 120px;
}
.step-4 li .ic-hit {
	background-position: 0 -120px;

}
.step-4 li img {
	-webkit-border-radius: 15x;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* end step-4 */


/* step-5
------------------------------------------------ */
.step-5 {
	position: relative; min-width: 1130px; height: 820px; background: url(../i/step5-bkg.jpg) center 106px no-repeat; margin-top: 90px; padding-top: 106px;
}
.step-5 .wrapper-first {
	height: 820px; overflow: hidden;
}
.step-5 .form {
	background: url(../i/step5-white.png) repeat; width: 550px; padding: 50px 0 30px 30px; position: absolute; left: 10px; top: 100px; border-radius: 10px;
}
.step-5 .form .title {
	font-weight: 700; font-size: 24px; color: #000;
}
.step-5 .form ul {
	padding: 3px 0 0 50px;
}
.step-5 .form li {
	padding-top: 17px; font-size: 23px;
}
.step-5 .form li .jq-radio {
	margin-right: 12px;
}
.step-5 .form li textarea {
	width: 330px; height: 90px; border: 0; padding: 5px 10px; vertical-align: top; font-size: 23px; font-style: italic;
}
.step-5 .form .bt {
	padding: 30px 0 0 60px;
}
.step-5 .form .bt button {
	background-position: 0 -106px; width: 360px; height: 78px; font-size: 29px;
}
.step-5 .head {
	background: url(../i/step5-head.png) center top no-repeat; height: 242px; position: absolute; left: 0; right: 0; top: 0px;
}
.step-5 .head .title {
	padding-top: 44px; line-height: 1; font-size: 40px; color: #fff;
}
.step-5 .head .title span {
	display: block; text-transform: uppercase; font-size: 70px;
}
.step-5 .sert {
	background: url(../i/step5-sert.png) center top no-repeat; width: 398px; height: 262px; position: absolute; right: -60px; top: -962px;
}
/* end step-5 */


/* step-6
------------------------------------------------ */
.step-6 {
	position: relative; padding-top: 120px;
}
.step-6 .slider {
	position: relative; width: 800px; margin: 54px auto 0; border-left: 8px solid #fff; border-right: 8px solid #fff;
}
.step-6 .slider .inner {
	position: relative; width: 100%; overflow: hidden;
}
.step-6 .slider ul {
	position: relative; width: 99999px;
}
.step-6 .slider li {
	position: relative; float: left; width: 800px;
}
.step-6 .slider li img {
	max-width: 800px;
}
.step-6 .slider .arr-l, 
.step-6 .slider .arr-r {
	display: block; background: url(../i/step6-arr.png) no-repeat; width: 42px; height: 86px; cursor: pointer; position: absolute; left: -50px; top: 200px;
}
.step-6 .slider .arr-r {
	background-position: -42px 0; left: auto; right: -50px;
}
/* end step-6 */


/* step-7
------------------------------------------------ */
.step-7 {
	position: relative; padding-top: 77px;
}
.step-7  .title {
	background: url(../i/step7-title.png) no-repeat; height: 101px; line-height: 74px; font-size: 30px; color: #fff; text-align: center;
}
.step-7 .video {
	position: relative; width: 516px; float: left;
}
.step-7 .video ul {
	
}
.step-7 .video li {
	padding-top: 70px;
}
.step-7 .video li:first-child {
	padding-top: 40px;
}
.step-7 .comment {
	position: relative; width: 516px; float: right;
}
.step-7 .comment .title {
	
}
.step-7 .comment ul {
	
}
.step-7 .comment li {
	padding-top: 40px;
}
.step-7 .comment li .text {
	line-height: 30px;
}
.step-7 .comment li .author {
	padding-top: 14px; text-align: right;
}
/* end step-7 */


/* step-8
------------------------------------------------ */
.step-8 {
	position: relative; min-width: 1130px; height: 706px; background: #fc4f26; margin-top: 88px;
}
.step-8 .wrapper {
	background: url(../i/step8-img.jpg) 42px 230px no-repeat; height: 706px;
}
.step-8 .title {
	padding-top: 64px; line-height: 1; font-size: 74px; color: #fff; text-transform: uppercase;
}
.step-8 .text {
	font-size: 35px; color: #fff;
}
.step-8 .sign {
	position: absolute; left: 160px; bottom: 15px; font-size: 16px; color: #fff;
}
.step-8 .form {
	position: absolute; right: 0px; top: 0px; width: 356px;
}
.step-8 .form:after {
	display: block; content: ''; background: url(../i/step8-form.png) no-repeat; width: 375px; height: 752px; position: absolute; left: -0px; top: -2px;
}
.step-8 .form .inner {
	position: relative; z-index: 10; text-align: center;
}
.step-8 .form .ttl {
	padding-top: 70px; font-size: 35px; color: #fff; font-family: 'Myriad Pro'; font-style: italic;
}
.step-8 .form .item {
	padding-top: 22px;
}
.step-8 .form .bt {
	padding-top: 44px;
}
.step-8 .form input[type='text'] {
	background: url(../i/step8-input.png) repeat-x; width: 276px; height: 60px; padding: 0 15px; box-shadow: inset 1px 1px 1px rgba(43,41,42,.47); border: 0; 
	font-size: 23px; font-family: 'Myriad Pro'; font-style: italic;
}
.step-8 .form button {
	width: 306px; font-size: 24px;
}
/* end step-8 */


/* step-9
------------------------------------------------ */
.step-9 {
	position: relative; padding-top: 110px;
}
.step-9 ul {
	
}
.step-9 li {
	position: relative; padding-top: 60px;
}
.step-9 li:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.step-9 li .img {
	float: left;
}
.step-9 li .entry {
	float: right; width: 750px;
}
.step-9 li .title {
	font-size: 35px;
}
.step-9 li .text {
	padding-top: 12px;
}
.step-9 li .detail {
	padding-top: 12px; font-style: italic;
}
/* end step-9 */


/* step-10
------------------------------------------------ */
.step-10 {
	position: relative; min-width: 1130px; height: 712px; background: url(../i/step10-bkg.jpg) center top no-repeat; margin-top: 120px; color: #fff;
}
.step-10 .inner {
	position: relative; width: 520px; margin: 0 0 0 auto;
}
.step-10 .title {
	padding-top: 95px; line-height: 1; font-size: 91px; text-transform: uppercase; text-shadow: 0 0 33px rgba(0,0,0,.76); font-weight: 700;
}
.step-10 .text {
	padding-top: 20px; font-size: 30px;
}
.step-10 .bt {
	padding-top: 100px;
}
.step-10 .bt a {
	background-position: 0 -258px; width: 510px; height: 108px; line-height: 108px; font-size: 41px; font-weight: 700;
}
.step-10 .sign {
	padding-top: 40px; font-size: 22px; font-family: 'Myriad Pro'; font-style: italic;
}
/* end step-10 */


/* step-11
------------------------------------------------ */
.step-11 {
	position: relative; padding-top: 120px;
}
.step-11 ul {
	position: relative; padding-top: 20px;
}
.step-11 ul:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.step-11 li {
	position: relative; width: 346px; float: left; padding: 30px 0 40px; margin: 20px 36px 0 0; text-align: center;
}
.step-11 li:nth-child(3n+3) {
	margin-right: 0;
}
.step-11 li:hover {
	background: url(../i/step11-blue.png) repeat;
}
.step-11 li .img {
	
}
.step-11 li .title {
	padding-top: 30px; color: #000; font-size: 30px;
}
.step-11 li .title span {
	display: block; text-transform: uppercase;
}
.step-11 li .text {
	padding: 24px 10px 0; color: #000;
}
.step-11 li .price {
	padding: 14px 0 0; color: #000;
}
.step-11 li .order {
	position: relative; margin: 12px 0 0; z-index: 4;
}
.step-11 li .order a {
	font-size: 30px; color: #000; text-transform: uppercase;
}
.step-11 li > a {
	display: block; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;
}
/* end step-11 */


/* step-12
------------------------------------------------ */
.step-12 {
	position: relative; min-width: 1130px; height: 206px; background: url(../i/step12-bkg.jpg) center top no-repeat; margin-top: 100px;
}
.step-12 .text {
	display: table-cell; width: 1110px; height: 206px; vertical-align: middle; font-size: 30px; color: #fff; text-align: center;
}
/* end step-12 */


/* step-13
------------------------------------------------ */
.step-13 {
	position: relative; min-width: 1130px; padding: 77px 0 660px; 
	background: url(../i/step13-bkg-with-sky.jpg) center bottom no-repeat;
	/* color: #000; */
}
.step-13 .text {
	padding-top: 30px; line-height: 30px;
}
.step-13 .block {
	position: relative;
}
.step-13 ul {
	width: 520px; float: right;
}
.step-13 ul:first-child {
	float: left;
}
.step-13 li {
	position: relative; padding-left: 26px; margin-top: 20px; line-height: 26px;
}
.step-13 li:after {
	display: block; content: ''; width: 8px; height: 7px; background: url(../i/step13-bull.png) no-repeat; position: absolute; left: 2px; top: 9px;
}
.step-13 li span {
	color: #db502d;
}
/* end step-13 */


/* step-14
------------------------------------------------ */
.step-14 {
	position: relative; min-width: 1130px; /*min-height: 1000px; */padding-bottom: 40px; background: #3f85c3 url(../i/step14-bkg.jpg) center top no-repeat; border-top: 8px solid #ec4a24;
}
.step-14 .title {
	padding-top: 50px; line-height: 1; text-align: center; font-size: 52px; color: #fff;
}
.step-14 .title span {
	display: block; font-size: 70px; text-transform: uppercase;
}
.step-14 .form {
	background: url(../i/step14-sep.png) 0px 6px repeat-x; margin-top: 38px;
}
.step-14 .item {
	padding-top: 36px;
}
.step-14 .item:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.step-14 .item .level {
	float: left; padding: 11px 15px 0 0; font-family: 'Myriad Pro'; font-style: italic; color: #fff;
}
.step-14 .item .value {
	float: left;
}
.step-14 .inline {
	position: relative;
}
.step-14 .inline .item {
	float: left;
}
.step-14 .inline .item-r {
	float: right;
}
.step-14 input[type='text'] {
	
}
.step-14 textarea {
	width: 855px;
}
.step-14 select {
	
}
.step-14 ul {
	padding-left: 20px; float: left;
}
.step-14 li {
	padding-top: 20px; font-size: 25px; color: #fff;
}
.step-14 li:first-child {
	padding-top: 10px;
}
.step-14 li .jq-checkbox {
	margin-right: 16px;
}
.step-14 .action {
	padding-top: 38px;
}
.step-14 .action .ttl {
	padding-left: 140px; font-size: 25px; color: #fff; text-decoration: underline;
}
.step-14 .action .ttl .jq-checkbox {
	margin-right: 16px;
}
.step-14 .action .box {
	padding: 20px 0 0; display: none;
}
.step-14 .bt {
	background: url(../i/step14-sep.png) repeat-x; margin-top: 34px; padding-top: 30px; text-align: center;
}
.step-14 .bt button {
	width: 340px;
}
.step-14 .sign {
	padding-top: 14px; font-family: 'Myriad Pro'; font-style: italic; color: #fff; font-size: 16px; text-align: center;
}
/* end step-14 */


/* step-15
------------------------------------------------ */
.step-15 {
	position: relative; padding-top: 77px;
}
.step-15 .box {
	padding-top: 64px; text-align: center;
}
.step-15 .text {
	padding-top: 14px; text-align: center; font-size: 25px; color: #000;
}
/* end step-15 */


/* step-16
------------------------------------------------ */
.step-16 {
	position: relative; padding-top: 100px; margin-bottom: -30px;
}
.step-16 .place {
	padding-top: 20px; line-height: 1; font-size: 50px; text-align: center;
}
.step-16 .place span {
	color: #cd4b2b;
}
.step-16 .img {
	padding-top: 50px; text-align: center;
}
.step-16 .img img {
	max-width: 1110px;
}
.step-16 .text {
	padding-top: 60px; text-align: center; font-size: 22px; line-height: 32px;
}
.step-16 .copy {
	position: relative; height: 143px;
}
.step-16 .copy:after {
	display: block; content: ''; background: url(../i/step16-copy.png) no-repeat; width: 1387px; height: 143px; position: absolute; left: -300px; top: 0px;
}
.step-16 .copy .inner {
	position: relative; z-index: 4; padding: 42px 0 0 100px; font-size: 25px; color: #fff;
}
.step-16 .step-6 {
	padding: 70px 0 60px;
}
.step-16 .step-6 .slider {
	margin-top: 0;
}
.step-16 .descr {
	padding-top: 45px; font-size: 22px; line-height: 32px;
}
.step-16 .order {
	padding-top: 70px; text-align: center;
}
.step-16 .order a {
	width: 290px; height: 62px; line-height: 62px; background-position: 0 -414px; font-size: 23px;
}
/* end step-16 */


/* step-
------------------------------------------------ */
.step- {
	position: relative; min-width: 1130px;
}
.step- {
	
}
/* end step- */


/* footer
------------------------------------------------ */
.site-footer {
	position: relative; min-width: 1130px; background: #1976bc; padding: 30px 0 40px; margin-top: 70px;
}
.site-footer .menu {
	text-align: center;
}
.site-footer .menu > ul {
	
}
.site-footer .menu > ul > li {
	display: inline-block; vertical-align: middle;
}
.site-footer .menu > ul > li.sep {
	width: 2px; height: 29px; background: url(../i/footer-menu-sep.png) no-repeat; margin: 0 32px;
}
.site-footer .menu > ul > li > a {
	font-size: 23px; color: #fff; text-decoration: none; font-family: 'Trebuchet MS';
}
.site-footer .menu > ul > li > a:hover {
	text-decoration: underline;
}
.site-footer .wrapper > .text {
	padding-top: 34px; font-family: 'Trebuchet MS'; font-size: 16px; color: #fff;
}
.site-footer .block {
	background: url(../i/footer-sep.png) repeat-x; padding-top: 30px; margin-top: 40px;
}
.site-footer .lbox {
	float: left;
}
.site-footer .lbox .text {
	line-height: 32px; font-family: 'Trebuchet MS'; font-size: 22px; color: #fff;
}
.site-footer .link {
	padding-top: 40px;
}
.site-footer .link a {
	background-position: 0 -366px; width: 220px; height: 48px; margin-right: 20px; line-height: 48px; font-size: 18px;
}
.site-footer .rbox {
	float: right;
}
.site-footer .rbox .text {
	line-height: 32px; font-size: 22px; color: #fff;
}
.site-footer .rbox .text a {
	color: #fff;
}
.site-footer .pay {
	padding-top: 40px;
}
.site-footer .pay img {
	vertical-align: middle; margin-left: 18px;
}
.site-footer .pay img:first-child {
	margin-left: 0px;
}
/* end footer */


/* ui-dialog
------------------------------------------------ */
.ui-dialog {
	position: absolute !important; z-index: 1000; background: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, .7); border-radius: 10px;
}
.ui-widget-overlay {
	background: url(../i/ui-widget-overlay.png) repeat; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;
}
.ui-dialog-titlebar {
	height: 0;
}
button.ui-dialog-titlebar-close {
	position: absolute; right: -37px; top: -37px; background: url(../i/ui-dialog-close.png) no-repeat; width: 32px; height: 32px; padding: 0; box-shadow: none; border-radius: 0; border: 0; text-shadow: none;
}
button.ui-dialog-titlebar-close .ui-button-text {
	display: none;
}
/* end ui-dialog */


/* ui-dialog form
------------------------------------------------ */
.dialog-order,  
.dialog-callback, 
.dialog-calc, 
.dialog-sert, 
.dialog-activity {
	display: none;
}

.ui-dialog-form {
	padding: 20px 0 40px; text-align: center;
}
.ui-dialog-form .head {
	padding: 0 10px; font-size: 30px;
}
.ui-dialog-form .form {
	position: relative; padding: 10px 0 0;
}
.ui-dialog-form .form .item {
	padding-top: 20px;
}
.ui-dialog-form .form .item_bt {
	padding-top: 20px;
}
.ui-dialog-form .form .item_link {
	padding-top: 20px;
}
.ui-dialog-form .form input[type='text'] {
	width: 300px;
}
.ui-dialog-form .form textarea {
	width: 300px; height: 100px;
}
.ui-dialog-form .form button {
	padding: 0 20px; height: 60px;
}

.ui-dialog-calc .head {
	padding: 10px 30px 0; font-size: 20px;
}
/* end ui-dialog form */


/* ui-dialog alert
------------------------------------------------ */
.dialog-alert {
	display: none; padding: 30px 40px 50px; text-align: center; font-size: 35px;
}
/* end ui-dialog alert */


/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	background: #fff;
	display: none;
	z-index: 9999 !important;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%; border: 0px; border-collapse: collapse;
}
.ui-datepicker-header {
	background: url('../i/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../i/datepicker-arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}